Skip to content
Snippets Groups Projects
  1. Sep 03, 2012
  2. Aug 31, 2012
    • Markus Blatt's avatar
      Order matters when providing libs. All symbols used by a library must · 61315333
      Markus Blatt authored
      have been already seen by the linker. As DUNE_LIBS (e.g. dune-grid)
      use symbols from other libraries already in ALL_PKG_LIBS (e.g. those of the
      alugrid library), they should be appended to them.
      
      On the other hand libtool removes duplicate libraries provided when
      linking from, such that only the first occurence persits. Resulting
      e.g. in libalugrid coming after libgrid.
      
      This never caused problems because libtool added dependencies known to
      it from the .la file automatically. But it does when using dune core
      packages built with cmake (these lack .la files).
      
      All tests of the core module pass (except one in virtual
      refinement). Additionally dune-grid-howto build with ug and alugrid enabled.
      
      [[Imported from SVN: r6949]]
      61315333
    • Oliver Sander's avatar
      Remove the test for malloc(0). · e63fde54
      Oliver Sander authored
      Patch by Markus Blatt.
      
      See FS 979
      
      [[Imported from SVN: r6947]]
      e63fde54
  3. Aug 22, 2012
  4. Aug 21, 2012
  5. Aug 13, 2012
  6. Aug 12, 2012
  7. Aug 08, 2012
  8. Aug 07, 2012
  9. Aug 06, 2012
    • Martin Nolte's avatar
      move containers into a separate directory · aadc861a
      Martin Nolte authored
      [[Imported from SVN: r6886]]
      aadc861a
    • Christian Engwer's avatar
      [am] · 9eedc983
      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]]
      9eedc983
    • Christian Engwer's avatar
      [Makefile.am] · f9a630d5
      Christian Engwer authored
      fix include order
      
      [[Imported from SVN: r6884]]
      f9a630d5
    • Christian Engwer's avatar
      [am] · e9fcd406
      Christian Engwer authored
      remove dune-web support from top-rules
      
      [[Imported from SVN: r6883]]
      e9fcd406
    • Christian Engwer's avatar
      [am] · 8a6e44a4
      Christian Engwer authored
      fix out-of-source build for latex and wml
      -> fix oos-build for dune-grid-howto
      
      [[Imported from SVN: r6882]]
      8a6e44a4
    • Christian Engwer's avatar
      [dunecontrol] · a5326996
      Christian Engwer authored
      improve error message for invalid module names
      
      [[Imported from SVN: r6881]]
      a5326996
  10. Aug 01, 2012
  11. Jul 31, 2012
    • Christian Engwer's avatar
      [densevector] · 360afd9d
      Christian Engwer authored
      initialize result with 0
      (patch by Matthias Wohlmuth)
      
      [[Imported from SVN: r6877]]
      360afd9d
  12. Jul 30, 2012
  13. Jul 27, 2012
  14. Jul 26, 2012
  15. Jul 19, 2012
  16. Jul 18, 2012
  17. Jul 16, 2012
  18. Jul 13, 2012
    • Christoph Grüninger's avatar
      [array] · ce6e7f05
      Christoph Grüninger authored
      Fix printing of zero-dimensional arrays, FS#1148.
      (Thanks to Elias Pipping for testing the patch)
      
      [[Imported from SVN: r6865]]
      ce6e7f05
  19. Jul 12, 2012
  20. Jul 11, 2012
  21. Jul 10, 2012
    • Christian Engwer's avatar
      [dunecontrol] · a5ca714b
      Christian Engwer authored
      add an option to print the sorted list of modules, including the info
      if it is a dependency or a suggestion
      
      [[Imported from SVN: r6860]]
      a5ca714b
Loading