summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-071-0/+4
* Merge topic 'compiler-warning-cleanup'Brad King2014-04-041-1/+1
|\
| * Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* | Merge topic 'cmMakefile_IsOn_fix_comment'Brad King2014-04-041-2/+5
|\ \ | |/ |/|
| * cmMakefile: Revise comment describing IsOn()Daniele E. Domenichelli2014-04-041-2/+5
* | Merge branch 'master' into revise-compiler-id-policiesBrad King2014-04-021-72/+78
|\ \ | |/
| * stringapi: Use strings for dependency informationBen Boeckel2014-03-081-3/+3
| * stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
| * stringapi: Use strings for feature argumentsBen Boeckel2014-03-081-1/+2
| * stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
| * strings: Remove cmStdString referencesBen Boeckel2014-03-081-9/+9
| * stringapi: Take strings for utility command namesBen Boeckel2014-03-081-2/+3
| * stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
| * stringapi: Use strings for cache paths as argumentsBen Boeckel2014-03-081-2/+2
| * stringapi: Use strings for AddSubdirectory pathsBen Boeckel2014-03-081-5/+7
| * stringapi: Use strings for output names in AddCustomCommandToOutputBen Boeckel2014-03-081-1/+1
| * stringapi: Use strings in target nameBen Boeckel2014-03-081-14/+15
| * stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
| * stringapi: Use strings for test namesBen Boeckel2014-03-081-2/+2
| * stringapi: Use strings for source namesBen Boeckel2014-03-081-7/+7
| * makefile: Remove an unused methodBen Boeckel2014-03-081-1/+0
| * stringapi: Accept string parameters in methods which store to stringsBen Boeckel2014-03-081-1/+1
| * stringapi: Use strings for variable namesBen Boeckel2014-03-081-16/+16
| * stringapi: Use strings for property namesBen Boeckel2014-03-081-7/+9
* | Do not warn by default when policy CMP0025 or CMP0047 is not setBrad King2014-04-021-0/+2
|/
* cmMakefile: Return containers by const reference.Stephen Kelly2014-02-021-3/+3
* cmMakefile: Make ConfigureString const.Stephen Kelly2014-01-221-3/+3
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-2/+2
* cmMakefile: Trivially constify some methods.Stephen Kelly2014-01-221-29/+26
* cmMakefile: Remove non-const version of methodStephen Kelly2014-01-221-7/+0
* cmMakefile: Remove method declarations with no implementation.Stephen Kelly2014-01-221-2/+0
* cmMakefile: Consify custom command API.Stephen Kelly2014-01-221-1/+1
* cmMakefile: Constify policies accessors.Stephen Kelly2014-01-221-3/+4
* cmCacheManager: Consify version accessors.Stephen Kelly2014-01-221-2/+2
* cmMakefile: Constify some cmSourceGroup related code.Stephen Kelly2014-01-221-1/+1
* cmMakefile: Make GetProperty const.Stephen Kelly2014-01-221-7/+7
* Allow projects to specify extra inputs to CMakeBrad King2014-01-211-0/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-3/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+0
* cmMakefile: Make FindTarget const.Stephen Kelly2013-11-191-2/+2
* Merge topic 'Qt-auto-generators'Brad King2013-10-281-0/+5
|\
| * Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+5
* | Drop compatibility with CMake < 2.4Brad King2013-10-231-7/+0
|/
* CMP0024: Store the fact of included export in global generator.Stephen Kelly2013-10-101-13/+0
* export: Add policy CMP0024 to disallow include() of export filesStephen Kelly2013-10-071-1/+13
* Optimize custom command full-path dependency lookupNicolas Despres2013-08-061-0/+23
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-2/+5
* Merge topic 'tid-system-argument'Brad King2013-07-161-0/+3
|\
| * Store system include directories in the cmTarget.Stephen Kelly2013-07-021-0/+3
* | Add target property debugging for COMPILE_DEFINITIONSStephen Kelly2013-07-121-0/+5
|/