Skip to content
Snippets Groups Projects
  1. May 15, 2013
  2. May 14, 2013
  3. May 08, 2013
  4. May 05, 2013
  5. May 03, 2013
  6. May 02, 2013
    • Markus Blatt's avatar
      Moved add_dune_<package>_flags functions out of the · 9e431b27
      Markus Blatt authored
      Find<Package>.cmake modules, as they were missing with set
      CMAKE_DISABLE_<Package>=TRUE.
      
      Now they are in speparte modules Add<Package>Flags and thus can be
      used as exspected with disabled packages.
      
      [[Imported from SVN: r1926]]
      9e431b27
  7. Apr 30, 2013
  8. Apr 29, 2013
  9. Apr 10, 2013
  10. Apr 09, 2013
  11. Apr 08, 2013
  12. Mar 31, 2013
  13. Mar 21, 2013
  14. Mar 19, 2013
  15. Mar 16, 2013
  16. Mar 15, 2013
  17. Mar 14, 2013
    • Christoph Grüninger's avatar
      [pardiso.m4] Get rid of deprecated AC_TRY_LINK_FUNC. · 15ae2787
      Christoph Grüninger authored
      [[Imported from SVN: r1897]]
      15ae2787
    • Markus Blatt's avatar
      [Merge][Bugfix] r1895 from branches/release-cmake-2.2: Prevent definition of... · ad2e0488
      Markus Blatt authored
      [Merge][Bugfix] r1895 from branches/release-cmake-2.2: Prevent definition of HAVE_BOOST without value due to race conditions i
      n some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 a
      nd dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (inste
      ad of ENABLE_BOOST). For others there were even two definitions of it (one with 
      and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_B
      OOST and defines a value for it if boost is found.
      
      
      [[Imported from SVN: r1896]]
      ad2e0488
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · 2c5baa0b
      Markus Blatt authored
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found.
      
      Please change your code such the preprocessor directives checking for boost from
      #if HAVE_BOOST
      to
      #if HAVE_DUNE_BOOST
      
      Resolves flyspray 1265 and presumably 1249.
      
      [[Imported from SVN: r1895]]
      2c5baa0b
    • Markus Blatt's avatar
      Distribute fastamg headers. · 1424a2b3
      Markus Blatt authored
      [[Imported from SVN: r1894]]
      1424a2b3
  18. Mar 13, 2013
  19. Mar 12, 2013
    • Markus Blatt's avatar
      Fixed EXTRA_DIST mixup. · 632edf02
      Markus Blatt authored
      [[Imported from SVN: r1892]]
      632edf02
    • Markus Blatt's avatar
      Do not overwrite EXTRA_DIST! · ed468eed
      Markus Blatt authored
      Previously communication.pdf was not in the tarball!
      
      [[Imported from SVN: r1891]]
      ed468eed
    • Markus Blatt's avatar
      Skip LATEX_USABLE guard for communication.pdf as this done in dune_add_latex_document. · a9c58f2d
      Markus Blatt authored
      Otherwise the pdfs will not be installed from the tarballs.
      
      .-- Diese und die folgenden Zeilen werden ignoriert --
      
      _M   .
      _M   doc/buildsystem/buildsystem.tex
      _M   doc/doxygen/Doxystyle
      _M   lib/dunemodules.lib
      _M   COPYING
      _M   bin/dunecontrol
      _M   m4/parmetis.m4
      _M   m4/cxx0x_nullptr.m4
      M    cmake/modules/DuneDoxygen.cmake
      _M   dune/common
      _M   dune/common/geometrytype.hh
      _M   dune/common/test/fmatrixtest.cc
      _M   dune/common/densematrix.hh
      _M   dune/common/shared_ptr.hh
      _M   dune/common/genericiterator.hh
      _M   dune/common/mpitraits.hh
      _M   dune/common/parametertreeparser.hh
      
      .-- Diese und die folgenden Zeilen werden ignoriert --
      
      _M   .
      M    doc/CMakeLists.txt
      _M   dune/istl
      _M   dune/istl/test/matrixredisttest.cc
      _M   dune/istl/matrixutils.hh
      _M   dune/istl/solvers.hh
      _M   dune/istl/repartition.hh
      _M   dune/istl/diagonalmatrix.hh
      _M   dune/istl/supermatrix.hh
      _M   dune/istl/paamg/smoother.hh
      _M   dune/istl/paamg/parameters.hh
      _M   dune/istl/paamg/hierarchy.hh
      
      [[Imported from SVN: r1890]]
      a9c58f2d
    • Markus Blatt's avatar
      [Merge][CMake] r1888 from branches/cmake: Skip LATEX_USABLE guard as this done... · ebbc69f2
      Markus Blatt authored
      [Merge][CMake] r1888 from branches/cmake: Skip LATEX_USABLE guard as this done in dune_add_latex_document.
      Otherwise the pdfs will not be installed from the tarballs.
      
      
      [[Imported from SVN: r1889]]
      ebbc69f2
    • Markus Blatt's avatar
      Skip LATEX_USABLE guard as this done in dune_add_latex_document. · f81692c4
      Markus Blatt authored
      Otherwise the pdfs will not be installed from the tarballs.
      
      [[Imported from SVN: r1888]]
      f81692c4
  20. Mar 11, 2013
Loading