summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2015-01-231-1/+1
* Merge topic 'cdash_upload_file_mode'Brad King2015-01-227-28/+577
|\
| * ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-203-40/+68
| * ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-207-3/+524
* | Merge topic 'update-kwsys'Brad King2015-01-224-6/+28
|\ \
| * | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-214-6/+28
* | | CMake Nightly Date StampKitware Robot2015-01-221-1/+1
* | | Merge topic 'jsoncpp-third-party'Brad King2015-01-211-1/+1
|\ \ \ | |/ / |/| |
| * | Add option to build CMake against a system jsoncppBrad King2015-01-201-1/+1
| |/
* | CMake Nightly Date StampKitware Robot2015-01-211-1/+1
|/
* Merge topic 'cmake-labels-json'Brad King2015-01-202-2/+28
|\
| * cmake: Generate an internal 'Labels.json' file next to 'Labels.txt'Brad King2015-01-202-2/+28
* | Merge topic 'cmake-E-tar-mtime'Brad King2015-01-208-7/+95
|\ \
| * | cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-198-6/+92
| * | cmake: Teach "-E tar" to report file name on failure to read from diskBrad King2015-01-191-1/+3
| |/
* | Merge topic 'xcode-target-sort'Brad King2015-01-202-14/+54
|\ \
| * | Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)Ben Boeckel2015-01-191-1/+25
| * | Xcode: Fix early termination on per-config source file errorBrad King2015-01-192-13/+29
* | | CMake Nightly Date StampKitware Robot2015-01-201-1/+1
| |/ |/|
* | Merge topic 'consistent-empty-method'Brad King2015-01-1981-310/+310
|\ \
| * | Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-185-8/+8
| * | Replace 'foo.length() >= 1' pattern with !foo.empty()Stephen Kelly2015-01-182-2/+2
| * | Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-185-8/+8
| * | Replace 'foo.length() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
| * | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-1842-114/+114
| * | Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-187-13/+13
| * | cmListCommand: Use empty() and expand whitespace.Stephen Kelly2015-01-181-1/+1
| * | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-186-8/+8
| * | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-1835-72/+72
| * | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-1832-83/+83
* | | Merge topic 'use-member-insert'Brad King2015-01-196-36/+13
|\ \ \
| * | | cmakemain: Initialize vector content with iterators directly.Stephen Kelly2015-01-181-5/+1
| * | | cmakemain: Use member insert in command line handling code.Stephen Kelly2015-01-181-4/+2
| * | | cmListCommand: Replace loop with member algorithm.Stephen Kelly2015-01-181-7/+3
| * | | Convert raw loops to set member insert.Stephen Kelly2015-01-182-10/+3
| * | | Convert raw loops to vector member insert.Stephen Kelly2015-01-182-10/+4
| |/ /
* | | Merge topic 'delete-algorithm'Brad King2015-01-194-25/+21
|\ \ \
| * | | Use the cmDeleteAll algorithm for types derived from std::map.Stephen Kelly2015-01-173-21/+4
| * | | cmDeleteAll: Generalize deletion specialization for map types.Stephen Kelly2015-01-171-4/+17
* | | | Merge topic 'eclipse-fix-cxx-natures'Brad King2015-01-191-0/+1
|\ \ \ \
| * | | | Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)André Klitzing2015-01-161-0/+1
* | | | | CMake Nightly Date StampKitware Robot2015-01-191-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2015-01-181-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2015-01-171-1/+1
* | | Merge topic 'fix-ctest_build-output-processing-regression'Brad King2015-01-161-1/+1
|\ \ \
| * | | ctest_build: Fix logic regression in parent that clips build outputBrad King2015-01-151-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-01-161-1/+1
* | | | Merge topic 'delete-algorithm'Brad King2015-01-1520-208/+68
|\ \ \ \
| * | | | cmVariableWatch: Use the cmDeleteAll algorithm with for_each.Stephen Kelly2015-01-131-13/+8
| * | | | cmGeneratorExpressionEvaluator: Replace own algorithm with cmDeleteAll.Stephen Kelly2015-01-131-24/+3