summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/JavaCommon.py
Commit message (Expand)AuthorAgeFilesLines
* Specifiy encoding for Java files, as the default varies across platforms.Rob Boehne2020-02-241-1/+1
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-3/+3
* Some more lint-derived cleanupsMats Wichmann2019-04-271-1/+1
* changes to unit test to avoid hitting the filesystemWilliam Deegan2019-04-221-48/+67
* Fix problems with jdk detectionMats Wichmann2019-04-141-28/+43
* Clean up some file opens, regex stringsMats Wichmann2019-03-071-1/+3
* Merge branch 'master' into fix_java_location_centos7William Deegan2018-11-051-1/+4
|\
| * Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-161-1/+4
* | Fix java install location for centos 7 to resolve failing Java/multi-step.py ...William Deegan2018-11-051-1/+3
|/
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-151-1/+1
|\
| * A few syntax cleanupsMats Wichmann2018-10-031-1/+1
* | Add linux java include pathsWilliam Deegan2018-10-021-0/+19
* | Move finding java include paths to javaCommon.py. Add paths for macos java in...William Deegan2018-10-021-0/+25
* | Fixes for Java tests on win32William Deegan2018-10-021-1/+3
* | add logic to find java installs and on win32 use this to add to env['ENV']['P...William Deegan2018-10-011-0/+27
|/
* Add java 11Mats Wichmann2018-09-111-2/+2
* Merge branch 'master' into wip-addjavasWilliam Deegan2018-08-011-11/+85
|\
| * -Adjusted JavaCommon to deal with implementations of classes as constructor a...MatthewMarinets2018-06-281-12/+85
* | Fix conflict on java-version patch due to dropped characterMats Wichmann2018-08-011-1/+1
* | Update java version supportMats Wichmann2018-07-181-2/+2
* | Start supporting newer java versionsMats Wichmann2018-07-171-2/+2
|/
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-071-2/+2
* Expand references to tigris.org bug trackeranatoly techtonik2014-05-281-1/+2
* - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,dirkbaechle2012-09-061-1/+1
* - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-041-1/+1
* Convert old-style classes in tool/JavaCommon.py to new-style classes.Steven Knight2010-05-151-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
* Fix for issue 2088: Java version 5 is same as 1.5 and 6 is same as 1.6.Gary Oberbrunner2009-05-291-2/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2087: Handle Java classes declared in methodsLudwig Hähne2008-10-311-0/+16
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-5/+9
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-1/+1
* Merged revisions 2121-2135 via svnmerge fromSteven Knight2007-07-141-7/+37
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-13/+27
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-10/+24
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+4
* Fix detecting additional Java inner classes following use of the "new" keywor...Steven Knight2006-02-141-10/+18
* Add support for the Java 1.5 enum keyword. (Kian Win Ong)Steven Knight2005-11-061-1/+1
* Fix the Java parser's handling of backslashes. (Leanid Nazdrynau)Steven Knight2005-05-301-1/+1
* Fix Java parsing when creating an array of class instances.Steven Knight2004-12-031-3/+4
* Fix Java parsing when a string is encountered. (Christian Neeb)Steven Knight2004-10-121-1/+4
* Java parser fix for // comments. (Charles Crain)Steven Knight2003-05-091-4/+6
* Split the Java parser into a JavaCommon.py module.Steven Knight2003-05-091-0/+223