summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmMessenger: Revert to non-color messages on WindowsBrad King2021-07-201-0/+11
* Help: Clarify 'cmake --build' signature alternativesBrad King2021-07-131-1/+4
* Merge topic 'message-color'Brad King2021-05-211-11/+16
|\
| * cmMessenger: Color messages to terminal by typeMarius Messerschmidt2021-05-201-4/+7
| * cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-10/+12
* | cmCommandLineArgument: Understands which commands require partial matchingRobert Maynard2021-05-191-2/+4
|/
* cmake: `--build` and `--install` error out when encountering bad flagsRobert Maynard2021-05-131-2/+24
* cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+2
* cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-231-1/+1
* cmake-presets: Add build and test presetsSam Freed2021-02-011-8/+41
* cmake: --install now uses cmCommandLineArgumentRobert Maynard2021-01-061-54/+51
* cmake: --build now uses cmCommandLineArgumentRobert Maynard2021-01-061-83/+95
* cmake: Use shared parsing code for all cmake argv parsingRobert Maynard2021-01-061-43/+98
* ccmake: Don't list --preset in --helpKyle Edwards2020-10-271-0/+2
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-2/+1
* Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-151-12/+11
|\
| * cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-141-5/+8
| * cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-141-9/+5
* | CMake: Add presets functionalityKyle Edwards2020-10-051-1/+6
* | cmake: Update --help output to discourage use of --find-package modeBrad King2020-08-041-1/+1
* | Merge topic 'supported-profiling-formats'Brad King2020-07-131-1/+3
|\ \ | |/
| * cmake: Show supported formats in --help output for --profiling-formatCraig Scott2020-07-111-1/+3
* | Merge topic 'uv-check-return'Brad King2020-07-021-1/+3
|\ \ | |/
| * cmake: Tolerate nullptr from uv_default_loopBrad King2020-07-011-1/+3
* | cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-291-1/+0
* | cmake-install: implement default directory permissionsAsit Dhal2020-06-251-0/+139
|/
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+4
* Fix build warnings for unused functionsWouter Klouwen2020-05-011-0/+2
* cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-4/+4
* cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-1/+1
* cmake: add command line options to output script profiling dataWouter Klouwen2020-03-071-0/+6
* Refactor: Allow generators to decide default configuration for buildKyle Edwards2020-02-041-1/+1
* Merge topic 'traceJSON'Kyle Edwards2019-12-271-0/+1
|\
| * trace: Add JSON output formatDaniel Mensinger2019-12-231-0/+1
* | Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-201-0/+1
|\ \ | |/ |/|
| * find_*: Add debug logging infrastructureRobert Maynard2019-12-191-0/+1
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-10/+11
|/
* Windows: Restore suppression of error report popups in CI buildsBrad King2019-11-151-1/+0
* message: Support logging a context with each messageAlex Turbov2019-10-121-0/+1
* CLI: Rename --loglevel to --log-level for naming consistencyCraig Scott2019-10-101-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+2
* Merge topic 'trace-redirect'Brad King2019-08-201-0/+2
|\
| * Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-101-0/+2
* | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-161-2/+2
|\ \
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+2
| |/
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-9/+9
|/