Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: better backwards compatibility, and deprecate PKGCONFIG | Bill Hoffman | 2006-12-09 | 2 | -33/+36 |
| | |||||
* | BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced | Alexander Neundorf | 2006-12-07 | 1 | -1/+1 |
| | | | | | | with the KDE version of FindRUBY.cmake Alex | ||||
* | ENH: add beos file | Bill Hoffman | 2006-12-07 | 1 | -0/+10 |
| | |||||
* | ENH: fix for backwards compatibility | Bill Hoffman | 2006-12-05 | 1 | -3/+3 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 2 | -0/+11 |
| | |||||
* | BUG: fix for bug 4102 | Bill Hoffman | 2006-12-04 | 1 | -0/+7 |
| | |||||
* | BUG: fix for bug 4123, find xmlrpc in standard locations | Bill Hoffman | 2006-12-04 | 1 | -0/+1 |
| | |||||
* | ENH: add a module to find Cups (#3081), taken from KDE svn | Alexander Neundorf | 2006-11-30 | 1 | -0/+47 |
| | | | | Alex | ||||
* | ENH: maintain backwards compatibility in UsePkgConfig | Bill Hoffman | 2006-11-29 | 2 | -4/+16 |
| | |||||
* | ENH: kde-config has been renamed to kde4-config several weeks ago, so it's | Alexander Neundorf | 2006-11-23 | 1 | -5/+5 |
| | | | | | | | not necessary anymore to use "kde-config" as fallback, since this will surely be a wrong version Alex | ||||
* | ENH: check in new pkgconfig stuff from Enrico Scholz | Bill Hoffman | 2006-11-22 | 2 | -36/+383 |
| | |||||
* | ENH: make sure findqt3 finds qt3 and not qt4 | Bill Hoffman | 2006-11-22 | 1 | -4/+20 |
| | |||||
* | ENH: added to handle case in very old odd versions of VTK | Ken Martin | 2006-11-16 | 1 | -0/+2 |
| | |||||
* | ENH: added to handle case in ITK 2.8 and earlier | Ken Martin | 2006-11-16 | 1 | -0/+3 |
| | |||||
* | ENH: add depend information from qrc files | Bill Hoffman | 2006-11-13 | 1 | -1/+11 |
| | |||||
* | BUG: use different commands for shared libraries and exe for manifest stuff ↵ | Bill Hoffman | 2006-11-11 | 2 | -2/+32 |
| | | | | fix for bug#4039 | ||||
* | ENH: add support for finding mpich2 on windows | Bill Hoffman | 2006-11-03 | 1 | -1/+3 |
| | |||||
* | ENH: look for QtAssistantClient4 | Bill Hoffman | 2006-11-02 | 1 | -2/+2 |
| | |||||
* | ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable. | Brad King | 2006-11-01 | 1 | -0/+3 |
| | |||||
* | ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987. | Brad King | 2006-10-30 | 1 | -0/+118 |
| | |||||
* | ENH: More documentation | Andy Cedilnik | 2006-10-27 | 1 | -0/+3 |
| | |||||
* | ENH: Add support for libjvm | Andy Cedilnik | 2006-10-27 | 1 | -0/+17 |
| | |||||
* | ENH: remove JavaEmbedding | Bill Hoffman | 2006-10-27 | 1 | -7/+4 |
| | |||||
* | BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so that | Alexander Neundorf | 2006-10-24 | 1 | -0/+4 |
| | | | | | | it will be in 2.4.4 Alex | ||||
* | ENH: fix more doxygen issues | Bill Hoffman | 2006-10-24 | 1 | -14/+5 |
| | |||||
* | ENH: remove JavaEmbedding framework | Bill Hoffman | 2006-10-24 | 1 | -4/+1 |
| | |||||
* | BUG: fix #3955: add -O2 by default but only if no special buildtype is set | Alexander Neundorf | 2006-10-23 | 1 | -4/+10 |
| | | | | Alex | ||||
* | ENH: put in backwards compatibility for older cmake | Bill Hoffman | 2006-10-23 | 1 | -6/+14 |
| | |||||
* | ENH: Adding CMAKE_DEPENDENT_OPTION macro. | Brad King | 2006-10-19 | 1 | -0/+37 |
| | |||||
* | ENH: Find module for XMLRPC libraries. | Brad King | 2006-10-19 | 1 | -0/+134 |
| | |||||
* | ENH: Find module for EXPAT library. | Brad King | 2006-10-19 | 1 | -0/+38 |
| | |||||
* | ENH: Find module for CURL library. | Brad King | 2006-10-19 | 1 | -0/+38 |
| | |||||
* | ENH: Patch from Jan for bug#3453. Cleans up find script and enables ↵ | Brad King | 2006-10-19 | 2 | -41/+43 |
| | | | | -isystem feature for use script. | ||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 3 | -11/+27 |
| | | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. | ||||
* | ENH: Allow user project code to distinguish between an install prefix set on ↵ | Brad King | 2006-10-16 | 1 | -0/+8 |
| | | | | the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it. | ||||
* | BUG: fix for bug# 3310 | Bill Hoffman | 2006-10-16 | 1 | -0/+17 |
| | |||||
* | BUG: Compression must be set before any output is created. | Brad King | 2006-10-13 | 1 | -10/+10 |
| | |||||
* | BUG: fix for bug #3846 more advanced stuff | Bill Hoffman | 2006-10-13 | 2 | -10/+2 |
| | |||||
* | BUG: fix for bug#3898 find qt plugin dir | Bill Hoffman | 2006-10-13 | 1 | -0/+9 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 1 | -0/+3 |
| | |||||
* | ENH: On Visual Studio and Xcode handle config type | Andy Cedilnik | 2006-10-12 | 1 | -3/+9 |
| | |||||
* | ENH: More locations for Java | Andy Cedilnik | 2006-10-12 | 2 | -0/+8 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 1 | -0/+2 |
| | | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX | ||||
* | STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS. | Brad King | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | BUG: Do not enable -isystem support for Xcode generator until it is implemented. | Brad King | 2006-10-06 | 1 | -0/+6 |
| | |||||
* | ENH: Adding version number to the name of a DLL built in cygwin but not the ↵ | Brad King | 2006-10-05 | 1 | -0/+3 |
| | | | | import library. This addresses bug#3571. | ||||
* | ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵ | Brad King | 2006-10-05 | 2 | -0/+21 |
| | | | | addresses bug#1644 on these platforms. | ||||
* | BUG: QNX GCC does not have -isystem. | Brad King | 2006-10-05 | 1 | -0/+4 |
| | |||||
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵ | Brad King | 2006-10-05 | 1 | -0/+2 |
| | | | | bug #3462. | ||||
* | ENH: remove paths that cmake already looks at | Bill Hoffman | 2006-10-04 | 1 | -6/+0 |
| |