Commit Graph

418 Commits

Author SHA1 Message Date
gary 11cec1ae74 [ox/std] Add missing pragma once to HashMap header
(synced from a0290c315a)
2019-02-09 04:29:32 +00:00
gary 80d048dd6a [ox/std] Add expand to HashMap
(synced from 9ca27361dc)
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 1a9bf8ca4a [ox] Add gdblogger
(synced from e5c5c0da43)
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 5758cb341c [ox/std] Fix ox_malloca to work outside ox namespace
(synced from ec6326001d)
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
gary cec3f0f045 [ox/fs] Make format method static
(synced from 55119253da)
2018-12-29 22:29:03 -06:00
gary 29f82d2e99 [ox/fs] Remove old file system code
(synced from 713aa7380f)
2018-10-29 22:56:01 -05:00
gary cd71e9c1a4 [ox/fs] Fix log channel
(synced from fdc227cb72)
2018-10-21 15:29:33 -05:00
gary bbf0afb6c4 [ox] Make cmake directory structure more consistent with project
(synced from 77c88515b2)
2018-10-21 07:21:25 -05:00
gary 0ecd5d6aff [ox] Add gdblogger integration
(synced from f21cb465e6)
2018-10-21 07:20:49 -05:00
gary 8332b141c2 [ox/fs] Fix Directory::mkdir
(synced from 4b70330710)
2018-10-21 07:19:40 -05:00
gary d272dce4f8 [ox/std] Make asserts generate stack traces
(synced from 0ba964a475)
2018-09-02 21:11:39 -05:00
gary 08e7a88e66 [ox/fs] Add extra checks to FileSystem test
(synced from 72b9437ef5)
2018-09-02 10:20:01 -05:00
gary cc9f8d9ca9 [ox/fs] Remove abstract FileStore class
(synced from 1770c8a1e2)
2018-09-01 23:52:43 -05:00
gary e0aeb544e4 [ox/trace] Add delimiter setter to trace handlers
(synced from 6648d941c9)
2018-09-01 21:52:26 -05:00
gary 8901162456 [ox/fs] Fix FileSystemTemplate::write to create Directory path index
(synced from cbfd9566d1)
2018-09-01 16:28:36 -05:00
gary fe802cbace [ox/fs] Make Directory type a type parameter in FileSystemTemplate
(synced from 0c6a557878)
2018-09-01 15:52:59 -05:00
gary 30e5cc4bbe [ox] Add vscode files
(synced from 6a82e96db7)
2018-09-01 15:11:37 -05:00
gary 6a32c09165 [ox/fs] Fix -p write
(synced from e4e8f141b6)
2018-09-01 01:56:20 -05:00
gary 7fde46fc7a [ox/fs] Remove completely pointless uses of ox_malloca
(synced from 9472043d80)
2018-09-01 01:17:12 -05:00
gary 67f20ed3c1 [ox/std] Cleanup MallocaPtr on heap determination
(synced from e918f2e60e)
2018-09-01 00:37:53 -05:00
gary 13a9482c93 [ox/std] Fix errCode extraction incorrect bit shift
(synced from 32e2878fb1)
2018-08-19 00:06:37 -05:00
gary 82483f74b8 [ox/std] Further constexpr OxError
(synced from 338199be12)
2018-08-19 00:02:13 -05:00
gary cab28c6e61 [ox/std] Fix oxReturnError to not re-originate the Error
(synced from f12de38211)
2018-08-18 23:57:59 -05:00
gary fd8336338b [ox/fs] Add recursive check on directory remove
(synced from a1b8de0cb0)
2018-08-18 23:49:29 -05:00
gary 506fcb3b30 [ox/fs] Fill out new FileSystem method stubs
(synced from 40f8af85a8)
2018-08-18 23:41:31 -05:00
gary f20ef2aedc [ox/fs] Remove erroneous error case
(synced from 3d3ea32357)
2018-07-31 21:59:58 -05:00
gary 84749bdc03 [ox/trace] Add environment variable to enable logging
(synced from 2e19e297d9)
2018-07-30 22:12:20 -05:00
gary 823fbeadd0 [ox/fs] Update FileStore interface
(synced from 324e28e5f2)
2018-07-30 21:35:36 -05:00
gary 2f15741907 [ox/fs] Add template instantiations for FileSystemTemplate
(synced from c8ff73b56e)
2018-07-30 21:34:40 -05:00
gary 6cf55a4782 [ox/fs] Add more logging to mkdir test
(synced from 61f77767bf)
2018-07-30 21:32:36 -05:00
gary 463317dae6 [ox/fs] Fix initial root dir inode
(synced from d97247ffe0)
2018-07-30 21:28:16 -05:00
gary cbca0bc695 [ox/fs] Add missing error and recursion termination checking to Directory::mkdir
(synced from b3bac826f1)
2018-07-30 21:12:42 -05:00
gary 17c59b17f8 [ox/fs] Fix inode generation check to check for outside the reserved range
(synced from 71af674eef)
2018-07-30 21:05:36 -05:00
gary f9e14193d0 [ox/fs] Fix PathIterator::valid to check iterator against max size
(synced from 00339ee4fd)
2018-07-30 21:01:07 -05:00
gary 72979b7545 [ox/std] Fix onMask's default bits value to use the number of bits instead of bytes
(synced from de2e1bd1d6)
2018-07-08 01:40:53 -05:00
gary cac4596a66 [ox/std] Change how alloca determines which implementation to use
(synced from 7b9c7ddde4)
2018-07-07 14:37:57 -05:00
gary 3bc5751b65 [ox/std] Add oxReturnError
(synced from d28f727742)
2018-07-07 14:37:31 -05:00
gary 854d46ea77 [ox/std] Add MaxValue constexpr template
(synced from 87b580a72a)
2018-07-07 14:36:27 -05:00
gary 6291cc6041 [ox/trace] Cleanup oxLogError's output
(synced from 86b36b48a3)
2018-07-07 14:34:36 -05:00
gary 7d90977302 [ox/buffer] Add new log messages to NodeBuffer
(synced from 35df47eaf8)
2018-07-07 14:33:16 -05:00
gary 0b7ecfb904 [ox/fs] Add fullPath method to PathIterator
(synced from c35f7abc5b)
2018-07-07 14:27:17 -05:00
gary 438db4967a [ox/trace] Fix error logging to not log chars as ints
(synced from e1494f4ed0)
2018-07-06 22:51:19 -05:00
gary 9e91b4a195 [ox] Fix OxFS 2 Directory test
(synced from a6b9de9a59)
2018-06-06 23:30:57 -05:00
gary 29f6b36dac [ox] Add file:line error tracing
(synced from ea7cf59ec7)
2018-05-31 22:45:57 -05:00
gary f3b95d15ed [ox/std] Fix MallocaPtr's move constructor to null out other's m_val
(synced from 956415a6a2)
2018-05-31 22:38:36 -05:00
gary ebd499afb4 [ox/std] Fix packed errors
(synced from 8e7fb4394b)
2018-05-28 20:07:23 -05:00
gary 7eefc9e29a [ox/std] Add optional file/line information to ox::Error
(synced from 0da80081f3)
2018-05-26 10:20:06 -05:00