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]... 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 https://vene.volconst.com/en/cppipe
+2 -3
View File
@@ -1,17 +1,16 @@
github
man man
tips tips
openBSD support
? ?
precompiled header cppipe.h precompiled header cppipe.h
-Wno-unused-result in install.sh -Wno-unused-result in install.sh
file operations, lack of uniformity (C++ vs POSIX) file operations, lack of uniformity (C++ vs POSIX)
split
Check all return codes and report errors Check all return codes and report errors
close files on destruction close files on destruction
make portable
shaded obj shaded obj
uninstall uninstall
throw when a command couldnt be ran throw when a command couldnt be ran
improve debug (the src file shown is the .ii) improve debug (the src file shown is the .ii)
no optimizations option no optimizations option
split