Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Fix: unit test and sample program Windows build | David Oberhollenzer | |
Now that there is a wrapper for main() on Windows, all executable programs must use a common, cannonical signature for main(). Furthermore, the Windows version of the epoch test needs wrappers for setenv/unsetenv. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2021-03-25 | libfstree: Allow / as argument for "glob" and "dir" commands | David Oberhollenzer | |
This allows putting globbed files & directories into the filesystem root, as well as explicitly setting attributes of the root directory from the file lisiting. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2021-03-06 | Cleanup: add some structure to the test directory | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |