Changed from C# based system to own C++ implementation using crow.

This commit is contained in:
douwe
2025-08-06 00:22:27 +02:00
parent 6f03c84264
commit 66b3863388
109 changed files with 5905 additions and 1131 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
]
}

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"cmake.sourceDirectory": "/home/douwe/Nextcloud/Projects/douwco.be"
}