- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Oct 17, 2018
-
-
Christoph Lehmann authored
-
- 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
-