Skip to content
Snippets Groups Projects
  1. Feb 20, 2014
  2. Feb 19, 2014
  3. Feb 16, 2014
  4. Feb 14, 2014
  5. Feb 12, 2014
  6. Feb 10, 2014
  7. Feb 09, 2014
    • Markus Blatt's avatar
      [bugfix] Fixes comparison operators. · c00b2acc
      Markus Blatt authored
      The last patch missed a change in the comparison operators. Allocators
      compare as equal if memory allocated with one can be deallocate with
      the other. With this allocators compare equal only if they are share
      the same address.
      
      Cherry-pick from branch eature/FS1429-shared-lib-fixes where it ended up
      by accident.
      c00b2acc
  8. Feb 07, 2014
  9. Feb 04, 2014
  10. Jan 31, 2014
  11. Jan 29, 2014
  12. Jan 28, 2014
  13. Jan 27, 2014
    • Markus Blatt's avatar
      [cmake,release] Prevent searching twice for modules. · b58b8475
      Markus Blatt authored
      Before we tried to search for dune-common twice (once without a version
      and then with the required version). Unfortunately this breaks because
      we are adding the same library target twice. With this patch we only
      search for a module once.
      b58b8475
    • Markus Blatt's avatar
      [autotools,bugfix] Remove existent file when installing CMake's package version configuration. · 9775442a
      Markus Blatt authored
      The temporary file <dune-module>-config-version.tmp!
      9775442a
    • Markus Blatt's avatar
      [buildsystem,release] Install cmake package version files with autotools. · c0ecc4b1
      Markus Blatt authored
      With this patch autotools now creates the file
      <dune-module>-config-version.cmake mit autotools. To facilitate this
      we added the variables DUNE_MOD_{MAJOR,MINOR,REVISION} to the makefiles.
      c0ecc4b1
    • Markus Blatt's avatar
      [cmake,release] Test version with cmake and fix requiredness. · 2d20c167
      Markus Blatt authored
      Before this patch we always relied on dunecontrol/pkg-config to check
      for the correct version. With this patch we include this functionality
      also when building packges with dunecontrol for this use part of the version
      checking of cmake (or pkg-config if there are packages without CMake support).
      Basically we let CMake check wether the major and minor version matches and
      afterwards use the information from the dune.module file. This should make
      it possible to have several versions of DUNE installed and still always use
      the correct version. During fixing these issues we noticed that our version
      files were not recognized because the carried the wrong name. Now we use the
      correct name <dune-module>-config-version.cmake.
      2d20c167
  14. Jan 23, 2014
  15. Jan 22, 2014
Loading