summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cmake-command-line-help-vs-arch'Brad King2015-04-098-21/+39
|\ | | | | | | | | 1e384337 cmake: Show in --help how to select VS target platform (#15422)
| * cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-078-21/+39
| | | | | | | | | | | | | | | | | | * Re-order VS generators from newest to oldest. * Show how to specify a VS generator with a target platform * Increase the option output indentation to avoid extra wrapping with longer generator names.
* | Merge topic 'link-implicit-libs-full-path'Brad King2015-04-0930-8/+243
|\ \ | | | | | | | | | | | | | | | | | | 882f48e5 Link libraries by full path even in implicit directories 318cd370 Help: Add link target for Find Modules section of cmake-developer.7 1535dcd8 Tests: Teach RunCMake to optionally merge command output to stdout
| * | Link libraries by full path even in implicit directoriesBrad King2015-04-0928-6/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CMP0003 was first introduced we wanted to link all libraries by full path. However, some projects had problems on platforms where find_library would find /usr/lib/libfoo.so when the project really wanted to link to /usr/lib/<arch>/libfoo.so and had been working by accident because pre-CMP0003 behavior used -lfoo to link. We first tried to address that in commit v2.6.0~440 (Teach find_library to avoid returning library paths in system directories, 2008-01-23) by returning just "foo" for libraries in implicit link directories. This caused problems for projects expecting find_library to always return a full path. We ended up using the solution in commit v2.6.0~366 (... switch library paths found in implicit link directories to use -l, 2008-01-31). However, the special case for libraries in implicit link directories has also proven problematic and confusing. Introduce policy CMP0060 to switch to linking all libraries by full path even if they are in implicit link directories. Explain in the policy documentation the factors that led to the original approach and now to this approach.
| * | Help: Add link target for Find Modules section of cmake-developer.7Brad King2015-04-071-0/+1
| | |
| * | Tests: Teach RunCMake to optionally merge command output to stdoutBrad King2015-04-071-2/+8
| | | | | | | | | | | | | | | | | | | | | Some tests may need to read "cmake --build" output passed through from native build tools and do not know if it will be on stdout or stderr. Optionally use the same variable for the execute_process output so that it merges them and we can always match using expected stdout.
* | | CMake Nightly Date StampKitware Robot2015-04-091-1/+1
| | |
* | | Merge topic 'FindMatlab_add_recent_versions'Brad King2015-04-081-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 7e311773 FindMatlab: Look for R2014b and R2015a
| * | | FindMatlab: Look for R2014b and R2015aDaniele E. Domenichelli2015-04-071-0/+2
| | | |
* | | | Merge topic 'emulator-property'Brad King2015-04-0820-4/+176
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1975d53a Help: Add notes for topic 'emulator-property' 9160d6c2 TestGenerator: Add CROSSCOMPILING_EMULATOR support. e942526b try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. 579c4bec Properties: Add CROSSCOMPILING_EMULATOR target property.
| * | | | Help: Add notes for topic 'emulator-property'Brad King2015-04-081-0/+7
| | | | |
| * | | | TestGenerator: Add CROSSCOMPILING_EMULATOR support.Matt McCormick2015-04-086-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefix test commands with the CROSSCOMPILING_EMULATOR property for target executables. This allows test suites to be run on the host when crosscompiling.
| * | | | try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.Matt McCormick2015-04-087-6/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the CMAKE_CROSSCOMPILING_EMULATOR variable is defined, and CMAKE_CROSSCOMPILING is TRUE, then use CMAKE_CROSSCOMPILING_EMULATOR to run the try_run executables. This prevents the need to populate TryRunResults.cmake when cross compiling.
| * | | | Properties: Add CROSSCOMPILING_EMULATOR target property.Matt McCormick2015-04-0711-0/+72
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Add CROSSCOMPILING_EMULATOR target property for executables. This is used by subsequent patches to run exectuables created for the target system when crosscompiling. The property is initialized by the CMAKE_CROSSCOMPILING_EMULATOR variable when defined.
* | | | Merge topic 'document_supported_compiler_feature_compilers'Brad King2015-04-0821-20/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 322cdc48 Help: Document supported compilers in cmake-compile-features.7
| * | | | Help: Document supported compilers in cmake-compile-features.7Robert Maynard2015-04-0721-20/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Extend sentences in other documentation linking to this manual to say that it has a list of supported compilers. Co-Author: Brad King <brad.king@kitware.com>
* | | | Merge topic 'xcode-quote-path'Brad King2015-04-085-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | dfd6f1f2 Xcode: Also quote strings containing // (#15487)
| * | | | Xcode: Also quote strings containing // (#15487)Gregor Jasny2015-04-045-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise those will be interpreted as start of a comment Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | | | CMake Nightly Date StampKitware Robot2015-04-081-1/+1
| | | | |
* | | | | Merge topic 'refactor-cache-api'Brad King2015-04-0729-471/+311
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 3347c5e4 Revert topic 'refactor-cache-api'
| * | | | | Revert topic 'refactor-cache-api'Brad King2015-04-0729-471/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This topic was never tested without some follow-up commits. The GetCacheEntryValue API returns a pointer to memory freed on return. It will have to be revised along with the rest of the original topic.
* | | | | | Merge topic 'refactor-cache-api'Brad King2015-04-0729-311/+471
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9410e24a cmCacheManager: Port consumers to non-iterator API. 7b7ae3b1 Port QtDialog to non-iterator cache API. 228c629c Port CursesDialog to non-iterator cache API. 2e50f5e7 cmMakefile: Port away from CacheEntry.Initialized. e6224367 cmCacheManager: Add non-iterator-based API. 9ada4c04 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 1fe7f24c Add API for cache loading, deleting and saving to the cmake class. 08c642c6 cmMakefile: Remove cache version accessors. cec8f97e cmMakefile: Simplify GetDefinitions implementation.
| * | | | cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-0613-115/+117
| | | | | | | | | | | | | | | | | | | | | | | | | This simplifies reasoning about the follow-up commit which ports away from cmCacheManager to a class with the same method names.
| * | | | Port QtDialog to non-iterator cache API.Stephen Kelly2015-04-061-32/+40
| | | | |
| * | | | Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-063-76/+110
| | | | |
| * | | | cmMakefile: Port away from CacheEntry.Initialized.Stephen Kelly2015-04-061-6/+7
| | | | | | | | | | | | | | | | | | | | The API has no other external users.
| * | | | cmCacheManager: Add non-iterator-based API.Stephen Kelly2015-04-061-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iterator pattern is an unusual one for CMake, and it hinders refactoring all configuration-time data manipulation into a single class.
| * | | | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-068-37/+51
| | | | | | | | | | | | | | | | | | | | | | | | | Being initialized is a requirement for this method to return something, and is what differentiates it from using GetIterator with it.GetValue.
| * | | | Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-069-21/+61
| | | | | | | | | | | | | | | | | | | | | | | | | Migrate existing users of the CacheManager API to use the new API. The CacheManager will be going away soon.
| * | | | cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-064-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | They are only used by legacy code. Inline them there to simplify cmMakefile.
| * | | | cmMakefile: Simplify GetDefinitions implementation.Stephen Kelly2015-04-061-6/+6
| | |_|/ | |/| |
* | | | Merge topic 'vs-compiler-feature-2013-update'Brad King2015-04-072-8/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ecb1d5b4 Features: VS 2013 Update 3 supports initializer lists (#15494) 827309af Tests: Fix CompileFeatures cxx_generalized_initializers example
| * | | | Features: VS 2013 Update 3 supports initializer lists (#15494)Brad King2015-04-062-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 2013 originally claimed to support initializer lists but a bug was found in which it generated bad code silently. For this reason we previously considered support to not be present. However, Update 3 adds a hard error on cases that previously generated bad code, so it is now safe to use initializer lists with VS 2013 Update 3 or greater. At worst a compiler error will be issued in the cases that do not work, but that is no different from any other compiler-specific workaround a project code may need.
| * | | | Tests: Fix CompileFeatures cxx_generalized_initializers exampleBrad King2015-04-061-2/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only reason this failed to compile on VS 2013 was because the compiler uses different initializer_list constructor argument types than our dummy implementation. The standard does not specify the non-default constructor argument types for initializer_list. Use a template to match any two-arg constructor a compiler might select (e.g. begin/end or begin/len). Use #error to preserve the error on VS 2013.
* | | | Merge topic 'minor-cleanups'Brad King2015-04-072-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | c22f6c15 Remove unused includes.
| * | | | Remove unused includes.Stephen Kelly2015-04-062-2/+0
| | | | |
* | | | | Merge topic 'gcov-module-coverage-exclude'Brad King2015-04-071-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | d2240390 Help: Add notes for topic 'gcov-module-coverage-exclude'
| * | | | Help: Add notes for topic 'gcov-module-coverage-exclude'Brad King2015-04-061-0/+6
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-04-071-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'minor-cleanups'Brad King2015-04-0610-81/+7
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c37cf7fa cmCacheManager: Remove unused method 64556e3d cmCacheManager: Remove unused overloads. 23bb5d22 cmCacheManager: Remove use of intermediate overload. 510562e3 cmGlobalGenerator: Don't fetch the cache manager in a loop. 629e9489 cmake: Clear member rather than explicit erase. d280bae9 cmake: Be clear that there is no chaining after global properties. 364c7ea1 cmake: Remove unused method. 47acfe1d cmake: Remove unused member. a469bf7b cmMakefile: Remove one wrong and one insufficiently helpful comment. 257c1649 cmListFile: Remove unused member. fe17092c cmMakefile: Remove bogus comment. 199b28ac Remove duplicate tag name.
| * | | cmCacheManager: Remove unused methodStephen Kelly2015-04-054-27/+0
| | | |
| * | | cmCacheManager: Remove unused overloads.Stephen Kelly2015-04-052-24/+0
| | | |
| * | | cmCacheManager: Remove use of intermediate overload.Stephen Kelly2015-04-051-1/+2
| | | |
| * | | cmGlobalGenerator: Don't fetch the cache manager in a loop.Stephen Kelly2015-04-051-2/+1
| | | | | | | | | | | | | | | | It doesn't change from Makefile to Makefile.
| * | | cmake: Clear member rather than explicit erase.Stephen Kelly2015-04-051-1/+1
| | | |
| * | | cmake: Be clear that there is no chaining after global properties.Stephen Kelly2015-04-051-3/+2
| | | |
| * | | cmake: Remove unused method.Stephen Kelly2015-04-051-3/+0
| | | |
| * | | cmake: Remove unused member.Stephen Kelly2015-04-052-2/+0
| | | |
| * | | cmMakefile: Remove one wrong and one insufficiently helpful comment.Stephen Kelly2015-04-041-3/+2
| | | |
| * | | cmListFile: Remove unused member.Stephen Kelly2015-04-042-11/+0
| | | | | | | | | | | | | | | | | | | | It is written, but not read since commit v2.4.0~575 (ENH: Since list file cache does not make much sense any more ..., 2006-02-07).