summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+7
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+2
* cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* 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
* cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-1/+1
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-1/+1
* 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
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-1/+1
* Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-071-1/+0
* Makefile: Workaround Borland Make bug with multiple outputsBrad King2014-12-061-0/+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
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+1
* ENH: Fixed recursive make call target escaping for Borland to support SubDirS...Brad King2007-03-081-0/+1
* 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-101-3/+4
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-1/+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-4/+4
* BUG: Work-around borland make bug that drops a rule completely if it has no d...Brad King2006-02-161-0/+1
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-0/+2
* ENH: added new generatorKen Martin2005-05-121-4/+3
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ...Brad King2005-04-061-1/+0
* ENH: Enabling cmLocalUnixMakefileGenerator2 by default.Brad King2005-03-011-2/+6
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+2
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-7/+0
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-7/+0
* BUG: fix for bug 303 pass makeflags to sub makesBill Hoffman2003-10-281-1/+1
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-0/+1
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-081-0/+9
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-7/+4
* BUG: fix get make command problems.Bill Hoffman2002-12-041-7/+8
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-0/+5
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-11/+12