Commit Graph

12 Commits

Author SHA1 Message Date
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