Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								4f9c61eb20
							
							Fix CDash warnings/errors reporting for unix-like parallel build
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Caspar Goch
							
						 | 
						
							
							
								479f9ab479
							
							Debug and release libs are now stored separately
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Steve Pieper
							
						 | 
						
							
							
								457270b33f
							
							Use standard dcmtk snapshot for building.
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Steve Pieper
							
						 | 
						
							
							
								271c1b5c25
							
							Upgrade to latest "snapshot" of DCMTK
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Marco Nolden
							
						 | 
						
							
							
								157b2b1162
							
							Do not enable libiconv in DCMTK by default
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								70c0a8d3f3
							
							Use DCMTK 3.6.1 snapshot from 22/02/2012.
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								50e54b29d6
							
							Made external project locations configurable.
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								97ef63ce32
							
							Pass custom compiler to inner CTK and external project builds.
						 | 
						vor 13 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								3e558ff748
							
							Specify CMake variable type when passing CMAKE_OSX_* variables
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								c0fcd26a86
							
							DCMTK  - Restore correct GIT_REPOSITORY overwritten by mistake
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								a1b369d7a5
							
							Factor testing macro and fix some of the DICOM application tests. See #80, #81 and #84
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								ac13c32312
							
							Change CMake command to lower case. See #78
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								82e425605f
							
							Re-factor build system to support "non-superbuild" builds. See #76
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								060a69d289
							
							Use CMAKE_CACHE_ARGS instead of CMAKE_ARGS in external project. #13
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								1cff2a3879
							
							External project specific variable can be automatically added to CTKConfig
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								dc2587e96d
							
							DCMTK External project - Fix unused CMake variable warnings
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Julien Finet
							
						 | 
						
							
							
								a4de6fbde0
							
							Use git or http protocol to download dcmtk
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								9a12568b2e
							
							Upgraded to newer DCMTK commit to avoid mktemp warning introduced by using DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								ec0344d464
							
							Use fixed SHA1 values and no update step for external projects.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								f40cc24ac0
							
							Disable all DCMTK 3rdparty libraries to avoid linker errors caused when source code using DCMTK libraries do not know DCMTK's 3party library setup.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								0d244df26d
							
							Do not use zlib in DCMTK until DCMTK_LIBRARIES is fixed.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								e1c4f9e1be
							
							Fix DCMTK external project git SHA1. Closes #21
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								d9f910a21c
							
							Revert "Fix DCMTK linking issue by explicitly passing fPIC flag" Closes #22
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								4b95a9bef5
							
							Fix DCMTK linking issue by explicitly passing fPIC flag
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								8bcd607435
							
							External Project - Explicitly specify C/CXX flags, build type and install prefix
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								615b04ad0c
							
							Fixed compilation for windows where /MTd and /MT were used instead of /MDd and /MD (which is the setting for CTK) when compiling DCMTK. Now, DCMTK does not override CMake's compiler flags on WIN32 any more (disabled DCMTK's CMake option DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS which usually uses /MT and /MTd).
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								cb40633c00
							
							Merge remote-tracking branch 'origin/master'
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								f6c3e844ff
							
							Disabling the DCMTK force_rebuild step.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								1414293aec
							
							Changed source of DCMTK source code in superbuild to official OFFIS repository
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								c31b382bf9
							
							Pass CMAKE_OSX_{ARCHITECTURES, SYSROOT, DEPLOYMENT_TARGET} to external project
						 | 
						vor 14 Jahren |