- 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.
-
David Thompson authored
Make the debug information a warning. ... so that CDash reports it. See merge request !29
-
David Thompson authored
... so that CDash reports it.
-
David Thompson authored
Print a message to debug reach.kitware.com's build. See merge request !28
-
David Thompson authored
-
David Thompson authored
Fix errors Fix build errors and test crashes (but not test failures). See merge request !27
-
David Thompson authored
-
David Thompson authored
This does not fix test results, but does save significant time on Mac OS X where crashes generate report files, which is a slow process.
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
1. Do not assign variables to themselves. These values were already assigned at the top of the method. 2. Fix bad logic in conditional: a. Move inequality operator inside parentheses. b. Use a logical rather than a bitwise OR.
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
smDoubleBuffer was an unused class. But its header and implementation files defined a class that is in use: smPipe. So, remove smDoubleBuffer and rename the files.
-
Ricardo Ortiz authored
-
David Thompson authored
Nothing was using it and it generates warnings.
-
David Thompson authored
Twiddle the docs. See merge request !24
-
David Thompson authored
-