Skip to content
Snippets Groups Projects
  1. Feb 02, 2015
  2. 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
  3. Jan 27, 2015
  4. Jan 26, 2015
  5. 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
  6. Jan 15, 2015
  7. Jan 13, 2015
  8. Jan 11, 2015
  9. Jan 09, 2015
  10. Jan 02, 2015
  11. Dec 29, 2014
  12. Dec 26, 2014
  13. Dec 22, 2014
  14. Dec 12, 2014
  15. Dec 11, 2014
  16. Dec 08, 2014
  17. Dec 05, 2014
  18. Dec 02, 2014
  19. Dec 01, 2014
  20. Nov 28, 2014
  21. Nov 26, 2014
  22. Nov 25, 2014
Loading