Skip to content
Snippets Groups Projects
  1. Sep 20, 2012
  2. 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
  3. Sep 06, 2012
  4. Sep 05, 2012
  5. Sep 04, 2012
  6. Sep 03, 2012
  7. 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
    • Martin Nolte's avatar
      merge trunk · 185c9dff
      Martin Nolte authored
      [[Imported from SVN: r6948]]
      185c9dff
    • 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
Loading