summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-0/+5
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-1/+1
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-9/+13
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-10/+8
| * cmake: Extract DisplayMessage API.Stephen Kelly2016-06-121-0/+6
* | cmake: Issue message independent of cmMakefile definitionStephen Kelly2016-06-121-43/+17
|/
* Merge topic 'refactor-cmLocalGenerator-flags'Brad King2016-06-091-2/+5
|\
| * cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-2/+5
* | cmake: remove unnused member VerboseDaniel Pfeifer2016-06-081-7/+2
* | cmake: Fix constness of methodsStephen Kelly2016-06-081-7/+8
* | cmake: Make internal method file staticStephen Kelly2016-06-081-2/+2
|/
* Remove unnecessary local copies.Daniel Pfeifer2016-05-261-3/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1372/+875
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-1/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-17/+17
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove unused cmake::IssueMessage overloadBrad King2016-04-181-35/+0
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-2/+1
* Drop Visual Studio 7 generator for VS .NET 2002Brad King2016-03-111-4/+0
* Drop Visual Studio 6 generatorBrad King2016-03-091-4/+0
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-9/+191
* cmake: Deduplicate warning message control codeMichael Scott2015-12-101-42/+24
* cmake-gui: Add options to control warning messagesMichael Scott2015-12-101-3/+30
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-4/+20
* Modify dev warning options to affect deprecated warnings.Michael Scott2015-12-011-0/+26
* Add -W options to control deprecated warning messages.Michael Scott2015-12-011-0/+20
* Refactor the -W options parser to be generic.Michael Scott2015-12-011-28/+76
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-5/+20
* Make message suppression more consistent.Michael Scott2015-11-301-13/+57
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-7/+21
* cmake: Port find_package mode away from GetGeneratorTargetStephen Kelly2015-10-271-4/+7
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-0/+24
* cmTarget: Move link type enum out.Stephen Kelly2015-10-141-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+5
* cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-131-0/+8
* cmState: Port away from cmake instance.Stephen Kelly2015-10-101-4/+1
* cmState: Move ParseCacheEntry from cmCacheManager.Stephen Kelly2015-10-101-2/+2
* cmState: Externalize logic to caller.Stephen Kelly2015-10-101-0/+1
* cmCacheManager: Port away from cmake instance.Stephen Kelly2015-10-101-3/+21
* cmState: Add cache file manipulation wrappers.Stephen Kelly2015-10-101-3/+3
* Inline unary LoadCache.Stephen Kelly2015-10-101-1/+2
* cmake: Port away from trivial cmCacheManager use.Stephen Kelly2015-10-101-17/+17
* cmake: Use existing cache API wrapper.Stephen Kelly2015-10-101-14/+14
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-7/+7
* cmake: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-7/+5
* Merge topic 'revert-cmake-W-options'Brad King2015-09-251-205/+29
|\
| * Merge branch 'improve-variable-help-formatting' into revert-cmake-W-optionsBrad King2015-09-221-3/+30
| |\