summaryrefslogtreecommitdiffstats
path: root/jack/src/com/android/jack/Jack.java
Commit message (Expand)AuthorAgeFilesLines
* Move Version to schedlibYohann Roussel2015-06-251-8/+5
* Add version update in property files and scripts in build.xmlJean-Marie Henaff2015-06-251-1/+1
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-241-10/+0
* Modify resource managment when Jack does an incremental buildmikaelpeltier2015-06-181-1/+2
* Wrap FrontendCompilationException in Api01Benoit Lamarche2015-06-101-1/+1
* Always close the Jack output libraryBenoit Lamarche2015-05-291-147/+153
* A transformation for removing "TypeDef" annotationsYohann Roussel2015-05-261-0/+12
* Jayce and dex files must be put into output librarymikaelpeltier2015-04-291-13/+16
* Revert "Jayce and dex files must be put into output library"Mikael Peltier2015-04-291-9/+14
* Jayce and dex files must be put into output librarymikaelpeltier2015-04-281-14/+9
* Rework ReadWriteZipFS to support incremental libraryBenoit Lamarche2015-04-281-14/+0
* Remove warningsmikaelpeltier2015-04-071-6/+1
* Remove proguard warnings that are again printmikaelpeltier2015-03-241-10/+0
* Make CommonReporter asynchronous.Wojciech Staszkiewicz2015-03-231-0/+3
* Move check on source file before using itmikaelpeltier2015-03-201-0/+2
* Use Session.getHooks() in InputFilter(s)Yohann Roussel2015-03-191-1/+1
* Store RunnableHooks in JSessionYohann Roussel2015-03-191-0/+2
* Fix bug when building jack library with incremental supportmikaelpeltier2015-03-181-3/+1
* VPath must not end by '/'mikaelpeltier2015-03-171-1/+1
* Load default libraries from jack.jarYohann Roussel2015-03-171-0/+5
* Update documentation to remove a stopshipmikaelpeltier2015-03-131-3/+3
* Rename Options.getProguarfFlagsFileFromWorkingDir()Benoit Lamarche2015-03-121-1/+1
* Support working directory with proguard flags fileBenoit Lamarche2015-03-121-2/+4
* Remove 2 stopshipsmikaelpeltier2015-03-121-2/+0
* Rework Jack version managementJean-Philippe Lesot2015-03-121-48/+10
* Remove an unused parameter into fillDexPlan methodmikaelpeltier2015-03-101-2/+2
* Handle input sources as a propertyYohann Roussel2015-03-091-3/+8
* Ensure legacy options are accessed by propertyYohann Roussel2015-03-091-4/+4
* Access output lib configuration as propertyYohann Roussel2015-03-041-2/+7
* Move ThreadConfig usage inside Jack.run()Benoit Lamarche2015-03-031-3/+5
* Separate Jack.run() between Jack.check() and Jack.run()Benoit Lamarche2015-03-031-190/+202
* Import meta and resources are now propertiesYohann Roussel2015-03-031-52/+8
* Use properties for jarjar rules controlYohann Roussel2015-03-031-1/+1
* Incremental config is now accessed as a propertyYohann Roussel2015-03-021-76/+8
* Separate input options from ecj optionsYohann Roussel2015-03-021-5/+4
* Ensure sanity option is accessed by propertyYohann Roussel2015-03-021-4/+5
* Don't access to Otpions.out and Otpions.outZipYohann Roussel2015-03-021-1/+1
* Replace the keepMethodBody field by a propertymikaelpeltier2015-03-021-1/+6
* Remove unused plan from Jackmikaelpeltier2015-02-271-388/+0
* run method of Jack does not longer throws NothingToDoExceptionmikaelpeltier2015-02-271-2/+2
* Redo exceptions in JayceFileImporterBenoit Lamarche2015-02-191-1/+7
* Use new VFS everywhereBenoit Lamarche2015-02-101-5/+6
* Read only the start of jack file to create JDCOI.Yohann Roussel2015-02-031-1/+1
* Fix proguard rule parsing error reportingYohann Roussel2015-02-021-1/+1
* Remove unused methodsmikaelpeltier2015-01-271-55/+0
* Generate Dex and Jayce files from import in incremental library modemikaelpeltier2015-01-231-2/+4
* Allow to use --incremental-folder and --output-jack togethermikaelpeltier2015-01-231-0/+84
* Enable id merger only when it is requiredmikaelpeltier2015-01-221-15/+17
* Collect dependencies only on types coming from source filesmikaelpeltier2015-01-201-0/+5
* Add library dependenciesmikaelpeltier2015-01-191-72/+42