| Commit message (Expand) | Author | Age | Files | Lines |
* | FindRuby: Add support for versions 2.2, 2.3, and 2.4 | Brad King | 2017-11-16 | 1 | -0/+18 |
|
|
* | FindRuby: Fix match of '.' in version numbers | Brad King | 2017-11-16 | 1 | -3/+3 |
|
|
* | FindRuby: Use `MSVC_VERSION` instead of `MSVC##` | Brad King | 2017-03-23 | 1 | -5/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -14/+3 |
|
|
* | FindRuby: Fix finding 64-bit Ruby on Windows | Michael Smith | 2015-02-10 | 1 | -4/+9 |
|
|
* | Merge topic 'FindRuby-fix-version' | Brad King | 2015-01-15 | 1 | -1/+1 |
|\ |
|
| * | FindRuby: Fix output check in _RUBY_CONFIG_VAR | Evangelos Foutras | 2015-01-11 | 1 | -1/+1 |
|
|
* | | FindRuby: fix selection of version x.0 (#15345) | David Coppa | 2015-01-12 | 1 | -1/+1 |
|/ |
|
* | Modules: Format documentation to avoid over-long preformatted lines | Brad King | 2014-10-22 | 1 | -11/+13 |
|
|
* | FindRuby: Add support for Ruby 2.0 and 2.1 | Bas Couwenberg | 2014-02-28 | 1 | -4/+20 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -12/+23 |
|
|
* | FindRuby: improve version selection | Rolf Eike Beer | 2013-03-18 | 1 | -4/+13 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -19/+19 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -112/+112 |
|
|
* | FindRuby: clean up querying variables from Ruby | Rolf Eike Beer | 2012-02-17 | 1 | -31/+26 |
|
|
* | FindRuby: do not blindly set version to 1.8.0 | Rolf Eike Beer | 2012-01-25 | 1 | -9/+10 |
|
|
* | FindRuby.cmake: add more debug output | Alex Neundorf | 2012-01-05 | 1 | -0/+4 |
|
|
* | FindRuby: add more possible library names (for ubuntu, #12172) | Alex Neundorf | 2012-01-05 | 1 | -1/+1 |
|
|
* | FindRuby: fix usage of RUBY_VERSION_MAJOR (#12172) | Alex Neundorf | 2012-01-05 | 1 | -2/+2 |
|
|
* | Find Ruby on OpenBSD when installed from ports (#12507) | Alex Neundorf | 2011-10-12 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-10-12 | 1 | -4/+4 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|
|
* | Merge topic 'ImprovedVersionCheckingInSomeModules' | Brad King | 2010-08-10 | 1 | -19/+7 |
|\ |
|
| * | Improved version checking for FindRuby using the new mode of FPHSA() | Alex Neundorf | 2010-08-07 | 1 | -19/+7 |
|
|
* | | 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 |
|
|
* | make FindRuby work on Windows e.g. with ruby 1.9.1 (version string was constr... | Alexander Neundorf | 2010-01-03 | 1 | -4/+5 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -3/+13 |
|
|
* | document the RUBY_VERSION variable | Alexander Neundorf | 2009-09-26 | 1 | -0/+1 |
|
|
* | major improvement of FindRuby.cmake | Alexander Neundorf | 2009-09-12 | 1 | -38/+188 |
|
|
* | use HINTS instead of PATHS and also look for libruby-static.a (which is built... | Alexander Neundorf | 2009-09-12 | 1 | -3/+3 |
|
|
* | ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) | Alexander Neundorf | 2008-01-02 | 1 | -16/+51 |
|
|
* | BUG: make FindRuby work with the libs for MSVC, which can have additional | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
|
|
* | BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced | Alexander Neundorf | 2006-12-07 | 1 | -1/+1 |
|
|
* | ENH: apply patch so that the config values from ruby are used to determine | Alexander Neundorf | 2006-10-04 | 1 | -20/+40 |
|
|
* | 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 automatica... | Brad King | 2005-04-07 | 1 | -1/+0 |
|
|
* | 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 suppor... | Andy Cedilnik | 2004-04-30 | 1 | -0/+37 |
|
|