- 08 Mar, 2012 8 commits
-
-
David Cole authored
c5ae7331 find_package: Test that REQUIRED aborts processing correctly c91a54db find_package: error out if REQUIRED Config has not been found
-
David Cole authored
6973e2d5 wrap write_basic_config_version_file as write_basic_package_version_file() 204f5d44 add CMakePackageConfigHelpers: configure_package_config_file()
-
David Cole authored
b28e7fa1 VS6: Avoid SBCS test on VS6 (#12189) df19b9ca VS6: Avoid _MBCS define when _SBCS is defined (#12189) ba89e92b Visual Studio: Allow setting Single Byte Character Set (#12189)
-
David Cole authored
d4719a8d Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.
-
David Cole authored
b0cb29bb Fix some typos in CPACK_SET_DESTDIR doc
-
David Cole authored
208c3f84 Use correct "requires" line in cygwin setup hint file 1b996e73 Remove trailing white space
-
David Cole authored
d662dff7 Fix shadowed variable warning on dashboard results f66e735d Fix compiler warning reported on older Borland dashboard. d90eed44 Fix compiler error reported on older Borland dashboard. 8233636d Update the documentation regarding INCLUDE_DIRECTORIES. d899eb71 Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES c21db870 Make search paths ordered and unique 22021f07 Remove cmMakefile::GetIncludeDirectories 9106b564 Extract and use the INCLUDE_DIRECTORIES target properties. 840509ba Keep the INCLUDE_DIRECTORIES target property up to date. a4d5f7b9 Add API to get the ordered includes for a target. 8adaee2b CMake: Eliminate cmMakefile::IncludeDirectories 7620932d Remove include flags memoization. 97a5faa8 Make it safe to call this method without creating duplicates. edd53039 Refactor GetIncludeFlags to take includes instead of fetching them
-
Kitware Robot authored
-
- 07 Mar, 2012 4 commits
-
-
Brad King authored
Verify that the command produces a FATAL_ERROR if and only if the missing package is REQUIRED.
-
Alexander Neundorf authored
So the name fits better with configure_package_config_file(), as discussed on the mailing list. Adapt the documentation accordingly. Alex
-
Alexander Neundorf authored
The function configure_package_config_file() may be used instead of configure_file() for generating the Config.cmake files for installation, they help to make those files relocatable. Alex
-
Kitware Robot authored
-
- 06 Mar, 2012 19 commits
-
-
David Cole authored
The previous commit, df19b9ca, assumed that the corresponding _UNICODE functionality in the VS6 generator actually worked. That turns out not to be the case. Unicode definition does not actually suppress _MBCS definition, so neither does this new code... Don't test it here, since the patch submitter for _SBCS does not need VS6 support. If somebody needs _UNICODE and _SBCS support to suppress the definition of _MBCS in the VS6 generator, it is work yet to do. Patches welcome.
-
Eric Noulard authored
-
David Cole authored
635bf50c Add an option to skip RPATH during installation.
-
David Cole authored
761c146a Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE
-
David Cole authored
b43cd125 add test for get_property() errors
-
David Cole authored
aef248a4 Remove cmExprParserHelper::SetLineFile() e2665710 Remove UnionsAvailable member from 2 classes
-
David Cole authored
234b7cad AllFindModules test: do not require TCLSH version
-
David Cole authored
e3336025 Fix MSYS CVS local test repo path format (#13001)
-
David Cole authored
678c24d2 FindQt3: fix detection of Qt3 include directory 91a1670f FindQt3: let FPHSA handle the version selection 9dae4d65 FindQt3: fix version extraction for versions with letters 2cd898d5 FindQt3: fix warning when Qt3 is not found
-
David Cole authored
9012be20 CheckSourceTree: Remove CVS checkout support (#13001)
-
David Cole authored
2d59c9ab cmcurl: Do not hard-coded Windows check results for MinGW (#13001)
-
David Cole authored
0916cc88 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
-
David Cole authored
4689eedc reflect that the QtAutomoc depends on QtGui ab9661c1 Remove QtGui dependency in Qt4Deploy test and verify QtSql existance. 52e82796 Fix for Qt4Deploy on some test machines. 672e3bb7 Add test for DeployQt4.cmake 4853e1ef Fix plugin installation issues. 35cbf23c Ensure libs are passed to BundleUtilities. 0ac15353 Fix bad plugin paths. a2123e8f Fix mismatched arguments. fc6f3401 Don't use QT_LIBRARIES_PLUGINS by default.
-
David Cole authored
89403bf8 Rename UsedCommands to FinalPassCommands
-
Eric Noulard authored
-
Alexander Neundorf authored
If in Config mode a configuration file could not be found, cmake printed an error, but did not actually stop processing. With SetFatalErrorOccured it does. Alex
-
David Cole authored
Reference: email thread between Bill Hoffman and Yaakov Selkowitz from Mar. 5, 2012.
-
David Cole authored
-
Kitware Robot authored
-
- 05 Mar, 2012 3 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
This allows downstreams to use set(CMAKE_WIN32_EXECUTABLE ON) set(CMAKE_MACOSX_BUNDLE ON) to create executables with the WIN32_EXECUTABLE and MACOSX_BUNDLE properties set on by default.
-
Kitware Robot authored
-
- 04 Mar, 2012 2 commits
-
-
Rolf Eike Beer authored
-
Kitware Robot authored
-
- 03 Mar, 2012 3 commits
-
-
Yury G. Kudryashov authored
-
Yury G. Kudryashov authored
These classes were copied from cmDependsJavaParserHelper that really needs this member.
-
Kitware Robot authored
-
- 02 Mar, 2012 1 commit
-
-
Rolf Eike Beer authored
-