Skip to content
Snippets Groups Projects
  1. Jan 16, 2014
  2. Jan 09, 2014
    • Markus Blatt's avatar
      [release,bugfix] Makes PKG_CONFIG_PATH honor all (lib lib/multiarch). · 8d81ff3b
      Markus Blatt authored
      Previously some of the pathes (e.g the multiarch ones) took precedence
      over the others. But as with same some of the pkgconfig files are installed
      below lib/<multiarch> and others (if there is not object library) are not.
      With this patch all possible install locations of pkgconfig files are added
      to the path if they exist.
      8d81ff3b
  3. Jan 08, 2014
  4. Jan 07, 2014
  5. Jan 06, 2014
  6. Jan 04, 2014
    • Markus Blatt's avatar
      [autotools,bugfix] Feed include path of all modules to dune-autogen · c57e6037
      Markus Blatt authored
      Previously only the include path of the local modules were used. This
      caused errors with installed dune-common modules, similar to:
      
      --> aclocal...
      
      Error: Could not find dune-common/am!
      Usage: dune-autogen DUNE_MODULE_PATH_LIST [options]
        --ac=, --acversion=VERSION   use a specific VERSION of autoconf
        --am=, --amversion=VERSION   use a specific VERSION of automake
        -h,    --help                you already found this :-)
      --- Failed to build dune-typetree ---
      Terminating dunecontrol due to previous errors!
      
      This is also related to https://dune-project.org/flyspray/index.php?do=details&task_id=891
      
      With this patch we include the aclocal, m4 or am directory of all modules
      (installed and local ones) and everything works again as exspected.
      c57e6037
  7. Jan 03, 2014
  8. Jan 02, 2014
    • Markus Blatt's avatar
      [cmake,bugfix] Fixes requiredness of module · 86f1dc9c
      Markus Blatt authored
      Previously, dependencies were not correctly searched for as
      required packages. This patch fixes this.
      86f1dc9c
    • Markus Blatt's avatar
      [bugfix,cmake] Fixes precendence issues in module path · d7a1f326
      Markus Blatt authored
      When working with installed modules, the cmake scripts and
      modules of the current module should take precendence over
      any installed ones. This was not the case before this patch.
      
      Furthermore, modules downstream in the
      dependency tree should be able to overwrite tests in  modules
      that they depend on. This patch more caredfully crafts the
      CMAKE_MODULE_PATH to reflect the module dependency in it.
      d7a1f326
  9. Dec 19, 2013
  10. Dec 18, 2013
  11. Dec 03, 2013
  12. Dec 02, 2013
  13. Nov 22, 2013
  14. Nov 21, 2013
  15. Oct 20, 2013
    • Christoph Grüninger's avatar
      [bugfix] Improve duneproject. · 00153a4b
      Christoph Grüninger authored
      Fix generated config.cmake.in which contained a surplus endif.
      List CMakeLists.txt and other files to be included in tarballs.
      Move generated files around to sort them by directory.
      00153a4b
  16. Sep 18, 2013
  17. Sep 09, 2013
  18. Sep 02, 2013
  19. Aug 30, 2013
  20. Aug 20, 2013
Loading