Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
  2. Apr 07, 2015
    • Dominic Kempf's avatar
      [CMake][bugfix] Fix dune_symlink_to_source_tree · 552fc174
      Dominic Kempf authored
      I was bitten again by not properly cleaning build directories
      while testing build system features. With this patch, the feature
      * builds the symlinks in finalize_project instead of dune_project
        Only there the existence of the subdirectories in the build tree
        is guaranteed.
      * The globbing expression is sane again.
      * Properly excludes build directories
      * works with cmake 2.8 and 3.1, per-module or global out-of-source builds.
      552fc174
  3. Apr 06, 2015
  4. Apr 01, 2015
  5. Mar 24, 2015
  6. Mar 22, 2015
  7. Mar 20, 2015
  8. Mar 18, 2015
  9. Mar 17, 2015
  10. Mar 16, 2015
  11. Mar 10, 2015
  12. Mar 06, 2015
  13. Feb 25, 2015
  14. Feb 24, 2015
  15. Feb 16, 2015
  16. Feb 06, 2015
  17. Feb 03, 2015
  18. Feb 02, 2015
  19. Jan 29, 2015
  20. Jan 28, 2015
    • Dominic Kempf's avatar
      [CMake] add macro dune_symlink_to_source_files · 1ca7dbfd
      Dominic Kempf authored
      add symlinks to the build tree, which point to files in the source tree.
      Foreach file given in "files", a symlink of that name is created in the
      corresponding build directory. Use for ini files, grid files etc. A warning
      is issued on Windows systems.
      1ca7dbfd
    • Dominic Kempf's avatar
      [CMake] Add macro dune_symlink_to_source_tree · 61841f1f
      Dominic Kempf authored
      Add a symlink called src_dir to all directories in the build tree.
      That symlink points to the corresponding directory in the source tree.
      Call the macro from the toplevel CMakeLists.txt file of your project.
      You can also call it from some other directory, creating only symlinks
      in that directory and all directories below. A warning is issued on
      Windows systems.
      61841f1f
  21. Jan 27, 2015
  22. Jan 26, 2015
  23. Jan 19, 2015
    • Dominic Kempf's avatar
      [CMake][Bugfix] Fix two typos in the metis test · 9addf077
      Dominic Kempf authored
      Tried to include CheckSymbolExists instead of CheckFunctionExists.
      The wrong include only triggered in a very rare case, where
      the module had not been included from elsewhere in the project.
      
      Also, a typo in a library variable.
      9addf077
  24. Jan 15, 2015
Loading