summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/JavaCommon.py
Commit message (Expand)AuthorAgeFilesLines
* - 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