- Jun 11, 2019
-
-
Nghia Truong authored
-
- May 03, 2017
-
-
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.
-
- Feb 27, 2017
-
-
Mayeul Chassagnard authored
* specify the algo preceded by a dash such as -algo with algo=[sha sha1 sha224 sha256 sha384 sha512 md5] * specify the path to a folder or a file - if file: create key file at dest_path (=path by default) - if folder: go through all sub-directories and create key files at dest_path (=path by default) based on sub-directory architecture /!\ WARNING /!\ : Won't work has expected if a directory contains dot! -> Because we identify a file if it contains dot for now See https://github.com/MayeulChassagnard/BashScripting/blob/master/bash/convertToKeyFile.sh Signed-off-by:
Mayeul Chassagnard <mayeul.chassagnard@kitware.com>
-
- Mar 17, 2016
-
-
Alexis Girault authored
-
- Mar 16, 2016
-
-
Alexis Girault authored
-
Alexis Girault authored
Make sure that we don't run into an error when uncrustify is disabled, by providing info on how to set it up. Also allow to skip uncrustify (not recommended).
-
- Mar 15, 2016
-
-
Alexis Girault authored
Use config based on https://gist.github.com/mkroman/1372117
-
Alexis Girault authored
- Still need to edit the configuration file - Removed example target for kwstyle
-
Alexis Girault authored
-
Alexis Girault authored
-
- Mar 10, 2016
-
-
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.
-
- Mar 03, 2016
-
-
Alexis Girault authored
-
- Jan 22, 2016
-
-
Ricardo Ortiz authored
from SimMedTK to iMSTK. Modify the license notice in each file. Add LICENSE file.
-
Ricardo Ortiz authored
from SimMedTK to iMSTK. Modify the license notice in each file. Add LICENSE file.
-
- Dec 01, 2015
-
-
Ricardo Ortiz authored
Relocate utility scripts.
-
Ricardo Ortiz authored
-