summaryrefslogtreecommitdiff
path: root/Source/cmGlobalMinGWMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+3
* MSYS/MinGW Makefiles: Simplify selection of windres as Resource CompilerBrad King2022-05-261-19/+0
* MSYS/MinGW Makfiles: Select the compiler occurring first in PATHBrad King2022-05-261-12/+0
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+3
* cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-1/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* 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-15/+10
* 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
* cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-181-1/+0
* Remove method calls just repeating the default.Stephen Kelly2015-05-181-2/+0
* 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
* RC: Simplify selection of resource compiler based on C/C++ toolchainBrad King2015-05-071-1/+27
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-2/+0
* Ninja: use MinGW generator code in EnableLanguage()Peter Kümmel2013-03-091-27/+1
* 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
* MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-161-12/+0
* Add support for windows resources with mingw/msys.Bill Hoffman2010-12-231-0/+7
* 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
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+1
* BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...Brad King2006-10-131-7/+3
* BUG: Hack to make echo command work properly in mingw32-make.Brad King2006-10-051-0/+16
* 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-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: better algorithm for looking for make and gcc on msys and mingwBill Hoffman2006-02-151-12/+9
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-0/+76