Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change cpack run and verify script to work with multi-config generators. | Bill Hoffman | 2010-12-14 | 1 | -3/+10 |
| | | | | | Use the location of the running cmake to find cpack, and use the CMAKE_CONFIG_TYPE environtment variable as a type for cpack. | ||||
* | Precise the project config type when invoking cpack | Eric NOULARD | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Arrange output in a better way | Eric NOULARD | 2010-12-14 | 1 | -9/+5 |
| | |||||
* | CPackTest spit out more output in case of failure | Eric NOULARD | 2010-12-14 | 1 | -3/+16 |
| | |||||
* | CPack Default component test for ZIP should be OK | Eric NOULARD | 2010-12-14 | 3 | -6/+19 |
| | |||||
* | CPack new tests for component install | Eric NOULARD | 2010-12-14 | 7 | -0/+214 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | KWSys: Remove realpath from SystemTools::GetPath (#10335) | Brad King | 2010-12-08 | 1 | -3/+1 |
| | | | | | | | | | | Commit "merge in changes for beos support" (2006-12-04) added a realpath call for every directory parsed out of a PATH-style environment variable. No reason was given in the commit message or comments. The call incorrectly resolves symlinks in referenced paths. Remove it. If BeOS support really needs it then it can be restored for that platform with a full explanation. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-08 | 1 | -1/+1 |
| | |||||
* | Merge topic 'fix-typo-in-error-message' | David Cole | 2010-12-07 | 1 | -1/+1 |
|\ | | | | | | | | | a2a997d Correct misspelling in error message text. | ||||
| * | Correct misspelling in error message text. | David Cole | 2010-12-06 | 1 | -1/+1 |
| | | |||||
* | | Merge topic 'fortran-avoid-timestamp-touch' | David Cole | 2010-12-07 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | 5622a16 Make Fortran $obj.provides.build targets not .PHONY | ||||
| * | | Make Fortran $obj.provides.build targets not .PHONY | Brad King | 2010-12-06 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | Commit 60cd72d0 (Cleaned up generation of symbolic rules, 2006-02-15) incorrectly made these Makefile targets .PHONY even though the build rule touches an actual file. Correct it so that the copy_f90_mod and touch steps do not happen on every "make". | ||||
* | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-07 | 1 | -1/+1 |
|/ | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Merge topic 'qt4-deps-tiff-jpeg-mng' | Brad King | 2010-12-02 | 1 | -3/+20 |
|\ | | | | | | | | | bd66cc9 Fix build issues cross compiling with static Qt. | ||||
| * | Fix build issues cross compiling with static Qt. | Clinton Stimpson | 2010-11-23 | 1 | -3/+20 |
| | | | | | | | | Also fix case where system jpeg, png, tiff libs are used. | ||||
* | | Merge topic 'bundleutils-rpath-removal' | Brad King | 2010-12-02 | 1 | -6/+6 |
|\ \ | | | | | | | | | | | | | 28c1be7 BundleUtilities: only do rpath strip on copied prerequisites. | ||||
| * | | BundleUtilities: only do rpath strip on copied prerequisites. | Clinton Stimpson | 2010-11-23 | 1 | -6/+6 |
| | | | |||||
* | | | Merge topic 'find-command-crash' | Brad King | 2010-12-02 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | 183d261 Fix find_* argument parsing crash (#11513) | ||||
| * | | | Fix find_* argument parsing crash (#11513) | Brad King | 2010-11-30 | 1 | -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 King | 2010-12-02 | 1 | -6/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 13f2454 Remove debugging message from parallel ctest | ||||
| * | | | | Remove debugging message from parallel ctest | Zach Mullen | 2010-12-01 | 1 | -6/+0 |
| | | | | | |||||
* | | | | | Merge topic 'CPack-Bug11452-ComponentBreakage-v2' | Brad King | 2010-12-02 | 1 | -16/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12a7125 CPack Fix KWStyle error d0eb89c CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452) | ||||
| * | | | | | CPack Fix KWStyle error | Eric NOULARD | 2010-12-01 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452) | Eric NOULARD | 2010-11-29 | 1 | -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 King | 2010-12-02 | 2 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08a3188 Skip VS <= 7.1 dependency analysis for VS >= 8 | ||||
| * | | | | | | Skip VS <= 7.1 dependency analysis for VS >= 8 | Brad King | 2010-12-01 | 2 | -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 Stamp | KWSys Robot | 2010-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | KWSys: Associate installed library with an EXPORT | Brad King | 2010-12-01 | 1 | -0/+5 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | A parent project may now set KWSYS_INSTALL_EXPORT_NAME to specify the EXPORT name for install(TARGETS) commands. | ||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-01 | 1 | -2/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-30 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-11-24 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'dev/fix-cache-variable-parsing-ambiguity' | David Cole | 2010-11-23 | 5 | -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 entries | Ben Boeckel | 2010-11-22 | 4 | -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 entries | Ben Boeckel | 2010-11-22 | 1 | -1/+2 |
| | | | | |||||
| * | | | Use cmCacheManager to load entries from the cache | Ben Boeckel | 2010-11-22 | 2 | -37/+3 |
| | | | | |||||
| * | | | Fix parsing of cache variables without a type | Ben Boeckel | 2010-11-22 | 1 | -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? |