summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'add-flag-detection-regex'David Cole2011-08-021-1/+2
|\ | | | | | | | | b7f3f7c Add fail regex to detect supported warning flags correctly.
| * Add fail regex to detect supported warning flags correctly.David Cole2011-07-271-1/+2
| | | | | | | | | | | | | | | | | | | | On Apple's gcc, the compiler emits a warning such as "warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C" when it is passed that flag on its command line. When testing for that flag with a plain C file, we should report that the flag is unsupported for C files. The new FAIL_REGEX option added here produces this behavior.
* | Merge topic 'library-multiarch-issue-12326'David Cole2011-08-021-0/+12
|\ \ | | | | | | | | | | | | 317d077 multiarch: Treat lib/<arch> as implicit link dir (#12326)
| * | multiarch: Treat lib/<arch> as implicit link dir (#12326)Modestas Vainius2011-07-271-0/+12
| | | | | | | | | | | | | | | Add multiarch library directories to the set of implicit link directories. In particular, this keeps lib/<arch> out of R(UN)PATH.
* | | Merge topic 'FeatureSummaryImprovements'David Cole2011-08-022-87/+320
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b62349c FeatureSummary.cmake: update documentation f366cf8 FeatureSummary.cmake: cosmetics f407bb5 FeatureSummary.cmake: only higher TYPEs can override previous TYPEs 02d47ab FeatureSummary.cmake: error out when a REQUIRED package is missing 91a1527 FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword 0671a02 FeatureSummary.cmake: remove "comment" field aae13f4 Extend FeatureSummary: add PURPOSE of package and TYPE
| * | | FeatureSummary.cmake: update documentationAlex Neundorf2011-07-171-18/+81
| | | | | | | | | | | | | | | | Alex
| * | | FeatureSummary.cmake: cosmeticsAlex Neundorf2011-07-171-34/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -move the compat function to the bottom of the file -make all except one endif() empty Alex
| * | | FeatureSummary.cmake: only higher TYPEs can override previous TYPEsAlex Neundorf2011-07-171-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | This way e.g. a REQUIRED cannot become OPTIONAL, only the other way round Alex
| * | | FeatureSummary.cmake: error out when a REQUIRED package is missingAlex Neundorf2011-07-171-4/+16
| | | | | | | | | | | | | | | | Alex
| * | | FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keywordAlex Neundorf2011-07-172-34/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now found packages are not stored in ENABLED/DISABLED_FEATURES anymore, but always in PACKAGES_FOUND/NOT_FOUND. ENABLED/DISABLED_FEATURES is now only used via ADD_FEATURE_INFO(), e.g. for stuff set via option(). Alex
| * | | FeatureSummary.cmake: remove "comment" fieldAlex Neundorf2011-07-171-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What was given as comment to set_package_info(), now goes into the PURPOSE field. It was not clear what the comment should contain, with the PURPOSE this is much clearer now. Alex
| * | | Extend FeatureSummary: add PURPOSE of package and TYPEAlex Neundorf2011-07-171-29/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the PURPOSE a project can state what the package in question is used for in the project (as opposed to describing what the package does in general). TYPE can be one of OPTIONAL (default) RUNTIME - not needed for building, only at runtime RECOMMENDED - as OPTIONAL, but you should really have it REQUIRED - cmake will fail if one of these is not found This can be set using the new function set_package_properties() Alex
* | | | KWSys Nightly Date StampKWSys Robot2011-08-021-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-08-011-2/+2
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-07-311-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-07-301-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-07-291-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-07-281-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-07-271-1/+1
| | |
* | | Merge topic 'search-for-aspell'Brad King2011-07-261-3/+8
|\ \ \ | | | | | | | | | | | | | | | | bb3a438 Search for the ASPELL executable
| * | | Search for the ASPELL executableArnaud Gelas2011-07-221-3/+8
| | | |
* | | | Merge topic 'qt4-apple-framework-fix'Brad King2011-07-261-13/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 702538e Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS X
| * | | | Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS XClinton Stimpson2011-07-251-13/+13
| | | | |
* | | | | Merge topic 'cross-qt4-find-includes'Brad King2011-07-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0ae8a34 Add qt4/QtCore to help find Qt headers when cross-compiling.
| * | | | | Add qt4/QtCore to help find Qt headers when cross-compiling.Clinton Stimpson2011-07-221-1/+1
| | | | | |
* | | | | | Merge topic 'effective-platform-name'Brad King2011-07-263-9/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74c73d5 Correct KWStyle line too long error 0c030ef Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.
| * | | | | | Correct KWStyle line too long errorDavid Cole2011-07-191-1/+2
| | | | | | |
| * | | | | | Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.David Cole2011-07-183-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Facilitates building iOS projects, enabling switching back and forth between simulator and device builds at development time.
* | | | | | | Merge topic 'fix-tests-failing-with-Xcode4'Brad King2011-07-262-4/+63
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a53fb7 Use correct default multiple architecture values in test 5f7acc8 Base architecture choice logic on Xcode version c050c59 Fix BuildDepends test to work with Xcode 4 923b030 Fix Architecture test to work with Xcode 4
| * | | | | | | Use correct default multiple architecture values in testDavid Cole2011-07-191-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if CMAKE_OSX_ARCHITECTURES value is a single value...
| * | | | | | | Base architecture choice logic on Xcode versionDavid Cole2011-07-182-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not on Darwin version.
| * | | | | | | Fix BuildDepends test to work with Xcode 4David Cole2011-07-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ppc tools are no longer available in the Xcode 4 installation. Eliminate the use of the hard-coded 'ppc' in the test when running on Snow Leopard or later.
| * | | | | | | Fix Architecture test to work with Xcode 4David Cole2011-07-151-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ppc tools are no longer available in the Xcode 4 installation. Eliminate the use of the hard-coded 'ppc' in the test when running on Snow Leopard or later.
* | | | | | | | Merge topic 'SetPropertyAppendString'Brad King2011-07-2619-35/+73
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9dbba1b Fix #12342: Add APPEND_STRING option to set_property()
| * | | | | | | | Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-1519-35/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set_property() has APPEND, which creates a list. E.g. when appending to COMPILE_FLAGS a string is needed, not a list. With the APPEND_STRING option the value is append as string, not as list. Alex
* | | | | | | | | Merge topic 'MinorImprovementToTryCompileDocs'Brad King2011-07-261-4/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6b9df4 Minor fix to try_compile() docs (#12333)
| * | | | | | | | | Minor fix to try_compile() docs (#12333)Alex Neundorf2011-07-121-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | | | | Merge topic 'CheckCXXSymbolExists'Brad King2011-07-262-9/+58
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 757a6a0 Add CheckCXXSymbolExists.cmake, so this can be used also for C++
| * | | | | | | | | | Add CheckCXXSymbolExists.cmake, so this can be used also for C++Alex Neundorf2011-07-082-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits check_symbol_exists() so that the actual implementation can be also used by check_cxx_symbol_exists() Alex
* | | | | | | | | | | Merge topic 'PushCheckState'Brad King2011-07-263-0/+92
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d64ba0b Fix copyright notice test 1325260 Add macros cmake_push/pop_check_state() as discussed on the list.
| * | | | | | | | | | | Fix copyright notice testAlex Neundorf2011-07-071-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | | | | | Add macros cmake_push/pop_check_state() as discussed on the list.Alex Neundorf2011-07-073-0/+83
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds two macros cmake_push_check_state() and cmake_pop_check_state(), which can be used to save and restore the contents of the CMAKE_REQUIRED_xxx variables. Alex
* | | | | | | | | | | Merge topic 'doc-custom-command-multiple-targets-issue-12311'Brad King2011-07-261-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ece8f7 Document caveat of custom commands in multiple targets (#12311)
| * | | | | | | | | | | Document caveat of custom commands in multiple targets (#12311)Brad King2011-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A common mistake when using custom commands is to list the output of a command in multiple targets that may build in parallel. Warn against this case in the documentation and suggest a better approach.
* | | | | | | | | | | | Merge topic 'qt4-no-build-type'Brad King2011-07-261-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5a2b208 Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work.
| * | | | | | | | | | | | Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work.Clinton Stimpson2011-06-231-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'DisableSwitchForFindPackage'Brad King2011-07-264-1/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a50b5f Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package> a66df08 Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch 6e1d3ed Add a switch to disable a find_package() call completely
| * | | | | | | | | | | | | Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package>Alex Neundorf2011-06-232-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | | | | | | | Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switchAlex Neundorf2011-06-232-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | | | | | | | Add a switch to disable a find_package() call completelyAlex Neundorf2011-06-211-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed, this adds a switch CMAKE_DISABLE_FIND_PACKAGE_<name>, which, when set to TRUE, keeps the find_package() command from executing. When the package is REQUIRED at the same time, an error is generated. Alex