Commit Graph

1516 Commits

Author SHA1 Message Date
gary 69957bd7b2 Remove no longer used files
Build / build (push) Successful in 20s
2026-05-05 23:19:51 -05:00
gary 1d6cce38fa Make CMake include buildcore CMake files
Build / build (push) Successful in 20s
2026-05-05 23:06:02 -05:00
gary 6611349888 Add Gitea workflow
Build / build (push) Failing after 3s
2026-05-05 23:01:27 -05:00
gary e3051aecfe Update Makefile and .gitignore 2026-05-05 22:59:22 -05:00
gary 17f21ea9f5 Merge commit '2ab653ca54f8fa4ea3faca4777b75db131291272' as 'deps/buildcore' 2026-05-05 22:58:24 -05:00
gary 2ab653ca54 Squashed 'deps/buildcore/' content from commit 2df5079
git-subtree-dir: deps/buildcore
git-subtree-split: 2df5079392e643443a28e8a4bd4cd72169943362
2026-05-05 22:58:24 -05:00
gary af3cf68b65 [ox/std] Add call and logCatch for safe calling of throwing functions
(synced from 4048753205)
2026-04-29 01:47:15 -05:00
gary 58c881f673 [ox/std] Add call and logCatch for safe calling of throwing functions
(synced from 5c146c6660)
2026-04-29 01:45:56 -05:00
gary 6c7c8ac531 [ox/std] Cleanup
(synced from 0885919dbd)
2026-04-29 01:44:43 -05:00
gary 94a95052fb [ox/model] Cleanup TypeNameCatcher and TypeInfoCatcher
(synced from 8c7d8cd08b)
2026-04-29 01:42:53 -05:00
gary 83a42a4c78 [ox] Rename UniquePtr to UPtr
(synced from e29a50d0dc)
2026-02-07 14:17:55 -06:00
gary ec65df688b [ox/std] Add Error::throwException()
(synced from 93d16cafb2)
2026-02-07 14:15:15 -06:00
gary 9750c53b98 [ox/std] Fix possible false positive in HashMap::operator==
(synced from 96c5223e44)
2026-01-30 21:03:58 -06:00
gary 06eeafa4a8 [ox/std] Reduce AnyPtr to 2/3 the size
(synced from d19b848427)
2026-01-30 20:54:17 -06:00
gary 502fb51f0a [ox] Cleanup some expensive headers
(synced from ca851e1059)
2026-01-28 22:55:26 -06:00
gary 12a48376e7 [ox/std] Add Error::reoriginate
(synced from 11e75cb6ca)
2026-01-28 00:46:55 -06:00
gary 55f0cd2f9c [ox/std] Fix build
(synced from 8c4add57e4)
2026-01-28 00:45:26 -06:00
gary 5219b574ac [ox/std] Cleanup serialize code
(synced from 5e1698a321)
2026-01-27 23:15:53 -06:00
gary d99ee332a6 [ox/model] Update style for ModelHandlerAdaptor
(synced from 3e95bc0842)
2026-01-27 23:09:53 -06:00
gary 10d60e2c2a [ox] Cleanup MetalClawWriter and FieldBitmapWriter
(synced from 58e19fad48)
2026-01-27 23:05:03 -06:00
gary e69315382d [ox/std] Fix is_integer_v
(synced from a3a56b24e8)
2026-01-27 23:03:07 -06:00
gary a4143a8dea [ox] Remove some unnecessary const_casts
(synced from 7681830ca6)
2026-01-27 23:01:36 -06:00
gary 73c088b061 [ox/mc] Cleanup, fix possible overflow bug
(synced from 46a7331754)
2026-01-26 00:55:55 -06:00
gary 39f1a9b3bf [ox/std] Add remove_pointer_t alias
(synced from 56c19ad2a6)
2026-01-26 00:46:12 -06:00
gary 8f5d5cb1cd [ox/mc] Cleanup
(synced from c6ecadf9a8)
2026-01-26 00:21:16 -06:00
gary d5bf3f20fc [ox] Cleanup
(synced from 2ed469f2dd)
2026-01-25 23:58:46 -06:00
gary d4c83017dc [ox] Cleanup
(synced from 53aea9731d)
2026-01-25 23:46:54 -06:00
gary 28ad13f453 [ox] Cleanup
(synced from 0e028ff653)
2026-01-25 22:05:49 -06:00
gary 5cfcc54acc [ox] Remove oxExpect macro
(synced from 07688a2c29)
2026-01-25 21:52:26 -06:00
gary e6613bf533 [ox] Update formatting in recently edited files
(synced from 4aa8255c55)
2026-01-25 21:26:44 -06:00
gary 199cc77a7d [ox] Change panic and assert to use std::source_location
(synced from cdd574d873)
2026-01-25 21:11:22 -06:00
gary 13b11ae71c [ox/model] Rename and fix isBString helpers
(synced from bc05bd12e5)
2026-01-25 02:06:14 -06:00
gary d9c462240a [ox] Remove enable_if
(synced from b754c66cf5)
2026-01-23 01:38:53 -06:00
gary 9c5808fa32 [ox/std] Slight optimization
(synced from 6a42303239)
2026-01-23 01:38:31 -06:00
gary 074c303057 [ox/std] Cleanup some enable_ifs
(synced from 7477ede222)
2026-01-21 23:35:19 -06:00
gary d2331f58d7 [ox/std] Add Union_c concept
(synced from 65e3153dda)
2026-01-21 23:35:02 -06:00
gary d48b24e8b8 [ox/std] Cleanup
(synced from 53a224cf8f)
2026-01-21 23:34:36 -06:00
gary 249c924d89 [ox/std] Fix writeItoa to work with max length 64 bit ints
(synced from 592e641ba9)
2026-01-21 23:28:13 -06:00
gary afa7e53126 [ox] Update docs
(synced from 689da4a019)
2026-01-21 21:04:17 -06:00
gary a0272a59a6 [ox/std] Remove excess char from intToStr return
(synced from 63f627377d)
2026-01-20 01:29:37 -06:00
gary 8719ebcde4 [ox] Update error handling docs
(synced from 4d0da022cf)
2026-01-20 00:47:51 -06:00
gary e793e62b0a [ox] Fix issues in String Types section of docs
(synced from 02332d99b5)
2026-01-20 00:26:38 -06:00
gary 26753ffd22 [ox/std] Fix writeItoa to work with negatives
(synced from a566ed2a8b)
2026-01-19 23:00:16 -06:00
gary 9993a3e422 [ox/std] Make StringLiteral constructors non-explicit
(synced from 815c3d19bf)
2026-01-19 21:00:58 -06:00
gary 9624b2546b [ox/std] Fix intToStr to have room for negatives
(synced from 522bb14f18)
2026-01-19 21:00:12 -06:00
gary 84ff508ff0 [ox] Add strings section to docs
(synced from f40d5515f9)
2026-01-18 19:00:24 -06:00
gary 289d14ee8e [ox/std] Add Vector::reserveResize
(synced from 941d1d90dc)
2026-01-07 21:48:04 -06:00
gary 004e22f55e [ox/std] Make ox::Vector::push_back comply with std::vector::push_back
(synced from 671fa54f6f)
2025-09-10 23:47:36 -05:00
gary 5a0bc97427 [ox/std] Fix channel format for oxLogError
(synced from f41213f13f)
2025-09-04 21:11:52 -05:00
gary a90c072cab [ox/fs] Fix write functions to take SpanViews
(synced from 28be7c4650)
2025-09-04 21:11:52 -05:00