You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[File](https://pagghiu.github.io/SaneCppLibraries/library_file.html) | 🟩 Synchronous Disk File I/O
36
-
[File System](https://pagghiu.github.io/SaneCppLibraries/library_file_system.html) | 🟩 File System operations { exists | copy | delete } for { files | directories }
36
+
[File System](https://pagghiu.github.io/SaneCppLibraries/library_file_system.html) | 🟩 File System operations { exists, copy, delete } for { files and directories }
37
37
[File System Iterator](https://pagghiu.github.io/SaneCppLibraries/library_file_system_iterator.html) | 🟩 Enumerates files and directories inside a given path
38
38
[File System Watcher](https://pagghiu.github.io/SaneCppLibraries/library_file_system_watcher.html) | 🟩 Notifications {add, remove, rename, modified} for files and directories
Tests are built with the self-hosted [SC::Build](https://pagghiu.github.io/SaneCppLibraries/library_build.html) project generator, describing the builds in C++.
@@ -112,33 +116,41 @@ Alternatively I am also reading the following discords too:
You can find some [YouTube Videos](https://www.youtube.com/@Pagghiu) and [Blog posts](https://pagghiu.github.io) describing some bits of the development process:
121
+
122
+
-[Ep.01 - Public Release](https://pagghiu.github.io/site/blog/2023-12-23-SaneCppLibrariesRelease.html)
123
+
-[Ep.02 - Creating a Makefile](https://www.youtube.com/watch?v=2ccW8TBAWWE)
124
+
-[Ep.03 - Add Makefile backend to SC::Build](https://www.youtube.com/watch?v=wYmT3xAzMxU)
125
+
-[Ep.04 - Start Linux Porting](https://www.youtube.com/watch?v=DUZeu6VDGL8)
126
+
-[Ep.05 - Build Everything on Linux](https://www.youtube.com/watch?v=gu3x3Y1zZLI)
0 commit comments