145 Commits

Author SHA1 Message Date
dd08a12234 [ox/std] Cleanup an unsafe buffer 2024-11-26 20:38:00 -06:00
e05d927100 [ox/std] Add overflow checking to SpanIterator
All checks were successful
Build / build (push) Successful in 3m17s
2024-11-19 01:09:48 -06:00
61c85d137a [ox] Add Vector/Array/Span overflow checking
All checks were successful
Build / build (push) Successful in 3m49s
2024-11-14 21:08:38 -06:00
284f4d6665 Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218' 2024-11-01 22:23:08 -05:00
40ed090b5e [ox] Fix typo in docs
All checks were successful
Build / build (push) Successful in 3m16s
2024-10-08 23:04:49 -05:00
d8f9336339 [ox/std] Remove oxRequireT and oxRequireMT 2024-10-06 06:16:14 -05:00
8a317cb6a0 [ox] Add Project Structure section to docs
All checks were successful
Build / build (push) Successful in 3m17s
2024-10-04 01:15:17 -05:00
6865319b47 [ox] Add ox-docs.md 2024-10-04 00:59:23 -05:00
33713dd7e2 Merge commit '34b7779397bd4712603b4c5a39ffc57b74da0abd'
All checks were successful
Build / build (push) Successful in 3m9s
2024-09-29 22:03:41 -05:00
aa61dd0efa Merge commit '511548a2ee54c5ceb2fd858919b278721cf5ba31' 2024-09-28 23:44:24 -05:00
21858a1f1d [glutils] Rename CRStringView to StringViewCR 2024-09-28 16:10:16 -05:00
390a97f401 [ox] Rename CRStringView to StringViewCR 2024-09-28 16:09:43 -05:00
9ac43d2762 [ox/oc] Fix Linux build 2024-09-27 02:44:25 -05:00
923777e172 [ox/oc] Add option for writeOC to return a string 2024-09-27 02:31:08 -05:00
aaf8f7a632 [ox/std] Add HashMap::values
All checks were successful
Build / build (push) Successful in 3m12s
2024-09-21 16:12:37 -05:00
2fca83ca90 [buildcore] Remove python -m prefix from mypy command 2024-09-17 23:55:15 -05:00
d311316f24 [ox/std] Add oxModelFwdDecl macro for broken Apple Clang 2024-09-17 23:49:04 -05:00
a44475700a [ox/std] Make operator[] in Array and Vector nodiscard 2024-09-14 23:45:33 -05:00
f982f1a40b [ox/std] Cleanup 2024-09-14 02:30:22 -05:00
123601c970 [ox/std] Cleanup Defer 2024-09-13 23:51:58 -05:00
0ab9874e08 [ox/std] Cleanup logging output
All checks were successful
Build / build (push) Successful in 3m13s
2024-09-13 23:32:42 -05:00
068ff83ba8 [ox/fs] More cleanup and bug fix from previous cleanup 2024-09-13 23:32:13 -05:00
a91d3c419a [ox/fs] Cleanup
All checks were successful
Build / build (push) Successful in 3m12s
2024-09-13 00:17:07 -05:00
2e585beb87 [ox/std] Make Result copyTo and moveTo able to convert 2024-09-07 02:24:52 -05:00
66a559d48e Merge commit 'ca2d9eb5349ead95bfdf1e16ce129ed3ba18261a'
All checks were successful
Build / build (push) Successful in 3m9s
2024-09-07 00:16:03 -05:00
943c1bf48b Merge commit 'a1a34f27f9d873bff520a1e890f5071faa20f170' 2024-08-30 21:13:18 -05:00
d2e579b613 Merge commit '88617af4098b1fe159bbc085b1a1927d45af3c22' 2024-07-09 22:31:20 -05:00
62cbe76c1c Merge commit '2da3579818c8cbb50ad4b346f5fbc9e5304e682f' 2024-06-18 00:50:59 -05:00
7649ee2a58 [ox/std] Add non-const operator[] to Pair 2024-06-12 22:52:20 -05:00
4657861607 [ox/std] Add Pair 2024-06-12 22:51:57 -05:00
c92ba2713e Merge commit '60789230be4092f2fbd2b2245949603d7d5513b8' 2024-05-31 20:54:46 -05:00
f1a7f5cdc0 Merge commit 'e3cd379bb4bf7061a9e89a75b2ee5e36261e4a9a' 2024-05-30 23:44:27 -05:00
accff465d6 Merge commit '76b8b03a2c7c4bbda397629452eaf45fa7fe5ea2' 2024-05-30 23:19:09 -05:00
a60aba2ae2 [ox/std] Fix String::c_str to always retrun a valid C str
All checks were successful
Build / build (push) Successful in 3m18s
2024-05-29 20:51:15 -05:00
70152c45a9 [ox/std] Ensure ox::String always has at least a null terminator 2024-05-29 02:15:30 -05:00
8f633d17ec [ox/preloader] Fix alignment issue 2024-05-28 20:44:26 -05:00
7eaa7b36c0 [ox/fs] Add FileSystem::exists 2024-05-27 00:44:58 -05:00
d3ea370d34 [ox/std] Add conversion functions for geo types, cleanup 2024-05-25 21:29:54 -05:00
a41cd443c6 [ox/std] Remove SmallMap dtor, replace timing code with steady_clock 2024-05-25 00:47:49 -05:00
cdd9a0f4b2 [ox/claw] Remove enum type from ClawFormat 2024-05-24 22:09:08 -05:00
97186da1cf [ox/preloader] Remove debug code 2024-05-24 22:08:35 -05:00
648c62e745 [ox/std] Fix Linux build
All checks were successful
Build / build (push) Successful in 3m8s
2024-05-23 01:38:57 -05:00
e33c4c5362 [ox/model] Fix type params in buildTypeId
Some checks failed
Build / build (push) Failing after 20s
2024-05-23 01:32:41 -05:00
b4f08df181 [ox/std] Fix resize to set null terminator 2024-05-23 01:27:59 -05:00
47582573e5 [ox/std] Rework FileReader into StreamReader
Some checks failed
Build / build (push) Failing after 20s
2024-05-23 00:45:28 -05:00
355f583382 [ox/std] Add IntegerRange_c 2024-05-22 23:14:06 -05:00
42d893b38f [ox/std] Fix Vector insert functions 2024-05-22 23:13:52 -05:00
3ba04db2fb [ox/std] Fix some Windows warnings 2024-05-22 00:26:56 -05:00
0ea99d2577 [glutils] Fix type conversion that happened on Windows 2024-05-22 00:26:03 -05:00
7b279886ca [glutils] Add FrameBuffer::sizef 2024-05-22 00:25:03 -05:00