Skip to content
Snippets Groups Projects
  1. Sep 27, 2012
    • Markus Blatt's avatar
      - List the cmake modules explicitly (file(GLOB will not detect changes · 3a203878
      Markus Blatt authored
        after configure)
      - Make CMake module installation path configurable
      - Detect CMAKE_MODULE_PATH automatically
        + First call find_package(dune-common) to query its CMAKE_MODULE_PATH
        + Then setup the module path
        + After each find_package of dune module update the CMAK_MODULE_PATH
        + each module exports ist own <package-name>_MODULE_PATH in the
        + package configuration files
      - Adapted dunecontrol and duneproject accordingly.
      
      [[Imported from SVN: r6996]]
      3a203878
  2. Sep 24, 2012
  3. Sep 22, 2012
    • Martin Nolte's avatar
      only use std::integral_constant, if it conforms to the C++11 standard · a35de714
      Martin Nolte authored
      C++11 requires a cast operator from integral_constant< T, v > to T. As far as I
      could make out, no gcc version provides this cast in <tr1/type_traits> and only
      gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests
      for the cast operator only in <type_traits>.
      
      Note: Our drop-in replacement conforms to the standard in the above-mentioned
      sense.
      
      [[Imported from SVN: r6992]]
      a35de714
  4. Sep 20, 2012
  5. Sep 18, 2012
    • Christoph Grüninger's avatar
      [dune_compiler.m4] · 153091f4
      Christoph Grüninger authored
      Updated version test to gcc >= 4.1.
      Added version test for clang >= 3.0.
      Unfortunately I am not aware of the minimum required version of icc,
      this test remains for icc >= 7.0.
      White space adjustments.
      
      [[Imported from SVN: r6985]]
      153091f4
  6. Sep 09, 2012
    • Christoph Grüninger's avatar
      [dunecontrol] · 36048e87
      Christoph Grüninger authored
      Add new command bexec, a copy of exec with executes the given commands
      in the build directory.
      
      [[Imported from SVN: r6984]]
      36048e87
  7. Sep 07, 2012
  8. Sep 06, 2012
  9. Sep 05, 2012
  10. Sep 04, 2012
  11. Sep 03, 2012
Loading