summaryrefslogtreecommitdiffstats
path: root/jack/src/com/android/jack/jayce
Commit message (Expand)AuthorAgeFilesLines
* Remove useless generics in method dealing with library enumsJean-Marie Henaff2016-12-097-30/+35
* Adapt ResourceTests to support CaseInsesitiveFSBenoit Lamarche2015-06-171-2/+2
* A transformation for removing "TypeDef" annotationsYohann Roussel2015-05-261-1/+1
* Revert "JVisitor does not longer visit annotations"Mikael Peltier2015-04-301-2/+2
* JVisitor does not longer visit annotationsmikaelpeltier2015-04-291-2/+2
* Rename JAnnotationLiteral to JAnnotationmikaelpeltier2015-04-0314-62/+61
* Rename JAnnotation to JAnnotationTypemikaelpeltier2015-04-014-13/+13
* Merge "Add InputStreamProvider and OutputStreamProvider" into ub-jackmikaelpeltier2015-03-231-1/+1
|\
| * Add InputStreamProvider and OutputStreamProvidermikaelpeltier2015-03-231-1/+1
* | Merge "Make Tokenizer.tokenMap private static final" into ub-jackWojciech Staszkiewicz2015-03-231-1/+2
|\ \ | |/ |/|
| * Make Tokenizer.tokenMap private static finalWojciech Staszkiewicz2015-03-061-1/+2
* | Rework all variable names in the config frameworkJean-Philippe Lesot2015-03-161-0/+2
* | Reduce the number of JayceReader constructor created.Piotr Jastrzebski2015-03-161-41/+6
|/
* Add a cache into JaycePackageLoadermikaelpeltier2015-02-261-46/+47
* Revert "Remove a usage of list method into JaycePackageLoader"Mikael Peltier2015-02-261-12/+7
* Revert "Remove list and isJackFileNameOf usages into loadClassOrInterface"Mikael Peltier2015-02-261-18/+26
* Fix AbtractClassOrInterfaceLoader namePiotr Jastrzebski2015-02-201-2/+2
* Remove list and isJackFileNameOf usages into loadClassOrInterfacemikaelpeltier2015-02-191-26/+18
* Remove a usage of list method into JaycePackageLoadermikaelpeltier2015-02-111-7/+12
* Read only the start of jack file to create JDCOI.Yohann Roussel2015-02-039-111/+176
* Have NParameter set JParameter enclosingMethodYohann Roussel2014-12-231-1/+1
* Add missing "throws" in JaycePackageLoaderBenoit Lamarche2014-12-091-2/+2
* Fix compilation regression time into JaycePackageLoadermikaelpeltier2014-12-023-70/+57
* Clean FileType enummikaelpeltier2014-11-282-6/+10
* Jack generates lib version 1.1mikaelpeltier2014-11-173-47/+71
* Merge "Remove NProgram since it is no longer used" into ub-jackmikaelpeltier2014-11-123-89/+2
|\
| * Remove NProgram since it is no longer usedmikaelpeltier2014-11-123-89/+2
* | Modify Jayce exceptions usagemikaelpeltier2014-11-129-91/+58
|/
* Merge "Remove JayceProcessor class" into ub-jackmikaelpeltier2014-11-103-58/+32
|\
| * Remove JayceProcessor classmikaelpeltier2014-11-063-58/+32
* | Merge "Library versioning support" into ub-jackmikaelpeltier2014-11-1013-259/+242
|\ \ | |/
| * Library versioning supportmikaelpeltier2014-11-0613-259/+242
* | Add "throws" declaration to NMarkerBenoit Lamarche2014-11-062-2/+6
|/
* Revert "Remove NProgram since it is no longer used"Mikael Peltier2014-11-053-0/+94
* Remove NProgram since it is no longer usedmikaelpeltier2014-11-053-94/+0
* Change jack files extension from .jack to .jayceJean-Marie Henaff2014-10-231-1/+2
* Change references to Jack files into Jayce files in Jack.Jean-Marie Henaff2014-10-215-8/+8
* Remove loadedFromJackFile information from JDCoImikaelpeltier2014-10-151-5/+0
* Add InputLibraryLocationmikaelpeltier2014-10-151-1/+7
* Add simple name and enclosing package into Jayce loadermikaelpeltier2014-10-142-6/+21
* Add minimal JackLibrary supportmikaelpeltier2014-10-105-19/+56
* Separate system logging from user loggingBenoit Lamarche2014-09-303-12/+16
* JNodeLookup now throws JLookupException instead of crashing.Yohann Roussel2014-09-101-2/+2
* JArrrayLiteral should always be given a modifiable List.Yohann Roussel2014-09-051-1/+1
* Remove getName() from OutputVFileBenoit Lamarche2014-07-171-5/+5
* Merge "Clean Jayce loaders after usage." into jack-wip-devYohann Roussel2014-07-172-0/+18
|\
| * Clean Jayce loaders after usage.Yohann Roussel2014-07-162-0/+18
* | Add isVDir() to VFSBenoit Lamarche2014-07-161-4/+4
|/
* Use location in JackLoadingExceptionBenoit Lamarche2014-07-083-16/+8
* Refine exceptions thrown in loadersBenoit Lamarche2014-07-083-33/+50