Commit Graph

21 Commits

Author SHA1 Message Date
Robert Morrison
c3666cdcf1
Make Console logging less messy
This change moves the more verbose debug logging into the logfile
making the console output easier to read

TODO: Write a proper interface
2022-06-21 22:35:58 +01:00
Robert Morrison
0968c20d4d
Add testing directory
This directory provides a place to test the programs functionality.
TODO: Add the dst directory contents to .gitignore to ensure it stays
empty
2022-06-21 22:32:52 +01:00
Robert Morrison
fd38d54a93
Remove useless comment 2022-06-20 03:47:23 +01:00
Robert Morrison
de68526bc3
Make the dependecy test useful by using the result in main 2022-06-20 03:47:03 +01:00
Robert Morrison
c6a00c8c2b
Better comment 2022-06-20 03:46:25 +01:00
Robert Morrison
9e898f4f56
Add some default values to code 2022-06-20 03:46:13 +01:00
Robert Morrison
2dc16d7c2d
Add XML documentation 2022-06-20 03:45:44 +01:00
Robert Morrison
69ef560105
More performance tracking 2022-06-20 03:45:05 +01:00
Robert Morrison
0e7bd12c4f
General Work
This commit is ugly. but probably doesn't break anything
2022-06-20 02:57:40 +01:00
Robert Morrison
2c82979454
Add notice about testing 2022-06-20 02:57:11 +01:00
Robert Morrison
20840f0214
Add more code to main to work on new functionality 2022-06-20 02:56:53 +01:00
Robert Morrison
949217e4f8
Add performance monitoring for file listing function 2022-06-20 02:55:59 +01:00
Robert Morrison
2ddb8aa97e
Comment for potentially bad code 2022-06-20 02:55:25 +01:00
Robert Morrison
ce08055d7e
Use new syntax for cleaner looking code 2022-06-20 02:54:45 +01:00
Robert Morrison
ea69e350aa
Implement GetAllFilesMatching function 2022-06-20 02:54:20 +01:00
Robert Morrison
cad446c282
Add comment to usage function 2022-06-20 02:53:39 +01:00
Robert Morrison
a9cd262e60
Add dependency checking Function 2022-06-20 02:53:16 +01:00
Robert Morrison
3f56167d86
Neaten Logging 2022-06-20 02:52:54 +01:00
Robert Morrison
777c76bb3d
Add GPLv3 license notice 2022-06-20 02:51:53 +01:00
Robert Morrison
78173c1612
Remove Useless crap 2022-06-20 02:49:32 +01:00
Robert Morrison
7fbfa0b8f1
Initial Commit 2022-06-14 15:27:48 +02:00