- Apr 07, 2016
-
-
Alexis Girault authored
Also merge Utility within Core.
-
- Apr 01, 2016
-
-
Alexis Girault authored
- Remove PThreads on Linux - Correct CMake output directories in case of single configuration type (not MSVC)
-
Alexis Girault authored
-
Alexis Girault authored
Corrects bug on Windows
-
Alexis Girault authored
-
Alexis Girault authored
-
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.
-
- Mar 31, 2016
-
-
Alexis Girault authored
-
Sreekanth Arikatla authored
-
- Mar 28, 2016
-
-
Alexis Girault authored
-
- Mar 24, 2016
-
-
Alexis Girault authored
-
- Mar 23, 2016
-
-
Alexis Girault authored
-
- Mar 22, 2016
-
-
Alexis Girault authored
-
- Mar 21, 2016
-
-
Alexis Girault authored
Had to pass g3log_SOURCE_DIR from the superbuild to the inner build to be able to find the librairies for g3log in Findg3log.cmake.
-
Alexis Girault authored
-
- Mar 16, 2016
-
-
Alexis Girault authored
-
Alexis Girault authored
./configure alond does not work on Windows. Needs to set up the option `--host-`. See https://github.com/uncrustify/uncrustify/blob/uncrustify-0.62/make_win32.sh#L11-L22
-
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
-
- Mar 15, 2016
-
-
Alexis Girault authored
- Still need to edit the configuration file - Removed example target for kwstyle
-
Alexis Girault authored
-
- Mar 10, 2016
-
-
Alexis Girault authored
Also remove headers in cmake files
-
- Mar 09, 2016
-
-
Alexis Girault authored
Adding project name (iMSTK)
-
- Mar 08, 2016
-
-
Alexis Girault authored
Skeleton of CMake architecture and of first few classes.
-
- Mar 03, 2016
-
-
Alexis Girault authored
-
- Jan 22, 2016
-
-
Ricardo Ortiz authored
-
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.
-
Ricardo Ortiz authored
by examples and unit tests.
-
- Jan 12, 2016
-
-
Ricardo Ortiz authored
Also, adding ThreadPool to the configuration file.
-
- Jan 11, 2016
-
-
Alexis Girault authored
- Add missing export targets (Solvers, TimeIntegrators, VTKRendering) - Remove obsolete GLM from SimMedTKConfig.cmake - Include VRPN libraries in SimMedTKConfig.cmake - Include VTK in SimMedTKCongig.cmake
-
- Dec 21, 2015
-
-
Ricardo Ortiz authored
This module implements forward and backward Euler methods. ENH: Add unit tests ENH: Implement Newton's method. Used in the backward Euler method. Add test for backward euler. Fix MacOSX compilation error. BUG: Make sure row major sparse containers are used for all matrix computations. Clean up interfaces, fix linking errors and transfer implementations to cpp files. Documents methods and variables. Clean solvers test. Adding more documentation. Clean solver tests and interfaces. Fix discrepancies in iterative solvers errors. Add more documentation.
-
- Dec 13, 2015
-
-
Ricardo Ortiz authored
-
- Dec 09, 2015
-
-
Ricardo Ortiz authored
Conflicts: Solvers/BackwardSOR.h Solvers/ForwardGaussSeidel.cpp
-
- Dec 03, 2015
-
-
Ricardo Ortiz authored
-
- Dec 01, 2015
-
-
Ricardo Ortiz authored
The reason why the libusb1 was not found by find_* was strangely because of the veriable name. Seem that find_* do not like numers in the name. Fix rebase conflicts.
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Camera scope tip bending works!
-
Ricardo Ortiz authored
Update VRPN sha1.
-
Sean Radigan authored
-
Ricardo Ortiz authored
Build VRPN static always.
-