- 21 Jun, 2017 1 commit
-
-
David E. DeMarle authored
Revert the removal of boost changes See merge request !37
-
- 20 Jun, 2017 1 commit
-
-
David E. DeMarle authored
it breaks windows and some of Xdmf's own tests Revert "removed a PARENT_SCOPE that was unessesary, added some missing includes, fixed cxx11 typecasting" This reverts commit 583c14de. Revert "changes to fix windows build" This reverts commit 397e235f. Revert "Updates to reduce library files needed for linking" This reverts commit ff194c1f. Revert "adjusting code away from regex to handle Apple systems" This reverts commit 05124fbf. Revert "Fixed typo" This reverts commit bba7984f. Revert "std::string compatibility" This reverts commit 24ea357e. Revert "fixes to handle boost not being available" This reverts commit b21b735a. Revert "removed print statement" This reverts commit 44d1df0e. Revert "Fixed typo in PushBack change" This reverts commit 61df7337. Revert "fixes for Windows Compilation" This reverts commit 92313779. Revert "Changes to remove boost dependency and add Cxx11 as an alternate" This reverts commit f5300338.
-
- 14 Jun, 2017 2 commits
-
-
Joseph G. Hennessey authored
make it easy to choose boost instead of the new cxx11 sptrs See merge request !35
-
David E. DeMarle authored
On some platforms, like windows, you don't have to do anything special to get c++11. This change makes it easy to use the older boost based implementation on them.
-
- 13 Jun, 2017 8 commits
-
-
Joseph G. Hennessey authored
Windows and install fixes See merge request !34
-
David E. DeMarle authored
Don't explicitly link to Python on OS X See merge request !24
-
David E. DeMarle authored
Fix for invalid XPointer in XDMF output if `XdmfDomain::accept()` is called more than once... See merge request !26
-
David E. DeMarle authored
Added comment to explain how XdmfTopologyType is read See merge request !22
-
David E. DeMarle authored
While a development install needs to put them in place so that users can compile new code against xdmf, a runtime install has no need for them.
-
David E. DeMarle authored
With these the built libraries get put into strange places and ParaView won't start because it can't find them without PATH assistance. Let's let cmake do its thing instead.
-
David E. DeMarle authored
XdmfLibraries and XdmfDSMLinkLibraries are undefined and this we get undefined symbol errors.
-
David E. DeMarle authored
I have yet to find the case where this was necessary for Andrew. With the __int64 block removed, it compiles on vs2013 and vs2016 64 bit, with it comp fails because of redefinition. A simple test case below shows that the behavior is the same on 32 bit. If we find out where the test case compiles, we can add it back in with appropriate guards to make it compile widely. template <typename T> void setArrayType() { std::cout << "other" << std::endl; } template <> void setArrayType<long long>() { std::cout << "long long" << std::endl; } template <> void setArrayType<__int64>() { std::cout << "__int64" << std::endl; } int main(int argc, char *argv[]) { return 0; }
-
- 12 Jun, 2017 2 commits
-
-
Joseph G. Hennessey authored
correct no boost reading of XML data See merge request !33
-
David E. DeMarle authored
Just fixed some typos in the CXX side or the ifdef to match the boost side. With these (and a slight increase in temporal tolerance) the VTK xdmf tests pass. And finally no BOOST! Kudos to Andrew for doing the hard work.
-
- 15 Mar, 2017 6 commits
-
-
Andrew Burns authored
removed a PARENT_SCOPE that was unessesary, added some missing includes, fixed cxx11 typecasting See merge request !32
-
Andrew J. Burns (Cont authored
-
Andrew Burns authored
cleaning up optional includes See merge request !31
-
Andrew J. Burns (Cont authored
-
Andrew Burns authored
-
Andrew Burns authored
proper SOVERSION and VERSION setting on libraries See merge request !28
-
- 06 Mar, 2017 2 commits
-
-
Andrew Burns authored
Cxx11 updates See merge request !30
-
Andrew J. Burns (Cont authored
-
- 01 Mar, 2017 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 24 Feb, 2017 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 22 Feb, 2017 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 10 Feb, 2017 1 commit
-
-
Andrew Burns authored
better installation directories See merge request !29
-
- 08 Feb, 2017 4 commits
-
-
Nico Schlömer authored
-
Nico Schlömer authored
Uses CMake's GNUInstallDirs.
-
Nico Schlömer authored
-
Nico Schlömer authored
-
- 06 Feb, 2017 1 commit
-
-
Nico Schlömer authored
-
- 03 Feb, 2017 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 25 Jan, 2017 3 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 18 Jan, 2017 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 10 Jan, 2017 1 commit
-
-
David E DeMarle authored
BUG: Fix BUILD_SHARED_LIBS overwritting identical name flags. The BUILD_SHARED_LIBS option for Xdmf was overwritting any flags having the same name being used by other toolkits using Xdmf. Since BUILD_SHARED_LIBS is a built-in CMake variable, this patch set prevents xdmf overwritting the BUILD_SHARED_LIBS flag value by simply removing the option. See merge request !25
-
- 19 Dec, 2016 1 commit
-
-
Jon Haitz Legarreta authored
The BUILD_SHARED_LIBS option for Xdmf was overwritting any flags having the same name being used by other toolkits using Xdmf. Since BUILD_SHARED_LIBS is a built-in CMake variable, this patch set prevents xdmf overwritting the BUILD_SHARED_LIBS flag value by simply removing the option.
-
- 12 Nov, 2016 1 commit
-
-