- Jun 09, 2016
-
-
Ansgar Burchardt authored
There are still references to pV3 in `parallel/ppif/MPI/ppif.cc`.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
This was already optional.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
The files `paraview.cc` and `paraview.h` are not referenced anywhere and are in particular not built.
-
- Jun 08, 2016
-
-
Oliver Sander authored
Remove `RCS_ID` and `RCSID` Closes issue #5 See merge request !8
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Remove remaining occurances of `RCSID`, except in historic references.
-
Ansgar Burchardt authored
Most occurances of `RCSID` were removed with the following `sed` script: ``` \!/\* Revision Control System!,\!RCSID! d; \!/^RCSID! d; ```
-
Ansgar Burchardt authored
Remove remaining occurances of `RCS_ID` that were handled wrongly or not at all by the previous commit.
-
Ansgar Burchardt authored
Most occurances of `RCS_ID` were removed with the following `sed` script: ``` \!/\* \(data for CVS\|RCS string\)!,\!static char! d; \!/\* RCS_ID!,\!\*/! d; ```
-
Oliver Sander authored
.gitlab-ci.yml: Switch to CMake See merge request !6
-
Oliver Sander authored
Feature/remove register and Dart binaries See merge request !7
-
Christoph Grüninger authored
the documentation was recently removed
-
Christoph Grüninger authored
It's deprecated in C++17. According to H. Sutter, you should "never write register. It's exactly as meaningful as whitespace."
-
- Jun 06, 2016
-
-
Ansgar Burchardt authored
-
- Jun 03, 2016
-
-
Oliver Sander authored
Remove all documentation related to testing using the 'Dart' system These files are very much obsolete. Dart testing has stopped more than ten years ago. See merge request !5
-
Oliver Sander authored
These files are very much obsolete. Dart testing has stopped more than ten years ago.
-
- Jun 02, 2016
-
-
Oliver Sander authored
Remove ARCHNAME See merge request !3
-
Christoph Grüninger authored
-
- Jun 01, 2016
-
-
Oliver Sander authored
Set CMAKE_LIBRARY_ARCHITECTURE to unknown if it is not set. Otherwise ARCHNAME in config.h will not be defined and compilation fail. Closes #1 See merge request !1
-
Oliver Sander authored
Feature/require bison and flex Fixes #7 See merge request !2
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Fixes #7
-
- May 30, 2016
-
-
Markus Blatt authored
Otherwise ARCHNAME in config.h will not be defined and compilation fail.
-
- May 23, 2016
-
-
Oliver Sander authored
-
- May 19, 2016
-
-
Markus Blatt authored
-
- May 13, 2016
-
-
Markus Blatt authored
-
Markus Blatt authored
For an installed UG these end up in the same directory. Therefore we need to add all locations to the include path to make uninstalled dune-uggrid module usable by other modules.
-
Markus Blatt authored
Otherwise we overwrite stuff needed by DUNE for uninstalled packages.
-
Markus Blatt authored
-
- May 12, 2016
-
-
Ansgar Burchardt authored
In commit 97a432a5 the name of the generated file was fixed in `ngin`, but the same problem is also present in `ngin2d`. This fixes the following compilation error: Building CXX object dom/lgm/ngin2d/CMakeFiles/ngin2.dir/ngin-lex.cc.o ngin-lex.ll:26:24: fatal error: ngin-yacc.hh: No such file or directory
-
- May 11, 2016
-
-
Markus Blatt authored
-
Markus Blatt authored
In this case we need to make sure that all OBJECT libararies are created with the target property POSITION_INDEPENDENT_CODE set to true.
-
Markus Blatt authored
-
Markus Blatt authored
It should be ngin-yacc.c and not ngin-yac.cc to generate the header that is assumed by the lex header.
-
- May 06, 2016
-
-
Markus Blatt authored
-