1
0

feature/markdown #23

Offen
crtxcr möchte 9 Commits von feature/markdown nach master mergen
8 geänderte Dateien mit 61 neuen und 10 gelöschten Zeilen
Nur Änderungen aus Commit 5f674cfe6f werden angezeigt - Alle Commits anzeigen

6
.gitmodules vendored
Datei anzeigen

@@ -7,6 +7,6 @@
[submodule "submodules/qssb.h"]
path = submodules/qssb.h
url = https://gitea.quitesimple.org/crtxcr/qssb.h.git
[submodule "submodules/maddy"]
path = submodules/maddy
url = https://github.com/progsource/maddy
[submodule "submodules/qsmaddy"]
path = submodules/qsmaddy
url = https://gitea.quitesimple.org/crtxcr/qsmaddy

Datei anzeigen

@@ -3,7 +3,7 @@
CXXFLAGS=-std=c++17 -O0 -g -no-pie -pipe -MMD -Wall -Wextra
RELEASE_CXXFLAGS=-std=c++17 -O3 -pipe -MMD -Wall -Wextra
LDFLAGS=-lsqlite3 -lpthread -lcrypto -lstdc++fs -lseccomp
INCLUDEFLAGS=-I submodules/sqlitemoderncpp/hdr -I submodules/cpp-httplib -I submodules/qssb.h -I submodules/maddy/include/
INCLUDEFLAGS=-I submodules/sqlitemoderncpp/hdr -I submodules/cpp-httplib -I submodules/qssb.h -I submodules/qsmaddy/include/
CXX=g++

Submodule submodules/maddy deleted from adb1a910d4

1
submodules/qsmaddy Submodul

Submodule submodules/qsmaddy added at 167ce3943d