summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-2/+1
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+9
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-0/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-3/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-2/+2
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-6/+18
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+13
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* cmGlobalBorlandMakefileGenerator: Do not inherit from NMake generatorBrad King2015-05-141-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Makefile: Tell GNU make to delete rule outputs on error (#15474)Brad King2015-03-301-0/+1
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* Makefile: Allow "gmake target1 target2 -j" (#14312)Brad King2013-12-201-0/+2
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-071-1/+6
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-0/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* first cut a new archKen Martin2002-09-041-0/+45