summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-emulator-arguments'Brad King2019-07-242-1/+4
|\
| * Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-232-1/+4
* | CMake Nightly Date StampKitware Robot2019-07-241-1/+1
* | Merge branch 'release-3.15'Brad King2019-07-230-0/+0
|\ \
| * \ Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15Brad King2019-07-221-6/+14
| |\ \
* | \ \ Merge topic 'InstallRequiredSystemLibraries-redist'Brad King2019-07-231-6/+14
|\ \ \ \ | | |/ / | |/| |
| * | | IRSL: Fix discovery of VS 2019 v141 toolset redistributablesJames Butler2019-07-221-4/+12
| * | | IRSL: Fix typo in v143 toolset version checkJames Butler2019-07-221-2/+2
| | |/ | |/|
* | | Merge topic 'parsers-bison-3.3'Brad King2019-07-238-1225/+1273
|\ \ \
| * | | LexerParser: Regenerate parsers with bison 3.3Brad King2019-07-228-1225/+1273
* | | | Merge topic 'cmHasLiteralPrefix_cm_string_view'Brad King2019-07-231-9/+28
|\ \ \ \
| * | | | cmAlgorithms: Make cmHasPrefix and cmHasSuffix cm::string_view basedSebastian Holtermann2019-07-221-9/+28
* | | | | Merge topic 'make-imported-targets-more-equal'Brad King2019-07-234-4/+17
|\ \ \ \ \
| * | | | | target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targetsAvraham Shukron2019-07-224-2/+15
| * | | | | cmTargetPropCommandBase: Order target type condition by order in enumAvraham Shukron2019-07-221-4/+4
* | | | | | Merge topic 'command-refactoring3'Brad King2019-07-2329-383/+244
|\ \ \ \ \ \
| * | | | | | cmState: Support BuiltinCommands as free functionsRegina Pfeifer2019-07-227-62/+34
| * | | | | | cmCommand: De-virtualize function InvokeInitialPassRegina Pfeifer2019-07-216-86/+24
| * | | | | | cmState: Add scripted commands by valueRegina Pfeifer2019-07-215-89/+50
| * | | | | | cmUnexpectedCommand: Replace with lambda expressionRegina Pfeifer2019-07-216-70/+22
| * | | | | | cmState: Hold commands by valueRegina Pfeifer2019-07-216-39/+69
| * | | | | | cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-2114-45/+53
* | | | | | | Merge topic 'ssl-warning'Brad King2019-07-232-5/+7
|\ \ \ \ \ \ \
| * | | | | | | OpenSSL: Issue an error if OpenSSL is not foundKyle Edwards2019-07-182-5/+7
* | | | | | | | CMake Nightly Date StampKitware Robot2019-07-231-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'bootstrap-c++14'Brad King2019-07-221-1/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | bootstrap: Verify C++14 capabilities before using themBrad King2019-07-181-1/+20
| |/ / / / /
* | | | | | Merge topic 'refactor-processhandler'Brad King2019-07-222-137/+181
|\ \ \ \ \ \
| * | | | | | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-192-137/+181
* | | | | | | Merge topic 'tutorial_reference_cmake_install_command'Brad King2019-07-221-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Tutorial: Updated to reference using cmake --installRobert Maynard2019-07-191-6/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-string-multibyte'Brad King2019-07-221-81/+94
|\ \ \ \ \ \ \
| * | | | | | | Help: Add note to each string() subcommand that assumes ASCII inputCraig Scott2019-07-191-1/+10
| * | | | | | | Help: Fix language and formatting inconsistencies for string() commandCraig Scott2019-07-191-81/+85
* | | | | | | | Merge topic 'static-library-flags'Brad King2019-07-221-5/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Swift: fix static library handlingSaleem Abdulrasool2019-07-191-5/+7
* | | | | | | | | Merge topic 'refactor-usage-requirements'Brad King2019-07-223-294/+245
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmGeneratorTarget: Refactor usage requirement genex evaluationBrad King2019-07-191-270/+209
| * | | | | | | | | cmGeneratorTarget: Move static functions to anonymous namespaceBrad King2019-07-191-26/+43
| * | | | | | | | | cmGeneratorTarget: Order usage requirement processing logic consistentlyBrad King2019-07-191-10/+11
| * | | | | | | | | cmGeneratorTarget: Remove unnecessary copy to local variableBrad King2019-07-191-4/+3
| * | | | | | | | | cmGeneratorTarget: Remove unused member of internal classBrad King2019-07-191-3/+0
| * | | | | | | | | cmGeneratorExpressionDAGChecker: Avoid const_castBrad King2019-07-192-4/+2
* | | | | | | | | | Merge topic 'cpack-install-scripts'Craig Scott2019-07-2210-24/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-2110-24/+62
* | | | | | | | | | | Merge topic 'feature/message-indent'Craig Scott2019-07-2211-14/+144
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | message(): Control indentation via CMAKE_MESSAGE_INDENTAlex Turbov2019-07-2111-14/+144
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-221-1/+1
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-211-1/+1
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-201-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |