summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cmake-internal-info'Brad King2016-07-1517-40/+92
|\ | | | | | | | | | | | | | | 4db08807 CMake: Report whether generators support platforms 43a68a6d cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes af0e1cd4 Make CMake version dirty state available to code 6a077b5d Make CMake version suffix available to code
| * CMake: Report whether generators support platformsTobias Hunger2016-07-1414-0/+40
| |
| * cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-147-35/+35
| |
| * Make CMake version dirty state available to codeTobias Hunger2016-07-143-1/+8
| | | | | | | | | | Set `CMake_VERSION_IS_DIRTY` to 1 or 0 depending on whether the CMake source tree is considered dirty or not.
| * Make CMake version suffix available to codeTobias Hunger2016-07-142-4/+9
| | | | | | | | Make the string (e.g. "rc1" or "gSHA-dirty") available to the code.
* | CMake Nightly Date StampKitware Robot2016-07-151-1/+1
| |
* | Merge topic 'cmake-ifw-package-updates'Brad King2016-07-142-8/+13
|\ \ | | | | | | | | | | | | | | | | | | 2aadb02f QtIFW: Don't show component selection page if it don't need 53992808 QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS 8ae035a5 CMake: install COMPONENT cmcldeps
| * | QtIFW: Don't show component selection page if it don't needKonstantin Podsvirov2016-07-131-1/+2
| | |
| * | CMake: install COMPONENT cmcldepsKonstantin Podsvirov2016-07-131-7/+11
| | | | | | | | | | | | Added in Tools group with IFW installer
* | | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-07-141-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 36fc3a53 VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986)
| * | | VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986)Brad King2016-07-131-1/+2
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-07-141-1/+1
| |/ / |/| |
* | | Merge topic 'no-export-cmake-version'Brad King2016-07-132-2/+2
|\ \ \ | | | | | | | | | | | | | | | | c376c5bc Do not place CMake version in export files
| * | | Do not place CMake version in export filesChristoph GrĂ¼ninger2016-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Files generated by `install(EXPORT)` and `export_library_dependencies()` may be installed with packages and consumed by dependents. In order to avoid re-building dependents only because the version of CMake changed, drop the CMake version from the export file content.
* | | | Merge topic 'fix-cmake-E-env_vs8_wince'Brad King2016-07-131-26/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 047862d3 cmake: Fix -E env_vs8_wince implementation b7a94fbb cmake: Drop unused -E cmake_call_visual_studio_macro code
| * | | | cmake: Fix -E env_vs8_wince implementationBrad King2016-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code has accidentally not been compiled since commit v3.0.0-rc1~556^2 (cmake: Split -E command implementation into separate source file, 2013-10-03) because CMAKE_HAVE_VS_GENERATORS was local to `cmake.cxx`. Fixes #16195.
| * | | | cmake: Drop unused -E cmake_call_visual_studio_macro codeBrad King2016-07-111-24/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | This code has not been compiled since commit v3.0.0-rc1~556^2 (cmake: Split -E command implementation into separate source file, 2013-10-03). It appears the code was never used since it was added anyway.
* | | | Merge topic 'find-command-restore-PATH-on-unix'Brad King2016-07-131-4/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 54475018 Restore find_(library|file|path) search of PATH itself
| * | | | Restore find_(library|file|path) search of PATH itselfBrad King2016-07-111-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix in commit commit v3.6.0-rc1~82^2 (Drop find_(library|file|path) prefixes from PATH on non-Windows, 2016-05-09) aggressively dropped search of the entries in PATH itself in addition to the prefixes derived from it. This regresses find modules that (incorrectly) depended on the behavior, including some of our own modules such as FindImageMagick. Restore the search of entries in PATH itself. If we want to drop it later we will need to do so with a policy. Fixes #16192.
| * | | | CMake 3.6.0v3.6.0Brad King2016-07-071-1/+1
| | | | |
* | | | | Merge topic 'windows-export-all-from-exe'Brad King2016-07-138-49/+68
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9da725cb Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports 2005b960 Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helper
| * | | | | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-115-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For executables with ENABLE_EXPORTS set, export all symbols when instructed to do so by WINDOWS_EXPORT_ALL_SYMBOLS.
| * | | | | Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helperYury Zhuravlev2016-07-113-42/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor the implementation out of cmMakefileLibraryTargetGenerator into a helper method in cmMakefileTargetGenerator so it can be re-used elsewhere later.
* | | | | | Merge topic 'cmake-spelling'Brad King2016-07-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56608618 Fix typos.
| * | | | | | Fix typos.Felix Geyer2016-07-101-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-07-131-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-07-121-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'add-gitignore'Brad King2016-07-111-5/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | b4811f3e Tell Git to ignore .DS_Store files 4786ec51 Source: Remove long-unused .cvsignore file
| * | | | | Source: Remove long-unused .cvsignore fileBrad King2016-07-081-5/+0
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-07-111-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2016-07-101-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2016-07-091-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2016-07-081-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-07-071-1/+1
|/ / /
* | | Merge topic 'windows-export-all-symbols'Brad King2016-07-061-3/+1
|\ \ \ | | | | | | | | | | | | | | | | f8d4e3d7 bindexplib: Export symbols from objects even with explicit markup
| * | | bindexplib: Export symbols from objects even with explicit markupYury Zhuravlev2016-07-051-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop our `HaveExportedObjects` check before dumping exports for an object file. It is possible for only a subset of needed symbols to have explicit markup, and re-exporting the marked symbols does not hurt. This leaves no callers of `HaveExportedObjects`, but leave the method in place anyway because it may be useful in the future. Fixes #16161.
* | | | Merge topic 'reorganize-cmCTest'Brad King2016-07-062-164/+244
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61fcd08a Help: Fix documentation of ctest --build-and-test 7c67d401 Help: Consistently use quotes and fix punctuation in ctest(1) manual 0076fb10 cmCTest: Update doxygen to be consistent 30c5f94c cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen 7c87ab75 cmCTest: Facilitate code reading adding consistent comments in Run() 6d8b9aa6 cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()" 280d0a69 cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()" 898cb987 cmCTest: Fix typo
| * | | | cmCTest: Update doxygen to be consistentJean-Christophe Fillion-Robin2016-07-051-62/+91
| | | | |
| * | | | cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygenJean-Christophe Fillion-Robin2016-07-052-6/+11
| | | | |
| * | | | cmCTest: Facilitate code reading adding consistent comments in Run()Jean-Christophe Fillion-Robin2016-07-051-4/+7
| | | | |
| * | | | cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"Jean-Christophe Fillion-Robin2016-07-052-43/+73
| | | | |
| * | | | cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"Jean-Christophe Fillion-Robin2016-07-052-54/+67
| | | | |
| * | | | cmCTest: Fix typoJean-Christophe Fillion-Robin2016-07-051-1/+1
| | | | |
* | | | | Merge topic 'cpack-ifw-fix-repo-attributes'Brad King2016-07-061-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | 7a30fa1a CPackIFW: Fix attributes for Promoting Updates repository replacement
| * | | | CPackIFW: Fix attributes for Promoting Updates repository replacementKonstantin Podsvirov2016-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW: Add support for Promoting Updates, 2016-05-17).
| * | | | CMake 3.6.0-rc4v3.6.0-rc4Brad King2016-06-291-1/+1
| | | | |
| * | | | Merge branch 'revert-try_compile-config-flags' into releaseBrad King2016-06-281-8/+0
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2016-07-061-1/+1
| | | | | |
* | | | | | Merge topic 'cmake-gui-static-xcb'Brad King2016-07-051-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5de1d406 Source/QtDialog: Run clang-format
| * | | | | | Source/QtDialog: Run clang-formatBrad King2016-07-051-1/+1
| | | | | | |