Skip to content
Snippets Groups Projects
  1. May 04, 2016
    • Markus Blatt's avatar
      Merge branch 'features/support-multiple-libs' into 'master' · 75538564
      Markus Blatt authored
      Support multiple DUNE libs in different directories when exporting.
      
      Previously, issuing multiple dune_add_library calls would only
      work if subsequent calls to dune_add_library were issued in the same
      directory or below. If the calls happened in different directories
      then only the last library would have beem exported.
      With this commit we can use the APPEND parameter to prevent
      overwriting previous libraries.
      
      If all calls are in the same directory or below, then APPEND can be
      omitted. But that is not recommend.
      
      See merge request !91
      75538564
    • Markus Blatt's avatar
      Support multiple DUNE libs in different directories when exporting. · 941fa5ad
      Markus Blatt authored
      Previously, issuing multiple dune_add_library calls would only
      work if subsequent calls to dune_add_library were issued in the same
      directory or below. If the calls happened in different directories
      then only the last library would have beem exported.
      With this commit we can use the APPEND parameter to prevent
      overwriting previous libraries.
      
      If all calls are in the same directory or below, then APPEND can be
      omitted. But that is not recommend.
      941fa5ad
  2. Apr 26, 2016
  3. Apr 25, 2016
  4. Apr 11, 2016
  5. Apr 09, 2016
  6. Apr 08, 2016
  7. Apr 07, 2016
  8. Apr 06, 2016
  9. Apr 01, 2016
  10. Mar 30, 2016
  11. Mar 23, 2016
  12. Mar 22, 2016
  13. Mar 21, 2016
  14. Mar 17, 2016
  15. Mar 16, 2016
  16. Mar 12, 2016
  17. Mar 09, 2016
Loading