|
a44e53ee6a
|
small refactor
remove unnecessary curly braces and the clearing of vector
|
2024-02-15 00:30:40 +01:00 |
|
|
c292632545
|
some changes
changed datatype of parameter
changed name of parameter
|
2024-02-14 23:44:34 +01:00 |
|
|
55cd833288
|
some error handling
|
2024-02-14 23:43:25 +01:00 |
|
|
0ea4ce92f4
|
now less stupid
executing two functions seemed smart before I knew the implementation
but now it seems really stupid
|
2024-02-14 22:48:05 +01:00 |
|
|
9357c0392c
|
mess with includes
certain headers are included in fs_reader.h
fs namespace defined in fs_reader.h
|
2024-02-14 22:41:35 +01:00 |
|
|
3bfe25a63e
|
remove tests.cpp
Don't wann do unit testing
gonna use cmake for end-to-end testing
|
2024-02-14 18:51:08 +01:00 |
|
|
14da18344a
|
oops
accidentaly left some debug stuff in
|
2024-02-14 16:10:14 +01:00 |
|
|
76d12f91b1
|
fs_reader mostly works
slight changes to datatypes and return values
is able to print out all files and folders in specified directory
|
2024-02-14 16:07:48 +01:00 |
|
|
33efe3686b
|
moved source files into src
|
2024-02-14 00:23:27 +01:00 |
|