Commit Graph

4910 Commits

Author SHA1 Message Date
gary 232a166833 [keel,nostalgia,studio] Make keel use references in place of a lot of pointers 2023-11-30 23:15:16 -06:00
gary 95ba8eb138 [glutils] Do some cleanup with ox::CStringView 2023-11-30 22:06:03 -06:00
gary a37df08c19 [keel] Make Context::appName a BasicString<32> to generally avoid allocations while ensuring that Context owns a copy 2023-11-30 21:46:17 -06:00
gary 0fc7e7005c [keel,nostalgia/tools/pack,studio] Cleanup 2023-11-30 21:45:03 -06:00
gary 624e2535fa [ox/std] Give Vector MaybeSV in places where it makes sense
(synced from 68a0dd9660)
2023-11-30 21:28:11 -06:00
gary 68a0dd9660 [ox/std] Give Vector MaybeSV in places where it makes sense 2023-11-30 21:28:11 -06:00
gary f79fab5e8c [ox/std] Add missing file, add more string types
(synced from d635a954fa)
2023-11-30 21:24:05 -06:00
gary d635a954fa [ox/std] Add missing file, add more string types 2023-11-30 21:24:05 -06:00
gary d0f19fd51d [teagba] Make some globals static 2023-11-30 01:29:53 -06:00
gary 37e38c6d29 [ox/fs] Change substr function form
(synced from dd16577b50)
2023-11-30 01:02:29 -06:00
gary dd16577b50 [ox/fs] Change substr function form 2023-11-30 01:02:29 -06:00
gary 7f73e95140 [ox/fs] Add FileSystem::write variants that take Spans
(synced from c0aa119155)
2023-11-30 01:02:05 -06:00
gary c0aa119155 [ox/fs] Add FileSystem::write variants that take Spans 2023-11-30 01:02:05 -06:00
gary b9cda0b2b4 [ox/fs] Make FileAddress::getPath return a StringView
(synced from 3c9ce4436a)
2023-11-30 01:01:01 -06:00
gary 3c9ce4436a [ox/fs] Make FileAddress::getPath return a StringView 2023-11-30 01:01:01 -06:00
gary 6c71a571b1 [ox/std] Add Span::data()
(synced from 2a692fc46e)
2023-11-30 01:00:38 -06:00
gary 2a692fc46e [ox/std] Add Span::data() 2023-11-30 01:00:38 -06:00
gary e543131f0d [nostalgia,studio] Cleanup Studio 2023-11-30 00:57:47 -06:00
gary c085c50b30 [nostalgia/pack] Update for Keel 2023-11-30 00:56:53 -06:00
gary bb8fb0469a [keel] Cleanup pack 2023-11-29 20:33:09 -06:00
gary d9f56fc7c2 [ox/std] Fix StringView(BaseStringView const&) constructor
(synced from 15bc41dd35)
2023-11-29 00:35:34 -06:00
gary 15bc41dd35 [ox/std] Fix StringView(BaseStringView const&) constructor 2023-11-29 00:35:34 -06:00
gary 85e7375f6f [buildcore] Cleanup 2023-11-28 23:34:12 -06:00
gary da98aa864c [keel,nostalgia,studio,turbine] Fixes for ox::String explicit change 2023-11-28 23:32:29 -06:00
gary 44681f692a [ox/std] Make String(StringView) constructor explicit, add StringLiteral
(synced from 3a62650d62)
2023-11-28 23:31:11 -06:00
gary 3a62650d62 [ox/std] Make String(StringView) constructor explicit, add StringLiteral 2023-11-28 23:31:11 -06:00
gary 92231e87c7 [ox/std] Make HashMap use StringView for string lookups
(synced from 7008ebfb40)
2023-11-28 23:29:10 -06:00
gary 7008ebfb40 [ox/std] Make HashMap use StringView for string lookups 2023-11-28 23:29:10 -06:00
gary f484407c16 [ox/mc] Fix read test
(synced from 709dc36d0b)
2023-11-27 22:02:38 -06:00
gary 709dc36d0b [ox/mc] Fix read test 2023-11-27 22:02:38 -06:00
gary 540ed9b3f9 [keel,nostalgia,turbine] Change log channel delimiter from :: to . 2023-11-25 20:59:01 -06:00
gary 65ce482be0 [ox] Change log channel delimiter from :: to .
(synced from ecc49a63b0)
2023-11-25 20:58:35 -06:00
gary ecc49a63b0 [ox] Change log channel delimiter from :: to . 2023-11-25 20:58:35 -06:00
gary c8ad05215f [glutils] Fix destructors 2023-11-24 13:46:46 -06:00
gary 79b6046813 [nostalgia/studio] Fix main argc and argv for Windows 2023-11-24 11:10:28 -06:00
gary ed5271166e Update developer handbook 2023-11-23 18:22:22 -06:00
gary b946e428ad [keel,nostalgia,turbine] Cleanup 2023-11-23 01:46:11 -06:00
gary 51ba81113b [ox] Cleanup String/StringView conversions, MallocaPtr
(synced from a84a829769)
2023-11-23 01:34:16 -06:00
gary a84a829769 [ox] Cleanup String/StringView conversions, MallocaPtr 2023-11-23 01:34:16 -06:00
gary 5b91ad25c2 [teagba] Fix MSVC warning 2023-11-14 20:24:21 -06:00
gary 98983d1229 [nostalgia/core] Cleanup 2023-11-14 20:23:50 -06:00
gary 0ce5b15e66 [ox/std] Fix MSVC warnings
(synced from b12097769e)
2023-11-14 20:23:21 -06:00
gary b12097769e [ox/std] Fix MSVC warnings 2023-11-14 20:23:21 -06:00
gary 99a7a2cbfc [buildcore] Fix arch output for host_env to be more consistent 2023-11-14 20:21:49 -06:00
gary aa74d0a513 [ox/model] Fix compile error when instantiating ModelHandlerAdaptor for readers
(synced from e9c5134286)
2023-11-14 20:21:02 -06:00
gary e9c5134286 [ox/model] Fix compile error when instantiating ModelHandlerAdaptor for readers 2023-11-14 20:21:02 -06:00
gary b6a8a70f1e [ox/model] Fix MSVC warning
(synced from b7a1236bae)
2023-11-14 20:19:25 -06:00
gary b7a1236bae [ox/model] Fix MSVC warning 2023-11-14 20:19:25 -06:00
gary 63c9e331cf [ox/mc] Fix MC read alloca in a loop
(synced from d386bc8c91)
2023-11-13 23:42:09 -06:00
gary d386bc8c91 [ox/mc] Fix MC read alloca in a loop 2023-11-13 23:42:09 -06:00