summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-12135-930/+615
|\
| * Remove VS 6 special case.Stephen Kelly2015-01-111-3/+0
| * Remove some obsolete stuff.Stephen Kelly2015-01-113-35/+0
| * cmStandardIncludes: Remove obsolete cmOStringStream.Stephen Kelly2015-01-114-79/+4
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-11127-612/+613
| * 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-1240-433/+137
|\ \
| * | cmTarget: Use insert instead of std::copy.Stephen Kelly2015-01-111-2/+2
| * | Help: Remove documented restriction on template use.Stephen Kelly2015-01-111-6/+0
| * | Help: Remove documented restriction on find in conditions.Stephen Kelly2015-01-112-29/+1
| * | Help: Remove documented restriction on insert APIs.Stephen Kelly2015-01-111-47/+0
| * | 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
| * | SolarisStudio: Use alternative standard library to build CMake.Stephen Kelly2015-01-112-0/+37
* | | CMake Nightly Date StampKitware Robot2015-01-121-1/+1
* | | Merge topic 'linux-XL-fortran'Brad King2015-01-113-0/+3
|\ \ \
| * | | XL: Fix link flags for executables on Linux with XL compilersBrad King2015-01-103-0/+3
* | | | Merge branch 'release'Brad King2015-01-110-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'fix-empty-target-property-queries' into releaseBrad King2015-01-1120-6/+170
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindSDL-quoting' into releaseBrad King2015-01-081-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'FindCUDA-cross' into releaseBrad King2015-01-081-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindIce-CMP0054' into releaseBrad King2015-01-081-5/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'doc-CXX_STANDARD-14' into releaseBrad King2015-01-081-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'doc-if-variable-not-defined' into releaseBrad King2015-01-081-4/+5
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'kwsys-Terminal-xterm-termite' into releaseBrad King2015-01-081-0/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'doc-octothorpe-escaping' into releaseBrad King2014-12-241-0/+22
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ninja-fix-subdir-objlib-languages' into releaseBrad King2014-12-246-2/+25
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'tests-encoding'Brad King2015-01-119-46/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-099-46/+49
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'FindCUDA.cmake/UseCMAKE_CXX_FLAGS_separableCompilation'Brad King2015-01-111-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | FindCUDA: Add relevant CMAKE_{C,CXX}_FLAGS for separable compilationJames Bigler2015-01-061-1/+9
* | | | | | | | | | | | | | | 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 'feature_record_msvc'Brad King2015-01-1110-7/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Help: Add notes for topic 'feature_record_msvc'Brad King2015-01-111-0/+6
| * | | | | | | | | | | | | | | | Features: Enable writing of MSVC compiler feature header.Robert Maynard2015-01-115-7/+48
| * | | | | | | | | | | | | | | | Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.Robert Maynard2015-01-114-16/+78
| * | | | | | | | | | | | | | | | Features: Record for MSVC 2010-2013.Stephen Kelly2015-01-112-0/+69
* | | | | | | | | | | | | | | | | Merge topic 'refactor-CompileFeatures-test'Brad King2015-01-114-19/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Features: Quote all compiler names when comparing with COMPILER_IDRobert Maynard2015-01-112-10/+10
| * | | | | | | | | | | | | | | | Features: Properly evaluate if the compiler supports cxx_final.Robert Maynard2015-01-111-2/+2
| * | | | | | | | | | | | | | | | Features: Add a comment explaining part of test.Stephen Kelly2015-01-031-0/+2