Sebastian Messmer
|
9de2d9d04a
|
- Use cpputils::DataBlockFixture and cpputils::Data.
- Fix test cases
|
2015-04-25 03:26:59 +02:00 |
|
Sebastian Messmer
|
c543cb398d
|
Upgrade dependencies
|
2015-04-25 00:42:19 +02:00 |
|
Sebastian Meßmer
|
2726241a1c
|
Removed debug output
|
2015-04-23 09:25:04 +02:00 |
|
Sebastian Meßmer
|
4a1166cfd2
|
Created symlinks take ownership from the current user
|
2015-04-23 09:17:23 +02:00 |
|
Sebastian Messmer
|
446c07deff
|
Implemented symlinks
|
2015-04-22 16:00:14 +02:00 |
|
Sebastian Messmer
|
f41939f443
|
On file/dir creation, the owner is passed in
|
2015-04-22 14:31:15 +02:00 |
|
Sebastian Messmer
|
8165ca39bc
|
Simplified readdir
|
2015-04-21 23:19:50 +02:00 |
|
Sebastian Messmer
|
f8b26d31e3
|
Added chmod/chown
|
2015-04-21 21:08:23 +02:00 |
|
Sebastian Messmer
|
f746d83141
|
Generalize remove for dirs and files
|
2015-04-10 23:24:28 +02:00 |
|
Sebastian Messmer
|
64fcd2094a
|
Adapt to biicode 2.8
|
2015-04-08 17:44:34 +02:00 |
|
Sebastian Messmer
|
c68eee1de4
|
Workaround for broken travis biicode deployment
|
2015-04-08 17:20:25 +02:00 |
|
Sebastian Messmer
|
1e532cc989
|
Travis CI needs sudo
|
2015-04-08 17:01:35 +02:00 |
|
Sebastian Meßmer
|
0ffb419bf8
|
Refactor: FsppFileTest/FsppOpenFileTest use common base class
|
2015-03-19 05:47:06 +01:00 |
|
Sebastian Meßmer
|
faf7f4a68d
|
TODOs
|
2015-03-19 05:39:02 +01:00 |
|
Sebastian Meßmer
|
cca0fda340
|
Prepared FsppOpenFileTest
|
2015-03-19 05:37:44 +01:00 |
|
Sebastian Meßmer
|
6242448a70
|
Added some tests to FsppDirTest
|
2015-03-19 05:32:09 +01:00 |
|
Sebastian Meßmer
|
a0130fb73f
|
Refactor FsppDirTest
|
2015-03-19 04:36:02 +01:00 |
|
Sebastian Meßmer
|
214b268a1c
|
Refactor FsppDirTest
|
2015-03-19 04:24:43 +01:00 |
|
Sebastian Meßmer
|
24a60d6cb3
|
Improve FsppDirTest:
* They expect the filesystem to return . and .. as dir entries
* The test case allows the file system to return the entries in an arbitrary order
|
2015-03-19 03:52:58 +01:00 |
|
Sebastian Meßmer
|
70bd5a3ea3
|
Removed code redundancy
|
2015-03-19 03:24:26 +01:00 |
|
Sebastian Meßmer
|
c662d7c590
|
TODOs
|
2015-03-18 02:49:11 +01:00 |
|
Sebastian Meßmer
|
1a2a8c56d3
|
TODOs
|
2015-03-18 02:48:23 +01:00 |
|
Sebastian Meßmer
|
564943fe98
|
Added FsppFileTest: Open, Truncate
|
2015-03-18 02:45:35 +01:00 |
|
Sebastian Messmer
|
17ac638e41
|
Added more test cases to FsppDirTest
|
2015-03-18 01:46:33 +01:00 |
|
Sebastian Messmer
|
7fdbc9f629
|
Extended FsppDeviceTest
|
2015-03-17 12:43:27 +01:00 |
|
Sebastian Meßmer
|
990d2a7011
|
FsTest tests set access permissions correctly
|
2015-03-16 04:53:35 +01:00 |
|
Sebastian Meßmer
|
afd4c90e21
|
Add some more tests
|
2015-03-16 04:37:12 +01:00 |
|
Sebastian Meßmer
|
2c32927587
|
Add more tests to FsTest
|
2015-03-16 04:02:45 +01:00 |
|
Sebastian Meßmer
|
cf8dfbd884
|
Refactor FsTest
|
2015-03-16 02:56:40 +01:00 |
|
Sebastian Meßmer
|
6b1bd62975
|
Added some simple test cases that can be used by file systems to test themselves. Further to come.
|
2015-03-16 02:14:27 +01:00 |
|
Sebastian Meßmer
|
1f0648bb27
|
Require gcc version that supports what we're doing
|
2015-03-13 09:42:31 +01:00 |
|
Sebastian Messmer
|
ac6e501b3a
|
Fix travis
|
2015-03-13 17:51:19 +01:00 |
|
Sebastian Messmer
|
b0926228cc
|
Simplify test config for new biicode version
|
2015-03-13 17:32:03 +01:00 |
|
Sebastian Messmer
|
86597e66d8
|
Merge branch 'master' into develop
|
2015-03-12 16:28:38 +01:00 |
|
Sebastian Meßmer
|
5b375113e0
|
Update LICENCE to LGPL
|
2015-03-12 16:23:13 +01:00 |
|
Sebastian Messmer
|
1ba98ffec4
|
Add needed boost libraries
|
2015-03-12 15:22:20 +01:00 |
|
Sebastian Messmer
|
acc2302b37
|
Use new setup_biicode_project for travis
|
2015-03-12 15:01:34 +01:00 |
|
Sebastian Messmer
|
141b7e08b7
|
Fix OpenFile::read() return type
|
2015-03-11 01:05:16 +01:00 |
|
Sebastian Messmer
|
9741fb3f5c
|
- ReadDir also returns whether the entry is a file or a directory
- OpenFileList has a simpler interface
|
2015-03-11 00:22:36 +01:00 |
|
Sebastian Messmer
|
498623ddab
|
Merge branch 'master' into develop
|
2015-03-10 21:51:21 +01:00 |
|
Sebastian Messmer
|
40c690d03b
|
Dir::children() returns not only the entry name, but also whether it is a file or a directory entry
|
2015-03-10 21:51:12 +01:00 |
|
Sebastian Messmer
|
8e5e2fb8ff
|
Use parallel build on travis
|
2015-03-07 01:51:24 +01:00 |
|
Sebastian Messmer
|
02ae3615fd
|
DataBlockFixture create data that is independent from its size
|
2015-03-04 02:59:46 +01:00 |
|
Sebastian Messmer
|
dc32db6a34
|
Cleanup downloaded scripts after use
|
2015-02-20 20:45:56 +01:00 |
|
Sebastian Messmer
|
b3c5203a51
|
Merge
|
2015-02-20 16:37:00 +01:00 |
|
Sebastian Messmer
|
e50b51a4a7
|
Remove installing boost in travis CI, because biicode now takes care of that
|
2015-02-20 16:35:34 +01:00 |
|
Sebastian Messmer
|
727b5f5e9c
|
Added Travis CI
|
2015-02-20 02:01:03 +01:00 |
|
Sebastian Messmer
|
0ecd5e20e6
|
Travis CI needs libfuse installed
|
2015-02-18 17:22:41 +01:00 |
|
Sebastian Messmer
|
85845a2005
|
Fix travis CI: test cases need boost libraries installed
|
2015-02-18 17:06:54 +01:00 |
|
Sebastian Messmer
|
442e566dfd
|
Added build logo to README
|
2015-02-18 16:57:40 +01:00 |
|