summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-1/+34
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-1/+1
* cmMakefile: Add a CreateSource methodBen Boeckel2014-07-081-0/+7
* cmMakefile: return a backtraceBen Boeckel2014-06-051-1/+1
* Merge topic 'cxx14-features'Brad King2014-05-291-1/+1
|\
| * Features: Add support for C++14 features.Stephen Kelly2014-05-221-1/+1
* | tests: test CMP0053 in WARN mode when watching variablesBen Boeckel2014-05-221-0/+2
|/
* Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+4
* cmMakefile: Add methods for checking availability of a feature.Stephen Kelly2014-05-201-0/+8
* cmMakefile: Extract CheckNeeded{C,Cxx}Language methods.Stephen Kelly2014-05-201-0/+5
* cmMakefile: Extract CompileFeaturesAvailable method.Stephen Kelly2014-05-201-0/+3
* cmMakefile: Extract CompileFeatureKnown method.Stephen Kelly2014-05-201-0/+3
* Features: Extend concept to C language.Stephen Kelly2014-05-141-0/+6
* EVIS: Reimplement using custom parsing codeBen Boeckel2014-05-081-1/+24
* Merge topic 'dev/regex-variables'Brad King2014-05-071-0/+5
|\
| * ClearMatches: Only clear matches which were actually setBen Boeckel2014-04-291-0/+5
* | cmMakefile: Use a hashmap for imported targetsBen Boeckel2014-05-071-2/+7
|/
* 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