gary
|
fb3e94b45c
|
[nostalgia] Fix ioOps to use setTypeInfo instead of setFields
|
2019-02-25 20:02:15 -06:00 |
|
gary
|
acd04c496c
|
[ox/mc] Add Walker
(synced from def449607c)
|
2019-02-24 23:57:31 -06:00 |
|
gary
|
def449607c
|
[ox/mc] Add Walker
|
2019-02-24 23:57:31 -06:00 |
|
gary
|
9c42b37933
|
[ox] Remove redundant null check before delete
(synced from 3facd25794)
|
2019-02-24 23:52:14 -06:00 |
|
gary
|
3facd25794
|
[ox] Remove redundant null check before delete
|
2019-02-24 23:52:14 -06:00 |
|
gary
|
c9a992a450
|
[ox/std] Remove incorrect noexcepts from HashMap
(synced from d3f78982e6)
|
2019-02-24 23:49:14 -06:00 |
|
gary
|
d3f78982e6
|
[ox/std] Remove incorrect noexcepts from HashMap
|
2019-02-24 23:49:14 -06:00 |
|
gary
|
5e254bdfb2
|
[ox/std] Add nodiscard to bitops, byteswap, and strops
(synced from 805244f796)
|
2019-02-24 09:36:04 -06:00 |
|
gary
|
805244f796
|
[ox/std] Add nodiscard to bitops, byteswap, and strops
|
2019-02-24 09:36:04 -06:00 |
|
gary
|
14e96f441a
|
[ox] Move buildinfo and trace packages into std
(synced from 5a1d1c0a2f)
|
2019-02-23 23:15:09 -06:00 |
|
gary
|
5a1d1c0a2f
|
[ox] Move buildinfo and trace packages into std
|
2019-02-23 23:15:09 -06:00 |
|
gary
|
a039c5764f
|
[ox] Remove VS Code directory
(synced from 57aa0d556c)
|
2019-02-23 11:52:44 -06:00 |
|
gary
|
57aa0d556c
|
[ox] Remove VS Code directory
|
2019-02-23 11:52:44 -06:00 |
|
gary
|
765315b69c
|
[nostalgia] Add option to build without Studio
|
2019-02-14 23:38:14 +00:00 |
|
gary
|
b1af1fc55e
|
[ox/std] Add missing constexprs to BString methods
(synced from 6b66127691)
|
2019-02-14 05:15:53 +00:00 |
|
gary
|
6b66127691
|
[ox/std] Add missing constexprs to BString methods
|
2019-02-14 05:15:53 +00:00 |
|
gary
|
375853f710
|
[ox/mc] Add McStr to wrap C style strings to distinguish them from arrays
(synced from 1c64096c38)
|
2019-02-13 02:42:33 +00:00 |
|
gary
|
1c64096c38
|
[ox/mc] Add McStr to wrap C style strings to distinguish them from arrays
|
2019-02-13 02:42:33 +00:00 |
|
gary
|
b2a1e9d4c9
|
[ox/mc] Fix DefWriter to properly detect when to write Types
(synced from c7e9a95a3f)
|
2019-02-12 06:20:05 +00:00 |
|
gary
|
c7e9a95a3f
|
[ox/mc] Fix DefWriter to properly detect when to write Types
|
2019-02-12 06:20:05 +00:00 |
|
gary
|
f54e19ab9b
|
[ox/mc] Add Vector handler to Reader and Writer
(synced from c8f39af001)
|
2019-02-12 05:02:40 +00:00 |
|
gary
|
c8f39af001
|
[ox/mc] Add Vector handler to Reader and Writer
|
2019-02-12 05:02:40 +00:00 |
|
gary
|
e2e6164ead
|
[ox/mc] Add Vector handler to DefWriter, add static_assert tests
(synced from 5c51e17156)
|
2019-02-12 03:58:14 +00:00 |
|
gary
|
5c51e17156
|
[ox/mc] Add Vector handler to DefWriter, add static_assert tests
|
2019-02-12 03:58:14 +00:00 |
|
gary
|
f766c6a981
|
[ox/mc] Fix MetalClawDefWriter OpType
(synced from 1c6e40220b)
|
2019-02-11 06:51:01 +00:00 |
|
gary
|
1c6e40220b
|
[ox/mc] Fix MetalClawDefWriter OpType
|
2019-02-11 06:51:01 +00:00 |
|
gary
|
8f2f99c038
|
[ox/mc] Add def writer
(synced from 75aeedb7b5)
|
2019-02-11 05:59:33 +00:00 |
|
gary
|
75aeedb7b5
|
[ox/mc] Add def writer
|
2019-02-11 05:59:33 +00:00 |
|
gary
|
f86de28ba9
|
[ox/std] Make BString constexpr
(synced from 96c56e2589)
|
2019-02-10 07:52:22 +00:00 |
|
gary
|
96c56e2589
|
[ox/std] Make BString constexpr
|
2019-02-10 07:52:22 +00:00 |
|
gary
|
8f766668ef
|
[ox/std] Remove unused include from assert.hpp
(synced from 52536fcb97)
|
2019-02-09 07:43:58 +00:00 |
|
gary
|
52536fcb97
|
[ox/std] Remove unused include from assert.hpp
|
2019-02-09 07:43:58 +00:00 |
|
gary
|
2dfc756875
|
[ox/mc] Fix MC test's incorrect reporting of number of fields
(synced from 1a2733f5ce)
|
2019-02-09 07:39:55 +00:00 |
|
gary
|
1a2733f5ce
|
[ox/mc] Fix MC test's incorrect reporting of number of fields
|
2019-02-09 07:39:55 +00:00 |
|
gary
|
11cec1ae74
|
[ox/std] Add missing pragma once to HashMap header
(synced from a0290c315a)
|
2019-02-09 04:29:32 +00:00 |
|
gary
|
a0290c315a
|
[ox/std] Add missing pragma once to HashMap header
|
2019-02-09 04:29:32 +00:00 |
|
gary
|
b656fbc3d4
|
[Nostalgia] Add symlink of compile_commands.json to project root in setup
|
2019-02-08 23:35:59 +00:00 |
|
gary
|
80d048dd6a
|
[ox/std] Add expand to HashMap
(synced from 9ca27361dc)
|
2019-02-03 01:13:35 -06:00 |
|
gary
|
9ca27361dc
|
[ox/std] Add expand to HashMap
|
2019-02-03 01:13:35 -06:00 |
|
gary
|
286b65ef79
|
[ox/std] Add HashMap
(synced from 87e6b8d19f)
|
2019-02-02 21:06:42 -06:00 |
|
gary
|
87e6b8d19f
|
[ox/std] Add HashMap
|
2019-02-02 21:06:42 -06:00 |
|
gary
|
8da1b77aa5
|
[nostalgia] Port setup-build back to Bash
|
2019-02-02 21:04:54 -06:00 |
|
gary
|
af0e24d9bf
|
[nostalgia] Switch Studio to PassThroughFS
|
2019-01-15 22:33:13 -06:00 |
|
gary
|
1a9bf8ca4a
|
[ox] Add gdblogger
(synced from e5c5c0da43)
|
2019-01-15 22:32:54 -06:00 |
|
gary
|
e5c5c0da43
|
[ox] Add gdblogger
|
2019-01-15 22:32:54 -06:00 |
|
gary
|
4ecb34629c
|
[ox/fs] Strip leading slashes in PassThroughFS paths
(synced from 791c076b51)
|
2019-01-15 22:01:30 -06:00 |
|
gary
|
791c076b51
|
[ox/fs] Strip leading slashes in PassThroughFS paths
|
2019-01-15 22:01:30 -06:00 |
|
gary
|
5758cb341c
|
[ox/std] Fix ox_malloca to work outside ox namespace
(synced from ec6326001d)
|
2019-01-15 17:39:33 -06:00 |
|
gary
|
ec6326001d
|
[ox/std] Fix ox_malloca to work outside ox namespace
|
2019-01-15 17:39:33 -06:00 |
|
gary
|
5d9d5f078a
|
[ox/fs] Add PassthroughFS
(synced from 59ee1ada56)
|
2019-01-11 19:39:20 -06:00 |
|