Skip to content
Snippets Groups Projects
  1. Sep 03, 2012
  2. Aug 31, 2012
    • Markus Blatt's avatar
      Merged changes from trunk. · e5865ec1
      Markus Blatt authored
      [[Imported from SVN: r6950]]
      e5865ec1
    • 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
    • Christoph Grüninger's avatar
      [CMake] The command print does not exist, is now message. · 50e5c665
      Christoph Grüninger authored
      [[Imported from SVN: r6946]]
      50e5c665
  3. Aug 30, 2012
  4. Aug 29, 2012
  5. Aug 28, 2012
  6. Aug 22, 2012
  7. Aug 21, 2012
  8. Aug 20, 2012
  9. Aug 16, 2012
Loading