gary
|
76eb01d5f3
|
Fix more compiler warnings for MSVC
|
2016-12-17 01:24:35 -06:00 |
|
gary
|
112ba8a708
|
Add CMake install parameters to generate complete dist
|
2016-12-15 00:12:41 -06:00 |
|
gary
|
7d1dd8df43
|
Eliminate heap allocation in FileSystem::format
|
2016-12-14 23:37:10 -06:00 |
|
gary
|
747f68bb0e
|
Fix memory leak in FileSystem::format
|
2016-12-14 23:26:18 -06:00 |
|
gary
|
946853628b
|
Fix compiler warnings with static vars undefined in template
|
2016-12-14 23:11:22 -06:00 |
|
gary
|
c9a1310e11
|
Fix an issue with MSVC int64 type difference
|
2016-12-14 22:46:47 -06:00 |
|
gary
|
414580fa7b
|
Merge branch 'master' of github.com:wombatant/ox
|
2016-12-14 22:45:05 -06:00 |
|
gary
|
b40faa70f3
|
Fix some compiler warnings and an issue with ox_atio.
|
2016-12-14 22:36:56 -06:00 |
|
gary
|
cf802c7b99
|
Fix a some places where space had been used instead of tabs
|
2016-12-14 22:36:03 -06:00 |
|
gary
|
af55d2db77
|
Fix several warnings and build issues.
|
2016-12-14 22:25:43 -06:00 |
|
gary
|
c66533fc70
|
Cleanup
|
2016-09-08 20:27:57 -05:00 |
|
gary
|
ad90007bdc
|
Suppress fopen warnings
|
2016-09-08 20:12:19 -05:00 |
|
gary
|
a97b09cca0
|
Fix warning concering always true check
|
2016-09-07 23:49:21 -05:00 |
|
gary
|
a4e7b7fd08
|
Prefix ox stdlib functions with ox_
|
2016-09-07 23:45:36 -05:00 |
|
gary
|
c6d35aac3b
|
ifdef out MSVC pragmas for other compilers
|
2016-09-07 23:35:08 -05:00 |
|
gary
|
beb0d1b550
|
Address some Visual C++ compiler warnings
|
2016-09-07 20:45:50 -05:00 |
|
gary
|
8cc172ce78
|
Merge branch 'master' of https://github.com/wombatant/ox
|
2016-09-07 20:25:36 -05:00 |
|
gary
|
2dd8958d9f
|
Suppress some compiler false positive warnings that come up in Visual C++
|
2016-09-07 20:13:46 -05:00 |
|
gary
|
fdc7324df7
|
Move std package out of namespace
|
2016-08-28 23:48:22 -05:00 |
|
gary
|
4ad67ed310
|
Cleanup file naming convention in FileStore::Inode
|
2016-07-10 16:17:16 -05:00 |
|
gary
|
81d8aac72d
|
Fix issues in oxfstool format caused by new error handling
|
2016-07-09 14:55:30 -05:00 |
|
gary
|
a45ee0ab7a
|
Add file system type to FileSystem::format
|
2016-07-09 14:39:24 -05:00 |
|
gary
|
10290faf49
|
Add some error handling to oxfstool format and fix a couple of memory leaks
|
2016-07-09 11:33:47 -05:00 |
|
gary
|
1bca0c46a7
|
Add version command to usage
|
2016-07-09 11:25:43 -05:00 |
|
gary
|
18d8d6b602
|
Add version command to oxfstool
|
2016-07-09 11:23:25 -05:00 |
|
gary
|
973b6b5330
|
Cleanup
|
2016-07-09 11:14:49 -05:00 |
|
gary
|
26dfc14229
|
Add support for K,M,G suffixs to FS sizes in oxfstool
|
2016-07-09 11:12:28 -05:00 |
|
gary
|
c4890407a2
|
Add oxfstool install instructions for cmake
|
2016-07-09 11:10:13 -05:00 |
|
gary
|
5bdca72004
|
Add rm command to usage
|
2016-07-06 20:39:11 -05:00 |
|
gary
|
d5cbe0e7a2
|
Add file type to FileStore::stat
|
2016-07-06 19:45:03 -05:00 |
|
gary
|
b2624de48a
|
Removed unused files
|
2016-07-06 19:43:15 -05:00 |
|
gary
|
7c900eda10
|
Add file type field to inodes
|
2016-07-06 00:50:22 -05:00 |
|
gary
|
e5e85a147c
|
Fix to allow overwriting existing inodes and add remove to oxfstool
|
2016-07-06 00:41:50 -05:00 |
|
gary
|
7f583c8709
|
Add include that is needed for Linux builds
|
2016-07-03 17:04:04 -05:00 |
|
gary
|
2b01136bb4
|
Cleanup, Add error handling for reading non-existent file
|
2016-07-03 16:50:36 -05:00 |
|
gary
|
19c2b9580a
|
Add oxfstool read and FileSystem base class
|
2016-07-03 16:43:37 -05:00 |
|
gary
|
3f941517ea
|
Add error handling to oxfstool insert
|
2016-07-03 02:07:30 -05:00 |
|
gary
|
c68a4cbbc0
|
Add missing new line to oxfstool usage
|
2016-07-03 00:46:54 -05:00 |
|
gary
|
d265310abb
|
Add write command to oxfstool
|
2016-07-03 00:41:25 -05:00 |
|
gary
|
545ea10a05
|
Add usage to a 'help' option
|
2016-07-02 22:42:06 -05:00 |
|
gary
|
383311260b
|
Add usage message to oxfstool.
|
2016-07-02 22:36:02 -05:00 |
|
gary
|
d5a1e5e00b
|
Add oxfstool with format option.
|
2016-07-02 22:31:17 -05:00 |
|
gary
|
2d2d334f50
|
Add ability to delete inodes
|
2016-07-02 20:44:25 -05:00 |
|
gary
|
15cca777c1
|
Fixed some glaring issues with FileStore::compress.
|
2016-07-02 03:30:42 -05:00 |
|
gary
|
20365148cc
|
Merge commit 'b0044'
|
2016-07-02 03:24:31 -05:00 |
|
gary
|
b00445d9bd
|
Fixed tracking last inode.
|
2016-07-02 03:22:42 -05:00 |
|
gary
|
3c33f912af
|
Replace file store version field with type field
Replaced file store version field with type field to allow a family of differing file store formats.
|
2016-07-02 02:28:45 -05:00 |
|
gary
|
e2781ac743
|
Add first inode to FileStore
Added first inode refernce to FileStore so m_root can be something other than the first inode.
|
2016-07-02 02:19:59 -05:00 |
|
gary
|
490bf2f8e8
|
Put prev back in.
|
2016-07-02 01:33:56 -05:00 |
|
gary
|
f7d136bbc4
|
Cleanup.
|
2016-06-30 00:05:20 -05:00 |
|