summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+9
* cmake: Add trivial usage of libuvBrad King2016-08-311-0/+7
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-4/+5
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-12/+13
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-209/+139
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Drop Visual Studio 6 generatorBrad King2016-03-091-7/+0
* cmake: Teach --build to reject multiple --target optionsSebastian Schuberth2016-02-051-1/+13
* cmake: add --trace-expand optionBen Boeckel2015-07-231-0/+1
* cmake: Fix --build <relative-dir> for VS generators (#15609)Brad King2015-06-111-1/+1
* cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-6/+1
* cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-191-1/+1
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+6
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-8/+5
* Port to cmState.Stephen Kelly2015-04-131-5/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-10/+16
* Revert topic 'refactor-cache-api'Brad King2015-04-071-16/+10
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-10/+16
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
|\
| * Do not call setlocale() globally in CMake applications (#15377)Brad King2015-02-061-2/+0
* | Merge topic 'consistent-empty-method'Brad King2015-01-191-1/+1
|\ \
| * | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
| |/
* | cmakemain: Initialize vector content with iterators directly.Stephen Kelly2015-01-181-5/+1
* | cmakemain: Use member insert in command line handling code.Stephen Kelly2015-01-181-4/+2
|/
* Merge topic 'cmake-no-args-output'Brad King2014-06-161-0/+16
|\
| * cmake,ccmake: Produce shorter output on no arguments (#14973)Adam Strzelecki2014-06-131-0/+16
* | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.Clinton Stimpson2014-06-111-1/+1
|/
* Encoding: Add setlocale() to applications.Clinton Stimpson2014-06-031-0/+2
* cmSystemTools: Rename ErrorCallback to MessageCallbackBrad King2014-05-151-3/+3
* Use Encoding::CommandLineArguments for main() functions.Clinton Stimpson2014-01-041-6/+12
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-3/+2
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+1
* Merge topic 'cmake--build-pipes'Brad King2013-10-221-7/+3
|\
| * cmake: Always pass through stdout/stderr in --build modeBrad King2013-10-181-7/+3
* | cmake: Drop support for "-i" wizard modeBrad King2013-10-181-9/+5
|/
* cmake: Simplify -E command line processingBrad King2013-10-171-25/+31
* Make --help-* options available from all command-line toolsBrad King2013-10-161-21/+0
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-170/+41
* Drop "full" documentation output typesBrad King2013-10-151-77/+2
* cmake: Add --help-policy-list optionBrad King2013-10-151-0/+6
* cmake: Split -E command implementation into separate source fileBrad King2013-10-031-1/+2
* Merge topic 'passthru'Brad King2013-07-311-2/+5
|\