summaryrefslogtreecommitdiff
path: root/Source/cmGlobalWatcomWMakeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+3
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-3/+4
* Refactoring: Abstract Makefile line continuation formatMarc Chevrier2020-11-281-1/+1
* OpenWatcom: Enable 16-bit targetsJiri Malak2020-05-011-0/+10
* Watcom WMake: Use wmake internal %null command for empty command listJiri Malak2020-04-271-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-8/+10
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-0/+30
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-6/+4
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* 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
* Remove method calls just repeating the default.Stephen Kelly2015-05-181-1/+0
* cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-161-1/+1
* cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-1/+1
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-4/+4
* 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
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-1/+0
* Watcom: Enable 'WMake Makefiles' generator on LinuxJiri Malak2014-03-171-0/+4
* Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-101-2/+1
* Watcom: Suppress WMake interactive prompt on errorBrad King2013-11-251-1/+1
* 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-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* 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: Watcom WMake needs empty rule commands even for symbolic targets. This ...Brad King2007-05-161-1/+1
* ENH: remove unused variableKen Martin2007-02-211-1/+0
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-0/+1
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-1/+0
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ...Brad King2006-10-021-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
* BUG: Work-around Watcom WMake limitation for multiple-output custom command s...Brad King2006-04-131-0/+1
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: fix problem with watcom and short paths and -IBill Hoffman2006-01-231-0/+1