- 10 Mar, 2014 1 commit
-
-
Artur Grunau authored
CAMPVis used a custom option, CAMPVIS_SHARED_LIBS, to determine whether shared or static libraries should be built. This option partially duplicated the functionality of one of CMake's standard flags, BUILD_SHARED_LIBS. The two could get out of sync, and because CMake only consults BUILD_SHARED_LIBS when deciding how to build a library target, it was possible to get inconsistent and broken build configurations. To prevent that, add BUILD_SHARED_LIBS as an option to CAMPVis' main CMakeLists and replace all references to CAMPVIS_SHARED_LIBS with BUILD_SHARED_LIBS. This makes BUILD_SHARED_LIBS the only flag that controls whether shared or static libraries are built. References #367
-
- 01 Mar, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Added C4251 to the ignore list for MSVC warnings, occuring due to missing template instantiations of the standard library used in public interfaces of tgt and campvis code. Even though articles such as <http://support.microsoft.com/kb/168958/en-us> provide a clean solution to fix these warnings, I decided that exporting bazillions of std library templates is not worth the effort. As we do not plan to ship TGT without the rest to a variety of systems, the missing exports won't be a problem. BTW: The original tgt library build scripts also deactivate the warning. :) closes #376
-
- 18 Feb, 2014 1 commit
-
-
Jenkins Build Bot Win8.1 authored
-
- 15 Feb, 2014 1 commit
-
-
Artur Grunau authored
To build CAMPVis using NMake one had to manually copy several external DLLs into the CMake output directory. There were 2 reasons for that: - our macros treated NMake as a compiler and didn't try to detect what compiler NMake will actually use; as a result, they couldn't find the right external DLLs for NMake-based builds - Visual Studio manages build types independently of CMake and always outputs into a build-type-specific sub-directory of the CMake output directory — that's where we place external DLLs; NMake, on the other hand, relies on CMake for build type selection and will output directly into the CMake output directory; due to this discrepancy, NMake-based builds couldn't find the external DLLs that were copied into the build directory As many popular IDEs (e.g. Qt Creator, Code::Blocks, Eclipse CDT) rely on NMake to build projects on Windows, it makes sense to have a working support for NMake in our build system. Update our compiler detection macros and adjust the CMake output directory to match that of Visual Studio when NMake is used to improve the support for NMake-based builds.
-
- 07 Feb, 2014 1 commit
-
-
Artur Grunau authored
This commit explicitly marks TGT to be built as a shared library and adds several missing TGT_API annotations to TGT classes that are required by other CAMPVIS modules.
-
- 02 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 13 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
Added smallHeart.mhd sample volume to repository, all demo pipelines in vis module refer to this file. Hence, all vis pipelines should work out of the box from now.
-
- 02 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Added a stripped version of NLOPT sources as external library, so that the registration module can be built right away. * Some minor improvements in CMake files
-
- 21 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 18 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
Issue #250: Make Qt dependency in tgt optional (not needed when building CAMPVis without application)
-
- 29 Oct, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 15 Oct, 2013 4 commits
-
-
Sebastian Pölsterl authored
This reverts commit 442d5051.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Added -fno-tree-vrp to CMake definition, since tree-vrp optimization breaks the code for some strange reason.
-
Christian Schulte zu Berge authored
-
- 12 May, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@491 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 06 Feb, 2013 2 commits
-
-
schultezub authored
* introducing randomwalk module providing Athanasios' RandomWalksLib git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@450 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@448 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 05 Feb, 2013 1 commit
-
-
schultezub authored
* Introducing SimpleJobProcessor for dispatching non-OpenGL-related jobs git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@445 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 24 Jan, 2013 1 commit
-
-
schultezub authored
* GenericImageRepresentationItk provides a nice wrapper around the ITK image * ItkImageFilter offers simple filtering using ITK git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@414 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 26 Nov, 2012 1 commit
-
-
schultezub authored
* fixed DLLs being copied to source folder instead of binary folder * added Qt4 DLLs to be copied (usefull when having multiple versions of Qt installed) git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@357 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 03 Nov, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@343 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 02 Nov, 2012 2 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@342 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
The modules package is now itsself modular. Every subdirectory in modules/ builds its own submodule that can be individually switched on and off. Therefore each submodule needs its own submodule.cmake file to specify the build targets etc. This is neat! git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@340 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@335 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 26 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@326 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 14 Aug, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@236 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 07 Aug, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@214 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 17 Jul, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@186 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 07 Jul, 2012 2 commits
-
-
schultezub authored
* un-templated ImageDataDisk git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@165 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@164 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 02 Jul, 2012 3 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@162 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@161 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@160 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-