summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Change AllTests classes organizationJean-Marie Henaff2015-03-053-2/+13
| | | | | | | | | | | | | | Jack unit tests were listed twice when PreSubmitTests or LongLastingTests were executed. Change-Id: Ia3288fd2a5a45b60c8bd5ce9ff01b1d4cc9b00f8
* | Update internal tree testsJean-Marie Henaff2015-03-058-55/+175
|/ | | | Change-Id: I4690f38250c3b6dc1051ba16dbd624a052c13c86
* Access output lib configuration as propertyYohann Roussel2015-03-042-7/+7
| | | | Change-Id: Ib3a21527a739f00c75e2626250fb2aac83206e52
* Merge "Declare jack-api" into ub-jackYohann Roussel2015-03-042-1/+27
|\
| * Declare jack-apiYohann Roussel2015-03-042-1/+27
| | | | | | | | Change-Id: I42356d471d5b341c755dc5c9b52178b2b4e37f69
* | Merge "Add resource support into library V0" into ub-jackmikaelpeltier2015-03-041-0/+33
|\ \ | |/ |/|
| * Add resource support into library V0mikaelpeltier2015-03-041-0/+33
| | | | | | | | | | | | | | | | | | | | | | - Jill can generate library with resources but without the boolean resource property. Modifies the V0 library implantation to manage resources even if the boolean resource property is not set. A resource is a file other than a jayce file and other than jack.properties. Bug: 18585951 Change-Id: I406a3e095f09b950103ff23ebddf171610c5acfa
* | Move ThreadConfig usage inside Jack.run()Benoit Lamarche2015-03-031-3/+5
| | | | | | | | Change-Id: I14855dd0827a1aad31282265e9c56b4cca6bb451
* | Separate Jack.run() between Jack.check() and Jack.run()Benoit Lamarche2015-03-035-196/+532
|/ | | | | | Also add Api01ConfigImpl. Change-Id: Id71e368072fde3dc61722cbce7fc18618f3ff8aa
* Remove JackBasedToolchain.addEcjArgsYohann Roussel2015-03-035-46/+1
| | | | Change-Id: I3e262be2f9f91dc29688bb8bb3255322087879c9
* Rename package api01 to api.v01Benoit Lamarche2015-03-0313-17/+17
| | | | Change-Id: I8b9fdafeccb6ed04730581290a97a44c0e75bd89
* Merge "Update Api01Config interface" into ub-jackmikaelpeltier2015-03-038-9/+218
|\
| * Update Api01Config interfacemikaelpeltier2015-03-038-9/+218
| | | | | | | | | | | | - Add methods to set command line options and property values Change-Id: I59ce6084fe9cd0be59fa7e5c2498f38b94a27291
* | Merge "Import meta and resources are now properties" into ub-jackYohann Roussel2015-03-036-55/+103
|\ \
| * | Import meta and resources are now propertiesYohann Roussel2015-03-036-55/+103
| | | | | | | | | | | | Change-Id: I2f9795a826046ccfbeee5207597f31e633663958
* | | Merge "Fix testCommandLineError002" into ub-jackYohann Roussel2015-03-031-2/+1
|\ \ \ | |/ / |/| |
| * | Fix testCommandLineError002Yohann Roussel2015-03-021-2/+1
| | | | | | | | | | | | Change-Id: Ia7f103b6dea4f70787c2f8b281414e6be41c15f2
* | | Use properties for jarjar rules controlYohann Roussel2015-03-035-26/+22
| | | | | | | | | | | | Change-Id: I90e9daf18c1a3d40a562e33afc8ca14420d7db61
* | | Merge "Incremental config is now accessed as a property" into ub-jackYohann Roussel2015-03-024-91/+27
|\ \ \
| * | | Incremental config is now accessed as a propertyYohann Roussel2015-03-024-91/+27
| |/ / | | | | | | | | | Change-Id: I2cd6687b975753c952fcc002cd37b6b3270ab350
* | | Merge "Bump version to 1.1-a5" into ub-jackmikaelpeltier2015-03-021-1/+1
|\ \ \ | |/ / |/| |
| * | Bump version to 1.1-a5mikaelpeltier2015-03-021-1/+1
| |/ | | | | | | Change-Id: Ic9bcadd571595049f1b69de1268906d7d40e0d30
* | Merge "Fix TracingTest" into ub-jackYohann Roussel2015-03-022-16/+4
|\ \
| * | Fix TracingTestYohann Roussel2015-03-022-16/+4
| | | | | | | | | | | | | | | | | | | | | They were passing only because they had no body to trace. Bug: 19557271 Change-Id: I539f5783baa2d34b114fdd8a117d854b93d775c9
* | | Separate input options from ecj optionsYohann Roussel2015-03-029-86/+58
| |/ |/| | | | | Change-Id: I60feeca57f9b88c8813cc3048733210fecf44484
* | Change options.multiDexKind to privateYohann Roussel2015-03-021-1/+5
| | | | | | | | Change-Id: Ieadcfdda68642318302832a99edecd01a7139962
* | Ensure sanity option is accessed by propertyYohann Roussel2015-03-022-8/+5
| | | | | | | | Change-Id: Ibcf9b8afc45384609f9d25bd33bccf632405e9ae
* | Merge "Don't access to Otpions.out and Otpions.outZip" into ub-jackYohann Roussel2015-03-022-3/+3
|\ \
| * | Don't access to Otpions.out and Otpions.outZipYohann Roussel2015-03-022-3/+3
| | | | | | | | | | | | | | | | | | Use properties instead. Change-Id: If48cd4886022a8ed332456be54b0cc06925d7fef
* | | Merge "Avoid creating same capabilities over and over again" into ub-jackPiotr Jastrzebski2015-03-022-17/+9
|\ \ \ | |/ / |/| |
| * | Avoid creating same capabilities over and over againPiotr Jastrzebski2015-02-272-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | ReadZipFS, WriteZipFS always have the same capabilities. There's no need to create new copy every time an object of one of those types is created. Make capabilities a static constant for those classes. Change-Id: Ia0eb8715d80bca1d33f8dcc6f63e9200455973d4
* | | Remove option --disable-automatic-full-rebuildYohann Roussel2015-03-022-11/+0
| | | | | | | | | | | | Change-Id: I3d363683c706ccbfbaa3c5c0f5675c6ee932de99
* | | Merge "Work on Jack API (WIP)" into ub-jackJean-Philippe Lesot2015-03-027-29/+29
|\ \ \ | |_|/ |/| |
| * | Work on Jack API (WIP)Jean-Philippe Lesot2015-03-027-29/+29
| | | | | | | | | | | | Change-Id: Ib2bc0e7dcddf34e8be1374c7ac67aaf7da6d5e17
* | | Merge "Avoid unnecessary creation of StringIdItem objects" into ub-jackPiotr Jastrzebski2015-03-021-1/+15
|\ \ \ | |/ / |/| |
| * | Avoid unnecessary creation of StringIdItem objectsPiotr Jastrzebski2015-03-021-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profiler showed for Music app that StringIdsSection.intern(CstString) was called 430594 times and only 52903 times strings.get(value) in StringIdsSection.intern(StringIdItem) returned null. This means that 377691 instances of StringIdItem were created unnecessarily. StringIdsSection.intern(CstString) created them to be able to use StringIdsSection.intern(StringIdItem) but inside this method CstString is obtained from StringIdItem and StringIdItem is useless unless strings.get(value) returns null. Change-Id: I08978b0a28fe7bd13805e44f9d52a4bbf137fd0b
* | | Replace the keepMethodBody field by a propertymikaelpeltier2015-03-026-6/+53
| | | | | | | | | | | | Change-Id: Iaaca3b2435b8db577e5ace7c1c02e29cbd1d52b9
* | | Remove --graph-file since it is never usedmikaelpeltier2015-03-021-3/+0
| | | | | | | | | | | | Change-Id: I31f8897b82084904051ca6736125466fe5371356
* | | Add a property for verbositymikaelpeltier2015-03-021-2/+9
| | | | | | | | | | | | Change-Id: Ic0170d8761b675dd57f60cc015200e8a2ff5e5c2
* | | Merge "Use location from dir rather than from root" into ub-jackmikaelpeltier2015-03-022-2/+2
|\ \ \
| * | | Use location from dir rather than from rootmikaelpeltier2015-02-202-2/+2
| | | | | | | | | | | | | | | | Change-Id: I71005d0fe5e531fdbde8d83bf38d92ffb6c0795f
* | | | Merge "Remove unused plan from Jack" into ub-jackmikaelpeltier2015-03-021-388/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused plan from Jackmikaelpeltier2015-02-271-388/+0
| | | | | | | | | | | | | | | | Change-Id: Ib661039f2060d83b252718cc59c898b27ca99683
* | | | Add more details in the exempleJean-Philippe Lesot2015-02-272-0/+18
|/ / / | | | | | | | | | Change-Id: I28fc3c2a18002dfa1f0d0f809f1fbf48a2e74ab1
* | | Merge "Remove filter field from options" into ub-jackmikaelpeltier2015-02-271-4/+0
|\ \ \
| * | | Remove filter field from optionsmikaelpeltier2015-02-271-4/+0
| | | | | | | | | | | | | | | | Change-Id: I1085df64510ad4a57930a2d5f9440c6188ebe098
* | | | Merge "Remove obsolete javadoc" into ub-jackJean-Philippe Lesot2015-02-271-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove obsolete javadocJean-Philippe Lesot2015-02-271-2/+1
| | | | | | | | | | | | | | | | Change-Id: Id6b3af88032c07e34af0d54233d47d4635ad3690
* | | | Merge "run method of Jack does not longer throws NothingToDoException" into ↵mikaelpeltier2015-02-273-8/+3
|\ \ \ \ | | | | | | | | | | | | | | | ub-jack
| * | | | run method of Jack does not longer throws NothingToDoExceptionmikaelpeltier2015-02-273-8/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: If55f57f449a7a8d01573721b22d4fea306ed537e