summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'target-include-directories'David Cole2012-03-0823-245/+397
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d662dff Fix shadowed variable warning on dashboard results f66e735 Fix compiler warning reported on older Borland dashboard. d90eed4 Fix compiler error reported on older Borland dashboard. 8233636 Update the documentation regarding INCLUDE_DIRECTORIES. d899eb7 Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES c21db87 Make search paths ordered and unique 22021f0 Remove cmMakefile::GetIncludeDirectories 9106b56 Extract and use the INCLUDE_DIRECTORIES target properties. 840509b Keep the INCLUDE_DIRECTORIES target property up to date. a4d5f7b Add API to get the ordered includes for a target. 8adaee2 CMake: Eliminate cmMakefile::IncludeDirectories 7620932 Remove include flags memoization. 97a5faa Make it safe to call this method without creating duplicates. edd5303 Refactor GetIncludeFlags to take includes instead of fetching them
| * Fix shadowed variable warning on dashboard resultsDavid Cole2012-02-231-1/+1
| |
| * Fix compiler warning reported on older Borland dashboard.David Cole2012-02-221-2/+4
| | | | | | | | Avoid assignment inside the if.
| * Fix compiler error reported on older Borland dashboard.David Cole2012-02-221-2/+3
| | | | | | | | Declare variable only once at a scope appropriate for both uses.
| * Update the documentation regarding INCLUDE_DIRECTORIES.David Cole2012-02-223-10/+51
| | | | | | | | | | It is now a target property and is affected by the use of the include_directories command.
| * Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIESDavid Cole2012-02-221-0/+14
| | | | | | | | | | | | For strict backwards compatibility only. This should be unnecessary at this point, but introducing a policy to deprecate it properly is a whole different topic branch...
| * Make search paths ordered and uniqueDavid Cole2012-02-221-1/+14
| | | | | | | | | | Avoid duplicates. Same as before the introduction of the INCLUDE_DIRECTORIES target property.
| * Remove cmMakefile::GetIncludeDirectoriesDavid Cole2012-02-222-29/+0
| | | | | | | | | | After making the changes to use the new target level INCLUDE_DIRECTORIES property, there are no more callers of this method.
| * Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-2218-125/+204
| | | | | | | | | | | | | | | | | | Eliminate callers of cmMakefile::GetIncludeDirectories. All callers of GetIncludeDirectories should go through the local generator object. Only the local generator calls cmTarget::GetIncludeDirectories directly.
| * Keep the INCLUDE_DIRECTORIES target property up to date.Stephen Kelly2012-02-222-0/+14
| | | | | | | | The directory level property changes need to be added to it.
| * Add API to get the ordered includes for a target.Stephen Kelly2012-02-222-0/+27
| |
| * CMake: Eliminate cmMakefile::IncludeDirectoriesDavid Cole2012-02-223-84/+71
| | | | | | | | Instead, re-implement it in terms of the directory property INCLUDE_DIRECTORIES.
| * Remove include flags memoization.Stephen Kelly2012-02-222-15/+3
| |
| * Make it safe to call this method without creating duplicates.Stephen Kelly2012-02-221-2/+6
| |
| * Refactor GetIncludeFlags to take includes instead of fetching themStephen Kelly2012-02-224-10/+21
| |
* | KWSys Nightly Date StampKWSys Robot2012-03-081-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2012-03-071-1/+1
| |
* | Merge topic 'skip-install-rpath'David Cole2012-03-064-3/+25
|\ \ | | | | | | | | | | | | 635bf50 Add an option to skip RPATH during installation.
| * | Add an option to skip RPATH during installation.Stephen Kelly2012-03-054-3/+25
| | |
* | | Merge topic 'win32_executable-and-macosx_bundle-initializers'David Cole2012-03-062-2/+24
|\ \ \ | | | | | | | | | | | | | | | | 761c146 Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE
| * | | Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLEStephen Kelly2012-03-052-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'test-getpropery'David Cole2012-03-0616-0/+122
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | b43cd12 add test for get_property() errors
| * | | | add test for get_property() errorsRolf Eike Beer2012-03-0416-0/+122
| |/ / /
* | | | Merge topic 'remove-unused-members'David Cole2012-03-063-10/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | aef248a Remove cmExprParserHelper::SetLineFile() e266571 Remove UnionsAvailable member from 2 classes
| * | | | Remove cmExprParserHelper::SetLineFile()Yury G. Kudryashov2012-03-032-8/+0
| | | | |
| * | | | Remove UnionsAvailable member from 2 classesYury G. Kudryashov2012-03-032-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | These classes were copied from cmDependsJavaParserHelper that really needs this member.
* | | | | Merge topic 'allfindmodules-versions'David Cole2012-03-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 234b7ca AllFindModules test: do not require TCLSH version
| * | | | | AllFindModules test: do not require TCLSH versionRolf Eike Beer2012-03-021-1/+1
| | | | | |
* | | | | | Merge topic 'fix-msys-cvs-local-repo'David Cole2012-03-062-0/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | e333602 Fix MSYS CVS local test repo path format (#13001)
| * | | | | | Fix MSYS CVS local test repo path format (#13001)Brad King2012-03-022-0/+25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH. Detect the MSYS cvs by looking for the string "msys" in the executable file itself. Then convert the repo path to an MSYS path such as "/c/...". Fix both the CTest.UpdateCVS and ExternalProject tests that use local CVS repositories.
* | | | | | Merge topic 'improve-findqt3'David Cole2012-03-061-60/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 678c24d FindQt3: fix detection of Qt3 include directory 91a1670 FindQt3: let FPHSA handle the version selection 9dae4d6 FindQt3: fix version extraction for versions with letters 2cd898d FindQt3: fix warning when Qt3 is not found
| * | | | | | FindQt3: fix detection of Qt3 include directoryRolf Eike Beer2012-03-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The include directory is likely not inside ../bin
| * | | | | | FindQt3: let FPHSA handle the version selectionRolf Eike Beer2012-03-021-54/+14
| | | | | | |
| * | | | | | FindQt3: fix version extraction for versions with lettersRolf Eike Beer2012-03-021-2/+2
| | | | | | |
| * | | | | | FindQt3: fix warning when Qt3 is not foundRolf Eike Beer2012-03-021-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- Could NOT find Qt3 (missing: QT_QT_LIBRARY QT_INCLUDE_DIR QT_MOC_EXECUTABLE) CreateProcess failed QT_MOC_EXECUTABLE-NOTFOUND -v CreateProcess failed QT_UIC_EXECUTABLE-NOTFOUND -version
* | | | | | | Merge topic 'remove-CheckSourceTree-cvs-support'David Cole2012-03-062-85/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9012be2 CheckSourceTree: Remove CVS checkout support (#13001)
| * | | | | | | CheckSourceTree: Remove CVS checkout support (#13001)Brad King2012-03-022-85/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer support CVS checkouts from the Git repository. Drop the case from the CheckSourceTree test. This will also prevent the test from running and failing when CVS is found but Git is not.
* | | | | | | | Merge topic 'fix-mingw-introspection'David Cole2012-03-061-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2d59c9a cmcurl: Do not hard-coded Windows check results for MinGW (#13001)
| * | | | | | | | cmcurl: Do not hard-coded Windows check results for MinGW (#13001)Brad King2012-03-021-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WindowsCache.cmake file hard-codes results for MS and similar Windows toolchains. They are not valid for MinGW tools and also interfere with cmlibarchive checks. Allow the checks to run.
* | | | | | | | Merge topic 'fix-CTestUpdateHG-url'David Cole2012-03-061-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
| * | | | | | | | CTest.UpdateHG: Fix repo URL for local filesystem (#13001)Brad King2012-03-021-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "file:///c:/" instead of "file://c:/" because the latter looks like a machine:port URL instead of a local file URL.
* | | | | | | | Merge topic 'qt4-deploy'David Cole2012-03-064-68/+195
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4689eed reflect that the QtAutomoc depends on QtGui ab9661c Remove QtGui dependency in Qt4Deploy test and verify QtSql existance. 52e8279 Fix for Qt4Deploy on some test machines. 672e3bb Add test for DeployQt4.cmake 4853e1e Fix plugin installation issues. 35cbf23 Ensure libs are passed to BundleUtilities. 0ac1535 Fix bad plugin paths. a2123e8 Fix mismatched arguments. fc6f340 Don't use QT_LIBRARIES_PLUGINS by default.
| * | | | | | | | reflect that the QtAutomoc depends on QtGuiRolf Eike Beer2012-02-291-1/+1
| | | | | | | | |
| * | | | | | | | Remove QtGui dependency in Qt4Deploy test and verify QtSql existance.Clinton Stimpson2012-02-293-3/+3
| | | | | | | | |
| * | | | | | | | Fix for Qt4Deploy on some test machines.Clinton Stimpson2012-02-241-38/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the same check for whether Qt4 works for Qt4Automoc test before trying to do the Qt4Deploy test. Also pass down to Qt4Deploy which Qt to use.
| * | | | | | | | Add test for DeployQt4.cmakeClinton Stimpson2012-02-233-0/+120
| | | | | | | | |
| * | | | | | | | Fix plugin installation issues.Mike McQuaid2012-02-231-13/+27
| | | | | | | | |
| * | | | | | | | Ensure libs are passed to BundleUtilities.Mike McQuaid2012-02-211-2/+2
| | | | | | | | |
| * | | | | | | | Fix bad plugin paths.Mike McQuaid2012-02-211-13/+13
| | | | | | | | |
| * | | | | | | | Fix mismatched arguments.Mike McQuaid2012-02-211-1/+1
| | | | | | | | |