This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 96f29e01bb
commit 4619776fa5
5 changed files with 30 additions and 24 deletions
+1 -3
View File
@@ -3,20 +3,18 @@ tips (sigaction SIGCHILD, SIG_IGN, SIG_DFL)
make sure file descriptors are closed when no longer used
cppipe compile options from tft
respect CXXFLAGS LDFLAGS
remove append_args
?
run(cmd)
string args
args before src file go to compiler
use exceptions (open_or_die)
throw when a command couldnt be ran
precompiled header cppipe.h
-Wno-unused-result in install.sh
file operations, lack of uniformity (C++ vs POSIX)
Check all return codes and report errors
shaded obj
uninstall
throw when a command couldnt be ran
improve debug (the src file shown is the .ii)
no optimizations option
split