summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace loop with member algorithm.Stephen Kelly2015-02-061-6/+5
* cmComputeLinkDepends: Remove temporary iterator copy.Stephen Kelly2015-02-061-2/+1
* Replace loop with algorithm.Stephen Kelly2015-02-061-7/+3
* Replace a loop with std::transform.Stephen Kelly2015-02-061-5/+4
* Replace while loop with member insert.Stephen Kelly2015-02-062-16/+2
* Take a size check outside of an inner loop.Stephen Kelly2015-02-062-10/+10
* Use insert member instead of back_inserter.Stephen Kelly2015-02-061-2/+1
* Convert while loop to member insert.Stephen Kelly2015-02-061-5/+1
* Convert loop to algorithm.Stephen Kelly2015-02-061-5/+2
* Extract a prefix variable from loop.Stephen Kelly2015-02-061-5/+2
* Take computation out of loop.Stephen Kelly2015-02-061-1/+3
* cmMakefile: Remove ExpandSourceListArguments.Stephen Kelly2015-02-052-24/+0
* Remove use of ExpandSourceListArguments.Stephen Kelly2015-02-055-28/+13
* cmLocalGenerator: Replace loop with find_first_not_ofStephen Kelly2015-02-051-5/+1
* Remove use of cmsys_stl.Stephen Kelly2015-02-0510-22/+22
* Begin post-3.2 developmentBrad King2015-02-053-2/+11
* Merge branch 'release'Brad King2015-02-054-13/+4
|\
| * CMake 3.2.0-rc1 version updateBrad King2015-02-052-4/+4
| * Help: Drop development topic notes to prepare releaseBrad King2015-02-052-9/+0
|/
* Merge topic 'rename-release-notes'Brad King2015-02-054-12/+12
|\
| * Help: Rename 3.x.0 release notes to 3.xBrad King2015-02-054-12/+12
|/
* Merge topic 'doc-3.2-relnotes'Brad King2015-02-0553-341/+283
|\
| * Help: Add 3.2 release note for AUTORCC dependency trackingStephen Kelly2015-02-051-0/+4
| * Help: Add 3.2 release notes for file(GENERATE) featuresStephen Kelly2015-02-051-0/+7
| * Help: Organize and revise 3.2 release notesBrad King2015-02-051-154/+174
| * Help: Consolidate 3.2 release notesBrad King2015-02-0552-341/+250
| * Help: Add link target to cmake-language.7 encoding sectionBrad King2015-02-051-0/+2
* | Merge topic 'update-docs'Brad King2015-02-054-3/+6
|\ \
| * | Help: Document build targets automatically added to console pool.Stephen Kelly2015-02-041-0/+3
| * | Help: Add some cross-linking.Stephen Kelly2015-02-043-3/+3
| |/
* | Merge topic 'fix-C-standard-features'Brad King2015-02-0516-21/+198
|\ \
| * | Features: Fix C90 feature detection.Stephen Kelly2015-02-048-3/+153
| * | Features: Allow setting standard dialect below the default.Stephen Kelly2015-02-041-1/+15
| * | Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.Stephen Kelly2015-02-047-8/+21
| * | Features: Add dialect compile flags only if default is known.Stephen Kelly2015-02-041-9/+9
| * | AppleClang: Remove redundant UNIX condition.Stephen Kelly2015-02-042-2/+2
* | | Merge topic 'doc-try_compile'Brad King2015-02-052-94/+160
|\ \ \
| * | | Help: Revise try_compile and try_run documentation (#15358)Brad King2015-02-042-94/+160
* | | | Merge topic 'cpack-nsis-win64'Brad King2015-02-051-3/+8
|\ \ \ \
| * | | | CPack: Fix NSIS default 64-bit Windows install directory (#14211)Brad King2015-02-041-3/+8
| | |_|/ | |/| |
* | | | Merge branch 'release-3.1'Brad King2015-02-050-0/+0
|\ \ \ \
| * | | | CMake 3.1.2v3.1.2Brad King2015-02-041-1/+1
* | | | | CMake Nightly Date StampKitware Robot2015-02-051-1/+1
| |/ / / |/| | |
* | | | Merge branch 'release-3.1'Brad King2015-02-040-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'fix-msvc-linker-flags-typo' into release-3.1Brad King2015-02-032-2/+2
| |\ \ \
| * \ \ \ Merge branch 'fix-default-install-config' into release-3.1Brad King2015-02-031-9/+5
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-default-install-config'Brad King2015-02-041-9/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | install: Fix regression in default configuration selectionBen Boeckel2015-02-031-9/+5
* | | | | | Merge topic 'fix-msvc-linker-flags-typo'Brad King2015-02-042-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | MSVC: Fix initialization of RelWithDebInfo shared library link flags (#15385)Brad King2015-02-032-2/+2
| |/ / / /