- 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.
-
- 28 Oct, 2016 2 commits
-
-
Andrew Burns authored
Fixes to python wrappers for python wrappers when TIFF isn't available Some changes to the XdmfCore.i file to prevent undefined errors on systems without TIFF headers. See merge request !23
-
Andrew J. Burns (Cont authored
-
- 24 Aug, 2016 2 commits
-
-
Andrew Burns authored
Static build handling for utils Removed fPIC code as it was replaced. Added tag to utils to add static linkages. Fix to XdmfWriter to handle intel compilers. Added RPath back in to fix Linux builds. @demarle Any issues with this fix? See merge request !21
-
Andrew Burns authored
-
- 23 Aug, 2016 2 commits
-
-
Andrew Burns authored
-
Andrew J. Burns (Cont authored
-
- 19 Aug, 2016 3 commits
-
-
Joseph G. Hennessey authored
changes for ParaView 5.1.2 compatibility and for windows/linux/macosx builds changes for ParaView 5.1.2 compatibility and for windows/linux/macosx builds See merge request !20
-
Joseph G. Hennessey authored
-
Joseph G. Hennessey authored
-
- 18 Aug, 2016 1 commit
-
-
Joseph G. Hennessey authored
-
- 03 Aug, 2016 2 commits
-
-
David E DeMarle authored
fix windows and make static with shared optional windows fix is mostly the change to XdmfCoreReader. On kitware's dashboards machines these template defs cause the compiler to redefine parts of stdlib. But also the static/shared lib had bad declspecs Besides that I added a new option XDMF_STATIC_AND_SHARED, that enables or disables the recent feature where compilation produces both static and shared libraries simultaneously. The default is ON in *Nix, and disabled on windows. If/when the windows declspec issues are resolved we can easily enable it there. See merge request !19
-
David DeMarle authored
windows fix is mostly the change to XdmfCoreReader. On kitware's dashboards machines these template defs cause the compiler to redefine parts of stdlib. But also the static/shared lib had bad declspecs Besides that I added a new option XDMF_STATIC_AND_SHARED, that enables or disables the recent feature where compilation produces both static and shared libraries simultaneously. The default is ON in *Nix, and disabled on windows. If/when the windows declspec issues are resolved we can easily enable it there.
-
- 13 Jul, 2016 2 commits
-
-
David E DeMarle authored
fix windows compilation This one snuck in during the recent big big merge. With the if WIN32 code in the headers, we get errors like C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe ....lots skipped.... \ /FoVTK\ThirdParty\xdmf3\vtkxdmf3\core\CMakeFiles\XdmfCoreObjects.dir\XdmfHeavyDataDescription.cpp.obj \ /FdVTK\ThirdParty\xdmf3\vtkxdmf3\core\CMakeFiles\XdmfCoreObjects.dir\ \ /FS -c C:\bbd\1c569048\source-paraview\VTK\ThirdParty\xdmf3\vtkxdmf3\core\XdmfHeavyDataDescription.cpp C:\bbd\1c569048\build\install\include\boost-1_56\boost/smart_ptr/shared_ptr.hpp(658) : error C2562: 'boost::shared_ptr<Loki::BaseVisitor>::operator []' : 'void' function returning a value C:\bbd\1c569048\build\install\include\boost-1_56\boost/smart_ptr/shared_ptr.hpp(653) : see declaration of 'boost::shared_ptr<Loki::BaseVisitor>::operator []' Really really need windows tests on the xdmf dashboard, and xdmf turned on in vtk buildbot. This was only detected all the way up in ParaView pain. See merge request !17
-
Dave DeMarle authored
This one snuck in during the recent big big merge. With the if WIN32 code in the headers, we get errors like C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe ....lots skipped.... \ /FoVTK\ThirdParty\xdmf3\vtkxdmf3\core\CMakeFiles\XdmfCoreObjects.dir\XdmfHeavyDataDescription.cpp.obj \ /FdVTK\ThirdParty\xdmf3\vtkxdmf3\core\CMakeFiles\XdmfCoreObjects.dir\ \ /FS -c C:\bbd\1c569048\source-paraview\VTK\ThirdParty\xdmf3\vtkxdmf3\core\XdmfHeavyDataDescription.cpp C:\bbd\1c569048\build\install\include\boost-1_56\boost/smart_ptr/shared_ptr.hpp(658) : error C2562: 'boost::shared_ptr<Loki::BaseVisitor>::operator []' : 'void' function returning a value C:\bbd\1c569048\build\install\include\boost-1_56\boost/smart_ptr/shared_ptr.hpp(653) : see declaration of 'boost::shared_ptr<Loki::BaseVisitor>::operator []' Really really need windows tests on the xdmf dashboard, and xdmf turned on in vtk buildbot. This was only detected all the way up in ParaView pain.
-
- 12 Jul, 2016 1 commit
-
-
Andrew Burns authored
Clean excess whitespace from content pulled from XML Another attempt to fix an issue involving improperly formed strings while reading. @demarle See merge request !16
-