Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AllFindModules test: once again expand version checking | Rolf Eike Beer | 2012-03-01 | 1 | -18/+24 |
| | |||||
* | Merge topic 'expect-more-versions' | David Cole | 2012-02-21 | 1 | -2/+3 |
|\ | | | | | | | | | 540db7e AllFindModules test: expect more modules to have a version number available | ||||
| * | AllFindModules test: expect more modules to have a version number available | Rolf Eike Beer | 2012-02-18 | 1 | -2/+3 |
| | | | | | | | | | | | | For all current build machines the modules FindPkgConfig, FindFreetype, and FindLibXslt return a version number. Enforce this to early catch when this is not always the case. | ||||
* | | fix the same typos as found by Debian in other places, too | Rolf Eike Beer | 2012-02-18 | 1 | -3/+3 |
|/ | |||||
* | AllFindModules test: do not enforce GNUPLOT version | Rolf Eike Beer | 2012-02-13 | 1 | -1/+1 |
| | | | | | Ancient Gnuplot versions like 3.7.1 don't know about "--version". Disable this check so it doesn't break on machines with this version. | ||||
* | CMakeOnly.AllFindModules: require version for some modules | Rolf Eike Beer | 2012-02-01 | 1 | -0/+22 |
| | |||||
* | CMakeOnly.AllFindModules: suppress two modules from testing | Rolf Eike Beer | 2012-01-26 | 1 | -1/+6 |
| | | | | | FindPackageHandleStandardArgs and FindPackageMessage match the glob expression but are nothing that will usually be fed into find_package(). | ||||
* | CMakeOnly.AllFindModules: always check FindQt | Rolf Eike Beer | 2012-01-26 | 1 | -2/+4 |
| | |||||
* | CMakeOnly.AllFindModules: clean up the Qt3/Qt4 code | Rolf Eike Beer | 2012-01-26 | 1 | -11/+11 |
| | |||||
* | AllFindModules test: also check Qt3 modules if Qt4 is not found | Rolf Eike Beer | 2012-01-18 | 1 | -2/+13 |
| | |||||
* | AllFindModules test: keep complete output | Rolf Eike Beer | 2012-01-17 | 1 | -0/+3 |
| | |||||
* | add a test that loops through most Find* modules | Rolf Eike Beer | 2012-01-16 | 1 | -0/+25 |
This allows easy spotting of modules that output crappy messages and the like. |