- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 22, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
- Dec 01, 2016
-
-
Dmitri Naumov authored
Automatically with sed sed -i 's/ogs_file_param_attr{process/ogs_file_param_attr{prj__processes__process/g' and similar to the ogs_file_param_special and the ogs_file_param doxygen commands.
-
- Oct 05, 2016
-
-
- Sep 20, 2016
-
-
Christoph Lehmann authored
# remove #pragma once: grep -r --include=*.h -Fx '#pragma once' -l . \ | while read f; do hg="`realpath --relative-to=. "$f" | tr '/.[:lower:]' '__[:upper:]'`" sed -i -e "/#pragma once/ c \\ #ifndef $hg\\ #define $hg $ a \\ \\ #endif // $hg" "$f"; done
-