Skip to content
Snippets Groups Projects
  1. Mar 10, 2015
  2. Jan 26, 2015
  3. Dec 19, 2014
  4. Nov 21, 2014
    • Christoph Grüninger's avatar
      [buildsystem] Do not call check for Boost base. · 94fb9167
      Christoph Grüninger authored
      With the removal of the fall-back code for many C++11 features
      like shared_ptr or hash, we no longer need Boost in
      dune-common.
      If your model has relies on a boost check, add the call to
      the buildsystem of your module. The Dune-islt commit
      …3ee92f05012 is an example what must be done.
      94fb9167
  5. Nov 08, 2014
    • Jö Fahlke's avatar
      [vc] Simplify ignore lists. · 251deeb0
      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.
      251deeb0
  6. Oct 06, 2014
  7. Sep 16, 2014
  8. Jul 18, 2014
  9. Jul 06, 2014
  10. May 11, 2014
  11. Apr 14, 2014
  12. Apr 09, 2014
  13. Apr 08, 2014
  14. Apr 02, 2014
  15. Mar 23, 2014
  16. Mar 22, 2014
  17. Mar 21, 2014
  18. Mar 18, 2014
    • Oliver Sander's avatar
      Test for the 'final' keyword from C++11 · 5525e37a
      Oliver Sander authored
      This patch adds an AutoTools test that tests whether the compiler
      supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
      macro, which expands to 'final' if the keyword is supported, and
      is empty otherwise.
      5525e37a
  19. Mar 12, 2014
  20. Mar 05, 2014
  21. Feb 28, 2014
  22. Feb 14, 2014
  23. Jan 27, 2014
  24. Jan 17, 2014
  25. Jan 09, 2014
  26. Jan 07, 2014
Loading