summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-lexer-open-square'Brad King2014-08-194-35/+51
|\
| * cmListFileLexer: Fix lexing of single '[' character (#15092)Brad King2014-08-184-35/+51
* | Merge topic 'vs-refactor-includes'Brad King2014-08-195-25/+41
|\ \
| * | VS: Refactor include directory generation in .vcxproj filesBrad King2014-08-133-23/+19
| * | VS: Refactor include directory slash conversionBrad King2014-08-131-3/+6
| * | cmIDEOptions: Add HasFlag method to test if a flag is setBrad King2014-08-132-0/+7
| * | cmIDEOptions: Add an AppendFlag overload to append multiple valuesBrad King2014-08-132-0/+10
* | | Merge topic 'ExternalProject-doc-SVN_REVISION-format'Brad King2014-08-191-1/+1
|\ \ \
| * | | ExternalProject: Clarify SVN_REVISION format in docs (#15081)Brad King2014-08-131-1/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2014-08-191-1/+1
* | | Merge topic 'vs-special-source-file-properties'Brad King2014-08-185-1/+98
|\ \ \
| * | | Help: Add notes for topic 'vs-special-source-file-properties'Brad King2014-08-121-0/+11
| * | | VS: Add a source file property to set the hlsl shader typeBrad King2014-08-123-0/+22
| * | | VS: Add a source file property to mark content for Windows App deploymentBrad King2014-08-123-0/+52
| * | | VS: Re-arrange WriteExtraSource to support tool configurationBrad King2014-08-121-1/+13
* | | | Merge topic 'fix_mumps_file_parser'Brad King2014-08-185-61/+85
|\ \ \ \
| * | | | CTEST: Fix MUMPS file parser and update testJoseph Snyder2014-08-155-61/+85
* | | | | Merge topic 'ctest_update_status_only'Brad King2014-08-1812-21/+107
|\ \ \ \ \
| * | | | | CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-184-10/+18
| * | | | | ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the versionBill Hoffman2014-08-188-11/+89
* | | | | | Merge topic 'cmake-gui-system-version'Brad King2014-08-181-0/+3
|\ \ \ \ \ \
| * | | | | | cmake-gui: Pass CMAKE_SYSTEM_VERSION from cross-compile configurationGilles Khouzam2014-08-131-0/+3
* | | | | | | Merge topic 'add-CheckFortranSourceCompiles'Brad King2014-08-185-0/+139
|\ \ \ \ \ \ \
| * | | | | | | Add CheckFortranSourceCompiles module (#14656)Brad King2014-08-185-0/+139
* | | | | | | | Merge topic 'cpack-ifw-generator'Brad King2014-08-189-58/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | CPackIFW: Revise this generatorKonstantin Podsvirov2014-08-129-58/+148
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'makefile-assign-escape-octothorpe'Brad King2014-08-183-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: Handle '#' in COMPILE_OPTIONS (#15070)Brad King2014-08-123-3/+16
| |/ / / / / / /
* | | | | | | | Merge topic 'FindMPI-mpiexec-MPI_HOME'Brad King2014-08-181-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMPI: Honor MPI_HOME for MPIEXEC (#14347)Marcel Loose2014-08-111-1/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'create_test_sourcelist-msvc-warnings'Brad King2014-08-181-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)Brad King2014-08-071-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-181-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-171-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-161-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-151-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-141-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2014-08-130-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'doc-CMP0022-compat-version-typo' into releaseBrad King2014-08-131-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'doc-CMP0022-compat-version-typo'Brad King2014-08-131-1/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATEBrad King2014-08-131-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-08-131-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'vs-windows-sdk-desktop-arm'Brad King2014-08-124-1/+16
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | MSVC: Select default standard libraries for ARM platformBrad King2014-08-121-1/+5
| * | | | | | VS: Fix generation of desktop applications for ARMGilles Khouzam2014-08-121-0/+5
| * | | | | | CMakeDetermineCompilerId: Fix detection for VS ARM platformBrad King2014-08-122-0/+6
* | | | | | | Merge topic 'vs-windows-phone-and-store'Brad King2014-08-1222-5/+271
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Help: Add notes for topic 'vs-windows-phone-and-store'Brad King2014-08-051-0/+10
| * | | | | | VS: Set WindowsPhone and WindowsStore min VS version requiredGilles Khouzam2014-07-311-0/+12
| * | | | | | VS: Generate WindowsPhone and WindowsStore application typesGilles Khouzam2014-07-312-0/+23