Skip to content
Snippets Groups Projects
  1. Jan 22, 2014
    • Markus Blatt's avatar
      [bugfix,cmake] Process dependency tree including the module itself. · 58d2e446
      Markus Blatt authored
      One of the latest patches prevent the macros of the current module
      form being executed. This patch fixes this by including the module
      in the dependency tree.
      58d2e446
    • Markus Blatt's avatar
      [cmake,bugfix] Also include modules without macros in ALL_DEPENDENCIES. · 35d07e22
      Markus Blatt authored
      When making the entries of ALL_DEPENDENCIES unique, we skipped modules that
      did not ship a Dune<ModuleName>Macros.cmake macro. This caused their libraries
      to be missing in DUNE_LIBS. This patch fixes this situation.
      35d07e22
    • Markus Blatt's avatar
      [bugfix,cmake] Always read dune.module after finding a module to extract dependencies. · 938523a4
      Markus Blatt authored
      Previously we already processed dune.module but in a much later stage during
      configure. Dependencies are contained in dune.module. Therefore there is no
      need to replicate them in the CMake package configuration files. With this
      patch we now always process dune.module directly after finding the DUNE module.
      In addition we set ${DUNE_MOD_NAME}_(DEPENDS|SUGGESTS} in the CMake environment.
      As with this change DUNE_MOD_NAME will usually be set to to dune-common, we
      also changed to using ProjectName and ProjectVersion (the canonical CMake names)
      to refer to the current module and version.
      938523a4
  2. Jan 21, 2014
  3. Jan 19, 2014
  4. Jan 17, 2014
  5. Jan 16, 2014
  6. Jan 15, 2014
  7. Jan 14, 2014
  8. Jan 13, 2014
  9. Jan 10, 2014
  10. Jan 09, 2014
  11. Jan 08, 2014
Loading