summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* VS: Fix WinCE remote debugger tool per-config target nameBrad King2016-03-171-1/+2
| | | | | | | Fix the DebuggerTool RemoteExecutable value added by commit a22f9967 (VS: Optionally generate remote directory for WinCE projects, 2016-02-15) to account for the configuration when computing the target name.
* VS: Optionally generate remote directory for WinCE projectsAndrej Bosik2016-03-155-0/+55
| | | | | | | Teach the VS 2008 and 2005 generators to set the `RemoteDirectory` in `DeploymentTool` and the `RemoteExecutable` in `DebuggerTool`. Use a `DEPLOYMENT_REMOTE_DIRECTORY` target property to specify the value.
* CMake Nightly Date StampKitware Robot2016-03-151-1/+1
|
* Merge topic 'remove-vs7.0-generator'Brad King2016-03-145-257/+15
|\ | | | | | | | | f47b4f68 Drop Visual Studio 7 generator for VS .NET 2002
| * Drop Visual Studio 7 generator for VS .NET 2002Brad King2016-03-115-257/+15
| | | | | | | | This generator has been deprecated since CMake 3.3. Remove it.
* | CMake Nightly Date StampKitware Robot2016-03-141-1/+1
| |
* | CMake Nightly Date StampKitware Robot2016-03-131-1/+1
| |
* | CMake Nightly Date StampKitware Robot2016-03-121-1/+1
| |
* | Merge topic 'cygwin-clang'Brad King2016-03-113-0/+6
|\ \ | | | | | | | | | | | | 517cef8c Cygwin: Add support for Clang compiler
| * | Cygwin: Add support for Clang compilerHan Sangjin2016-03-103-0/+6
| |/ | | | | | | | | The platform information module for GNU on CYGWIN can be reused for Clang on CYGWIN because clang accepts almost all of the same options.
* | Merge topic 'FindProtobuf-variable-case'Brad King2016-03-114-69/+121
|\ \ | | | | | | | | | | | | a7b09e7f FindProtobuf: Rename variables to match case of module name
| * | FindProtobuf: Rename variables to match case of module nameAntonio Perez Barrero2016-03-074-69/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use recommended case for variable names. i.e. matching name of the module as passed to `find_package`. For backwards compatibility, the upper case versions of both input and output variables are used and defined when appropriate. Skip this for the _FOUND variable because FPHSA already does it. Skip this for the _VERSION variable because that was recently added and never available with the old name in a release of CMake.
* | | CMake Nightly Date StampKitware Robot2016-03-111-1/+1
| |/ |/|
* | Merge topic 'update-kwsys'Brad King2016-03-103-0/+29
|\ \ | | | | | | | | | | | | | | | fd466fe6 Merge branch 'upstream-KWSys' into update-kwsys cd4fef30 KWSys 2016-03-09 (36d8666f)
| * \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-03-093-0/+29
| |\ \ | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-03-09 (36d8666f)
| | * | KWSys 2016-03-09 (36d8666f)KWSys Upstream2016-03-093-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: http://public.kitware.com/KWSys.git at commit 36d8666f44a75a6debb92c86c20f25d929d79cd1 (master). Upstream Shortlog ----------------- Zack Galbreath (1): 36d8666f Process: Add function to reset the start time of a process
* | | | Merge topic 'remove-vs6-generator'Brad King2016-03-1078-4224/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | b42866a3 Drop Visual Studio 6 generator cd9ba3ec cmLocalVisualStudio7Generator: Fix name of helper function
| * | | | Drop Visual Studio 6 generatorBrad King2016-03-0977-4221/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
| * | | | cmLocalVisualStudio7Generator: Fix name of helper functionBrad King2016-03-091-3/+3
| |/ / / | | | | | | | | | | | | | | | | Rename `cmLVS6G_IsFAT` to `cmLVS7G_IsFAT` since it is for the local VS 7 generator and not VS 6.
* | | | Merge topic 'update-third-party'Brad King2016-03-101-1/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97149ff8 update-third-party: read attributes from the worktree a35f4be6 update-third-party: Add license notice afac3d10 update-third-party: remove empty directories as well
| * | | | update-third-party: read attributes from the worktreeBen Boeckel2016-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be done so that any attributes for ignoring certain files when exporting can be appended to the file during the extraction step, but ignored in the actual import. Necessary for importing the gitsetup repository.
| * | | | update-third-party: Add license noticeBrad King2016-03-091-0/+16
| | | | | | | | | | | | | | | | | | | | Our Git infrastructure scripts use the "Apache License 2.0".
| * | | | update-third-party: remove empty directories as wellBen Boeckel2016-03-091-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | The `git ls-files | xargs rm` removes only files; directories which are empty are left laying around. This later chokes the `mv` which puts the "reduced" directory into place. Remove the empty directories as well.
* | | | Merge topic 'clang-iframework-version'Brad King2016-03-101-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 63c4133b OS X: Use -iframework with Clang only on version >= 3.2
| * | | | OS X: Use -iframework with Clang only on version >= 3.2Jean-Christophe Fillion-Robin2016-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit v3.1.0-rc1~564^2 (OS X: Use -iframework for system framework directories, 2014-05-05) we test the version of Clang is smaller that 3.1 to see if it supports -iframework. Considering that "iframework" support has been added in clang@r142418 (Frontend: Support -iframework.) prior to clang 3.1, this made sense. That said, considering that support for multiple -iframework parameters has been added later in clang@r164607 (-iframework should allow separate arguments. ) prior to clang 3.2, this commit updates the check to enable framework support only if version is >= 3.2
* | | | | Merge topic 'vs-clang-cl'Brad King2016-03-1015-12/+201
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 491b41dd Help: Add notes for topic 'vs-clang-cl' ad6d27ac Tests: do not build PrecompiledHeader on Clang/C2 a0f0541f Tests: fix PDBDirectoryAndName on Clang/C2 3541af67 Tests: fix Plugin building on Clang/C2 1902c293 Tests: fix complexOneConfig building on Clang/C2 cab2ec11 Tests: fix Complex building on Clang/C2 ada3736c Tests: fix Module.GenerateExportHeader building on Clang/C2 123b7e13 Tests: fix AliasTarget building on Clang/C2 445d4d4b VS 14: Add flag map for -std= to CppLanguageStandard tag in project files 0a785eb4 Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode 2c2ec488 VS: in Clang/C2 toolset, setup correct compiler settings 37afe00f CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS
| * | | | | Help: Add notes for topic 'vs-clang-cl'Brad King2016-03-101-0/+5
| | | | | |
| * | | | | Tests: do not build PrecompiledHeader on Clang/C2Mariusz Pluciński2016-03-101-1/+3
| | | | | |
| * | | | | Tests: fix PDBDirectoryAndName on Clang/C2Mariusz Pluciński2016-03-101-0/+9
| | | | | |
| * | | | | Tests: fix Plugin building on Clang/C2Mariusz Pluciński2016-03-101-0/+7
| | | | | |
| * | | | | Tests: fix complexOneConfig building on Clang/C2Mariusz Pluciński2016-03-101-0/+7
| | | | | |
| * | | | | Tests: fix Complex building on Clang/C2Mariusz Pluciński2016-03-101-0/+7
| | | | | |
| * | | | | Tests: fix Module.GenerateExportHeader building on Clang/C2Mariusz Pluciński2016-03-103-1/+93
| | | | | |
| * | | | | Tests: fix AliasTarget building on Clang/C2Mariusz Pluciński2016-03-101-0/+7
| | | | | |
| * | | | | VS 14: Add flag map for -std= to CppLanguageStandard tag in project filesMariusz Pluciński2016-03-101-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | This is used by the Clang/C2 toolset.
| * | | | | Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim modeMariusz Pluciński2016-03-101-1/+3
| | | | | |
| * | | | | VS: in Clang/C2 toolset, setup correct compiler settingsMariusz Pluciński2016-03-103-8/+37
| | | | | |
| * | | | | CMakeDetermineCompilerId: Add detection of clang.exe bundled with VSMariusz Pluciński2016-03-101-1/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | When using a clang toolset we need to find `clang.exe` instead of `cl.exe`.
* | | | | Merge topic 'update-osx-release'Brad King2016-03-101-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 43fbcba2 Help: Add notes for topic 'update-osx-release'
| * | | | | Help: Add notes for topic 'update-osx-release'Brad King2016-03-091-0/+5
| | | | | |
* | | | | | Merge topic 'FindJNI-ubuntu-paths'Brad King2016-03-101-2/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b029ea9 FindJNI: Append path only "if(EXISTS" add25578 FindJNI: Add support for Ubuntu 15.10
| * | | | | | FindJNI: Append path only "if(EXISTS"O. Libre2016-03-091-2/+6
| | | | | | |
| * | | | | | FindJNI: Add support for Ubuntu 15.10O. Libre2016-03-091-0/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | - Reuse JAVA_APPEND_LIBRARY_DIRECTORIES for JAVA_AWT_INCLUDE_DIRECTORIES - Append three directories /usr/lib/jvm/java-{8,7,6}-openjdk-{libarch}
* | | | | | Merge topic 'xcode-regenerate-on-deleted-files'Brad King2016-03-102-9/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 111cd679 Xcode: ReRunCMake even if files disappeared (#15992)
| * | | | | | Xcode: ReRunCMake even if files disappeared (#15992)Gregor Jasny2016-03-092-9/+57
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2016-03-101-1/+1
|/ / / / /
* | | | | Merge topic 'update-kwsys'Brad King2016-03-094-13/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea04ec09 Merge branch 'upstream-KWSys' into update-kwsys 4ba9b473 KWSys 2016-03-08 (6b60c184)
| * \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-03-084-13/+14
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | | * upstream-KWSys: KWSys 2016-03-08 (6b60c184)
| | * | | KWSys 2016-03-08 (6b60c184)KWSys Upstream2016-03-084-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: http://public.kitware.com/KWSys.git at commit 6b60c1843dbba9d4929496f9292cc78dab945c68 (master). Upstream Shortlog ----------------- Mariusz Pluciński (1): 6b60c184 SystemInformation: Fix compilation on VS Clang/C2 toolset Sean McBride (3): 6ea22e65 Suppressed clang -Wcomma warnings with void cast 8d9d489d Fixed clang-tidy warnings about macros missing defensive parens 1c544330 Made private method static to silence warning
* | | | | Merge topic 'deprecate-CMakeForceCompiler'Brad King2016-03-093-11/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d929c35f CMakeForceCompiler: Deprecate this module and its macros