Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ImprovedVersionCheckingInSomeModules' | Brad King | 2010-08-10 | 1 | -19/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 430336c Merge branch 'findsubversion_fphsa_cleanup' b6c6156 Use FPHSA() in FindSWIG, including version checking. 656cd2f Improved version checking for FindCUDA using the new mode of FPHSA 126db7b Improved version checking for FindSubversion using the new mode of FPHSA() 77d909b Fix DETAILS string with version number in FHPSA() 19b68b9 Improved version checking for FindJava using the new FPHSA() mode 6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA() 946493f FindSquish doesn't detect the version, remove that from the documentation cb9d1ea Add version checking support to FindFlex and FindPerlLibs | ||||
| * | Improved version checking for FindRuby using the new mode of FPHSA() | Alex Neundorf | 2010-08-07 | 1 | -19/+7 |
| | | | | | | | | Alex | ||||
* | | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|/ | |||||
* | -remove unnecessary debug output | Alexander Neundorf | 2010-01-27 | 1 | -1/+0 |
| | | | | Alex | ||||
* | make FindRuby work on Windows e.g. with ruby 1.9.1 (version string was ↵ | Alexander Neundorf | 2010-01-03 | 1 | -4/+5 |
| | | | | | | constructed wrong) Alex | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -3/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | document the RUBY_VERSION variable | Alexander Neundorf | 2009-09-26 | 1 | -0/+1 |
| | | | | Alex | ||||
* | major improvement of FindRuby.cmake | Alexander Neundorf | 2009-09-12 | 1 | -38/+188 |
| | | | | | | | | | -now supports specifying minimum required version -now supports ruby 1.8 and 1.9 -uses find_package_handle_standard_args() now -fix #6212 and using a lot of ideas from the file attached there Alex | ||||
* | use HINTS instead of PATHS and also look for libruby-static.a (which is ↵ | Alexander Neundorf | 2009-09-12 | 1 | -3/+3 |
| | | | | | | built by default) Alex | ||||
* | ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) | Alexander Neundorf | 2008-01-02 | 1 | -16/+51 |
| | | | | | | | | -make these variables cached and ADVANCED -remove unused QUIETLY code -document RUBY_LIBRARY Alex | ||||
* | BUG: make FindRuby work with the libs for MSVC, which can have additional | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
| | | | | | | pre- and suffixes (#5642) Alex | ||||
* | 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: apply patch so that the config values from ruby are used to determine | Alexander Neundorf | 2006-10-04 | 1 | -20/+40 |
| | | | | | | the additional locations (see #3297) Alex | ||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+1 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+37 |
support module to cmake |