Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ImprovedVersionCheckingInSomeModules' | Brad King | 2010-08-10 | 1 | -29/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 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 FindJava using the new FPHSA() mode | Alex Neundorf | 2010-08-07 | 1 | -29/+15 |
| | | | | | | | | Alex | ||||
* | | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|/ | |||||
* | BUG: 0009840 Fix case when only Java is available by implementing COMP Runtime | Mathieu Malaterre | 2010-05-11 | 1 | -9/+42 |
| | |||||
* | Do not error out if the java version is not found, if java is not required. | Bill Hoffman | 2010-04-25 | 1 | -1/+5 |
| | |||||
* | Add more documentation to module | Mathieu Malaterre | 2009-11-04 | 1 | -0/+14 |
| | |||||
* | Adding support for java 1.6.0-oem. Make sure to report failure when user ask ↵ | Mathieu Malaterre | 2009-11-04 | 1 | -5/+6 |
| | | | | for version but regex failed to parse version number | ||||
* | Replace FATAL_ERROR with status. Remove output when QUIET is ON | Mathieu Malaterre | 2009-11-03 | 1 | -2/+6 |
| | |||||
* | BUG: hardcoded path, are not hints. Split the two lists. Thanks Brad | Mathieu Malaterre | 2009-11-02 | 1 | -12/+20 |
| | |||||
* | BUG: To be able to use ENV and at the same time allow /usr/loca/bin to ↵ | Mathieu Malaterre | 2009-11-02 | 1 | -8/+3 |
| | | | | override /usr/bin, apply patch suggested by Hendrik Sattler (thanks) | ||||
* | ENH: Make those variables advanced. | Mathieu Malaterre | 2009-11-02 | 1 | -0/+5 |
| | |||||
* | STYLE: Fix documentation (thanks Brad). | Mathieu Malaterre | 2009-10-30 | 1 | -3/+4 |
| | |||||
* | ENH: Update code: 1. In version 1.6.0_17, 17 is now the TWEAK version as per ↵ | Mathieu Malaterre | 2009-10-30 | 1 | -40/+34 |
| | | | | cmake convention. 2. Use VERSION_LESS to compare version, which simplify code 3. Enhance testing, see: https://gdcm.svn.sourceforge.net/svnroot/gdcm/Sandbox/CMakeBug/8/CMakeLists.txt | ||||
* | FIX: BUG: 0009795 FindJava now respect naming convention and handle ↵ | Mathieu Malaterre | 2009-10-30 | 1 | -10/+91 |
| | | | | VERSION/EXACT. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+14 |
| | | | | | | | 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. | ||||
* | ENH: More locations for Java | Andy Cedilnik | 2006-10-12 | 1 | -0/+1 |
| | |||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -3/+3 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: java fixes from Mathieu | Bill Hoffman | 2005-09-23 | 1 | -0/+2 |
| | |||||
* | ENH: add support for java 1.5 | Bill Hoffman | 2005-09-08 | 1 | -0/+1 |
| | |||||
* | ENH: More paths for java | Andy Cedilnik | 2005-08-26 | 1 | -0/+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: bug fix 1573 | Bill Hoffman | 2005-02-10 | 1 | -0/+1 |
| | |||||
* | ENH: look for java in more places | Bill Hoffman | 2004-09-20 | 1 | -3/+8 |
| | |||||
* | BUG: 1107 add extra place to look for java | Bill Hoffman | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | BUG: 1107 add extra place to look for java | Bill Hoffman | 2004-08-23 | 1 | -0/+1 |
| | |||||
* | FIX: for Windows users, it seems logical to favor native win32 installation ↵ | Sebastien Barre | 2003-10-16 | 1 | -2/+2 |
| | | | | before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin) | ||||
* | Clean find for Python, add find for python 2.2 on windows, cleanup java on ↵ | Andy Cedilnik | 2002-11-14 | 1 | -0/+12 |
| | | | | windows and add java 1.4 support | ||||
* | ENH: mark some vars as advanced (and resort the list) | Sebastien Barre | 2002-10-10 | 1 | -0/+5 |
| | |||||
* | Add module that finds java executables. This module should find java, javac, ↵ | Andy Cedilnik | 2002-07-08 | 1 | -0/+22 |
and jar. |