Skip to content
Snippets Groups Projects
  1. Nov 19, 2019
  2. Nov 15, 2019
  3. Sep 13, 2019
  4. Sep 10, 2019
  5. Aug 30, 2019
  6. Feb 11, 2019
  7. Feb 07, 2019
  8. 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
  9. Nov 08, 2018
  10. Aug 21, 2018
  11. Jun 30, 2018
  12. Jun 29, 2018
  13. Jan 06, 2018
  14. Dec 01, 2017
  15. 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
  16. Nov 29, 2017
  17. Nov 20, 2017
  18. 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
  19. Oct 10, 2017
  20. Sep 23, 2017
  21. Sep 19, 2017
  22. Sep 18, 2017
  23. Aug 11, 2017
  24. Aug 10, 2017
  25. Aug 03, 2017
  26. Jul 10, 2017
  27. Mar 15, 2017
  28. Mar 03, 2017
Loading