summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Suppress warnings occurring on the dashboards using the PGI compiler.David Cole2012-03-071-1/+2
|
* 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
| | | | | | | |
| * | | | | | | Don't use QT_LIBRARIES_PLUGINS by default.Mike McQuaid2012-02-211-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of the libraries won't be found by default so will spit out all sorts of errors. Don't kill QT_LIBRARIES_PLUGINS altogether as it is sometimes useful.
* | | | | | | | Merge topic 'rename-used-commands'David Cole2012-03-062-12/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89403bf Rename UsedCommands to FinalPassCommands
| * | | | | | | | Rename UsedCommands to FinalPassCommandsYury G. Kudryashov2012-02-292-12/+6
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I read 'UsedCommands' I thought that it holds all commands used in the file, not only those that have FinalPass().
* | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-061-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-051-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-041-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2012-03-031-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'while-testing'David Cole2012-03-029-5/+74
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 944b90b add testcases for while()/endwhile() errors f605b92 improve error message on a stray "endwhile()"
| * | | | | add testcases for while()/endwhile() errorsRolf Eike Beer2012-03-017-0/+60
| | | | | |
| * | | | | improve error message on a stray "endwhile()"Rolf Eike Beer2012-03-012-5/+14
| | | | | |
* | | | | | Merge topic 'allfindmodules-versions'David Cole2012-03-021-18/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9271d2f AllFindModules test: once again expand version checking
| * | | | | | AllFindModules test: once again expand version checkingRolf Eike Beer2012-03-011-18/+24
| | | | | | |
* | | | | | | Merge topic 'doxygen-fixes'David Cole2012-03-0211-147/+121
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09ff226 Merge branch 'add-const-qualifiers' into doxygen-fixes 31ab25c doxygen: MathCommand is not about string operators 486033a doxygen: review cmake.h 937bb4b doxygen: remove a few comments 4774590 doxygen: fix some comments in cmPolicies.h 4a48be3 doxygen: Small fixes in cmake.h apidocs 1e5b971 doxygen: Use proper syntax to document enum 54ab11c doxygen: Improve API docs of GetRealDependency 80072d4 doxygen: cmPropertyDefinition
| * \ \ \ \ \ \ Merge branch 'add-const-qualifiers' into doxygen-fixesBrad King2012-03-01117-421/+421
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Source/cmPropertyDefinition.h
| * | | | | | | | doxygen: MathCommand is not about string operatorsYury G. Kudryashov2012-02-291-4/+1
| | | | | | | | |