Skip to content
Snippets Groups Projects
  1. Apr 02, 2020
  2. Feb 26, 2020
  3. Dec 17, 2019
  4. Nov 19, 2019
  5. Nov 15, 2019
  6. Sep 13, 2019
  7. Sep 10, 2019
  8. Aug 30, 2019
  9. Feb 11, 2019
  10. Feb 07, 2019
  11. Jan 09, 2019
    • Jö Fahlke's avatar
      Fix, modernize and document check for existing modules · a40a591b
      Jö Fahlke authored
      Fixes:
      - Use unambiguous truth values (Closes: #134)
      - When checking with pkg-config, look for the dependency rather than the last
        module from the list of found modules
      
      Modernizations:
      - Scope variables
      - Use a simple `if` rather than a loop to check for presence of a depency in
        list of existing modules
      - Make sure the function does not depend on the status of the `-e` option, or
        whether it is called from within the condition of an `if` or a `||` or `&&`.
      
      Documentation:
      - Document calling convention for the function and assumptions on the
        parameters.
      a40a591b
    • Jö Fahlke's avatar
      bin/duneproject: Expand tabs and fix indentation · 4a045958
      Jö Fahlke authored
      As a shell script, duneproject is not covered by the scripts preventing tabs
      in indentation (or simply was exempt from the Great Reformatting).  Also, the
      tab width was inconsistent.
      
      This expands all tabs and uses a consistent indentation of 2.  It also
      instructs both emacs and vi to use these settings, since their default
      indentation for shell scripts seems to differ.
      4a045958
  12. Nov 08, 2018
  13. Aug 21, 2018
  14. Jun 30, 2018
  15. Jun 29, 2018
  16. Jan 06, 2018
  17. Dec 01, 2017
  18. Nov 30, 2017
    • Jö Fahlke's avatar
      [whitespace-hook] Check only those files we really intent to check. · 2c3024bc
      Jö Fahlke authored
      - For the files that should only occur in the toplevel directory, make sure to
        only match them in the toplevel directory.  This allows having them in an
        imported header only library in some subdirectory.
        + For files such as `.cc` or `.hh` that are matched by extension, there is
          no sane generic way to not check them when they are imported from
          somewhere else, so you'll still have to do something special, sorry.
      - For files that are matched by name, make sure that name matches the full
        basename of the file, not just a suffix.
      - Pass the regular expressions to perl in a safe way so they can contain
        arbitrary character without arcane quoting.  This mostly applies to the path
        separator '/'.
      2c3024bc
  19. Nov 29, 2017
  20. Nov 20, 2017
  21. Oct 31, 2017
    • Christian Engwer's avatar
      [dunecontrol] evaluate CMAKE_MODULE_PATH from opts file · 6bb39b78
      Christian Engwer authored
      up to now a CMAKE_MODULE_PATH environment variable was properly considered
      and appended to the cmake parameters. This did not work for an environment
      variable specified in the opts file. This patch makes the behaviour
      consistent between shell environment and opts file variables.
      
      (fixes #25)
      6bb39b78
  22. Oct 10, 2017
  23. Sep 23, 2017
  24. Sep 19, 2017
  25. Sep 18, 2017
  26. Aug 11, 2017
Loading