summaryrefslogtreecommitdiffstats
path: root/jack/src
Commit message (Expand)AuthorAgeFilesLines
* Update Ecj to 4.5M7mikaelpeltier2016-12-112-0/+15
* Remove useless generics in method dealing with library enumsJean-Marie Henaff2016-12-097-30/+35
* ignore the parser outputWolfgang Wiedmeyer2016-02-081-0/+6
* Merge "When obfuscating, drop local var debug info" into ub-jack-brestBenoit Lamarche2015-07-201-5/+10
|\
| * When obfuscating, drop local var debug infoBenoit Lamarche2015-07-201-5/+10
* | Do not emit debug info for synthetic variables coming from JillBenoit Lamarche2015-07-201-1/+7
|/
* Remove unused definition only for synthetic variablesmikaelpeltier2015-07-091-1/+1
* Now switchEnumSupport save the int[] to the synthetic fieldmikaelpeltier2015-06-251-0/+2
* Move Version to schedlibYohann Roussel2015-06-253-163/+5
* Add version update in property files and scripts in build.xmlJean-Marie Henaff2015-06-252-9/+9
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-241-10/+0
* Check for source sub-file existence in CommonFilterBenoit Lamarche2015-06-191-2/+9
* Merge "Declare CLI api and let Jack implement it" into ub-jack-brestJean-Philippe Lesot2015-06-184-1/+164
|\
| * Declare CLI api and let Jack implement itYohann Roussel2015-06-184-1/+164
* | Rework ResourceImportConflictExceptionBenoit Lamarche2015-06-183-10/+9
* | Merge "Fix missing tmp dir deletion" into ub-jack-brestJean-Marie Henaff2015-06-181-3/+6
|\ \
| * | Fix missing tmp dir deletionJean-Marie Henaff2015-06-181-3/+6
| |/
* | Merge "Add support for case-sensitive FS in ReadWriteZipFS" into ub-jack-brestBenoit Lamarche2015-06-182-1/+6
|\ \ | |/ |/|
| * Add support for case-sensitive FS in ReadWriteZipFSBenoit Lamarche2015-06-172-1/+6
* | Modify resource managment when Jack does an incremental buildmikaelpeltier2015-06-183-7/+49
|/
* Adapt ResourceTests to support CaseInsesitiveFSBenoit Lamarche2015-06-172-3/+2
* Wrap FrontendCompilationException in Api01Benoit Lamarche2015-06-102-1/+4
* Merge "Fix bugs when using incremental with --output-jack" into ub-jack-brestJean-Philippe Lesot2015-06-083-59/+35
|\
| * Fix bugs when using incremental with --output-jackmikaelpeltier2015-06-053-59/+35
* | JPackage should never try to load a renamed or deleted itemsmikaelpeltier2015-06-053-10/+53
|/
* Use 1 group instead of 2 for CaseInsensitiveFS digestBenoit Lamarche2015-06-011-1/+1
* Merge "Use CaseInsesitiveFS for all library output dirs" into ub-jack-brestBenoit Lamarche2015-05-292-3/+19
|\
| * Use CaseInsesitiveFS for all library output dirsBenoit Lamarche2015-05-292-3/+19
* | Merge "Always close the Jack output library" into ub-jack-brestBenoit Lamarche2015-05-294-152/+173
|\ \ | |/
| * Always close the Jack output libraryBenoit Lamarche2015-05-294-152/+173
* | Merge "Add support to append in VFS" into ub-jack-brestBenoit Lamarche2015-05-294-20/+15
|\ \ | |/
| * Add support to append in VFSBenoit Lamarche2015-05-294-20/+15
* | Merge "Add getLastModified() to VFile" into ub-jack-brestBenoit Lamarche2015-05-292-8/+13
|\ \ | |/
| * Add getLastModified() to VFileBenoit Lamarche2015-05-292-8/+13
* | Merge "Add new getPathFromRoot API in VFS" into ub-jack-brestBenoit Lamarche2015-05-292-26/+9
|\ \ | |/
| * Add new getPathFromRoot API in VFSBenoit Lamarche2015-05-292-26/+9
* | TypeDefRemover is now keeping StringDef and IntDefYohann Roussel2015-05-281-3/+0
|/
* Merge "A transformation for removing "TypeDef" annotations" into ub-jack-brestYohann Roussel2015-05-285-101/+306
|\
| * A transformation for removing "TypeDef" annotationsYohann Roussel2015-05-265-101/+306
* | Do not forget to trace implementation methodsmikaelpeltier2015-05-211-2/+2
* | Merge "Do not remove type of 'null' expression otherwise type is lost" into u...mikaelpeltier2015-05-211-4/+10
|\ \
| * | Do not remove type of 'null' expression otherwise type is lostmikaelpeltier2015-05-211-4/+10
* | | NullLiteral is allown to have throw statement as parentmikaelpeltier2015-05-2117-40/+199
|/ /
* | NotSimplifier must take into account floating typesmikaelpeltier2015-05-211-2/+10
* | sched.runner property is used to select if ECJ is multi-threaded or notmikaelpeltier2015-05-211-4/+4
|/
* Make multidex type partition deterministYohann Roussel2015-05-181-6/+27
* Modify Api01Config and Jack to support multiple Jarjar config filesJean-Marie Henaff2015-05-124-14/+82
* Disable sanity checks by defaultYohann Roussel2015-05-041-2/+2
* Merge "Make Strings comply to Json specifications in SdkReporter" into ub-jackJean-Philippe Lesot2015-05-041-2/+52
|\
| * Make Strings comply to Json specifications in SdkReporterJean-Marie Henaff2015-04-301-2/+52