summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow Fortran platform files to set empty valuesBrad King2010-12-091-21/+21
| | | | | | | Teach CMakeFortranInformation to use default flags only for variables that have not been set at all, rather then not set or empty. This will allow platform or compiler-specific information files to set empty values without getting the defaults.
* Detect object files in implicit link informationBrad King2010-12-093-3/+16
| | | | | | The NAG Fortran compiler implicitly passes object files by full path to the linker. Teach CMakeParseImplicitLinkInfo to parse object files that match some tool-specific regular expression.
* CMake 2.8.3v2.8.3David Cole2010-11-032-1/+3
|
* Merge branch 'release'David Cole2010-11-032-3/+411
|\
| * CMake 2.8.3-rc4David Cole2010-10-292-1/+24
| |
| * Merge branch 'release'David Cole2010-10-292-3/+388
| |\
| | * CMake 2.8.3-rc3David Cole2010-10-202-1/+28
| | |
| | * Merge branch 'release'David Cole2010-10-202-3/+361
| | |\
| | | * CMake 2.8.3-rc2Brad King2010-10-062-1/+81
| | | |
| | | * Merge branch 'release'Brad King2010-10-062-3/+281
| | | |\
| | | | * CMake 2.8.3-rc1Brad King2010-09-152-3/+281
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-11-031-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-11-021-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-11-011-2/+2
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-10-311-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-10-301-1/+1
|/ / / /
* | | | KWSys Nightly Date StampKWSys Robot2010-10-291-1/+1
| | | |
* | | | Merge topic 'fix_ctest_working_dir'David Cole2010-10-281-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 3f94c7c When processing DartMeasurements use the tests working directory.
| * | | | When processing DartMeasurements use the tests working directory.Bill Hoffman2010-10-191-0/+10
| | | | | | | | | | | | | | | | | | | | Restore CMake 2.6 behavoir where the dart processing apparently was run from within the tests directory instead of the root of the build tree. This addresses issue reported on the VTK Dashboard where the Testing/Temporary directory is defined as ../../../Testing/Temporary but the DartProcessing is run with respect to the root of the build tree. This causes the regression/difference images to not be located by ctest and thus not uploaded to the dashboard.
* | | | | Merge topic 'getprerequisites-endless-path-appending'David Cole2010-10-282-14/+59
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48e80eb Fixes to GetPrerequisites for cygwin bee4802 Append the gp_tool path to the system PATH using native slashes. 8e550ba Remove unecessary TO_CMAKE_PATH for gp_cmd_dir. 1684198 Switch to CMAKE_PATH when doing PATH comparisons on Windows. be94c49 Fixed appending PATH to dumpbin tool from growing without bounds.
| * | | | | Fixes to GetPrerequisites for cygwinDavid Partyka2010-10-272-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | Fix IF(WIN32) guards check for cygwin. Fix checking if the depenency is in a system location to use cygwin style paths on cygwin. Also change GetPrerequisites to switch gp_tool to tools that are very unlikely to be found, ie. dumpbin on Apple and otool on Windows/Unix.
| * | | | | Append the gp_tool path to the system PATH using native slashes.David Partyka2010-10-261-0/+1
| | | | | |
| * | | | | Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.David Partyka2010-10-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | It is already using CMAKE style paths.
| * | | | | Switch to CMAKE_PATH when doing PATH comparisons on Windows.David Partyka2010-10-261-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users PATH may contain elements that end with backslash. This will escape the semicolon when iterating resulting in mismatches. Fix indentation. Fix whitespace
| * | | | | Fixed appending PATH to dumpbin tool from growing without bounds.David Partyka2010-10-252-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | IF(... MATCHES ...) used for comparing directories chokes especially in the case of C:\Program Files (x86)\<blah> because of regex pattern matching. Switched this to use STREQUAL in a loop instead.
* | | | | | Merge topic 'avoid-busted-java-test-on-macs'David Cole2010-10-281-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | c8f3919 Avoid problem reading jni.h on Macs.
| * | | | | | Avoid problem reading jni.h on Macs.David Cole2010-10-251-2/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apple released an update recently in which there was a broken symlink for jni.h that pointed to a non-existent file. CMake had trouble configuring because it encountered an error trying to read jni.h. We avoid the problem here by introducing a variable CTEST_RUN_Java, which defaults to OFF on Macs, that indicates whether to even attempt finding java, reading jni.h and adding the "Java" CMake test. If you would like to test Java on a Mac where the jni.h symlink is not busted, feel free to pass in -DCTEST_RUN_Java:BOOL=ON when configuring CMake.
* | | | | | Merge topic 'CPackDeb-MoreControl'David Cole2010-10-282-5/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a749724 CPackDeb Added several optional debian binary package fields
| * | | | | | CPackDeb Added several optional debian binary package fieldsEric NOULARD2010-10-252-5/+77
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes bugs #0011355 and 0008342. The merged patch is a contribution from Michael Lasmanis and Petri Hodju with some extra documentation added by the merger.
* | | | | | Merge topic 'fix-11173'David Cole2010-10-281-2/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e1282f ExternalProject: No svn --username if empty (#11173)
| * | | | | | ExternalProject: No svn --username if empty (#11173)David Cole2010-10-221-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Nor --password. But please do if non-empty. Thank you.
* | | | | | | Merge topic 'external-project-extra-gen'David Cole2010-10-281-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beeca11 Fixed parallel build for generators with EXTRA.
| * | | | | | | Fixed parallel build for generators with EXTRA.Marcus D. Hanwell2010-10-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed parallel build for projects using generators that have the CMAKE_EXTRA_GENERATOR as well as CMAKE_GENERATOR. Thanks to Bill Hoffman for helping me to track this one down, I missed parallel builds.
* | | | | | | | Merge topic 'PythonLibs-2.7'David Cole2010-10-281-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1f369a7 ENH: Added case for Python 2.7.
| * | | | | | | | ENH: Added case for Python 2.7.Marcus D. Hanwell2010-10-191-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-281-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-271-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-261-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-251-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-241-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-231-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-221-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-10-211-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-10-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'xcode-hh-files'David Cole2010-10-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8f0a70e Xcode: Recognize .hh as C++ (#11307)
| * | | | | Xcode: Recognize .hh as C++ (#11307)Brad King2010-10-121-1/+1
| | | | | |
* | | | | | Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-1989-153/+183
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) f9fc79c Remove trailing whitespace
| * | | | | | Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-2886-86/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
| * | | | | | Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)Alex Neundorf2010-09-283-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comes with a simple test and docs. Alex
| * | | | | | Remove trailing whitespaceAlex Neundorf2010-09-282-67/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex