summaryrefslogtreecommitdiffstats
path: root/sched
Commit message (Collapse)AuthorAgeFilesLines
...
| * Jack support for annotation processor.Yohann Roussel2015-03-109-13/+396
| | | | | | | | | | | | | | Does not include any support for including class files generated by annotation processors. Change-Id: Id4006301d588875f822ff84fa90db10fd616ab00
* | Add working directory support in ConfigBuilderBenoit Lamarche2015-03-103-2/+62
|/ | | | Change-Id: Ie34d79830b53b5dcbc6b7edbaa7617c7466b9f3d
* Fix bug in duplicate PropertyId.Valuemikaelpeltier2015-03-092-7/+3
| | | | Change-Id: I99c8a7e73e774213b745633e2d970210f58274d0
* Duplicate PropertyId.Value when usedmikaelpeltier2015-03-092-1/+37
| | | | Change-Id: Ic7c6f047bdbb29690233848cfe225508612e2f6f
* Handle input sources as a propertyYohann Roussel2015-03-0911-16/+52
| | | | Change-Id: I91e3c26270f821741fa79f3d972e5b1454b00b0e
* Add support of configurable standard input/output/errorJean-Philippe Lesot2015-03-0617-108/+304
| | | | | | | | | | Add API to set a dedicated standard input/output/error to a ConfigBuilder. By this way, if defined, the parsing of '-' and '--' take this standard definition instead of System.in/out/err. Add also support of standard error in AbstractStreamFile hierarchy and associated codec. Change-Id: I1ca9521743d3ba286bd115aa24dbafd74bf693e9
* Import meta and resources are now propertiesYohann Roussel2015-03-032-1/+63
| | | | Change-Id: I2f9795a826046ccfbeee5207597f31e633663958
* 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
* | 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
* | Move getName from BaseVDir and BaseVFile to a superclassPiotr Jastrzebski2015-02-273-12/+6
| | | | | | | | | | | | | | | | BaseVDir and BaseVFile have the same getName implementation based on |name| field inherited from a common superclass. Unify the implementation by moving it to the common superclass. Change-Id: Ia36a41e8fc403a2b18fc47dc00f67e3da48c90ab
* | Merge "Print help for Brest options" into ub-jackBenoit Lamarche2015-02-261-1/+1
|\ \
| * | Print help for Brest optionsBenoit Lamarche2015-02-251-1/+1
| | | | | | | | | | | | | | | Bug: 19509971 Change-Id: Ifa91d7384246a3ac931d5b8b64694c60cff9e6d1
* | | Rework OrCodecBenoit Lamarche2015-02-261-11/+19
| | | | | | | | | | | | Change-Id: I880412f9cb058b9195f806f10f1dc96c8d8dd06d
* | | Add OrCodecBenoit Lamarche2015-02-251-0/+104
|/ / | | | | | | Change-Id: I624f82f169564017d5dbbaf3b47d96715917449c
* | Add more VFS testsBenoit Lamarche2015-02-251-103/+340
| | | | | | | | Change-Id: I9063cc77b2d96d3f3a02fe93c33d83a38a2066fb
* | Remove old VFSBenoit Lamarche2015-02-2316-1503/+10
| | | | | | | | Change-Id: I7ebd6d1f28158e1a95932774f870c91ded28dc48
* | Merge "Optimize VPath append and prepend" into ub-jackBenoit Lamarche2015-02-181-5/+13
|\ \
| * | Optimize VPath append and prependBenoit Lamarche2015-02-101-5/+13
| |/ | | | | | | Change-Id: I14b3499b6a31f4598766c7e7ce7fa03905901bcb
* | Merge "Use new VFS everywhere" into ub-jackBenoit Lamarche2015-02-183-14/+19
|\ \
| * | Use new VFS everywhereBenoit Lamarche2015-02-103-14/+19
| |/ | | | | | | Change-Id: Iedd0b9743c20ccc0a8e5d270c4743b109c793f31
* | Remove useless codemikaelpeltier2015-02-111-2/+0
|/ | | | Change-Id: I9567cfefb6690e73f517123f76be593bcfb924ec
* Retry adding CachedDirectFSBenoit Lamarche2015-02-066-10/+476
| | | | Change-Id: I389b367f5a425ea58733b8f8dc8533464d3974d7
* Add new VFile delete APIBenoit Lamarche2015-02-0420-104/+112
| | | | | | And remove VDir delete API Change-Id: I628b96ba1d51a3736bf996a611832c1a2c844af3
* Merge "Add deletion tests in VFSTest" into ub-jackBenoit Lamarche2015-02-041-0/+60
|\
| * Add deletion tests in VFSTestBenoit Lamarche2015-02-041-0/+60
| | | | | | | | Change-Id: I9767ec1dc3b4edfd77faefda8ac51c1c19126bd9
* | Merge "Wrap writing the zip entry in the zip outputstream" into ub-jackBenoit Lamarche2015-02-041-13/+35
|\ \
| * | Wrap writing the zip entry in the zip outputstreamBenoit Lamarche2015-01-281-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | When writing the zip entry header to the zip outputstream, there are IOExceptions thrown by the underlying stream. This CL allows to handle those exceptions when writing to the zip outputsream, not when opening it. Change-Id: I0c96b9452362abe85931e37f415690e920ee1c5d
* | | Use workVFS for getLocations in VFSToVFSWrapperBenoit Lamarche2015-02-031-6/+6
| | | | | | | | | | | | | | | | | | | | | We were using finalVFS before, which made more sense, but failed in ClassCastException because the instances of VDir were not compatible. Change-Id: I736ae835d5175edf258784d019ea93bb1e9d4c9a
* | | Revert "Add CachedDirectFS"Benoit Lamarche2015-02-025-360/+6
| | | | | | | | | | | | | | | | | | This reverts commit 99ed43ae47b158b9c11fe7b11dd804573d9f39e9. Change-Id: Ia3ed7f0002854dc70e26110358970b7907a5596a
* | | Add CachedDirectFSBenoit Lamarche2015-02-025-6/+360
| | | | | | | | | | | | Change-Id: I113fc29da2d6d245d48a492a1a6b635dcc6e5fbb
* | | Handle Root special case in VPath.prenpendPath()Benoit Lamarche2015-02-021-2/+4
| |/ |/| | | | | | | | | | | I had put an assert before because I didn't think it would be used and wanted to avoid handling the special case, but this is actually used. Change-Id: I2806834d7a4d2e220bc38e90cd9cc77f10f0a645
* | Merge "Fix append of VPath that created invalid VPaths" into ub-jackBenoit Lamarche2015-01-302-7/+9
|\ \
| * | Fix append of VPath that created invalid VPathsBenoit Lamarche2015-01-302-7/+9
| |/ | | | | | | | | | | | | VPath does not allow a separator as first character but appending could create such VPaths Change-Id: Id3d97ab623d592fa5909712383dc2c04e342ea00
* | Rename *VDirCodec to *VFSCodecBenoit Lamarche2015-01-307-30/+25
|/ | | | Change-Id: I7fcd0dc914559ecd7f29b82883bb9a5787b0acc2
* Merge "Add getDigest() method in VFS and InputVFS interfaces" into ub-jackBenoit Lamarche2015-01-289-0/+42
|\
| * Add getDigest() method in VFS and InputVFS interfacesBenoit Lamarche2015-01-289-0/+42
| | | | | | | | Change-Id: I61b2197ec9819a0d6ec0c969cf1b7c3473549213
* | Use getVDir before createVDir in PrefixedVFSBenoit Lamarche2015-01-281-2/+11
|/ | | | | | | | | | When using directly createVDir we may have a CannotCreateFileException because we don'te have write permissions, even if the VDir already exists. Using getVDir first allows to get a CannotCreateFileException only if we don't have writ epermissions and the VDir does not already exist. Change-Id: Ie3e3969ca383a8d365228474a812183c41bd7f21
* Fix bug into delete of MessageDigestFSmikaelpeltier2015-01-281-1/+6
| | | | | | - Delete must remove the wrapped file and not the BaseVFS. Change-Id: Ic23ef3a240c7f6eedcfc72adc7c1d59db2cafa90
* Add DirectFSCodec and ZipFSCodecmikaelpeltier2015-01-282-0/+193
| | | | Change-Id: I235493d04a7cd286e150dc0251a73a265c845ddb
* Use VFS in constructors instead of BaseVFSBenoit Lamarche2015-01-275-13/+10
| | | | Change-Id: Iafc9f2aab7d3d8b5eda4f4cefd3a4fba04f84bee
* Make VFSToVFSWrapper and ReadWriteZipFS extend BaseVFSBenoit Lamarche2015-01-272-6/+200
| | | | Change-Id: I26c038dc576798b95dd1f3572024a0640293972c
* Add missing getCapabilities() in ReadWriteZipFSBenoit Lamarche2015-01-271-0/+7
| | | | Change-Id: I2b669e48fae7f061922714ddb670389d934e0c3a
* Add VFSToVFSWrapper and ReadWriteZipFSBenoit Lamarche2015-01-273-0/+299
| | | | Change-Id: I447734418fb04e2e0e3186dcbb1c37c5b769e2d4
* Add new WriteZipVFSBenoit Lamarche2015-01-272-0/+350
| | | | Change-Id: Id80de67d1063a608b3a8cab47126b4ed15bfe07f
* Add new ReadZipVFSBenoit Lamarche2015-01-272-0/+343
| | | | Change-Id: Id9dbfd2145563a6f1c7c5a677c70dd250b3f0184
* Add new PrefixedFSBenoit Lamarche2015-01-262-0/+228
| | | | Change-Id: I4b71e032221ccfe2ebc4fd5d110aa1b389dc4812
* Work on MessageDigestFSJean-Philippe Lesot2015-01-266-93/+235
| | | | | | | - Add getDigest() in MessageDigestFS - Add a getCapabilities() in VFS and their implementation Change-Id: Iaa330d740d186a5bda03618bf1a633c1f8726327
* Fix MessageDigestFS by implementating isEmpty(...) methodJean-Philippe Lesot2015-01-231-7/+16
| | | | Change-Id: I9922b005a2c2bc13f37035d013c7f78368959be8