summaryrefslogtreecommitdiff
path: root/Source/cmMakefileUtilityTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-4/+2
* Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-231-3/+36
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-2/+1
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+0
* Unity build: Generate sources during Compute stepBrad King2019-10-031-1/+0
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-291-0/+1
* Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-0/+2
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* Ninja,Makefile: use `unique_ptr` for memory managementSaleem Abdulrasool2019-04-181-5/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-5/+3
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+5
* Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline HOME_OUTPUT MAKERULE conversionStephen Kelly2016-09-191-3/+6
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-2/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-1/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-31/+26
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-5/+6
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-2/+2
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-3/+4
* cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-1/+1
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-3/+3
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-3/+0
* Fix memory leak in Makefile generator.Nicolas Despres2012-07-221-0/+7
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-0/+6
* CMake: Fix progress reporting for custom targets (#12441)Johan Fänge2011-12-131-0/+14
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Give target in which custom commands buildBrad King2009-02-101-2/+2
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-1/+3
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-0/+4
* BUG: A utility target should not run the custom commands from its source file...Brad King2007-05-011-22/+6
* BUG: fix for build orderKen Martin2007-03-021-2/+27
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...Brad King2006-12-141-1/+12
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-14/+3
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-6/+2
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+90