gary
|
4c03e8a8cd
|
[ox/std] Fix implementation of std cmp functions
(synced from 312097a799)
|
2025-05-23 03:22:27 -05:00 |
|
gary
|
3facdd978d
|
[ox/fs] Fix new build error in MSVC (VS 17.14)
(synced from 26d5048e67)
|
2025-05-22 20:05:09 -05:00 |
|
gary
|
57fa143d5c
|
[ox/std] Make StringViewCR honest
(synced from ea17377700)
|
2025-05-17 17:34:22 -05:00 |
|
gary
|
3a12b46cf9
|
[ox/std] Add StringParam(IString const&) constructor
(synced from 626da322d9)
|
2025-05-15 20:37:44 -05:00 |
|
gary
|
6eeff3a448
|
[ox/std] Make Span::operator[] const
(synced from ae81f6b3de)
|
2025-05-13 22:02:23 -05:00 |
|
gary
|
07a3d73a73
|
[ox/std] Cleanup
(synced from 02383a4aed)
|
2025-05-09 01:22:29 -05:00 |
|
gary
|
a6490b0e48
|
[ox/mc] Fix break from using strnlen_s inappropriately
(synced from 26fe266b09)
|
2025-05-07 01:18:14 -05:00 |
|
gary
|
d6673a5034
|
[ox] Rename itoa to intToStr
(synced from 50c8302f4a)
|
2025-05-06 22:29:31 -05:00 |
|
gary
|
dc3b751b73
|
[ox] Address unsafe buffer warnings
(synced from a8c1387d5a)
|
2025-05-06 22:25:13 -05:00 |
|
gary
|
86535ea3b5
|
[ox/fs] Cleanup
(synced from 5ca7e2f226)
|
2025-04-02 01:30:58 -05:00 |
|
gary
|
1d35fb97e3
|
[ox/fs] Cleanup
(synced from 125a235dd1)
|
2025-04-02 01:29:02 -05:00 |
|
gary
|
c34436067a
|
[ox/std] Add Vector::remove
(synced from d0a32e247e)
|
2025-02-20 23:34:36 -06:00 |
|
gary
|
753b3648db
|
[ox/std] Make bounds checking its own option enable-able in release builds
(synced from 40a7caff90)
|
2025-02-20 20:05:07 -06:00 |
|
gary
|
a65c4154c8
|
[ox/fs] Restructure stat error handling to make easier to debug
(synced from 62d0579f40)
|
2025-02-19 21:47:47 -06:00 |
|
gary
|
f27f779ec1
|
[ox/std] Add comparison functions
(synced from 998066d377)
|
2025-02-18 21:46:41 -06:00 |
|
gary
|
4a768fa376
|
[jsoncpp] Up required CMake version
(synced from 5979e9885e)
|
2025-02-18 20:26:47 -06:00 |
|
gary
|
30ca002523
|
[ox/fs] Add new partial file read functions
(synced from d45ff05bcd)
|
2025-02-03 20:28:25 -06:00 |
|
gary
|
16abe332af
|
[ox/fs] Fix PassThroughFS::stripSlash
(synced from 0570f76236)
|
2025-01-28 01:18:44 -06:00 |
|
gary
|
6eec07a52d
|
[ox/event] Add Signal::connectionCnt
(synced from f7a7a66a6a)
|
2025-01-25 22:58:18 -06:00 |
|
gary
|
830184ce6e
|
[ox/std] Fix HashMap collision handling
(synced from 5145595d57)
|
2025-01-25 22:16:42 -06:00 |
|
gary
|
9aa56d01e2
|
[ox/std] Fix UPtr compare with nullptr
(synced from f01d303381)
|
2025-01-25 20:13:47 -06:00 |
|
gary
|
385a10e6e4
|
[ox/model] Fix possible infinite recursion
(synced from 7e3e046109)
|
2025-01-23 23:48:40 -06:00 |
|
gary
|
3607706681
|
[ox/std] Change ox::String::operator[](size_t) const return a reference
(synced from cda23ac4af)
|
2025-01-21 22:43:57 -06:00 |
|
gary
|
2123d63ead
|
[ox/oc] Fix integer read for signed/unsigned
(synced from 335d278f5e)
|
2025-01-21 22:15:36 -06:00 |
|
gary
|
4e5f19b65a
|
[ox/std] Make UAnyPtr uncopyable
(synced from 87e2fdefcf)
|
2025-01-20 20:42:00 -06:00 |
|
gary
|
08055261a4
|
[ox/std] Fix string append issues
(synced from 6b53eaf6b1)
|
2025-01-19 16:51:05 -06:00 |
|
gary
|
5401ab5005
|
[ox/std] Fix possible error that occurs with appending on boundary of small string size
(synced from 800ca85176)
|
2025-01-19 09:26:06 -06:00 |
|
gary
|
30576934ba
|
[ox/std] Fix Mac build
(synced from a3e5f27ab8)
|
2025-01-19 01:43:38 -06:00 |
|
gary
|
4aa005aa3e
|
[ox/fs] FileSystem fixes with removing files
(synced from 66229de77f)
|
2025-01-18 22:31:19 -06:00 |
|
gary
|
7b40925fa6
|
[ox/std] Drop ox:: qualifier from safeDelete function for pointee
(synced from 894be237f2)
|
2025-01-18 20:56:24 -06:00 |
|
gary
|
90fb77c600
|
[ox/std] Add UAnyPtr
(synced from b29b9a9b3a)
|
2025-01-18 20:11:42 -06:00 |
|
gary
|
e2295cbbfd
|
[ox/model] Fix ModelTypeName_v to use requireModelTypeName
(synced from ba9e720f9f)
|
2025-01-15 23:34:58 -06:00 |
|
gary
|
836c87f16f
|
[ox/std] Add spancpy
(synced from f7a468ea1e)
|
2025-01-14 21:10:18 -06:00 |
|
gary
|
6da749ffc2
|
[ox/std] Add and integrate standard abort call
(synced from 03d1fd2857)
|
2025-01-13 20:39:21 -06:00 |
|
gary
|
a76db86e76
|
Merge commit '4ea4a61d542777a270c4e2c283e0e986fc9eec9c'
(synced from d259770f32)
|
2025-01-11 12:32:00 -06:00 |
|
gary
|
5385dfcb49
|
[ox/std] Add non-const SmallMap::pairs
(synced from 2bce9a2baf)
|
2025-01-11 03:37:27 -06:00 |
|
gary
|
141f11cfc4
|
[ox] Update liccor file
(synced from 318e79004b)
|
2025-01-08 23:12:28 -06:00 |
|
gary
|
bf5eb50bb6
|
[ox] Run liccor
(synced from 9f338a7429)
|
2025-01-08 23:03:05 -06:00 |
|
gary
|
def34d9ca4
|
[ox/std] Add SmallMap::values()
(synced from 75819a1797)
|
2025-01-08 21:31:46 -06:00 |
|
gary
|
8e7c31ea39
|
[ox/std] SmallMap fixes, add findIdx function
(synced from d66da85753)
|
2025-01-07 20:59:04 -06:00 |
|
gary
|
bdd0789f9e
|
[ox/std] Add hash.hpp to install
(synced from f50367f7d5)
|
2025-01-03 00:26:10 -06:00 |
|
gary
|
84a4cb0440
|
[ox] Make Error use std::source_location
(synced from 835e3270ce)
|
2025-01-01 23:42:46 -06:00 |
|
gary
|
5a671ce9ff
|
[ox/std] Cleanup
(synced from 480dd5ece4)
|
2025-01-01 22:57:20 -06:00 |
|
gary
|
8b0ae64108
|
[ox/std] Make Vector(initializer_list) use list size as capacity
(synced from dba6bb5800)
|
2025-01-01 22:37:28 -06:00 |
|
gary
|
e808d7cbdd
|
[ox/std] Add Vector::shrink_to_fit
(synced from 40a456e54a)
|
2025-01-01 22:32:57 -06:00 |
|
gary
|
6ac7932a85
|
[ox] Change macro names to comply with broader conventions
(synced from 962fe8bc22)
|
2024-12-18 22:04:25 -06:00 |
|
gary
|
6c6eaf1e72
|
[ox/std] Cleanup Vec2
(synced from 4754359a21)
|
2024-12-15 01:26:41 -06:00 |
|
gary
|
bd3c61f7ed
|
[ox/std] Run liccor
(synced from fcdcfd10d1)
|
2024-12-14 14:33:43 -06:00 |
|
gary
|
dc24af4442
|
[ox] Remove OxException
(synced from ac7e5be187)
|
2024-12-14 00:40:05 -06:00 |
|
gary
|
c4477ba983
|
[ox] Remove OxError
(synced from 345fb03857)
|
2024-12-13 22:06:47 -06:00 |
|