17ccf91286
Make the file platform to work
master
Godzil
2022-07-11 12:22:43 +01:00
5e620711d0
Fix build when integrated into another project
Godzil
2022-07-11 12:22:14 +01:00
63a1cb6c11
Add a primitive write function and function to get the version.
Godzil
2022-05-30 15:40:29 +01:00
2db8135e85
Fix a missing semicolon.
Godzil
2022-05-30 15:38:50 +01:00
44ebc2c848
Fix small building issue on linux/unix system when building with mmap.
Godzil
2022-05-27 12:18:18 +01:00
334ea87d25
Add missing boundary check when seeking in a file.
Godzil
2022-05-27 12:02:15 +01:00
bd96f10492
Block read was off by one.
Godzil
2022-05-27 11:22:12 +01:00
b6f0880a98
SEEK END was off by one.
Godzil
2022-05-27 11:21:56 +01:00
49f2cba7f4
Let's properly report an invalid filename instead of reporting file not found.
Godzil
2022-05-27 11:21:31 +01:00
804fc2b49b
Setting the memoryOffset for the memory backend could be useful...
Godzil
2022-05-27 11:21:02 +01:00
9189728205
Let's be a bit more consistant with error reporting and having "NO ERROR" reported when a function do not fail.
Godzil
2022-05-27 11:20:39 +01:00
95c214043e
Add some file operation tests.
Godzil
2022-05-27 11:19:28 +01:00
aa85a2c70b
Fix some pedantism from C++
Godzil
2022-05-27 11:18:53 +01:00
57f8283df7
Add first batch of tests and fix some issues.
Godzil
2022-05-27 10:38:13 +01:00
07edd92023
Add google test for testing the library.
Godzil
2022-05-26 16:40:58 +01:00
d09c8b3864
A bit of cosmetics
Godzil
2022-05-26 16:15:56 +01:00
86acbaa30f
Made the memory backend, should somewhat work
Godzil
2022-05-26 15:18:16 +01:00
b31439bcb6
Now we can generate a fairly basic FS. Added some test material
Godzil
2022-05-26 12:02:47 +01:00
73d9d4b861
Add a primitive write function and function to get the version.
v0.1.0
Godzil
2022-05-30 15:40:29 +01:00
6b1d2623f3
Fix a missing semicolon.
Godzil
2022-05-30 15:38:50 +01:00
bbef89bcd9
Fix small building issue on linux/unix system when building with mmap.
Godzil
2022-05-27 12:18:18 +01:00
8a604309bb
Add missing boundary check when seeking in a file.
Godzil
2022-05-27 12:02:15 +01:00
4457733f3d
Block read was off by one.
Godzil
2022-05-27 11:22:12 +01:00
73a730bebb
SEEK END was off by one.
Godzil
2022-05-27 11:21:56 +01:00
202cf7cab8
Let's properly report an invalid filename instead of reporting file not found.
Godzil
2022-05-27 11:21:31 +01:00
fb05c096a8
Setting the memoryOffset for the memory backend could be useful...
Godzil
2022-05-27 11:21:02 +01:00
54e4c91d75
Let's be a bit more consistant with error reporting and having "NO ERROR" reported when a function do not fail.
Godzil
2022-05-27 11:20:39 +01:00
76d520a5a2
Add some file operation tests.
Godzil
2022-05-27 11:19:28 +01:00
ba3a08cd59
Fix some pedantism from C++
Godzil
2022-05-27 11:18:53 +01:00
18b13da2f9
Add first batch of tests and fix some issues.
Godzil
2022-05-27 10:38:13 +01:00
ff5cfce715
Add google test for testing the library.
Godzil
2022-05-26 16:40:58 +01:00
73db9f9989
A bit of cosmetics
Godzil
2022-05-26 16:15:56 +01:00
52c1735ea1
Made the memory backend, should somewhat work
Godzil
2022-05-26 15:18:16 +01:00
8fd7ab33fc
Now we can generate a fairly basic FS. Added some test material
Godzil
2022-05-26 12:02:47 +01:00