Skip to content
Snippets Groups Projects
  1. Mar 16, 2016
    • Alexis Girault's avatar
      ENH: Improve Uncrustify pre-commit hook · 2a79b9f6
      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).
      2a79b9f6
    • Alexis Girault's avatar
      COMP: Use release Uncrustify version 0.62 · 9f7d8c92
      Alexis Girault authored
      Some newer commits of uncrustify bring in a new
      configuration method for Uncrustify that makes the
      cmake integration more difficult.
      
      Also edited the PREFIX directory inside the Superbuild
      directory
      9f7d8c92
  2. Mar 15, 2016
  3. 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
  4. Mar 09, 2016
  5. Mar 08, 2016
  6. Mar 03, 2016
  7. Jan 28, 2016
  8. Jan 26, 2016
    • Ricardo Ortiz's avatar
      Merge branch 'DemoApplication' into 'master' · ad414954
      Ricardo Ortiz authored
      Demo application
      
      Several improvements. Including adding the imstk namespace.
      
      See merge request !76
      ad414954
    • Ricardo Ortiz's avatar
    • Ricardo Ortiz's avatar
      ENH: Only build Examples if testing is enabled. · 298c6de2
      Ricardo Ortiz authored
      Use configuration path for examples in order to locate
      configurations files.
      
      Modify AVMNidus, FEMSimulator and Shaders examples.
      
      Small fixes all over the place.
      298c6de2
    • Ricardo Ortiz's avatar
    • Ricardo Ortiz's avatar
      Merge branch 'improve-vrpn-device-api' into 'master' · 9acbd973
      Ricardo Ortiz authored
      Refactor VRPN Server/Client API + VTKViewer window management
      
      **VRPN:** Allows for the following workflow :
      1) Create a VRPNDeviceClient by specifying its URL (name@ipadress)
      and its type (see `DeviceType` class). The subclass VRPNForceDevice
      is setting the style to `PHANTOM_OMNI` by default for now.
      2) Create a VRPNDeviceServer
      3) Call `VRPNDeviceServer::addDeviceClient()` to add the client created
      on step 1). This will analyse the IP, name, and type of the device
      client to instantiate a VRPN device connection. The added devices are
      then stored in three std:map so the `mainloop()` can be called during
      the execution.
      
      Updated their use in `FEMSimulator` and `LaparoscopicCamera` examples.
      
      **VTKViewer**: implementing `setVtkRenderWindow`
      - This calls `VTKRenderer::setRenderWindow`. Needed to use a
      vtkRenderWindow from another instance (example : for a QT
      application, use QVTKWidget renderwindow)
      - Rename `VTKViewer::getRenderWindow` to `getVtkRenderWindow`
      - Use internal functions in `getVtkCamera` and `getVtkRenderer`
      
      See merge request !72
      9acbd973
    • Ricardo Ortiz's avatar
      ENH Fix windows compilation issues. · 113ce0a8
      Ricardo Ortiz authored
      113ce0a8
    • Alexis Girault's avatar
      ENH: implement VTKViewer::setVtkRenderWindow · a417bb11
      Alexis Girault authored
      - This calls `VTKRenderer::setRenderWindow`. Needed to use a
      vtkRenderWindow from another instance (example : for a QT
      application, use QVTKWidget renderwindow)
      - Rename `VTKViewer::getRenderWindow` to `getVtkRenderWindow`
      - Use internal functions in `getVtkCamera` and `getVtkRenderer`
      a417bb11
  9. Jan 25, 2016
  10. Jan 24, 2016
  11. Jan 22, 2016
  12. Jan 20, 2016
Loading