1. 3acbe07 FindJava: improve failure/verbosity when 'java -version' fails by Seth R Johnson · 2 years, 10 months ago
  2. 93e18a4 FindJava, FindJNI: ensure correct handling of versions on Windows by Marc Chevrier · 3 years ago
  3. 8fea953 Help: Add `.. versionadded` directives to module docs by Nikita Nemkin · 4 years, 4 months ago
  4. e8051b1 FindJava: Update check to avoid accepting macOS stub 'java' as Java by Brad King · 4 years, 9 months ago
  5. 3d02593 FindJava: ensure all versions can be found by Marc Chevrier · 6 years ago
  6. df4ed1e Help: Convert remaining modules to block-style comments by Kitware Robot · 6 years ago
  7. 8d23264 FindJava: Update module documentation by Bartosz Kosiorek · 7 years ago
  8. 14bfd26 Merge topic 'java-new-packaging-fixes' by Brad King · 7 years ago
  9. b4e1569 FindJava, FindJNI: fix erroneous regex, enhance registry lookup by Marc Chevrier · 7 years ago
  10. 27279fa Merge topic 'java-new-packaging-version-sort' by Brad King · 7 years ago
  11. 1013560 FindJava, FindJNI: Ensure most recent version is searched first by Marc Chevrier · 7 years ago
  12. ea54a9c Merge branch 'backport-java-new-packaging' into java-new-packaging by Brad King · 7 years ago
  13. 5482f48 FindJava, FindJNI, UseJava: update for version 10 support by Marc Chevrier · 7 years ago
  14. 596a7f2 FindJava: Add Java_JAR_EXECUTABLE to a component: Development by Giel van Schijndel · 7 years ago
  15. 3c08d20 FindJava: ignore javah for JDK 10, it has been removed by Stefan Brüns · 7 years ago
  16. 6feb0c3 FindJava: Revise version parsing to support Java 9 by Brad King · 8 years ago
  17. 155dc75 Merge topic 'FindJava-fix-1.6-registry' by Brad King · 8 years ago
  18. 5479074 FindJava: fix hint for windows jre 1.6 by Rechi Rechi · 8 years ago
  19. e42fa01 Allow early access version trailing string to be mixed case by Craig Scott · 8 years ago
  20. f5a3ec4 FindJava: Add support for OpenJDK early access builds by Bryan Donlan · 8 years ago
  21. eb728d2 FindJava: add hints for jre by Rechi Rechi · 8 years ago
  22. 745b56f Find*.cmake: drop the comments before including FPHSA by Rolf Eike Beer · 8 years ago
  23. 86578ec Simplify CMake per-source license notices by Brad King · 9 years ago
  24. 10a7459 FindJava: Do not document variables we do not provide by Brad King · 9 years ago
  25. 49e82c1 Fix spelling typos in comments and documentation (#16037) by Felix Geyer · 9 years ago
  26. d8b251e FindJava: Fix typos in IdlJ and JarSigner component implementation by Marc Chevrier · 9 years ago
  27. e72806f FindJava: Add support for idlj and jarsigner tools by Marc Chevrier · 10 years ago
  28. 7953867 FindJava: Fix OpenJDK 8 version detection (#15565) by Felix Geyer · 10 years ago
  29. 3749ad4 Merge topic 'FindJava-no-osx-stub' by Brad King · 10 years ago
  30. dd37825 FindJava: Do not accept OS X stub 'java' as Java by Brad King · 10 years ago
  31. 20c5f4f Modules: Wrap long lines in pre-formatted documentation blocks by Brad King · 10 years ago
  32. 2622bc3 Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) by Rolf Eike Beer · 11 years ago
  33. fcd66a7 Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME} by Brad King · 11 years ago
  34. 4b3614b Find{Java,JNI}: Use ENV{JAVA_HOME} first when set by Brad King · 11 years ago
  35. c832299 FindJava: fix message output (#14502) by Rolf Eike Beer · 11 years ago
  36. f051814 Convert builtin help to reStructuredText source files by Kitware Robot · 11 years ago
  37. 6e7a345 OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDK by Amit Kulkarni · 12 years ago
  38. 9db3116 Remove CMake-language block-end command arguments by Kitware Robot · 13 years ago
  39. 77543bd Convert CMake-language commands to lower case by Kitware Robot · 13 years ago
  40. 7bbaa42 Remove trailing whitespace from most CMake and C/C++ code by Kitware Robot · 13 years ago
  41. 304562e FindJava: improve version matching (#12878) by Rolf Eike Beer · 13 years ago
  42. f462369 remove extra output message from FindJava.cmake by Rolf Eike Beer · 14 years ago
  43. 2b16232 Merge topic 'asn_java_support' by Brad King · 14 years ago
  44. 5f76833 Add support for Java on HP by Mathieu Malaterre · 14 years ago
  45. a4b6275 FindJava: Find missing java development executables. by Andreas Schneider · 14 years ago
  46. c427559 Modules: Include builtin FindPackageHandleStandardArgs directly by Brad King · 14 years ago
  47. ce28737 Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 by Alex Neundorf · 14 years ago
  48. b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere by Alex Neundorf · 15 years ago
  49. 74805b2 Merge topic 'ImprovedVersionCheckingInSomeModules' by Brad King · 15 years ago
  50. 2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute' by Todd Gamblin · 15 years ago
  51. 19b68b9 Improved version checking for FindJava using the new FPHSA() mode by Alex Neundorf · 15 years ago
  52. a9a2af1 BUG: 0009840 Fix case when only Java is available by implementing COMP Runtime by Mathieu Malaterre · 15 years ago
  53. 0da537d Do not error out if the java version is not found, if java is not required. by Bill Hoffman · 15 years ago
  54. fdc6638 Add more documentation to module by Mathieu Malaterre · 15 years ago
  55. b096068 Adding support for java 1.6.0-oem. Make sure to report failure when user ask for version but regex failed to parse version number by Mathieu Malaterre · 15 years ago
  56. b93b6dc Replace FATAL_ERROR with status. Remove output when QUIET is ON by Mathieu Malaterre · 15 years ago
  57. ccb8acc BUG: hardcoded path, are not hints. Split the two lists. Thanks Brad by Mathieu Malaterre · 15 years ago
  58. ff0ff68 BUG: To be able to use ENV and at the same time allow /usr/loca/bin to override /usr/bin, apply patch suggested by Hendrik Sattler (thanks) by Mathieu Malaterre · 15 years ago
  59. 2b071ae ENH: Make those variables advanced. by Mathieu Malaterre · 15 years ago
  60. ae27492 STYLE: Fix documentation (thanks Brad). by Mathieu Malaterre · 15 years ago
  61. bb123d0 ENH: Update code: 1. In version 1.6.0_17, 17 is now the TWEAK version as per 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 by Mathieu Malaterre · 15 years ago
  62. 5c594b6 FIX: BUG: 0009795 FindJava now respect naming convention and handle VERSION/EXACT. by Mathieu Malaterre · 15 years ago
  63. c4bb9c9 Convert CMake find-modules to BSD License by Brad King · 16 years ago
  64. e607d5f ENH: More locations for Java by Andy Cedilnik · 18 years ago
  65. d2689c9 ENH: some style fixes for the book by Ken Martin · 19 years ago
  66. b7fa820 ENH: add documentation support for modules by Bill Hoffman · 19 years ago
  67. 1d03136 ENH: java fixes from Mathieu by Bill Hoffman · 20 years ago
  68. bcd62c8 ENH: add support for java 1.5 by Bill Hoffman · 20 years ago
  69. d8c5e8f ENH: More paths for java by Andy Cedilnik · 20 years ago
  70. 290ffc0 ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed. by Brad King · 20 years ago
  71. 76f9050 ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. by Brad King · 20 years ago
  72. aa947ff ENH: bug fix 1573 by Bill Hoffman · 20 years ago
  73. 26eff86 ENH: look for java in more places by Bill Hoffman · 21 years ago
  74. 28cc5b9 BUG: 1107 add extra place to look for java by Bill Hoffman · 21 years ago
  75. 049985f BUG: 1107 add extra place to look for java by Bill Hoffman · 21 years ago
  76. 296e731 FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin) by Sebastien Barre · 21 years ago
  77. 2281726 Clean find for Python, add find for python 2.2 on windows, cleanup java on windows and add java 1.4 support by Andy Cedilnik · 22 years ago
  78. fe100ef ENH: mark some vars as advanced (and resort the list) by Sebastien Barre · 23 years ago
  79. ab4e894 Add module that finds java executables. This module should find java, javac, and jar. by Andy Cedilnik · 23 years ago