- May 30, 2017
-
-
T.J. Corona authored
-
- Apr 07, 2017
-
-
T.J. Corona authored
-
- Mar 28, 2017
-
-
T.J. Corona authored
-
- Mar 27, 2017
-
-
David Thompson authored
Having this policy (Double colon in target name means ALIAS or IMPORTED target) set to `OLD` only makes sense when CMake 2.8.12 or older. We require a much newer CMake (3.6), so accept `NEW` as the default.
-
- Mar 23, 2017
-
-
T.J. Corona authored
-
Ben Boeckel authored
-
- Feb 15, 2017
-
-
John Tourtellott authored
Use SMTK_PYTHON_MODULEDIR, same as Shiboken case Also prefix shared objects with underscore, to indicate they are internal
-
- Jan 20, 2017
-
-
Code extracted from: https://gitlab.kitware.com/third-party/moab.git at commit 3c60766babe10d1cb7f2f3de09982e050b7ec506 (for/smtk).
-
- Jan 06, 2017
-
-
John Tourtellott authored
Requires boost date_time library
-
- Jan 05, 2017
-
-
T.J. Corona authored
-
- Dec 28, 2016
-
-
T.J. Corona authored
-
T.J. Corona authored
-
- Dec 23, 2016
-
-
Ben Boeckel authored
The HDF5 bug is fixed in 3.6. Rather than not working with 3.6 and up as before, let's drop 3.5.
-
- Dec 14, 2016
-
-
T.J. Corona authored
-
T.J. Corona authored
-
- Oct 19, 2016
-
-
T.J. Corona authored
-
Ben Boeckel authored
-
Ben Boeckel authored
On Windows, the `.dll` files were being placed all over the tree rather than in a consistent location.
-
- Oct 18, 2016
-
-
Ben Boeckel authored
On Windows, the `.dll` is required here, but `SHIBOKEN_LIBRARY` is the path to the `.lib` file instead. The `.dll` is always beside the binary, so use that instead.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Fixes #87.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Oct 12, 2016
-
-
T.J. Corona authored
This commit introduces a new session type for models that use smtk::mesh as their backing.
-
- Sep 27, 2016
-
-
Ben Boeckel authored
The semicolon is a separator in CMake too, so it needs to be escaped to get through to be a value of an environment variable rather than indicate a new environment variable.
-
- Sep 19, 2016
-
-
David Thompson authored
Add to the `PYTHONPATH` environment variable used during testing to handle the case when SMTK tests are run inside a build of CMB.
-
- Sep 14, 2016
-
-
Ben Boeckel authored
-
- Sep 09, 2016
-
-
Ben Boeckel authored
-
- Sep 07, 2016
-
-
T.J. Corona authored
This commit updates the fixes from Robert Maynard's simplify_building_with_gdal_support branch.
-
- Aug 31, 2016
-
-
T.J. Corona authored
-
- Aug 25, 2016
-
-
T.J. Corona authored
This commit is in reference to Issue #40. Originally, the header file SharedPtr.h was generated to accommodate pre-C++11 builds. Now that we enforce the use of C++11, the optional use of boost's shared pointers is unnecessary. This commit removes the mechanisms for choosing between stl's and boost's shared_ptr, and adds a static header file that uses the stl version.
-
- Aug 24, 2016
-
-
John Tourtellott authored
Also replace deprecated qt4_use_modules() with current Qt syntax
-
- Aug 19, 2016
-
-
T.J. Corona authored
-
- Jun 22, 2016
-
-
Robert Maynard authored
-
Robert Maynard authored
We are moving the minimum require CMake version for two reasons. The first is that SMTK requires a C++11 compiler, and we need to use CMake features from CMake 3.1+. Secondly is that ParaView now requires CMake 3.5 now.
-
- Jun 03, 2016
-
-
Ben Boeckel authored
The build will fail later if not, so let's detect the error first.
-
- Jun 02, 2016
-
-
Ben Boeckel authored
-