- Sep 01, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Clean up as well.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
This data mapper allows you to map external data into the vtkDataArray. This in turn allows you to interface with vtk without repacking the simulatordata. Clean up and implement a pimpl VtkRenderer to hide redering implementation. Replace core::StdVector3d with std::vector<core::Vec3d> because eigen 3d vector array is aligned by default so no special allocator is needed. See core::StdVector3d for more details.
-
- Jul 24, 2015
-
-
Sean Radigan authored
Remove IndiceArray from DataStructures use std::vector instead and update methods accordingly. See merge request !35
-
- Jul 23, 2015
-
-
Ricardo Ortiz authored
-
- Jul 22, 2015
-
-
Ricardo Ortiz authored
use std::vector instead and update methods accordingly.
-
Ricardo Ortiz authored
Rename and restructure files and directories. See merge request !34
-
- Jul 21, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
and naming of the export targets. Issue #27
-
Ricardo Ortiz authored
Also renmamed many unseen sm* class names.
-
Ricardo Ortiz authored
Add _USE_MATH_DEFINES to the windows compile definitions.
-
David Thompson authored
Document the Gitlab MR process... ... because there are some tricky bits (rough edges) where testing is concerned. See merge request !32
-
- Jul 20, 2015
-
-
Ricardo Ortiz authored
Also fix instances where normalized was used wrongly. Thank @tansel for spoting these. Issue #27
-
Ricardo Ortiz authored
Issue #27
-
- Jul 19, 2015
-
-
Ricardo Ortiz authored
-
- Jul 18, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
- Jul 17, 2015
-
-
Ricardo Ortiz authored
-
- Jul 15, 2015
-
-
Ricardo Ortiz authored
Fix all failing tests. ... And hope for greener pastures.... See merge request !33
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
- Jul 14, 2015
-
-
David Thompson authored
... because there are some tricky bits (rough edges) where testing is concerned.
-
- Jul 10, 2015
-
-
Ricardo Ortiz authored
Add vega volume mesh interface See merge request !16
-
David Thompson authored
Fix warnings This eliminates all of the warnings on Mac OS X 10.10. Please check the changes as in some cases there might be better ways to resolve the issue. See merge request !26
-
David Thompson authored
Attempt a fix at compiler features. CMake's `target_compiler_features` directive does not support many compilers yet, especially on Windows. This results in cryptic error messages. Just turn off Windows attempts at this. See merge request !30
-
David Thompson authored
CMake's `target_compiler_features` directive does not support many compilers yet, especially on Windows. This results in cryptic error messages. Just turn off Windows attempts at this.
-