summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/JavaCommon.py
Commit message (Collapse)AuthorAgeFilesLines
* Add userguide update on javah as wellMats Wichmann2021-11-051-2/+5
| | | | | | Also add more linux locations for Java headers (old saved patch) Signed-off-by: Mats Wichmann <mats@linux.com>
* Update Java support for more versionsMats Wichmann2021-11-041-45/+113
| | | | | | | | | | * on Windows, detect more possible JDK locations. * On all platforms, more Java versions (up to 17.0 now). * Add some docu on version selection and on JavaH tool in light of javah command dropped since 10.0. * Try to be better about preserving user's passed-in JAVA* consvars. Signed-off-by: Mats Wichmann <mats@linux.com>
* fix issue where java parses class incorrectly from lambdas after newDaniel2020-08-141-1/+2
|
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-7/+7
| | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+512
with current python packaging practices