index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindJNI.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'backport-3.23-Java-version-handling' into Java-version-handling
Marc Chevrier
2022-05-05
1
-45/+30
|
\
|
*
FindJava, FindJNI: ensure correct handling of versions on Windows
Marc Chevrier
2022-05-05
1
-45/+30
*
|
FindJNI: support Android NDK
Sergiu Deitsch
2022-04-05
1
-14/+142
*
|
FindJNI: added components and imported targets
Sergiu Deitsch
2022-04-04
1
-25/+172
*
|
FindJNI: improved description
Sergiu Deitsch
2022-04-04
1
-9/+9
|
/
*
Modules: Fix typos and spelling in comments
Josef Angstenberger
2021-05-07
1
-1/+1
*
FindJNI: Search in FreeBSD standard locations
Adriaan de Groot
2020-10-07
1
-0/+8
*
FindJNI: Add aarch64 support
Brad King
2020-09-25
1
-1/+1
*
FindJNI: Add arm64 support
Malcolm Parsons
2020-08-25
1
-0/+2
*
FindJava: ensure all versions can be found
Marc Chevrier
2019-10-02
1
-1/+1
*
FindJNI: Unify path search, fix support for Java 9
Christian Pfeiffer
2019-03-01
1
-52/+47
*
FindJNI: Update module documentation
Bartosz Kosiorek
2018-10-03
1
-23/+43
*
FindJNI: Add Ubuntu 18.04 path to java-11-openjdk
Bartosz Kosiorek
2018-10-03
1
-0/+1
*
FindJava, FindJNI: fix erroneous regex, enhance registry lookup
Marc Chevrier
2018-05-07
1
-2/+2
*
FindJava, FindJNI: Ensure most recent version is searched first
Marc Chevrier
2018-04-27
1
-3/+15
*
FindJava, FindJNI, UseJava: update for version 10 support
Marc Chevrier
2018-04-25
1
-13/+47
*
FindJNI: add some new architecture names for mips release 6
YunQiang Su
2018-03-14
1
-1/+4
*
Modules: Remove paths set as global Unix prefixes
Christian Pfeiffer
2017-11-20
1
-4/+0
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-2/+2
*
FindJNI: Add jvm paths for Arch Linux
Kitsu
2017-03-03
1
-0/+5
*
Merge topic 'simplify-license-notices'
Brad King
2016-09-28
1
-13/+3
|
\
|
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-13/+3
*
|
FindJNI: Add aarch32 path on arm
Orion Poplawski
2016-09-27
1
-1/+1
|
/
*
Merge topic 'FindJNI-cleanup'
Brad King
2016-07-06
1
-2/+5
|
\
|
*
FindJNI: Improve formatting of FPHSA call
O Libre
2016-07-05
1
-2/+5
*
|
FindJNI: Fix support for Ubuntu 15.10
O Libre
2016-07-05
1
-3/+4
|
/
*
FindJNI: Append path only "if(EXISTS"
O. Libre
2016-03-09
1
-2/+6
*
FindJNI: Add support for Ubuntu 15.10
O. Libre
2016-03-09
1
-0/+9
*
FindJNI: Add support for AIX java sdk
Marc Chevrier
2015-12-04
1
-2/+4
*
FindJNI: Add mips64(el) mipsn32(el) support (#15714)
Yunqiang Su
2015-08-28
1
-1/+1
*
FindJNI: Add support for SuSE platform and IBM Java SDK
Marc Chevrier
2015-08-25
1
-0/+8
*
FindJNI: Add support for x32 architecture on Linux (#15710)
Thorsten Glaser
2015-08-24
1
-0/+4
*
FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)
Tiago Stürmer Daitx
2015-02-18
1
-0/+1
*
FindJNI: search for ppc64 on ppc64le as well
Dinar Valeev
2014-07-01
1
-1/+1
*
FindJNI: Add ppc64le architecture
Dinar Valeev
2014-02-18
1
-0/+2
*
FindJNI: Overhaul finding JDK libraries and headers on OS X
Brad King
2014-01-29
1
-36/+56
*
Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME}
Brad King
2014-01-29
1
-2/+5
*
Find{Java,JNI}: Use ENV{JAVA_HOME} first when set
Brad King
2014-01-29
1
-15/+20
*
FindJNI: Set JAVA_INCLUDE_PATH2 for darwin (#14508)
Joe Abbey
2014-01-09
1
-0/+1
*
FindJNI: Support biarch installations (#14541)
Modestas Vainius
2013-11-04
1
-2/+2
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-11/+17
*
OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDK
Amit Kulkarni
2012-12-04
1
-0/+9
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-24/+24
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-97/+97
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-9/+9
*
FindJNI: Search in Fedora arch-specific JVM location (#12276)
Christoph Höger
2011-06-15
1
-0/+1
*
Merge topic 'fixbug_0011183'
Brad King
2011-04-12
1
-0/+1
|
\
|
*
Add support for java on fedora
Mathieu Malaterre
2011-04-08
1
-0/+1
*
|
Add support for FindJava on HP-UX and alpha
Mathieu Malaterre
2011-04-08
1
-0/+2
|
/
*
Modules: Include builtin FindPackageHandleStandardArgs directly
Brad King
2011-01-20
1
-1/+1
[next]