summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Refactor: Use anonymous namespace instead of `static`sAlex Turbov2019-07-101-61/+55
* Refactor: Remove one-time used macrosAlex Turbov2019-07-101-31/+30
* Refactor: Optimize some stream output operationsAlex Turbov2019-07-101-3/+1
* Help: Use consistent levels for cmake --loglevel and message()Craig Scott2019-07-081-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+1
* Merge topic 'std-pipes-always'Brad King2019-05-031-0/+1
|\
| * Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* | Merge topic 'jobs-positive-value'Brad King2019-05-031-3/+21
|\ \ | |/ |/|
| * cmake: --build -j <jobs> should not accept 0.Fred Baksik2019-05-011-3/+21
* | message(): Add support for log levelsAlex Turbov2019-04-281-0/+2
|/
* Merge topic 'cmake--install'Kyle Edwards2019-03-191-0/+125
|\
| * cmake: add '--install <dir>' optionJiang Yi2019-03-171-0/+125
* | cmake: add short version of '--target <tgt>...' optionBartosz Kosiorek2019-03-121-3/+5
* | cmake: Reformat '--parallel' and '--verbose' options in helpBartosz Kosiorek2019-03-121-5/+5
|/
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-16/+28
* cmakemain: Remove ignored --use-stderr option from command line helpBartosz Kosiorek2019-03-041-1/+0
* Merge branch 'master' into cmake_role-vs-fixKyle Edwards2019-02-261-17/+21
|\
| * cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-6/+7
| * cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-071-11/+14
* | CMAKE_ROLE: Fix value in --build for Visual Studio generatorsKyle Edwards2019-02-261-1/+1
|/
* MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-291-13/+10
* Use `std::function` for callbacksRegina Pfeifer2019-01-291-17/+29
* cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-1/+8
* Merge topic 'cmake_build_jobs_supports_no_space'Brad King2019-01-231-19/+36
|\
| * cmake: --build supports '-jN'Robert Maynard2019-01-221-19/+36
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-4/+2
|\ \ | |/ |/|
| * cmake: Return generator docs directlyArtur Ryt2019-01-181-4/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-6/+6
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-5/+17