summaryrefslogtreecommitdiff
path: root/Source/cmMakefileLibraryTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Clang separable compilationRaul Tambre2020-09-241-0/+5
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Makefile generator: link flags management refactoringMarc Chevrier2018-06-061-2/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CUDA: Add separable compilation support to the makefile generator.Robert Maynard2016-11-141-0/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-0/+6
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+2
* cmCommonTargetGenerator: Adopt AppendOSXVerFlag methodBruce Stephens2016-03-071-3/+0
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+2
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-5/+0
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-1/+0
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-1/+6
* Remove trailing white-spaces.Nicolas Despres2012-07-171-3/+3
* Build object library targets in MakefilesBrad King2012-03-131-0/+1
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-1/+1
* ENH: Set version info for shared libs on OSX.Brad King2008-07-091-0/+3
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-2/+1
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-9/+4
* ENH: Improve framework support in the makefile generator to match the support...David Cole2007-08-141-9/+8
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-0/+13
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-0/+2
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-3/+4
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+37