gary
5b628e7ad7
Fix delete operator to move _heapIdx closer to heap start
2017-10-14 12:54:27 -05:00
gary
f6b027c591
Fix heap delete to mark current as not in use, instead of prev
2017-10-14 03:19:20 -05:00
gary
70cee81406
Add more complete implementation for custom new/delete, add panic
2017-10-14 03:16:06 -05:00
gary
dd4556e4e1
Add custom new to GBA build
2017-10-13 10:53:19 -05:00
gary
9c2e71045f
Add ioOp functions for Point and Bounds
2017-10-12 16:12:29 -05:00
gary
507c894c15
Add Context to core
2017-10-12 04:52:46 -05:00
gary
329e8be825
Add IDE switch to CMake options, Add charset.png to dist
2017-10-12 00:34:40 -05:00
gary
30a992efad
Fixed gba_build to work with the new build files layout
2017-10-11 21:40:35 -05:00
gary
77e0222201
Remove some debug code
2017-10-11 19:51:24 -05:00
gary
8559ab53cc
Squashed 'deps/ox/' content from commit c63e0c1
...
git-subtree-dir: deps/ox
git-subtree-split: c63e0c1d72
2017-10-11 19:20:46 -05:00
gary
5f0c1a1c41
Merge commit '8559ab53ccc74e63924b4a9a31bc91ee1dafefa9' as 'deps/ox'
2017-10-11 19:20:46 -05:00
gary
f0efe2f9e0
Remove ox subtree
2017-10-11 19:17:48 -05:00
gary
c63e0c1d72
Revert back to C++11
2017-10-11 16:54:37 -05:00
gary
124f6de221
Start on log package
2017-10-11 16:52:17 -05:00
gary
9f8b805e4a
Remove OxLog from oxfstool
2017-10-11 16:46:41 -05:00
gary
7da4009df0
Add toollib to fs CMakeLists.txt
2017-10-11 16:43:42 -05:00
gary
9d563d2736
Add toollib files for oxfs tool
2017-10-11 16:34:35 -05:00
gary
6ae08fe259
Give walk command more structured output
2017-10-11 16:27:41 -05:00
gary
b01cacc2db
Fix filename error with untruncated / at end of paths
2017-10-11 16:26:26 -05:00
gary
5923f3f0cf
Add nostalgia-studio-dev profile
2017-10-06 10:55:01 -05:00
gary
21be39e2c9
Cleanup magic strings in tilesheet importer
2017-09-10 09:20:40 -05:00
gary
89a7ffd45f
Add CMakeLists.txt.user to gitignore
2017-09-10 04:11:56 -05:00
gary
9a3dcd0675
Add gdb-studio command to Makefile
2017-09-10 04:09:39 -05:00
gary
7cac015723
Add binary directory in CMake
2017-09-10 04:06:27 -05:00
gary
34e0baff5a
Add checks to OxFSTreeView to filter out . and .. entries
2017-09-10 03:45:23 -05:00
gary
cdaf21f415
Cleanup walk table
2017-09-10 00:17:24 -05:00
gary
f98c1bbb11
Fix FileStore walk not to circle around
2017-09-09 23:43:18 -05:00
gary
8b436d97b4
Add size field to walk command
2017-09-09 23:41:43 -05:00
gary
0689506c47
Remove narf output
2017-09-09 23:33:23 -05:00
gary
71116f4be9
Merge commit '2d1b146abfdf05e8aebdc11738c84d2592b5c3dd'
2017-09-09 22:58:57 -05:00
gary
2d1b146abf
Squashed 'deps/ox/' changes from 56d91c1..4887d55
...
4887d55 Merge branch 'master' of github.com:wombatant/ox
84533e5 Add walk command.
916d07e Merge branch 'master' of github.com:wombatant/ox into ox_master
31af216 Add operator< for DirectoryListing
218511c Fix mkdir not to overwrite an existing dir
15e05df Remove unused scripts
292caad Add link count to stat in FS
99e459a Add links count field to inodes
3211cc4 Add . and .. directory entries to directores
30c2837 Switch to .liccor.yml
16b6ed3 Add a check to ls to prevent ls-ing of non-directories
git-subtree-dir: deps/ox
git-subtree-split: 4887d55a98
2017-09-09 20:10:07 -05:00
gary
4887d55a98
Merge branch 'master' of github.com:wombatant/ox
2017-09-09 19:33:05 -05:00
gary
84533e557e
Add walk command.
2017-09-09 19:32:45 -05:00
gary
916d07e530
Merge branch 'master' of github.com:wombatant/ox into ox_master
2017-09-09 19:26:00 -05:00
gary
31af2167d6
Add operator< for DirectoryListing
2017-09-09 19:19:56 -05:00
gary
218511c98a
Fix mkdir not to overwrite an existing dir
2017-09-09 19:19:56 -05:00
gary
11c7c49d7b
Add some missing field checks to JSON reader
2017-09-08 18:06:27 -05:00
gary
3e90ec87b9
Add $ORIGIN to RPATH
2017-08-20 07:03:25 -05:00
gary
7a6174953d
Fix OxFSTreeView to properly list added files
2017-08-19 15:49:05 -05:00
gary
15e05df202
Remove unused scripts
2017-07-30 02:25:54 -05:00
gary
292caad1e6
Add link count to stat in FS
2017-07-29 20:49:38 -05:00
gary
99e459a4ae
Add links count field to inodes
2017-07-29 20:42:21 -05:00
gary
3211cc40d5
Add . and .. directory entries to directores
2017-07-29 02:28:37 -05:00
gary
30c28373d4
Switch to .liccor.yml
2017-07-28 17:59:43 -05:00
gary
d8a3cd5dfb
Add operator< for DirectoryListing
2017-07-28 01:44:18 -05:00
gary
afe2148a17
Fix mkdir not to overwrite an existing dir
2017-07-02 00:42:48 -05:00
gary
16b6ed330a
Add a check to ls to prevent ls-ing of non-directories
2017-07-01 16:21:03 -05:00
gary
57fe7aafc5
Add default ROM.oxfs for new projects
2017-07-01 05:03:52 -05:00
gary
feb7e4c184
Squashed 'deps/ox/' changes from 68c144f..56d91c1
...
56d91c1 Fix delete/new[] mismatch
8a07138 Fix m_store delete to use delete[]
b4a6aed Change auto expand to own buff attribute in OxFS
7fa43da Make auto expand loop if necessary
c1e8d07 Fix auto expand condition
d43aecd Add auto expand to OxFS
d778570 Merge branch 'master' of github.com:wombatant/ox
4798e54 Add -s flag to nested make calls
038ca96 Add missing error reporting to file system ls
ac3f12f Remove unnecessary ls from FileSystemTemplate
c19a717 Fix readDirectory use the right type of directory
4a44a23 Add default constructor for DirectoryListing
git-subtree-dir: deps/ox
git-subtree-split: 56d91c18bd
2017-07-01 02:31:26 -05:00
gary
b63b9ffef2
Merge commit 'feb7e4c18450cf6f0b428ffbc1892fd805aa2a7e'
2017-07-01 02:31:26 -05:00