summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNMakeMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-11/+5
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-3/+4
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+8
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augmentMarc Chevrier2021-09-191-1/+1
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-1/+1
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-3/+1
* NMake: Check nmake version for support of UTF-8Brad King2021-05-051-0/+7
* NMake: Detect nmake versionBrad King2021-05-051-0/+34
* cmDepends: disable long line dependencies for nmakeKai Wang2021-01-111-0/+2
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-8/+9
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-0/+37
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+8
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* nmake/jom: Only warn about bad VS environment if compiler not found.James Johnston2015-08-061-12/+16
* cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-2/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* Remove obsolete overrides of CreateLocalGenerator.Stephen Kelly2015-05-181-9/+0
* cmGlobalGenerator: Host the MakeSilentFlag.Stephen Kelly2015-05-181-1/+1
* cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-181-1/+0
* cmGlobalUnixMakefileGenerator3: Host the UnixCD.Stephen Kelly2015-05-181-1/+1
* cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.Stephen Kelly2015-05-181-1/+1
* cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-161-1/+1
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-2/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: LIBPATH is not required for cl to workBill Hoffman2009-03-271-2/+1
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-0/+13
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+1
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+4
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-1/+0
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+1
* STYLE: fix line lengthKen Martin2006-05-111-3/+4
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-261-1/+1
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+1