145 Commits

Author SHA1 Message Date
e86c58a087 Merge commit 'ab760b064fd6a302bad13274e0e02b2b2c957b67' 2025-01-26 15:42:50 -06:00
0c909e798c Merge commit '897a59cdad66e593fd45eece9414d8414fa7f1ae' 2025-01-23 23:51:13 -06:00
eb9132d3a9 [ox/std] Change ox::String::operator[](size_t) const return a reference 2025-01-21 22:43:57 -06:00
814923186b [ox/oc] Fix integer read for signed/unsigned 2025-01-21 22:15:36 -06:00
fbd42e74a6 Merge commit 'ec49463217cb6822254fd230426135c0b52da547' 2025-01-21 02:25:27 -06:00
fe14e0a586 [ox/std] Fix string append issues
All checks were successful
Build / build (push) Successful in 3m57s
2025-01-19 16:51:05 -06:00
8d6343e325 Merge commit '7b7d59cf63d77cf7ab6daf6ed7122eef97954555'
Some checks failed
Build / build (push) Failing after 59s
2025-01-19 13:39:31 -06:00
90d804dbd9 [ox/std] Drop ox:: qualifier from safeDelete function for pointee 2025-01-18 20:56:24 -06:00
62ccba875a [ox/std] Add UAnyPtr 2025-01-18 20:11:42 -06:00
d76b514c8d [ox/model] Fix ModelTypeName_v to use requireModelTypeName
All checks were successful
Build / build (push) Successful in 4m14s
2025-01-15 23:34:58 -06:00
27a05f4ff0 [ox/std] Add spancpy 2025-01-14 21:10:18 -06:00
dc9d7f2082 [ox/std] Add and integrate standard abort call 2025-01-13 20:39:21 -06:00
4919a594b3 [gbabuildcore] Enable exceptions 2025-01-13 20:18:28 -06:00
0ecf9d3200 [teagba] Add symbols needed for enabling exceptions 2025-01-13 20:17:10 -06:00
d8b4afe053 Merge commit '4ea4a61d542777a270c4e2c283e0e986fc9eec9c' 2025-01-11 12:32:00 -06:00
cdd6ac9a4d [ox/std] Add non-const SmallMap::pairs 2025-01-11 03:37:27 -06:00
99b7bb05f6 [ox/std] Add SmallMap::values() 2025-01-08 21:31:46 -06:00
b1403fdca2 [ox/std] SmallMap fixes, add findIdx function 2025-01-07 20:59:04 -06:00
223d4fc325 Merge commit '7f481ef79f8362d68496fbed6083bdd38b743f7c' 2025-01-05 22:40:22 -06:00
fc464003f3 Merge commit '07610a5af2aaaac9cfcdcf8359b33f7df40d46cd' 2025-01-04 01:29:09 -06:00
c74950ec7e Merge commit '25133af822313ee5aad1ab5f90c1a68b7092185e' 2025-01-02 22:03:05 -06:00
0713d266e2 Merge commit 'dc96270ca5e882e41f6b657be14a20e8bd2ad501' 2024-12-21 20:13:20 -06:00
3e7a1266fa [glutils] Change macro names to comply with broader conventions 2024-12-18 22:04:39 -06:00
24120a586d [ox] Change macro names to comply with broader conventions 2024-12-18 22:04:25 -06:00
37e40b540f [ox/std] Cleanup Vec2
Some checks failed
Build / build (push) Failing after 52s
2024-12-15 01:26:41 -06:00
8c3f9b290b [ox/std] Run liccor
All checks were successful
Build / build (push) Successful in 3m39s
2024-12-14 14:33:43 -06:00
da5b985fb2 [ox] Remove OxException 2024-12-14 00:40:05 -06:00
f1e9b94df6 [ox] Remove OxError
Some checks failed
Build / build (push) Failing after 1m1s
2024-12-13 22:06:47 -06:00
a8cfa82e11 [glutils] Cleanup OxError 2024-12-13 22:06:26 -06:00
fcac134af0 [ox/std] Make source_location::current only init if valid
All checks were successful
Build / build (push) Successful in 3m37s
2024-12-12 23:13:39 -06:00
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