summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | KWSys Terminal: Add xterm-termite to VT100 color support whitelistSimon Gomizelj2015-01-081-0/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'ninja-fix-subdir-objlib-languages' into releaseBrad King2014-12-241-2/+15
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'ninja-fix-crash-on-error' into releaseBrad King2014-12-231-1/+4
| |\ \ \ \ \ \ \
| * | | | | | | | Fix compilation with the Oracle / Sun compiler (#15318)Chuck Atkins2014-12-181-2/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cpack-PackageMaker-OSX-10.10'Brad King2015-01-152-10/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack: Fix PackageMaker internal versioning for OS X 10.10Calin Cascaval2015-01-122-10/+26
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-151-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-141-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-01-131-1/+1
* | | | | | | Merge topic 'join-algorithm'Brad King2015-01-1215-216/+56
|\ \ \ \ \ \ \
| * | | | | | | Use the cmJoin algorithm where possible.Stephen Kelly2015-01-0814-215/+29
| * | | | | | | cmStandardIncludes: Add a join algorithm for string containers.Stephen Kelly2015-01-081-0/+27
| * | | | | | | cmInstallCommand: Remove unused variable.Stephen Kelly2015-01-081-1/+0
* | | | | | | | Merge topic 'add-xz-support'Brad King2015-01-124-21/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake -E tar: error out on multiple compression formatsBen Boeckel2015-01-121-0/+10
| * | | | | | | | cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-124-23/+40
| * | | | | | | | cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-094-6/+14
| * | | | | | | | cmake -E tar: clean up flag documentationBen Boeckel2015-01-081-1/+1
* | | | | | | | | Merge topic 'improve_cobertura'Brad King2015-01-121-9/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ctest_coverage: Fix parsing of absolute paths in Cobertura filesZack Galbreath2015-01-121-9/+39
* | | | | | | | | | Merge topic 'fix-autouic-regression'Brad King2015-01-121-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | QtAutoUic: Restore source file AUTOUIC_OPTIONS settingsJustin Borodinsky2015-01-111-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'drop-ancient-workarounds'Brad King2015-01-12132-894/+614
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove some obsolete stuff.Stephen Kelly2015-01-111-4/+0
| * | | | | | | | | | cmStandardIncludes: Remove obsolete cmOStringStream.Stephen Kelly2015-01-113-78/+4
| * | | | | | | | | | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-11126-611/+612
| * | | | | | | | | | Remove unused cmIStringStream class.Stephen Kelly2015-01-081-31/+0
| * | | | | | | | | | cmStandardIncludes: Remove std namespace hack.Stephen Kelly2015-01-081-5/+0
| * | | | | | | | | | cmStandardIncludes: Remove ANSI_FOR_SCOPE hack.Stephen Kelly2015-01-081-7/+0
| * | | | | | | | | | cmStandardIncludes: Remove iostreams workaround for obsolete Compaq compiler.Stephen Kelly2015-01-081-49/+0
| * | | | | | | | | | cmStandardIncludes: Drop Comeau-related workaround.Stephen Kelly2015-01-081-13/+0
| * | | | | | | | | | Remove Borland-related undef.Stephen Kelly2015-01-081-1/+0
| * | | | | | | | | | cmStandardIncludes: Remove comment about Borland.Stephen Kelly2015-01-081-11/+0
| * | | | | | | | | | Drop SGI as a CMake host compiler.Stephen Kelly2015-01-086-87/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'sun-better-stdlib'Brad King2015-01-1237-354/+100
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmTarget: Use insert instead of std::copy.Stephen Kelly2015-01-111-2/+2
| * | | | | | | | | | Help: Remove documented restriction on find in conditions.Stephen Kelly2015-01-111-3/+1
| * | | | | | | | | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-1118-168/+41
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-1121-169/+48
| * | | | | | | | | Revert "Misc. fixes for the Oracle / Sun compiler."Stephen Kelly2015-01-112-12/+8
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-01-121-1/+1
* | | | | | | | | | Merge topic 'sln-bom'Brad King2015-01-112-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Encoding: Write Visual Studio solution file with BOM.Clinton Stimpson2014-12-272-0/+10
* | | | | | | | | | | Merge topic 'fix-empty-target-property-queries'Brad King2015-01-111-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | get_target_property: discern empty from undefined properties (#15333)Stephen Kelly2015-01-111-1/+4
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'update-kwsys'Brad King2015-01-115-6/+18
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-105-6/+18
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-01-111-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-01-101-1/+1
|/ / / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-091-1/+1
| |_|/ / / / / |/| | | | | |