summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix try_compile RemoveFile anti-virus loop (#11503)Brad King2010-12-031-21/+11
| | | | | | | Commit 3827991e (...fix...not being able to remove try compile code, 2008-03-26) introduced a loop of RemoveFile attempts to overcome anti-virus locks on recently created try_compile executables. Fix the logic in this loop to work when the file is already missing.
* Merge topic 'qt4-deps-tiff-jpeg-mng'Brad King2010-12-021-3/+20
|\ | | | | | | | | bd66cc9 Fix build issues cross compiling with static Qt.
| * Fix build issues cross compiling with static Qt.Clinton Stimpson2010-11-231-3/+20
| | | | | | | | Also fix case where system jpeg, png, tiff libs are used.
* | Merge topic 'bundleutils-rpath-removal'Brad King2010-12-021-6/+6
|\ \ | | | | | | | | | | | | 28c1be7 BundleUtilities: only do rpath strip on copied prerequisites.
| * | BundleUtilities: only do rpath strip on copied prerequisites.Clinton Stimpson2010-11-231-6/+6
| | |
* | | Merge topic 'find-command-crash'Brad King2010-12-021-0/+5
|\ \ \ | | | | | | | | | | | | | | | | 183d261 Fix find_* argument parsing crash (#11513)
| * | | Fix find_* argument parsing crash (#11513)Brad King2010-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the command find_path(VAR DOC "") would crash because the argument pre-processing removed the DOC "" arguments but the rest of the parsing assumes at least 2 arguments. Reject the call with an error instead.
* | | | Merge topic 'ctest-remove-waiting-message'Brad King2010-12-021-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 13f2454 Remove debugging message from parallel ctest
| * | | | Remove debugging message from parallel ctestZach Mullen2010-12-011-6/+0
| | | | |
* | | | | Merge topic 'CPack-Bug11452-ComponentBreakage-v2'Brad King2010-12-021-16/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12a7125 CPack Fix KWStyle error d0eb89c CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)
| * | | | | CPack Fix KWStyle errorEric NOULARD2010-12-011-1/+3
| | | | | |
| * | | | | CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)Eric NOULARD2010-11-291-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One should set CPACK_ARCHIVE_COMPONENT_INSTALL=1 in order to trigger component install for ARCHIVE generators
* | | | | | Merge topic 'vs-target-dependencies'Brad King2010-12-022-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08a3188 Skip VS <= 7.1 dependency analysis for VS >= 8
| * | | | | | Skip VS <= 7.1 dependency analysis for VS >= 8Brad King2010-12-012-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 1a0c166 (Store direct dependencies in solutions for VS >= 8, 2010-08-20) disabled use of VS-specific global dependency analysis. Avoid perfoming the analysis at all when it is not needed. This also prevents creation of bogus and unused '_UTILITY' targets since they are not needed for dependencies.
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-12-021-1/+1
| | | | | | |
* | | | | | | KWSys: Associate installed library with an EXPORTBrad King2010-12-011-0/+5
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | A parent project may now set KWSYS_INSTALL_EXPORT_NAME to specify the EXPORT name for install(TARGETS) commands.
* | | | | | KWSys Nightly Date StampKWSys Robot2010-12-011-2/+2
| |_|/ / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-11-301-1/+1
| |/ / / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-291-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-281-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-271-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-261-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-251-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-11-241-1/+1
| |_|/ |/| |
* | | Merge topic 'dev/fix-cache-variable-parsing-ambiguity'David Cole2010-11-235-49/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8b143fa Condense parsing of cache entries 122ebf1 Support manual cache entries 90abc3a Use cmCacheManager to load entries from the cache 6fe8624 Fix parsing of cache variables without a type
| * | | Condense parsing of cache entriesBen Boeckel2010-11-224-13/+11
| | | | | | | | | | | | | | | | | | | | If a cache line is being parsed, it shouldn't matter whether it has a type or not; just parse it however possible.
| * | | Support manual cache entriesBen Boeckel2010-11-221-1/+2
| | | |
| * | | Use cmCacheManager to load entries from the cacheBen Boeckel2010-11-222-37/+3
| | | |
| * | | Fix parsing of cache variables without a typeBen Boeckel2010-11-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These mainly come from the command line or manual entries in the CMakeCache.txt file. We want to stop at the first '=' because this is what is most likely to have been meant. The variable can be quoted if the '=' is intended. Caveat: What if one wants both '"' and '=' in a variable name?
* | | | Merge topic 'FindITK-use-find_package'David Cole2010-11-231-61/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 38b0a84 Modernize FindITK module (#11494)
| * | | | Modernize FindITK module (#11494)Brad King2010-11-221-61/+17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Use the Config mode of find_package to search for ITKConfig. This makes FindITK a thin-wrapper around a standard find_package, bringing benefits like searching lib64 paths when appropriate. This does for FindITK what commit 2c1a01dc (Modernize FindVTK module, 2009-10-07) did for FindVTK.
* | | | Merge topic 'pgi-mac'David Cole2010-11-231-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | eda7841 Pass Mac linker flag through PGI compiler using "-Wl,"
| * | | | Pass Mac linker flag through PGI compiler using "-Wl,"Brad King2010-11-221-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The Mac linker defines -headerpad_max_install_names and the GCC front-end passes this flag through. The PGI compiler does not know about this flag, so we must use -Wl,-headerpad_max_install_names to pass it to the linker instead.
* | | | Merge topic 'imported-target-dependencies'David Cole2010-11-2310-109/+270
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e01cce2 Allow add_dependencies() on imported targets (#10395) bc7395c Merge branch 'vs-target-dependencies' into imported-target-dependencies fd614e6 Use modern global dependency graph for VS < 8 deps 605f4bc Record edge type in global dependency graph 82596fc Merge branch 'vs8-direct-depends' into vs-target-dependencies
| * | | | Allow add_dependencies() on imported targets (#10395)Brad King2010-11-196-29/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Imported targets do not themselves build, but we can follow dependencies through them to find real targets. This allows imported targets to depend on custom targets that provide the underlying files at build time.
| * | | | Merge branch 'vs-target-dependencies' into imported-target-dependenciesBrad King2010-11-196-80/+215
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use modern global dependency graph for VS < 8 depsBrad King2010-11-182-73/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 7.1 and below have 2 behaviors that make the cmComputeTargetDepends result difficult to use for solution-level dependencies. Update the method cmGlobalVisualStudioGenerator::ComputeTargetDepends to document the behaviors and work around them. Commit 1a0c166a (Store direct dependencies in solutions for VS >= 8, 2010-08-20) isolated VS >= 8 from this computation so those versions should be unaffected. This change removes the last use of cmTarget::GetLinkLibraries for purposes other than backward compatibility with legacy interfaces (export_library_dependencies, VS 6 custom .dsp templates). Now the cmComputeTargetDepends results are used for all generators so global target dependency computation is fully centralized.
| | * | | Record edge type in global dependency graphBrad King2010-11-184-7/+59
| | | | | | | | | | | | | | | | | | | | Each inter-target dependency may be a 'link' or 'util' dependency.
| | * | | Merge branch 'vs8-direct-depends' into vs-target-dependenciesBrad King2010-11-123-3/+18
| | |\ \ \
* | | \ \ \ Merge topic '11384'David Cole2010-11-231-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0263d8d 11384: FindCxxTest now includes test code in VS project
| * | | | | | 11384: FindCxxTest now includes test code in VS projectPhilip Lowman2010-11-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test code header files are now included in the test target so they will show up under "Header Files" in Visual Studio targets, for example.
* | | | | | | Merge topic '11430'David Cole2010-11-231-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a44a05c 11430: FindBullet doesn't find header files installed by Bullet >= 2.77
| * | | | | | | 11430: FindBullet doesn't find header files installed by Bullet >= 2.77Philip Lowman2010-11-191-2/+3
| |/ / / / / /
* | | | | | | Merge topic 'link-library-parse-regex'David Cole2010-11-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5fe3ac8 Prefer non-empty prefixes when matching lib names (#11468)
| * | | | | | | Prefer non-empty prefixes when matching lib names (#11468)Brad King2010-11-181-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In cmComputeLinkInformation we match library names with a regular expression, possibly extracting the 'lib' prefix. The regex component to match the prefix always allows an empty prefix to be matched, as in "(lib|)". Avoid every adding an empty prefix option earlier in the regex, as in "(|lib|)", because it will be preferred and 'lib' will never match.
* | | | | | | Merge topic 'IncludeCMakeDetermineCompilerIdInDetermineASMCompiler'David Cole2010-11-231-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e3dfbf6 Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)
| * | | | | | | Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)Alex Neundorf2010-11-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMakeDetermineASMCompiler.cmake relied on that somebody else (usually during enabling C or CXX) already included that file, and broke if that was not the case. Thanks to Louis for the patch Alex
* | | | | | | | Merge topic 'spelling'David Cole2010-11-231-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f1798c Modules: Fix spelling 'becase' -> 'because'.
| * | | | | | | | Modules: Fix spelling 'becase' -> 'because'.Andrius Štikonas2010-11-171-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'CPackRPM-ComponentSupport'David Cole2010-11-237-81/+214
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66e86b4 CPack fix kwstyle breakage and make CPackRPM backward compatible 2c84d16 CPackRPM add basic component support to CPackRPM