Skip to content
Snippets Groups Projects
  1. Apr 01, 2016
    • Alexis Girault's avatar
      COMP: Update g3log include path · e574216c
      Alexis Girault authored
      e574216c
    • Alexis Girault's avatar
      COMP: Set Uncrustify as option · 49ae0230
      Alexis Girault authored
      Default is OFF since we have issues configuring
      it on Windows currently.
      49ae0230
    • 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
Loading