Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ep-fix-substitutions' | Brad King | 2011-01-11 | 2 | -11/+24 |
|\ | |||||
| * | ExternalProject: Replace location tags in CMAKE_CACHE_ARGS | David Cole | 2011-01-07 | 2 | -11/+24 |
| * | Merge branch 'ep-log-output-under-vs' into ep-fix-substitutions | David Cole | 2011-01-07 | 1 | -1/+2 |
| |\ | |||||
* | \ | Merge topic 'ep-log-output-under-vs' | Brad King | 2011-01-11 | 1 | -1/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | ExternalProject: Avoid bleed-through output when logging. | David Cole | 2011-01-06 | 1 | -1/+2 |
* | | | Merge topic 'policy-CMP0017' | Brad King | 2011-01-11 | 92 | -108/+204 |
|\ \ \ | |||||
| * | | | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 86 | -86/+86 |
| * | | | Improve documentation and messages for the new CMP0017 | Alex Neundorf | 2011-01-04 | 3 | -11/+11 |
| * | | | Prefer files from CMAKE_ROOT when including from CMAKE_ROOT | Alex Neundorf | 2011-01-04 | 6 | -22/+118 |
| * | | | Merge branch 'user-policy-defaults' into policy-CMP0017 | Brad King | 2011-01-04 | 5 | -17/+93 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'include-command-whitespace' into policy-CMP0017 | Brad King | 2011-01-04 | 2 | -14/+14 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'user-policy-defaults' | Brad King | 2011-01-11 | 5 | -17/+93 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Allow users to specify defaults for unset policies | Brad King | 2011-01-04 | 5 | -3/+80 |
| * | | | | | Fix indentation in cmPolicies::ApplyPolicyVersion() | Alex Neundorf | 2011-01-04 | 1 | -14/+13 |
| |/ / / / | |||||
* | | | | | Merge topic 'include-command-whitespace' | Brad King | 2011-01-11 | 2 | -14/+14 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Remove trailing whitespace | Alex Neundorf | 2011-01-04 | 2 | -14/+14 |
| |/ / / | |||||
* | | | | Merge topic 'fix_source_groups_for_custom_targets_vs10' | Brad King | 2011-01-11 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Add support for source files in custom targets for VS 10 (Bug#11330). | Bill Hoffman | 2011-01-06 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'fix-install-reqd-sys-libs' | Brad King | 2011-01-11 | 1 | -56/+82 |
|\ \ \ \ | |||||
| * | | | | InstallRequiredSystemLibraries debug-only (#11141) | Mike McQuaid | 2011-01-06 | 1 | -51/+72 |
| * | | | | Add variable for InstallRequiredSystemLibraries dir (#11140) | Mike McQuaid | 2011-01-06 | 1 | -6/+11 |
| * | | | | Fix incorrect variable documentation (#11127) | Mike McQuaid | 2011-01-06 | 1 | -4/+4 |
| |/ / / | |||||
* | | | | Merge topic 'fix-11461-add-midl-vs10' | Brad King | 2011-01-11 | 7 | -4/+174 |
|\ \ \ \ | |||||
| * | | | | VSMidl Test: Use correct include_directories with VS6 (#11461) | David Cole | 2011-01-06 | 1 | -1/+8 |
| * | | | | Prohibit space in HOME value for VSMidl test. | David Cole | 2011-01-05 | 1 | -5/+8 |
| * | | | | VS10: Finish Midl support (#11461) | David Cole | 2011-01-05 | 7 | -4/+164 |
* | | | | | Merge topic 'vs-Fortran-only-DLL' | Brad King | 2011-01-11 | 1 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | VS: Fix linking of Fortran-only DLL projects (#10803) | Brian Bassett | 2011-01-06 | 1 | -1/+6 |
* | | | | | | Merge topic 'improve-build-error-detection' | Brad King | 2011-01-11 | 1 | -2/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve build error detection. | David Cole | 2011-01-05 | 1 | -2/+3 |
* | | | | | | | Merge topic 'linux-standard-base' | Brad King | 2011-01-11 | 2 | -1/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ccmake: Use LSB 4.0 getmaxyx conditionally | Brad King | 2011-01-05 | 2 | -2/+16 |
| * | | | | | | | ccmake: Use LSB 4.0 curses API conditionally | Brad King | 2011-01-04 | 1 | -5/+8 |
| * | | | | | | | ccmake: Port for LSB 4.0 (#11648) | Craig Scott | 2011-01-03 | 2 | -6/+14 |
* | | | | | | | | Merge topic 'fix-test-output-truncation' | Brad King | 2011-01-11 | 1 | -47/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CTest: Do not truncate UTF-8 test output too early (#10656) | Brad King | 2011-01-04 | 1 | -47/+28 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'qt4-find-plugins' | Brad King | 2011-01-11 | 1 | -9/+83 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add support for using static/dynamic Qt plugins. | Clinton Stimpson | 2011-01-01 | 1 | -9/+83 |
* | | | | | | | | | Merge topic 'fix-9148-cpack-nsis-installer-root' | Brad King | 2011-01-11 | 3 | -3/+16 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148) | David Cole | 2011-01-11 | 3 | -3/+16 |
* | | | | | | | | | | Merge topic 'fix-10644-cpack-menu-links' | Brad King | 2011-01-11 | 2 | -12/+29 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644) | David Cole | 2011-01-07 | 2 | -12/+29 |
* | | | | | | | | | | Merge topic 'cpack-nsis-changes' | Brad King | 2011-01-11 | 3 | -9/+41 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144) | Mike McQuaid | 2011-01-06 | 3 | -0/+15 |
| * | | | | | | | | | | Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828) | Mike McQuaid | 2011-01-06 | 2 | -2/+12 |
| * | | | | | | | | | | Allow NSIS package or uninstall icon (#11143) | Mike McQuaid | 2011-01-06 | 1 | -7/+14 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-11 | 1 | -1/+1 |
* | | | | | | | | | | KWSys: Fix WOW64 registry mode on Windows 2000 (#10759) | David Cole | 2011-01-10 | 1 | -2/+2 |
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-10 | 1 | -1/+1 |
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-09 | 1 | -1/+1 |