| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'FindJava-fix-1.6-registry' | Brad King | 2017-08-02 | 1 | -1/+1 |
|\ |
|
| * | FindJava: fix hint for windows jre 1.6 | Rechi Rechi | 2017-08-02 | 1 | -1/+1 |
|
|
* | | Allow early access version trailing string to be mixed case | Craig Scott | 2017-07-25 | 1 | -1/+1 |
|/ |
|
* | FindJava: Add support for OpenJDK early access builds | Bryan Donlan | 2017-05-04 | 1 | -0/+3 |
|
|
* | FindJava: add hints for jre | Rechi Rechi | 2017-01-11 | 1 | -0/+8 |
|
|
* | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -14/+3 |
|
|
* | FindJava: Do not document variables we do not provide | Brad King | 2016-07-05 | 1 | -2/+1 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
|
|
* | FindJava: Fix typos in IdlJ and JarSigner component implementation | Marc Chevrier | 2015-12-03 | 1 | -3/+3 |
|
|
* | FindJava: Add support for idlj and jarsigner tools | Marc Chevrier | 2015-08-04 | 1 | -23/+71 |
|
|
* | FindJava: Fix OpenJDK 8 version detection (#15565) | Felix Geyer | 2015-05-12 | 1 | -1/+1 |
|
|
* | Merge topic 'FindJava-no-osx-stub' | Brad King | 2014-11-20 | 1 | -1/+4 |
|\ |
|
| * | FindJava: Do not accept OS X stub 'java' as Java | Brad King | 2014-11-19 | 1 | -1/+4 |
|
|
* | | Modules: Wrap long lines in pre-formatted documentation blocks | Brad King | 2014-11-06 | 1 | -1/+1 |
|/ |
|
* | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 1 | -9/+6 |
|
|
* | Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME} | Brad King | 2014-01-29 | 1 | -3/+5 |
|
|
* | Find{Java,JNI}: Use ENV{JAVA_HOME} first when set | Brad King | 2014-01-29 | 1 | -2/+7 |
|
|
* | FindJava: fix message output (#14502) | Rolf Eike Beer | 2013-10-22 | 1 | -1/+1 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -30/+41 |
|
|
* | OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDK | Amit Kulkarni | 2012-12-04 | 1 | -0/+7 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -38/+38 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | FindJava: improve version matching (#12878) | Rolf Eike Beer | 2012-06-25 | 1 | -3/+3 |
|
|
* | remove extra output message from FindJava.cmake | Rolf Eike Beer | 2011-08-03 | 1 | -5/+0 |
|
|
* | Merge topic 'asn_java_support' | Brad King | 2011-07-26 | 1 | -0/+18 |
|\ |
|
| * | FindJava: Find missing java development executables. | Andreas Schneider | 2011-03-29 | 1 | -0/+18 |
|
|
* | | Add support for Java on HP | Mathieu Malaterre | 2011-04-08 | 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 | -29/+15 |
|\ |
|
| * | Improved version checking for FindJava using the new FPHSA() mode | Alex Neundorf | 2010-08-07 | 1 | -29/+15 |
|
|
* | | 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 |
|
|
* | 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 overri... | Mathieu Malaterre | 2009-11-02 | 1 | -8/+3 |
|
|
* | 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 |
|
|
* | FIX: BUG: 0009795 FindJava now respect naming convention and handle VERSION/E... | Mathieu Malaterre | 2009-10-30 | 1 | -10/+91 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+14 |
|
|
* | 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 |
|
|