Commit Graph

23 Commits

Author SHA1 Message Date
c437168ee9
major changes
fs_reader now fully works
header file has new file extension
2024-02-16 23:01:18 +01:00
f619b37126
increment version number 2024-02-15 00:36:39 +01:00
ff8607f2a2
remove another unnecessary include 2024-02-15 00:33:18 +01:00
b6b6e233f4
remove unnecessary includes 2024-02-15 00:32:43 +01:00
50e3c6dc47
tiny fix
remove unnecessary whitespace
2024-02-15 00:31:53 +01:00
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
60aac542cd
force specific c++ version
my use std::filesystem requires at least C++17
2024-02-14 16:05:55 +01:00
ae66a0d641
update README.md 2024-02-14 00:33:20 +01:00
5c780a75eb
fix mistake in .gitignore 2024-02-14 00:24:21 +01:00
33efe3686b
moved source files into src 2024-02-14 00:23:27 +01:00
9c539fed11
now supports cmake
added a CMakeLists.txt and updated the .gitignore
2024-02-14 00:22:42 +01:00
1f3f03fed4
add chksum.spec.md
This contains all the requirements and restrictions for this project
2024-02-14 00:14:18 +01:00
74425df83e
first progress
can't do much beside print out all files and folder
out to the console
2024-02-14 00:12:50 +01:00
a69bf01271
update .gitignore
now includes possible binary files
2024-02-14 00:10:18 +01:00
c1e743b680
fix typo 2024-02-14 00:05:59 +01:00
4b9af8faff
Initial commit 2024-02-14 00:03:27 +01:00