doc update

This commit is contained in:
vrd
2024-05-27 19:13:03 +03:00
parent 9c86301953
commit ee6696fc3f
2 changed files with 7 additions and 4 deletions
+5 -1
View File
@@ -16,6 +16,10 @@ How to execute a C/C++ source file
----------------------------------
cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]...
Webpage
Example
-------
You can see an example of the command call syntax in test/functions_test.cppipe
Webpage with more info
----------------------
https://vene.volconst.com/en/cppipe
+2 -3
View File
@@ -1,17 +1,16 @@
github
man
tips
openBSD support
?
precompiled header cppipe.h
-Wno-unused-result in install.sh
file operations, lack of uniformity (C++ vs POSIX)
split
Check all return codes and report errors
close files on destruction
make portable
shaded obj
uninstall
throw when a command couldnt be ran
improve debug (the src file shown is the .ii)
no optimizations option
split