summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* 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
* Add policy CMP0019 to skip include/link variable re-expansionBrad King2012-12-071-1/+1
* GenEx: Add an accessor for imported targets in a makefile.Stephen Kelly2012-10-221-0/+4
* Add convenience for getting a cmGeneratorTarget to use.Stephen Kelly2012-09-191-0/+1
* Store cmGeneratorTargets with the makefile.Stephen Kelly2012-09-191-0/+12
* Ninja: suppress cmcldeps only for source file signature try_compilesPeter Kümmel2012-09-051-0/+2
* Print any evaluated 'elseif'/'else' commands in trace mode (#13220)Brian Helba2012-05-161-0/+5
* Merge topic 'module-no-soname'David Cole2012-05-011-0/+3
|\
| * Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-0/+3
* | Cleanup custom command .rule file internal handlingBrad King2012-04-181-14/+16
|/
* Merge topic 'target-include-directories'David Cole2012-03-081-19/+1
|\
| * Remove cmMakefile::GetIncludeDirectoriesDavid Cole2012-02-221-5/+0
| * CMake: Eliminate cmMakefile::IncludeDirectoriesDavid Cole2012-02-221-15/+2
* | Rename UsedCommands to FinalPassCommandsYury G. Kudryashov2012-02-291-7/+1
|/
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-1/+2
* Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-281-1/+4
* Doxygen: Fix warnings.Nicolas Despres2011-10-231-2/+2