gary
|
493c59fa5e
|
Merge branch 'master' of github.com:wombatant/ox
|
2017-04-25 22:01:34 -05:00 |
|
gary
|
52f326f96c
|
Add mkdir support
|
2017-04-25 22:01:21 -05:00 |
|
gary
|
7b58d2ef06
|
Merge branch 'master' of github.com:wombatant/ox
|
2017-04-25 20:55:23 -05:00 |
|
gary
|
386c72a77b
|
Add gmake switch to use gmake if it is present
gmake is expected to be the default on most platforms, but it needs to be
explicitly specified on some systems.
|
2017-04-25 20:36:05 -05:00 |
|
gary
|
c5410c8755
|
Fix issue with allocator that caused deallocation to reset the
allocation point
|
2017-04-25 18:30:29 -05:00 |
|
gary
|
b7b5772c34
|
Add comment crediting the random number generation algorithm
|
2017-04-24 20:13:15 -05:00 |
|
gary
|
41c017e305
|
Remove use of std::function in fs test
|
2017-04-24 02:41:57 -05:00 |
|
gary
|
7abbf8768f
|
Add support for writing file by path
|
2017-04-24 02:38:23 -05:00 |
|
gary
|
7c54d3fb47
|
Add initial support for looking up file by path
|
2017-04-23 04:10:12 -05:00 |
|
gary
|
32d50a42df
|
Fix oxfstool format to corrctly set the use directories setting
|
2017-04-23 03:58:31 -05:00 |
|
gary
|
c3fe5e9cc2
|
Fix PathIterator to allow paths that don't start with /
|
2017-04-22 14:34:20 -05:00 |
|
gary
|
f9634a2f3a
|
Fix PathIterator for paths that don't end with /
|
2017-04-22 07:11:48 -05:00 |
|
gary
|
d48183218c
|
Delete byteswap.cpp
|
2017-04-22 02:50:58 -05:00 |
|
gary
|
21b83c7188
|
Merge branch 'master' of github.com:wombatant/ox
|
2017-04-22 02:46:51 -05:00 |
|
gary
|
1743b8ceba
|
Reduce max string length for strops to fit 32 bit systems
|
2017-04-22 01:51:02 -05:00 |
|
gary
|
a3fac6529b
|
Fix to build with GCC
|
2017-04-22 01:42:16 -05:00 |
|
gary
|
5936a751d3
|
Add PathIterator class for file system
|
2017-04-22 01:27:26 -05:00 |
|
gary
|
7bce077ea8
|
Made libraries use position indepentent code (PIC)
|
2017-04-21 05:37:24 -05:00 |
|
gary
|
87c265e17b
|
Put FileSystem format version bump in createFileSystem
|
2017-04-19 00:58:14 -05:00 |
|
gary
|
e976fd3fe6
|
Upgrade FileStore format verion due to addition of packed attribute
|
2017-04-18 17:24:41 -05:00 |
|
gary
|
9308b5e59c
|
Merge branch 'release-0.1'
|
2017-04-18 17:22:04 -05:00 |
|
gary
|
df1605d189
|
Merge branch 'master' of github.com:wombatant/ox
|
2017-04-18 17:20:36 -05:00 |
|
gary
|
e3ff37c6c9
|
Make FileSystem constructor explicit
|
2017-04-18 17:20:13 -05:00 |
|
gary
|
6e690ee98d
|
Add support for reading from FileStore by type
|
2017-04-18 17:18:08 -05:00 |
|
gary
|
9b7c68efc9
|
Merge branch 'master' of github.com:wombatant/ox into release-0.1
|
2017-04-18 05:05:28 -05:00 |
|
gary
|
cb4f11d41f
|
Merge branch 'release-0.1' of github.com:wombatant/ox
|
2017-04-18 05:02:09 -05:00 |
|
gary
|
58400b950b
|
Add install directory GBA build setup
|
2017-04-18 05:00:43 -05:00 |
|
gary
|
aa1b3d0a74
|
Add alignment attributes to FS structs
|
2017-04-18 00:52:31 -05:00 |
|
gary
|
b7775d3d82
|
Fix override warning and fix buffer overflow check
release-0.1.0
|
2017-04-14 01:50:57 -05:00 |
|
gary
|
bf110e5341
|
Add a bounded read option for the file system
|
2017-04-13 20:16:42 -05:00 |
|
gary
|
9183815634
|
Fix GBA build not to build libraries that use stdlib
|
2017-04-13 04:31:30 -05:00 |
|
gary
|
c6e33e5285
|
Fix error handling for opening an invalid file system
|
2017-04-13 04:07:24 -05:00 |
|
gary
|
709cfbf750
|
Remove inode parameter from space needed
|
2017-04-13 03:49:54 -05:00 |
|
gary
|
5c02645036
|
Fix issues with clarg parsing bools
|
2017-04-13 03:39:40 -05:00 |
|
gary
|
75e4aaa3b4
|
Make clargs use std::string
|
2017-04-13 03:19:53 -05:00 |
|
gary
|
f2384e93c7
|
Merge branch 'release-0.0'
|
2017-04-13 02:22:17 -05:00 |
|
gary
|
7fdf5751b1
|
Add expandCopy and expandCopyCleanup
|
2017-04-13 02:12:26 -05:00 |
|
gary
|
0402fac389
|
Add string and in options to ClArgs
|
2017-04-12 23:52:21 -05:00 |
|
gary
|
17f09ab84a
|
Merge branch 'release-0.0'
|
2017-04-12 22:14:00 -05:00 |
|
gary
|
9328113fcd
|
Fix library paths in OxConfig.cmake
|
2017-04-12 22:03:56 -05:00 |
|
gary
|
4fde40ece9
|
Remove ox::std namespace
|
2017-04-12 21:28:59 -05:00 |
|
gary
|
5e80cc80b8
|
Add size check to createFileSystem
|
2017-04-12 21:26:23 -05:00 |
|
gary
|
9f3b338fed
|
Add ClArgs library
|
2017-04-12 00:20:17 -05:00 |
|
gary
|
0052cccc14
|
Fix OxConfig.cmake to work with GBA builds again
release-0.0.2
|
2017-04-11 22:41:23 -05:00 |
|
gary
|
e25d4a67da
|
Merge branch 'master' of github.com:wombatant/ox
release-0.0.1
|
2017-04-11 19:58:50 -05:00 |
|
gary
|
78edb14d76
|
Fix some issues in in FileStore::alloc that caused buffer overflows
|
2017-04-11 19:55:17 -05:00 |
|
gary
|
416883b354
|
Add explicit <string> include to byteswap test
|
2017-04-11 19:08:13 -05:00 |
|
gary
|
8eb73298f5
|
Put the current inode space usage back into the spaceNeeded method
|
2017-04-10 23:17:39 -05:00 |
|
gary
|
02b25ef882
|
Add non-CMAKE_FIND_ROOT_PATH paths to OxConfig.cmake
release-0.0.0
|
2017-04-10 17:11:07 -05:00 |
|
gary
|
da410b7f39
|
Add shell command to Makefile
|
2017-04-10 17:09:47 -05:00 |
|