Skip to content
Snippets Groups Projects
  1. Jun 03, 2016
  2. Jun 02, 2016
    • Steffen Müthing's avatar
      Merge branch 'feature/cleanup-std-utility' into 'master' · 75279b42
      Steffen Müthing authored
      Feature/cleanup std utility
      
      This merge request cleans up the implementation of C++14 integer
      sequences and also removes an old alias of `std::declval()` in our
      `Dune::Std` namespace.
      
      Warning: After merging this merge request, any use of `Std::declval()`
      will cause compilation failures.
      
      See merge request !82
      75279b42
  3. Jun 01, 2016
  4. May 30, 2016
  5. May 28, 2016
  6. May 20, 2016
  7. May 13, 2016
  8. May 11, 2016
  9. May 04, 2016
    • Markus Blatt's avatar
      Merge branch 'features/support-multiple-libs' into 'master' · 75538564
      Markus Blatt authored
      Support multiple DUNE libs in different directories when exporting.
      
      Previously, issuing multiple dune_add_library calls would only
      work if subsequent calls to dune_add_library were issued in the same
      directory or below. If the calls happened in different directories
      then only the last library would have beem exported.
      With this commit we can use the APPEND parameter to prevent
      overwriting previous libraries.
      
      If all calls are in the same directory or below, then APPEND can be
      omitted. But that is not recommend.
      
      See merge request !91
      75538564
    • Markus Blatt's avatar
      Support multiple DUNE libs in different directories when exporting. · 941fa5ad
      Markus Blatt authored
      Previously, issuing multiple dune_add_library calls would only
      work if subsequent calls to dune_add_library were issued in the same
      directory or below. If the calls happened in different directories
      then only the last library would have beem exported.
      With this commit we can use the APPEND parameter to prevent
      overwriting previous libraries.
      
      If all calls are in the same directory or below, then APPEND can be
      omitted. But that is not recommend.
      941fa5ad
  10. Apr 26, 2016
  11. Apr 25, 2016
  12. Apr 11, 2016
  13. Apr 09, 2016
  14. Apr 08, 2016
  15. Apr 07, 2016
  16. Apr 06, 2016
  17. Apr 01, 2016
Loading