aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/output_jar.h
Commit message (Expand)AuthorAge
* 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