- Nov 08, 2014
-
-
Jö Fahlke authored
"Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the rules are applied recursively. Test programs etc. should be listed as "/program" in their directory's .gitignore, so they are not accidentially ignored in a lower level directory.
-
- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Sep 08, 2014
-
-
Christian Engwer authored
-
- Mar 27, 2014
-
-
Christoph Grüninger authored
The warning with more then one job was: "make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule." Still, I get no speedup for -jN with N > 1.
-
- Feb 20, 2014
-
-
Markus Blatt authored
-
- Jan 27, 2014
-
-
Markus Blatt authored
The temporary file <dune-module>-config-version.tmp!
-
Markus Blatt authored
With this patch autotools now creates the file <dune-module>-config-version.cmake mit autotools. To facilitate this we added the variables DUNE_MOD_{MAJOR,MINOR,REVISION} to the makefiles.
-
- Jan 21, 2014
-
-
Markus Blatt authored
In the CMake package configuration files generated with autotools the CMake name of the library target contained a bogus lib in front of it. This packages fixes this. Now the library can be referenced in CMake as dunemodule (without dashes).
-
- Jan 16, 2014
-
-
Markus Blatt authored
Due to testing the wrong directories some variables where missing in the package configuration files. This patch fixes this.
-
- Jan 13, 2014
-
-
Markus Blatt authored
-
- Jan 06, 2014
-
-
Markus Blatt authored
When unpacking the tarballs, the time stamps are preserved, but the access time of the files might be set differently. In addition during configure Doxyfile is always created. This resulted in some files being newer than the doxygen-tag in the tarball and triggered building the documentation. This patch fixes the problem for me by only checking the modification time and excluding Doxyfile.
-
- Dec 19, 2013
-
-
Markus Blatt authored
The cause for the problem was the introduction of cmake/modules. This caused the find statement to always print something. This patch simply excludes cmake/modules from the result with grep -v.
-
- Dec 18, 2013
-
-
Markus Blatt authored
The am_DATA variable was set to EXTRA_DIST which contained CMakeLists.txt. Therfore CMakeLists.txt was installed. This patch fixes this by listing files to install in am_DATA and using EXTRA_DIST only for those files that are otherwise not distributed. Suprisingly, some files from am_DATA have to be listed there, too.
-
Markus Blatt authored
E.g. the files in am are now installed to share/am/dune-module instead of share/am.
-
- May 08, 2013
-
-
Christian Engwer authored
fix the last doxygen fix some accidential debug statements broke the build for a clean checkout
-
- May 07, 2013
-
-
Christian Engwer authored
make doxygen work in out-of-source builds: extra magic to find the correct doxygen-tag file
-
- Mar 12, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7416]]
-
- Feb 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7124]]
-
- Oct 06, 2012
-
-
Christian Engwer authored
AM_PROG_MKDIR_P is deprecated; see `Obsolete Macros' in the automake manual Kudos to Elias Pipping [[Imported from SVN: r7029]]
-
- Sep 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6988]]
-
- Aug 10, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6892]]
-
- Aug 08, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6890]]
-
- Aug 06, 2012
-
-
Christian Engwer authored
oos-build broke the web-site this fix actually checks where the sources are chooses the right directory [[Imported from SVN: r6885]]
-
Christian Engwer authored
remove dune-web support from top-rules [[Imported from SVN: r6883]]
-
Christian Engwer authored
fix out-of-source build for latex and wml -> fix oos-build for dune-grid-howto [[Imported from SVN: r6882]]
-
- Jul 18, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6872]]
-
- Jul 10, 2012
-
-
Christian Engwer authored
print warnings, but continue compilation (thanks to Tobias Malkmus) [[Imported from SVN: r6853]]
-
- Jul 09, 2012
-
-
Christian Engwer authored
don't try to install doxygen when documentation is disabled [[Imported from SVN: r6852]]
-
- Jun 09, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6794]]
-
- May 23, 2012
-
-
Christian Engwer authored
always install doxygen files, even if we didn't generate them [[Imported from SVN: r6759]]
-
- Apr 03, 2012
-
-
Markus Blatt authored
The documentation is still not built and therefore not installed [[Imported from SVN: r6602]]
-
- Oct 23, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6519]]
-
- Aug 12, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6488]]
-
- Jun 06, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6455]]
-
- May 02, 2011
-
-
Christian Engwer authored
This fixes #803, but leaves us with the ugly situation, that docs in the tar balls don't get installed, if doxygen is missing. [[Imported from SVN: r6435]]
-
- Oct 06, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6156]]
-
- Oct 04, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6154]]
-
- Sep 08, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6134]]
-
Christian Engwer authored
[[Imported from SVN: r6133]]
-
- Sep 01, 2010
-
-
Christian Engwer authored
libtool dummy source trick) [[Imported from SVN: r6115]]
-