Skip to content
Snippets Groups Projects
  1. Apr 01, 2016
    • Alexis Girault's avatar
      COMP: Fix for VegaFEM on VS · a4138e23
      Alexis Girault authored
      All projects output directories are now common in
      the top level. This commit takes care of the
      CMAKE_CONFIGURATION_TYPES for Visual Studio.
      
      With this commit the Find_XXX.cmake files do not need
      HINTS anymore since all targets are built in a same
      directory known to CMAKE_LIBRARY_PATH, and all headers
      directories are referenced in CMAKE_INCLUDE_PATH.
      a4138e23
  2. Mar 31, 2016
  3. Mar 29, 2016
  4. Mar 28, 2016
  5. Mar 25, 2016
  6. Mar 24, 2016
  7. Mar 23, 2016
  8. Mar 22, 2016
  9. Mar 21, 2016
  10. Mar 17, 2016
  11. Mar 16, 2016
  12. Mar 15, 2016
  13. 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
    • Alexis Girault's avatar
      STYLE: Add RPI to copyright header · 65be3263
      Alexis Girault authored
      Also remove headers in cmake files
      65be3263
  14. Mar 09, 2016
Loading