Commit Graph

165 Commits

Author SHA1 Message Date
4ccc6a7412 [ox/std] Add source_location
Some checks failed
Build / build (push) Has been cancelled
2024-12-12 23:09:01 -06:00
21cb3e9d44 [cityhash] Add install rule 2024-12-12 22:36:09 -06:00
328e37b91c [ox/std] Add CString type alias
All checks were successful
Build / build (push) Successful in 3m14s
2024-12-06 00:20:03 -06:00
a52fa2319e [nfde] Fix Windows warnings 2024-12-06 00:12:38 -06:00
e2b8689184 [ox] Replace SpanView with Span<const T> 2024-12-01 08:41:08 -06:00
6ad33ef2d6 [ox/clargs] Add constructor that takes a SpanView 2024-11-28 00:51:02 -06:00
f45661edd1 [ox/std] Add missing + and += operators to Span
All checks were successful
Build / build (push) Successful in 3m17s
2024-11-27 00:17:37 -06:00
f84b15cd54 [teagba] Suppress warnings for unsafe buffers
Some checks failed
Build / build (push) Failing after 30s
2024-11-27 00:15:59 -06:00
95cd38a78e [ox/std] Fix Span raw array constructor 2024-11-26 23:57:41 -06:00
405587c4b6 [ox] Add more unsafe buffer exceptions 2024-11-26 23:31:34 -06:00
aaeb186e82 [ox/std] Replace an unsafe buffer
All checks were successful
Build / build (push) Successful in 3m19s
2024-11-26 22:31:20 -06:00
eaf107a2a4 [ox/fs] Suppress unsafe buffer warnings 2024-11-26 22:30:57 -06:00
b8fe47325d [ox/clargs] Cleanup
All checks were successful
Build / build (push) Successful in 3m22s
2024-11-26 22:08:36 -06:00
6f7f7a83b5 [ox/clargs] Enable unsafe buffer warnings
Some checks failed
Build / build (push) Has been cancelled
2024-11-26 22:06:50 -06:00
e74b793523 [ox/std] Enable unsafe buffer warnings 2024-11-26 21:59:26 -06:00
a09e4db7da [cityhash] Add pragmas to ignore unsafe buffer warnings 2024-11-26 21:58:39 -06:00
0a6cd6f930 [ox/std] Remove raw char* CharBufferWriter constructor 2024-11-26 20:48:13 -06:00
706f2d0d1f [ox/std] Cleanup 2024-11-26 20:43:43 -06:00
b01b68062d [ox/std] Make Span access check message consistent with other messages 2024-11-26 20:43:20 -06:00
b80eb7a832 [ox/std] Make CharBufferWriter constructor take a Span 2024-11-26 20:42:33 -06:00
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