aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/output_jar.h
Commit message (Expand)AuthorAge
* [singlejar] cleanup port libraryGravatar Loo Rong Jie2018-07-27
* [singlejar] Change off_t and ssize_t to C standard ptrdiff_tGravatar Loo Rong Jie2018-07-18
* add singlejar variant to bazel that includes Android desugar dependency checkingGravatar kmb2018-03-29
* Adjust the singlejar binary to accept an optional comma-separated "label" withGravatar Googler2017-10-27
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* Include <cinttypes> instead of <stdint.h>Gravatar Damien Martin-Guillerez2017-07-27
* Create parent directories for resourcesGravatar cushon2017-04-04
* Handle huge (>4GB) output jars.Gravatar Sasha Smundak2017-01-04
* Add '0xCAFE' extra field to the first entry of the output jar (which is META-...Gravatar Sasha Smundak2016-09-26
* Use WriteBytes instead of AppendFile to write entries.Gravatar Sasha Smundak2016-09-22
* Change C++ singlejar to use stdio for all output, instead of a mix ofGravatar Googler2016-09-14
* Allow OutputJar subclass to customize entry handling behavior.Gravatar Sasha Smundak2016-08-31
* Implement --normalize option. Refactor file writing code in OutputJar. Refact...Gravatar Sasha Smundak2016-08-16
* Provide ExtraCombiner method.Gravatar Sasha Smundak2016-08-11
* Combiners overhaul: introduce Combiner interface common to all combiners, use...Gravatar Sasha Smundak2016-08-10
* Initial checkin of the OutputJar and main.Gravatar Sasha Smundak2016-08-08