summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.Robert Maynard2013-06-241-2/+2
* Introduce add_compile_options command.Stephen Kelly2013-06-041-0/+6
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-5/+2
* Process generator expressions for 'system' include directories.Stephen Kelly2013-02-071-1/+1
* Only output includes once after the start of 'generate-time' when debugging.Stephen Kelly2013-01-211-0/+6
* Store includes from the same include_directories call together.Stephen Kelly2013-01-211-2/+3
* Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-031-0/+10