- 03 Dec, 2019 1 commit
-
-
Aaron Bray authored
-
- 18 Oct, 2019 1 commit
-
-
Aaron Bray authored
-
- 18 Sep, 2019 1 commit
-
-
Aaron Bray authored
-
- 07 Sep, 2019 1 commit
-
-
Aaron Bray authored
Issues: dbghelp, system use, vulkan, openvr
-
- 14 Jun, 2019 1 commit
-
-
Sreekanth Arikatla authored
The current version has compile issues on Ubuntu with gcc compiler. This issue was fixed in vrpn parent repo Rebase the 'improve-openhaptics' over latest vrpn master from vrpn parent repo https://github.com/vrpn/vrpn.git The new branch is 'improve-openhaptics-rebase' and the old branch is kept just in case!
-
- 04 Dec, 2018 1 commit
-
-
Sreekanth Arikatla authored
Also clear compilation error with assimp
-
- 28 Nov, 2017 1 commit
-
-
Jean-Christophe Fillion-Robin authored
Unless option have to be passed using the command line, this is the recommended approach to pass options. It avoids "command line length issues".
-
- 03 Oct, 2017 1 commit
-
-
Jean-Baptiste Vimort authored
Contributor: Alexis Girault <alexis.girault@kitware.com>
-
- 16 May, 2017 1 commit
-
-
Sam Horvath authored
-
- 15 May, 2017 1 commit
-
-
Sam Horvath authored
Switch to sjh/vrpn to allow for quick changes to the Arduino vrpn server/client
-
- 17 Oct, 2016 1 commit
-
-
Alexis Girault authored
FindVRPN: The order in which the libraries were found was creating an compilation error during linking on Linux, as well as windows when being read from an external project. iMSTKConfig.cmake.in: ${PROJECT_NAME} would not be set to "iMSTK" from an external project. External_VRPN: VRPN_BUILD_SERVERS:BOOL was defined twice in imstk_add_external_project(VRPN)
-
- 03 Oct, 2016 1 commit
-
-
Alexis Girault authored
-
- 29 Sep, 2016 1 commit
-
-
Alexis Girault authored
Using a git branch name for an external project would update the repository of that external project when building iMSTK even though it would not be tested. By hardcoding a certain commit #, we can make sure we need to specifically update the external project git_tag to update the external project. This commit updates to the newer version of VegaFEM which should resolve some errors: iMSTK/VegaFEM-CMake@d1ab0858
-
- 15 Jun, 2016 2 commits
-
-
Alexis Girault authored
Also build VRPN servers target to build vrpn_phantom, and correct call to vrpn_Phantom in VRPNDeviceServer
-
Alexis Girault authored
-
- 09 May, 2016 1 commit
-
-
Alexis Girault authored
-
- 07 May, 2016 1 commit
-
-
Alexis Girault authored
LibNiFalcon is an external project dependency on every system.
-
- 06 May, 2016 3 commits
-
-
Alexis Girault authored
Needed for VRPN. Use fork made for cmake improvements and plan for a pull request: https://github.com/agirault/libnifalcon/tree/improve-cmake
-
Alexis Girault authored
Could not link against hidapi on windows (setupapi) Not sure about the need for libusb1 on windows. Comments added to FindVRPN to analyze what is happening.
-
Alexis Girault authored
1) Only output to CMAKE_XXX_OUTPUT_DIRECTORY without worrying about CMAKE_CONFIGURATION_TYPES 2) Use CMAKE_CFG_INTDIR to correctly set CMAKE_LIBRARY_PATH after the change 1) 3) Use mark_as_superbuild() to pass variables to external projects and innerbuild. (${PROJECT_NAME}_EP_ARGS) 4) Remove unecessary steps in eigen project (only includes, no lib) 5) Use standard imstkAddExternalProject for Uncrustify (not tested)
-
- 03 May, 2016 1 commit
-
-
Alexis Girault authored
-