Skip to content
Snippets Groups Projects
  1. Sep 20, 2012
    • Markus Blatt's avatar
      Use GNUInstallDir to specify installation directory. · 3b2ae2af
      Markus Blatt authored
      [[Imported from SVN: r6988]]
      3b2ae2af
    • Markus Blatt's avatar
      - Got rid off debugging output. · 4d3a82d9
      Markus Blatt authored
      - Removed dependency on cmake version 2.8.9
        Object libraries can now be created with dune_add_library(<target>
        OBJECT <sources>). It will create a GLOBAL property
        _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the
        source files. Theses can later be referenced by providing
        _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library
      
      [[Imported from SVN: r6987]]
      4d3a82d9
  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
    • 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
Loading