summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-11157-1384/+1384
* Merge topic 'doc-osx-path-variables'Brad King2014-03-103-0/+13
|\
| * Help: Document variables CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATHBrad King2014-03-103-0/+13
* | Merge branch 'release'Brad King2014-03-102-4/+2
|\ \
| * \ Merge branch 'python-3.4' into releaseBrad King2014-03-102-2/+2
| |\ \
| * \ \ Merge branch 'fix-policy-scopes' into releaseBrad King2014-03-1017-17/+23
| |\ \ \
| * \ \ \ Merge branch 'fix-check-build-system-crash' into releaseBrad King2014-03-041-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'doc-find_package-build-paths' into releaseBrad King2014-03-031-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'CMP0043-dir-prop' into releaseBrad King2014-03-031-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'add_definitions-no-genex' into releaseBrad King2014-03-031-4/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'FindRuby-2' into releaseBrad King2014-02-282-4/+22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Help: Consolidate FindRuby-2 release notes for 3.0.0Brad King2014-02-282-4/+2
* | | | | | | | | | Merge topic 'fix-policy-scopes'Brad King2014-03-1017-17/+23
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Tests: Simplify and document policy scopes in RunCMake.CMP* testsBrad King2014-03-0610-10/+10
| * | | | | | | | | Record more policies on targets when createdBrad King2014-03-067-7/+13
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'watcom-compile-libarchive'Brad King2014-03-103-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libarchive: Fix compliation with Open WatcomJiri Malak2014-03-093-3/+8
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-03-101-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge topic 'dev/string-apis'Brad King2014-03-09405-3469/+3432
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPackWiX: Fix test to build with expected configBrad King2014-03-082-0/+7
| * | | | | | | | | stringapi: Prevent a NULL dereference in WiXBen Boeckel2014-03-081-1/+1
| * | | | | | | | | speedup: Avoid excess iterator dereferencesBen Boeckel2014-03-081-57/+68
| * | | | | | | | | speedup: Cache strings for comparisonsBen Boeckel2014-03-082-2/+4
| * | | | | | | | | stringapi: Use strings for dependency informationBen Boeckel2014-03-0811-24/+22
| * | | | | | | | | stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-085-17/+19
| * | | | | | | | | stringapi: Command namesBen Boeckel2014-03-08121-131/+132
| * | | | | | | | | stringapi: Use strings for program pathsBen Boeckel2014-03-0816-31/+38
| * | | | | | | | | stringapi: Use strings for generator namesBen Boeckel2014-03-0852-190/+221
| * | | | | | | | | stringapi: Use strings for directoriesBen Boeckel2014-03-0819-38/+44
| * | | | | | | | | stringapi: Add string overload for the Def structBen Boeckel2014-03-081-0/+1
| * | | | | | | | | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-0849-175/+173
| * | | | | | | | | typo: Match argument name with the headerBen Boeckel2014-03-081-3/+3
| * | | | | | | | | stringapi: Pass strings as install directories in CPackBen Boeckel2014-03-082-13/+13
| * | | | | | | | | stringapi: Use strings for feature argumentsBen Boeckel2014-03-088-12/+13
| * | | | | | | | | stringapi: Return a string reference for the configurationBen Boeckel2014-03-084-5/+5
| * | | | | | | | | stringapi: Pass configuration names as stringsBen Boeckel2014-03-0874-485/+539
| * | | | | | | | | cmTarget: Refactor GetLocation APIBrad King2014-03-085-29/+23
| * | | | | | | | | cmGeneratorExpression: Tokenize over stringsBen Boeckel2014-03-084-15/+13
| * | | | | | | | | Directories: Take strings when setting directoriesBen Boeckel2014-03-082-6/+6
| * | | | | | | | | strings: Remove cmStdString referencesBen Boeckel2014-03-08152-844/+808
| * | | | | | | | | stringapi: Take strings in escaping functionsBen Boeckel2014-03-088-39/+44
| * | | | | | | | | stringapi: Take strings for utility command namesBen Boeckel2014-03-082-4/+5
| * | | | | | | | | cmTargetLinkLibrariesCommand: Use a string argumentBen Boeckel2014-03-082-6/+6
| * | | | | | | | | cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-089-45/+25
| * | | | | | | | | stringapi: Use strings for globbing parametersBen Boeckel2014-03-082-8/+9
| * | | | | | | | | stringapi: Use strings for search pathsBen Boeckel2014-03-082-2/+2
| * | | | | | | | | stringapi: Use strings for VS project namesBen Boeckel2014-03-0822-57/+60
| * | | | | | | | | stringapi: Use strings for generated file stream namesBen Boeckel2014-03-082-7/+2
| * | | | | | | | | stringapi: Use strings for documentation namesBen Boeckel2014-03-082-3/+3
| * | | | | | | | | stringapi: Accept strings when setting command errorsBen Boeckel2014-03-081-1/+1