gary
|
e008bfc97a
|
[ox/std] Fix alignment of Vector elements
(synced from 22378d0a9f)
|
2019-07-19 22:11:01 -05:00 |
|
gary
|
22378d0a9f
|
[ox/std] Fix alignment of Vector elements
|
2019-07-19 22:11:01 -05:00 |
|
gary
|
2df8d26973
|
[ox/std] Fix syntax error in std::is_union_v
(synced from 32d7c7b9e2)
|
2019-07-19 22:10:32 -05:00 |
|
gary
|
32d7c7b9e2
|
[ox/std] Fix syntax error in std::is_union_v
|
2019-07-19 22:10:32 -05:00 |
|
gary
|
df8f8c581a
|
[ox/fs] Fix FileStoreTemplate::compact to skip first item and correctly find parent
(synced from 8fa5488d77)
|
2019-07-19 20:14:09 -05:00 |
|
gary
|
8fa5488d77
|
[ox/fs] Fix FileStoreTemplate::compact to skip first item and correctly find parent
|
2019-07-19 20:14:09 -05:00 |
|
gary
|
9b389f6a2d
|
[ox/ptrarith] Fix NodeBuffer::compact to iterate over items when item already in correct location
(synced from 31b75d1e50)
|
2019-07-19 19:53:50 -05:00 |
|
gary
|
31b75d1e50
|
[ox/ptrarith] Fix NodeBuffer::compact to iterate over items when item already in correct location
|
2019-07-19 19:53:50 -05:00 |
|
gary
|
8c67f4d723
|
[ox/ptrarith] Fix NodeBuffer::compact to correclty update dest.prev
(synced from d55089b582)
|
2019-07-18 20:31:51 -05:00 |
|
gary
|
d55089b582
|
[ox/ptrarith] Fix NodeBuffer::compact to correclty update dest.prev
|
2019-07-18 20:31:51 -05:00 |
|
gary
|
69f918664d
|
[nostalgia] Cleanup CMake ON/OFF switches
|
2019-07-17 22:58:56 -05:00 |
|
gary
|
20e14f3fde
|
[ox/fs] Cleanup Directory test
(synced from cb8f26046a)
|
2019-07-17 21:36:03 -05:00 |
|
gary
|
cb8f26046a
|
[ox/fs] Cleanup Directory test
|
2019-07-17 21:36:03 -05:00 |
|
gary
|
503963dac8
|
[ox/fs] Add error return to resize
(synced from 969af651d3)
|
2019-07-17 21:35:07 -05:00 |
|
gary
|
969af651d3
|
[ox/fs] Add error return to resize
|
2019-07-17 21:35:07 -05:00 |
|
gary
|
b284e13e79
|
[ox/fs] Add better error handling to Directory
(synced from fb4a768415)
|
2019-07-17 21:31:12 -05:00 |
|
gary
|
fb4a768415
|
[ox/fs] Add better error handling to Directory
|
2019-07-17 21:31:12 -05:00 |
|
gary
|
62593c48a6
|
[nostalgia] Upgrade devenv to Fedora 30
|
2019-07-17 21:27:34 -05:00 |
|
gary
|
d7eca98d99
|
[ox/ptrarith] Expand tests
(synced from 25c629f570)
|
2019-07-17 21:25:33 -05:00 |
|
gary
|
25c629f570
|
[ox/ptrarith] Expand tests
|
2019-07-17 21:25:33 -05:00 |
|
gary
|
6a1f0d1572
|
[ox/clargs] Link with OxStd
(synced from ea2bf8998b)
|
2019-07-17 21:17:10 -05:00 |
|
gary
|
ea2bf8998b
|
[ox/clargs] Link with OxStd
|
2019-07-17 21:17:10 -05:00 |
|
gary
|
b94bfc94b3
|
[ox/fs] Fix extraneous alloc and update rootInode in compact
(synced from 0efe94db45)
|
2019-07-17 20:43:14 -05:00 |
|
gary
|
0efe94db45
|
[ox/fs] Fix extraneous alloc and update rootInode in compact
|
2019-07-17 20:43:14 -05:00 |
|
gary
|
09b8b6d808
|
[ox/ptrarith] Fix NodeBuffer::malloc to correctly update the old last's prev
(synced from dc03e01cf8)
|
2019-07-17 20:12:28 -05:00 |
|
gary
|
dc03e01cf8
|
[ox/ptrarith] Fix NodeBuffer::malloc to correctly update the old last's prev
|
2019-07-17 20:12:28 -05:00 |
|
gary
|
4a8f7a610e
|
[ox/std] Fix warning about unused private variable
(synced from ffce1dc4df)
|
2019-07-16 18:36:45 -05:00 |
|
gary
|
ffce1dc4df
|
[ox/std] Fix warning about unused private variable
|
2019-07-16 18:36:45 -05:00 |
|
gary
|
2e04d3696f
|
[ox/std] Add is_union_v and is_class_v
(synced from 02d92449f9)
|
2019-07-15 18:15:14 -05:00 |
|
gary
|
02d92449f9
|
[ox/std] Add is_union_v and is_class_v
|
2019-07-15 18:15:14 -05:00 |
|
gary
|
338458457d
|
[ox/std] Fix Vector copy assignment to allocate as char*
(synced from 0b218f57c2)
|
2019-07-15 18:10:00 -05:00 |
|
gary
|
0b218f57c2
|
[ox/std] Fix Vector copy assignment to allocate as char*
|
2019-07-15 18:10:00 -05:00 |
|
gary
|
9ce7451ca7
|
[ox/std] Make Vector only call constructor and destructor on valid items
(synced from 16a09d6814)
|
2019-07-12 22:48:10 -05:00 |
|
gary
|
16a09d6814
|
[ox/std] Make Vector only call constructor and destructor on valid items
|
2019-07-12 22:48:10 -05:00 |
|
gary
|
a3f6d04683
|
[ox/std] Add log message for asserts
(synced from 806eaa229a)
|
2019-07-08 23:18:54 -05:00 |
|
gary
|
806eaa229a
|
[ox/std] Add log message for asserts
|
2019-07-08 23:18:54 -05:00 |
|
gary
|
3011b12551
|
[ox/ptrarith] Add asserts to Ptr::operator T*
(synced from 7b034be393)
|
2019-07-08 23:13:30 -05:00 |
|
gary
|
7b034be393
|
[ox/ptrarith] Add asserts to Ptr::operator T*
|
2019-07-08 23:13:30 -05:00 |
|
gary
|
43156ad270
|
[ox/fs] Fix PassthroughFS to pull in defines from header before check
(synced from d4212abe3b)
|
2019-07-07 22:08:39 -05:00 |
|
gary
|
d4212abe3b
|
[ox/fs] Fix PassthroughFS to pull in defines from header before check
|
2019-07-07 22:08:39 -05:00 |
|
gary
|
83fbe88757
|
[ox/fs] Fix issues with PassthroughFS Boost port
(synced from ee9cdbe1e7)
|
2019-07-06 01:49:28 -05:00 |
|
gary
|
ee9cdbe1e7
|
[ox/fs] Fix issues with PassthroughFS Boost port
|
2019-07-06 01:49:28 -05:00 |
|
gary
|
27636f3d94
|
[ox/fs] Make macOS builds use Boost FileSystem
(synced from 845373e049)
|
2019-07-06 00:09:42 -05:00 |
|
gary
|
845373e049
|
[ox/fs] Make macOS builds use Boost FileSystem
|
2019-07-06 00:09:42 -05:00 |
|
gary
|
e61cea07e0
|
[ox/ptrarith] Disable ptrarith tests when OX_RUN_TESTS is not set
(synced from 6493a5e10e)
|
2019-06-29 23:52:43 -05:00 |
|
gary
|
6493a5e10e
|
[ox/ptrarith] Disable ptrarith tests when OX_RUN_TESTS is not set
|
2019-06-29 23:52:43 -05:00 |
|
gary
|
2972a0a4f7
|
[ox] Remove -Wshadow, too pedantic
(synced from 41d6c7188c)
|
2019-06-28 23:56:17 -05:00 |
|
gary
|
41d6c7188c
|
[ox] Remove -Wshadow, too pedantic
|
2019-06-28 23:56:17 -05:00 |
|
gary
|
00ed62c04c
|
[nostalgia/studio] Replace use of deprecated qSort with std::sort
|
2019-06-27 21:25:58 -05:00 |
|
gary
|
062e68f181
|
[ox/model] Fix name shadowing
(synced from 959807c08b)
|
2019-06-26 23:47:10 -05:00 |
|