Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: changes from Eric Wing, bug 2249 | Bill Hoffman | 2005-10-28 | 8 | -114/+512 |
| | |||||
* | COMP: On mingw, -fPIC is not necessary and it actually produces warnings | Andy Cedilnik | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: remove -lgcc used by crazy coverage stuff | Bill Hoffman | 2005-09-23 | 1 | -4/+0 |
| | |||||
* | ENH: java fixes from Mathieu | Bill Hoffman | 2005-09-23 | 2 | -0/+7 |
| | |||||
* | ENH: fix typo | Bill Hoffman | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | ENH: remove message | Bill Hoffman | 2005-09-19 | 1 | -1/+0 |
| | |||||
* | ENH: clean up EnableLanguage try to fix problem where try compile runs cmake | Bill Hoffman | 2005-09-15 | 2 | -0/+18 |
| | |||||
* | ENH: only add optional qt stuff to QT_INCLUDES | Bill Hoffman | 2005-09-14 | 1 | -12/+23 |
| | |||||
* | ENH: if qt4 qmake is found then set QT_QMAKE_EXECUTABLE to that value so ↵ | Bill Hoffman | 2005-09-14 | 1 | -0/+1 |
| | | | | that the same one will be used in FindQt4.cmake | ||||
* | ENH: add some checks on the qmake install | Bill Hoffman | 2005-09-13 | 1 | -2/+10 |
| | |||||
* | ENH: fix if statement | Bill Hoffman | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | ENH: add docs for QT_REQUIRED | Bill Hoffman | 2005-09-13 | 1 | -0/+2 |
| | |||||
* | ENH: more findqt fixes | Bill Hoffman | 2005-09-13 | 2 | -6/+6 |
| | |||||
* | ENH: add new place to search for qt4 in registry | Bill Hoffman | 2005-09-12 | 2 | -0/+2 |
| | |||||
* | ENH: fix typo | Bill Hoffman | 2005-09-12 | 1 | -2/+0 |
| | |||||
* | ENH: add a better message | Bill Hoffman | 2005-09-12 | 1 | -1/+3 |
| | |||||
* | ENH: add more libraries for qt3 | Bill Hoffman | 2005-09-12 | 1 | -2/+7 |
| | |||||
* | ENH: use correct variable for qmake | Bill Hoffman | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | ENH: add a better message | Bill Hoffman | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | ENH: add some messages not errors for findqt | Bill Hoffman | 2005-09-12 | 1 | -0/+4 |
| | |||||
* | ENH: more qt changes | Bill Hoffman | 2005-09-12 | 2 | -4/+41 |
| | |||||
* | ENH: add -D options for qt stuff | Bill Hoffman | 2005-09-12 | 1 | -0/+7 |
| | |||||
* | ENH: make sure the correct qmake is used | Bill Hoffman | 2005-09-12 | 2 | -552/+561 |
| | |||||
* | ENH: only print errors if QT_REQUIRED is set | Bill Hoffman | 2005-09-11 | 1 | -1/+3 |
| | |||||
* | BUG: try to fix qt problems | Bill Hoffman | 2005-09-10 | 1 | -2/+6 |
| | |||||
* | ENH: clean up the find qt stuff some | Bill Hoffman | 2005-09-10 | 3 | -11/+24 |
| | |||||
* | ENH: try to fix this find qt stuff | Bill Hoffman | 2005-09-09 | 2 | -96/+123 |
| | |||||
* | ENH: make FindQt default to qt3 and print a message, and add ↵ | Bill Hoffman | 2005-09-09 | 2 | -289/+97 |
| | | | | CheckQtInstalled.cmake | ||||
* | ENH: clean up some stuff | Bill Hoffman | 2005-09-08 | 3 | -8/+55 |
| | |||||
* | ENH: add ability to set outdir in swig | Bill Hoffman | 2005-09-08 | 1 | -13/+35 |
| | |||||
* | ENH: add support for java 1.5 | Bill Hoffman | 2005-09-08 | 3 | -0/+5 |
| | |||||
* | ENH: add Matlab support | Bill Hoffman | 2005-09-08 | 1 | -0/+108 |
| | |||||
* | ENH: add a find motif | Bill Hoffman | 2005-09-08 | 1 | -0/+34 |
| | |||||
* | ENH: add Ken Morelands fixes for FindQT | Bill Hoffman | 2005-09-08 | 2 | -536/+578 |
| | |||||
* | ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵ | Bill Hoffman | 2005-09-07 | 4 | -14/+7 |
| | | | | single file in the cmake modules directory | ||||
* | ENH: add flags for debug release for aix | Bill Hoffman | 2005-08-29 | 1 | -0/+4 |
| | |||||
* | ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ↵ | Brad King | 2005-08-29 | 1 | -8/+11 |
| | | | | ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also. | ||||
* | ENH: More paths for java | Andy Cedilnik | 2005-08-26 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for finding qt-mtedu, the educational version of Qt. | Brad King | 2005-08-23 | 1 | -2/+2 |
| | |||||
* | BUG: Need to test void* not "void *" because the Intel compiler icc expands ↵ | Brad King | 2005-08-19 | 1 | -1/+2 |
| | | | | the asterisk. Thanks to Filipe Sousa for the patch. | ||||
* | ENH: some clean up from Clinton | Bill Hoffman | 2005-08-10 | 1 | -2/+1 |
| | |||||
* | ENH: add Eric Wings FindSDL updates | Bill Hoffman | 2005-08-10 | 7 | -2/+413 |
| | |||||
* | ENH: fixed up qt stuff from Clinton Stimpson | Bill Hoffman | 2005-08-10 | 2 | -50/+42 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-08-03 | 2 | -0/+244 |
| | |||||
* | STYLE: Fix typo | Andy Cedilnik | 2005-08-03 | 2 | -217/+20 |
| | |||||
* | ENH: /nologo must be first | Bill Hoffman | 2005-08-02 | 1 | -2/+2 |
| | |||||
* | ENH: add changes for qt4 from Clinton Stimpson | Bill Hoffman | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | ENH: add changes for qt4 from Clinton Stimpson | Bill Hoffman | 2005-08-02 | 1 | -22/+97 |
| | |||||
* | ENH: add advanced values | Bill Hoffman | 2005-08-02 | 1 | -0/+1 |
| | |||||
* | ENH: Add C++ test too | Andy Cedilnik | 2005-08-01 | 1 | -0/+53 |
| |