summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ctest_update_status_only'Brad King2014-08-1812-21/+107
|\ | | | | | | | | | | 653529ce CTest: Allow / to be in the build name, and be consistent with the build name 39b5df2f ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version
| * CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-184-10/+18
| | | | | | | | | | | | | | | | Prior to this change / was not allowed in the build name. This was tested with a CDash server and worked. In addition the safe build name was not used everywhere. This caused mismatched build names to be in the xml files going to CDash which caused different rows to be created for the same build.
| * ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the versionBill Hoffman2014-08-188-11/+89
| | | | | | | | | | | | | | This allows ctest_update to get the current version without actually changing the repository. This is useful when using Jenkins or an external project to update the source to a specific version, but you still want the current version to show up in CDash.
* | Merge topic 'cmake-gui-system-version'Brad King2014-08-181-0/+3
|\ \ | | | | | | | | | | | | 1412960e cmake-gui: Pass CMAKE_SYSTEM_VERSION from cross-compile configuration
| * | cmake-gui: Pass CMAKE_SYSTEM_VERSION from cross-compile configurationGilles Khouzam2014-08-131-0/+3
| | | | | | | | | | | | | | | Although this value can be configured in the dialog, it was simply not passed to the project as CMAKE_SYSTEM_VERSION. Fix that.
* | | Merge topic 'add-CheckFortranSourceCompiles'Brad King2014-08-185-0/+139
|\ \ \ | | | | | | | | | | | | | | | | 7386d0d6 Add CheckFortranSourceCompiles module (#14656)
| * | | Add CheckFortranSourceCompiles module (#14656)Brad King2014-08-185-0/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy the CheckCSourceCompiles module and port it to Fortran. Extend the FortranOnly test to try using the new module. Suggested-by: Nicolas Bock <nicolasbock@gmail.com>
* | | | Merge topic 'cpack-ifw-generator'Brad King2014-08-189-58/+148
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | e6496b60 CPackIFW: Revise this generator
| * | | | CPackIFW: Revise this generatorKonstantin Podsvirov2014-08-129-58/+148
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack IFW generator updates: - Group now can have script; - Root package (for monolithic or one package installers) can be configured from group. CMake updates: - Native installation (no Unspecified component).
* | | | Merge topic 'makefile-assign-escape-octothorpe'Brad King2014-08-183-3/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fbf7a929 Makefile: Handle '#' in COMPILE_OPTIONS (#15070)
| * | | | Makefile: Handle '#' in COMPILE_OPTIONS (#15070)Brad King2014-08-123-3/+16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach the Makefile generators to escape '#' characters on the right hand side of variable assignments in flags.make. This is needed for flags like '-Wno-error=#warnings'. Otherwise the make tool treats them as comments and leaves them out of the _FLAGS variable value. Add a case to the CompileOptions test covering '#' in a COMPILE_OPTIONS value, at least on compilers where it is known to be supported.
* | | | Merge topic 'FindMPI-mpiexec-MPI_HOME'Brad King2014-08-181-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 150c2125 FindMPI: Honor MPI_HOME for MPIEXEC (#14347)
| * | | | FindMPI: Honor MPI_HOME for MPIEXEC (#14347)Marcel Loose2014-08-111-1/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | We already use MPI_HOME and ENV{MPI_HOME} as hints for the location of the MPI compilers. Do the same for mpiexec, and then use the location of mpiexec as a hint to find the compilers.
* | | | Merge topic 'create_test_sourcelist-msvc-warnings'Brad King2014-08-181-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 63fc8dcd create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)
| * | | | create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)Brad King2014-08-071-0/+4
| | |_|/ | |/| | | | | | | | | | Suggested-by: Ken Moreland <kmorel@sandia.gov>
* | | | 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
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | 91857e04 CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE
| * | | | | CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATEBrad King2014-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | These have been available since 2.8.7, not 2.8.9 as the docs said.
* | | | | | CMake Nightly Date StampKitware Robot2014-08-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'vs-windows-sdk-desktop-arm'Brad King2014-08-124-1/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2b20110f MSVC: Select default standard libraries for ARM platform 2dfcf0ed VS: Fix generation of desktop applications for ARM dbb5a7ee CMakeDetermineCompilerId: Fix detection for VS ARM platform
| * | | | | MSVC: Select default standard libraries for ARM platformBrad King2014-08-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | For Windows ARM targets, only kernel32.lib and user32.lib are standard.
| * | | | | VS: Fix generation of desktop applications for ARMGilles Khouzam2014-08-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WindowsSDKDesktopARMSupport to the .vcxproj to avoid 'error MSB8022: Compiling Desktop applications for the ARM platform is not supported.' from VS.
| * | | | | CMakeDetermineCompilerId: Fix detection for VS ARM platformBrad King2014-08-122-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WindowsSDKDesktopARMSupport to the compiler id .vcxproj to avoid 'error MSB8022: Compiling Desktop applications for the ARM platform is not supported.' from VS. Inspired-by: Minmin Gong <minmin.gong@gmail.com> Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
* | | | | | Merge topic 'vs-windows-phone-and-store'Brad King2014-08-1222-5/+271
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d3d9a22 Help: Add notes for topic 'vs-windows-phone-and-store' 401a00d9 VS: Set WindowsPhone and WindowsStore min VS version required 709cebde VS: Generate WindowsPhone and WindowsStore application types 72395ab2 VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binaries 2074f581 MSVC: Add system libs for WindowsPhone and WindowsStore c72f0887 MSVC: Add default WindowsPhone and WindowsStore compile flags 1c94558a MSVC: Disable incremental linking for WindowsPhone and WindowsStore 592098e2 Define 'WINDOWS_PHONE' and 'WINDOWS_STORE' variables aa42a78f Add WindowsPhone and WindowsStore platform information modules b94ddf6c CMakeDetermineCompilerId: Recognize WindowsPhone and WindowsStore d7938bff VS: Select WindowsPhone and WindowsStore default toolsets 3abd150c VS: Save WindowsPhone and WindowsStore system internally
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate the MinimumVisualStudioVersion element in the .vcxproj file based on the version of WindowsPhone or WindowsStore to be targeted.
| * | | | | VS: Generate WindowsPhone and WindowsStore application typesGilles Khouzam2014-07-312-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate the ApplicationType and ApplicationTypeRevision elements in .vcxproj files.
| * | | | | VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binariesGilles Khouzam2014-07-312-0/+17
| | | | | |
| * | | | | MSVC: Add system libs for WindowsPhone and WindowsStoreBrad King2014-07-311-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the libraries that are added by default by the VS 2013 IDE for Windows Phone and Windows Store projects.
| * | | | | MSVC: Add default WindowsPhone and WindowsStore compile flagsPaul Annetts2014-07-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Also set the list of standard libraries to empty.
| * | | | | MSVC: Disable incremental linking for WindowsPhone and WindowsStoreGilles Khouzam2014-07-311-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not add a "/INCREMENTAL" flag when using the toolchains for these systems.
| * | | | | Define 'WINDOWS_PHONE' and 'WINDOWS_STORE' variablesGilles Khouzam2014-07-314-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set one of these when CMAKE_SYSTEM_NAME is "WindowsPhone" or "WindowsStore", respectively.
| * | | | | Add WindowsPhone and WindowsStore platform information modulesBrad King2014-07-316-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply include the "Windows" platform equivalents. This will allow -DCMAKE_SYSTEM_NAME=WindowsPhone or -DCMAKE_SYSTEM_NAME=WindowsStore to select variants of the Windows platform while re-using most of the platform information from "Windows".
| * | | | | CMakeDetermineCompilerId: Recognize WindowsPhone and WindowsStoreGilles Khouzam2014-07-312-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CMAKE_SYSTEM_NAME is set to target one of these, add ApplicationType and ApplicationTypeRevision elements to the .vcxproj file used to identify the compiler so that the WindowsPhone or WindowsStore toolchains can work. Co-Author: Brad King <brad.king@kitware.com>
| * | | | | VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-316-1/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach the VS >= 10 generators to recognize these system names and select the appropriate default toolset for the system version. Report an error when the version is not known to be supported by VS. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
| * | | | | VS: Save WindowsPhone and WindowsStore system internallyBrad King2014-07-312-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add boolean members to the VS >= 10 global generator to save whether CMAKE_SYSTEM_NAME is WindowsPhone or WindowsStore without having to repeat a string comparison. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
* | | | | | Merge branch 'release'Brad King2014-08-120-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'backport-OpenRISC-1000-support' into releaseBrad King2014-08-112-0/+8
| |\ \ \ \ \
| | * | | | | KWSys CPU: Add support for OpenRISC 1000Christian Svensson2014-08-071-0/+4
| | | | | | |
| | * | | | | KWIML: Teach ABI.h about OpenRISC 1000Christian Svensson2014-08-071-0/+4
| | | |/ / / | | |/| | | | | | | | | | | | | | | It defines __or1k__ and is big endian.
* | | | | | Merge topic 'fujitsu-compiler-id'Brad King2014-08-122-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0578c283 Add Fujitsu compiler detection
| * | | | | | Add Fujitsu compiler detectionErik Lindahl2014-08-112-0/+3
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fujitsu C/C++ compilers are the default ones for K computer. Detect both native and cross compilers by looking for the __FUJITSU preprocessor definition.
* | | | | | Merge topic 'update-kwsys'Brad King2014-08-127-136/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c32d43c Merge branch 'upstream-kwsys' into update-kwsys 137a0251 KWSys 2014-08-11 (32023afd) 51c82c3a Merge branch 'upstream-kwsys' into update-kwsys fe587db4 KWSys 2014-08-07 (4d526097)
| * \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-111-0/+4
| |\ \ \ \ \ \