Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
  2. Mar 13, 2020
  3. Jan 08, 2020
  4. Jul 15, 2019
  5. Jul 14, 2019
    • Nghia Truong's avatar
      STYLE: Add options to uncrustify config file, including (but not limited to): · c9afd8df
      Nghia Truong authored
      * Alignment of variables and comments
      * Add/remove spaces when needed
      * Enforce spaces around '*' and '&' of reference and pointer variables
      * Remove redundant semicolons
      * Break line between function return type and function definition
      * Enforce position of boolean operators, making multiple-line boolean expressions easier to read
      c9afd8df
  6. Jun 24, 2019
  7. Jun 19, 2019
  8. Jun 18, 2019
    • Nghia Truong's avatar
      STYLE: Improve code formatting with uncrustify · 852d804f
      Nghia Truong authored
      Replace many 'add' options by 'force' option for new line and space: if two ore more empty lines (or spaces) exist, modify them to make sure there is just one empty line (or space).
      
      Add option to enforce a break line between namespace/class and brace character.
      
      Add several more options to enforce space around operators/parenthesis/bracket etc.
      852d804f
  9. Jun 11, 2019
  10. 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
  11. Feb 27, 2017
  12. Mar 17, 2016
  13. Mar 16, 2016
  14. Mar 15, 2016
  15. 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
  16. Mar 03, 2016
  17. Jan 22, 2016
  18. Dec 01, 2015
Loading