summaryrefslogtreecommitdiff
path: root/Modules/FindRuby.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindRuby: Remove documentation for non-existent Ruby_ROOT_DIRHannes Braun2022-11-281-3/+0
* FindRuby: Simplify version matchingDiego Pino Garcia2022-06-301-46/+7
* FindRuby: evict non-matching binaries and keep scanning.Mihai Moldovan2022-01-311-1/+12
* FindRuby: add support for versions up to 3.1.Mihai Moldovan2022-01-311-6/+16
* FindRuby: Consider ruby names with full nodot version suffixesPedro Luis Castedo Cepeda2021-03-251-1/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-4/+8
* FindRuby: Consider more VS runtime suffix combinationsSilvio Traversaro2020-11-111-7/+13
* FindRuby: Restore compatibility variable RUBY_VENDORLIB_DIRBrad King2020-10-271-0/+1
* FindRuby: Add documentation for deprecated variablesDaniele E. Domenichelli2020-08-121-2/+13
* FindRuby: Restore compatibility variable RUBY_INCLUDE_PATHBrad King2020-08-071-2/+1
* FindRuby: Add support for RVM installationsJulien Marrec2020-03-231-5/+93
* FindRuby: Validate Ruby_EXECUTABLE before accepting itJulien Marrec2020-03-231-0/+40
* FindRuby: Add support for versions up to 2.7Julien Marrec2020-03-171-30/+82
* FindRuby: Update MSVC runtime library selectionBrad King2020-03-171-15/+4
* FindRuby: Remove extra whitespaceJulien Marrec2020-03-161-1/+1
* FindRuby: Include FPHSA closer to where it is usedBrad King2020-03-161-1/+1
* FindRuby: Provide Ruby_LIBRARIES result variableBrad King2020-03-161-2/+6
* FindRuby: Fix compatibility with upper-case cache variablesBrad King2020-03-131-0/+16
* FindRuby: Fix name of Ruby_LIBRARY variableBrad King2020-03-131-5/+5
* FindRuby: Rename variables to match case of module nameJulien Marrec2020-03-111-157/+185
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-156/+157
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-31/+32
* FindRuby: Add support for versions 2.2, 2.3, and 2.4Brad King2017-11-161-0/+18
* FindRuby: Fix match of '.' in version numbersBrad King2017-11-161-3/+3
* FindRuby: Use `MSVC_VERSION` instead of `MSVC##`Brad King2017-03-231-5/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* FindRuby: Fix finding 64-bit Ruby on WindowsMichael Smith2015-02-101-4/+9
* Merge topic 'FindRuby-fix-version'Brad King2015-01-151-1/+1
|\
| * FindRuby: Fix output check in _RUBY_CONFIG_VAREvangelos Foutras2015-01-111-1/+1
* | FindRuby: fix selection of version x.0 (#15345)David Coppa2015-01-121-1/+1
|/
* Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-221-11/+13
* FindRuby: Add support for Ruby 2.0 and 2.1Bas Couwenberg2014-02-281-4/+20
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-12/+23
* FindRuby: improve version selectionRolf Eike Beer2013-03-181-4/+13
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-19/+19
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-112/+112
* FindRuby: clean up querying variables from RubyRolf Eike Beer2012-02-171-31/+26
* FindRuby: do not blindly set version to 1.8.0Rolf Eike Beer2012-01-251-9/+10
* FindRuby.cmake: add more debug outputAlex Neundorf2012-01-051-0/+4
* FindRuby: add more possible library names (for ubuntu, #12172)Alex Neundorf2012-01-051-1/+1
* FindRuby: fix usage of RUBY_VERSION_MAJOR (#12172)Alex Neundorf2012-01-051-2/+2
* Find Ruby on OpenBSD when installed from ports (#12507)Alex Neundorf2011-10-121-1/+1
* Remove trailing whitespaceAlex Neundorf2011-10-121-4/+4
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-101-19/+7
|\
| * Improved version checking for FindRuby using the new mode of FPHSA()Alex Neundorf2010-08-071-19/+7
* | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|/
* -remove unnecessary debug outputAlexander Neundorf2010-01-271-1/+0