Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. May 03, 2017
    • Dženan Zukić's avatar
      STYLE: improving configuration of uncrustify · cb300700
      Dženan Zukić authored
      Enforces license header and the rest of configuration options. To enable it,
      manually run SetupForDevelopment.sh and enable uncrustify during configure.
      Also provided is default configuration file to be consulted when a new
      option is needed. This file has explanations for all the options.
      
      Also, some source code files have been modified to prevent ugly auto-reformatting.
      cb300700
  3. Feb 27, 2017
  4. Mar 17, 2016
  5. Mar 16, 2016
  6. Mar 15, 2016
  7. Mar 10, 2016
    • Alexis Girault's avatar
      ENH: Add SetupForDevelopment and first git hooks · b58ed9e9
      Alexis Girault authored
      - SetupForDevelopment is a bash script that will setup the git
      environment for the user, by running setup scripts in SetupScripts
      directory.
      - SetupGitUser will assure that a conform name and email adress
      are configured.
      - SetupGitHooks will copy git hooks in the .git/hooks directory
      - SuggestGitTips will suggest useful tips to configure git
      - prepare-commit-msg is a git hook which will display the standard
      prefixes that can be use for the commit summary
      - commit-msg will ensure the commit message follows those standards
      as well as some other basic rules
      
      In the future we will incorporate KWStyle to check the code style
      in the git pre-commit hook.
      b58ed9e9
  8. Mar 03, 2016
  9. Jan 22, 2016
  10. Dec 01, 2015
Loading