Commit Graph

1408 Commits

Author SHA1 Message Date
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
gary ef75b6258c [ox/std] Make source_location::current only init if valid
(synced from 28ebe93b77)
2024-12-12 23:13:39 -06:00
gary dd4154b8cb [ox/std] Add source_location
(synced from e849e7a3dd)
2024-12-12 23:09:01 -06:00
gary e46579da3b [cityhash] Add install rule
(synced from e6777b0ad7)
2024-12-12 22:36:09 -06:00
gary bae926d9f3 [ox/std] Add CString type alias
(synced from a6e24ff2b6)
2024-12-06 00:20:03 -06:00
gary 9fe97955d0 [ox] Replace SpanView with Span<const T>
(synced from b14f1d5000)
2024-12-01 08:41:08 -06:00
gary 55deecce21 [ox/clargs] Add constructor that takes a SpanView
(synced from edda8e010e)
2024-11-28 00:51:02 -06:00
gary f8574cab9c [ox/std] Add missing + and += operators to Span
(synced from 3308b4dd72)
2024-11-27 00:17:37 -06:00
gary c39f1eec75 [ox/std] Fix Span raw array constructor
(synced from a0ed1b3f62)
2024-11-26 23:57:41 -06:00
gary 15aa8088cb [ox] Add more unsafe buffer exceptions
(synced from c78d3cf638)
2024-11-26 23:31:34 -06:00
gary 05fb58515d [ox/std] Replace an unsafe buffer
(synced from cee4f65d4a)
2024-11-26 22:31:20 -06:00
gary 2cef6dad64 [ox/fs] Suppress unsafe buffer warnings
(synced from cd3eeeef14)
2024-11-26 22:30:57 -06:00
gary c4fcd9a5e4 [ox/clargs] Cleanup
(synced from 287d42f2b9)
2024-11-26 22:08:36 -06:00
gary 328a384027 [ox/clargs] Enable unsafe buffer warnings
(synced from dbbaaa46b9)
2024-11-26 22:06:50 -06:00
gary 07c8b56f30 [ox/std] Enable unsafe buffer warnings
(synced from 9b8a8c4e46)
2024-11-26 21:59:26 -06:00
gary a8a5afc8c7 [cityhash] Add pragmas to ignore unsafe buffer warnings
(synced from e44fa288fd)
2024-11-26 21:58:39 -06:00
gary 354bbd19b0 [ox/std] Remove raw char* CharBufferWriter constructor
(synced from e13c6e812b)
2024-11-26 20:48:13 -06:00
gary 12bd36e5f5 [ox/std] Cleanup
(synced from cb55b31afa)
2024-11-26 20:43:43 -06:00
gary ffea6eecab [ox/std] Make Span access check message consistent with other messages
(synced from ab3f9e1627)
2024-11-26 20:43:20 -06:00
gary 4296576f5c [ox/std] Make CharBufferWriter constructor take a Span
(synced from 8f25ef96ff)
2024-11-26 20:42:33 -06:00
gary e7ce6090ea [ox/std] Cleanup an unsafe buffer
(synced from e13eebaf0b)
2024-11-26 20:38:00 -06:00
gary f1241eac74 [ox/std] Add overflow checking to SpanIterator
(synced from 114f5c6685)
2024-11-19 01:09:48 -06:00
gary 5dec5ca285 [ox] Add Vector/Array/Span overflow checking
(synced from f772e48b36)
2024-11-14 21:08:38 -06:00
gary f2c4c76811 Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218'
(synced from 5025475414)
2024-11-01 22:23:08 -05:00
gary 72cbca4cc5 [ox] Fix typo in docs
(synced from bfe890ae00)
2024-10-08 23:04:49 -05:00
gary 039d50571f [ox/std] Remove oxRequireT and oxRequireMT
(synced from ab5bc1adb6)
2024-10-06 06:16:14 -05:00
gary 9159646448 [ox] Add Project Structure section to docs
(synced from 3271a37115)
2024-10-04 01:15:17 -05:00
gary a8f0d16c75 [ox] Add ox-docs.md
(synced from c8c4177d60)
2024-10-04 00:59:23 -05:00
gary 2b7e0512cc [ox/std] Add CStringViewCR
(synced from 66cd5c4a7e)
2024-09-28 23:56:14 -05:00
gary e8633bdf6a [ox] Cleanup
(synced from 6ad79b305c)
2024-09-28 18:44:50 -05:00
gary b7fe301313 [ox] Rename CRString to StringCR
(synced from 1a9f0d49e7)
2024-09-28 17:46:45 -05:00
gary 4dcccb38d1 [ox] Rename CRStringView to StringViewCR
(synced from cc10631b55)
2024-09-28 16:09:43 -05:00
gary 1d7fc6bccc [ox/oc] Fix Linux build
(synced from e8a1ff0643)
2024-09-27 02:44:25 -05:00
gary f6e1090248 [ox/oc] Add option for writeOC to return a string
(synced from 396fecab5b)
2024-09-27 02:31:08 -05:00
gary a97184ebdb [ox/std] Add HashMap::values
(synced from 8b655c40b9)
2024-09-21 16:12:37 -05:00
gary 9f11c7cf44 [ox/std] Add oxModelFwdDecl macro for broken Apple Clang
(synced from da23c9304d)
2024-09-17 23:49:04 -05:00