summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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