- Feb 11, 2015
-
-
Lars Bilke authored
-
- Feb 10, 2015
-
-
Lars Bilke authored
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
Lars Bilke authored
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
Dmitri Naumov authored
-
Dmitri Naumov authored
fix CMake error due to empy VTK_USE_FILE
-
Dmitri Naumov authored
Map geometry to constant value
-
Karsten Rink authored
Ignore XML comments in input files.
-
Norihiro Watanabe authored
-
- Feb 09, 2015
-
-
Karsten Rink authored
-
Karsten Rink authored
-
Dmitri Naumov authored
Only those, which are read by the read_xml() function.
-
Karsten Rink authored
-
Lars Bilke authored
[Fix] Correct handling of file extension during VTK export
-
Karsten Rink authored
-
Karsten Rink authored
-
Lars Bilke authored
-
Karsten Rink authored
-
Lars Bilke authored
[MeL] Simple Element::operator<<() for debugging.
-
Lars Bilke authored
-
OGS Bot[bot] authored
[T] Generalize the gml files adding top/bottom.
-
- Feb 06, 2015
-
-
Dmitri Naumov authored
-
Tom Fischer authored
Mesh hole detection fixes
-
- Feb 05, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
And also front/back for the cubes. The new boundaries are used in coming test.
-
Dmitri Naumov authored
Added reading partitioned mesh to readMeshFromFile
-
Dmitri Naumov authored
Mesh hole detection
-
- Feb 04, 2015
-
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
Dmitri Naumov authored
[TR] Only run MPI related tests under condition PETSC.
-
Tom Fischer authored
Cmdline tool for triangulating polylines
-
Karsten Rink authored
-
Karsten Rink authored
-
- Feb 03, 2015
-
-
Dmitri Naumov authored
Surface extraction dialog
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-