aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar
Commit message (Expand)AuthorAge
* Replace //tools/defaults:jdk to //tools/jdk:*Gravatar dbabkin2018-06-26
* Remove usage of COMPILER_MSVC in Bazel and ijarGravatar Loo Rong Jie2018-06-11
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* add singlejar variant to bazel that includes Android desugar dependency checkingGravatar kmb2018-03-29
* Fix unused variable warnings from clang.Gravatar Austin Schuh2018-03-28
* In singlejar runs with --check_desugar_deps, error out when encountering j$.*...Gravatar kmb2018-03-27
* Add dependency on googletest, so we can use gmock along with gtest.Gravatar ccalvarin2018-03-23
* Internal changeGravatar Laszlo Csomor2018-03-09
* windows,singlejar: compile "token_stream"Gravatar Laszlo Csomor2018-02-14
* Bug fix: a call to OutputJar::ReserveCdh potentially invalidates the addressesGravatar asmundak2018-01-17
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Concatenate reference config files in singlejarGravatar Tony Liang2018-01-11
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* 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
* add option to singlejar to double-check correct default and static interface ...Gravatar kmb2017-10-12
* Internal changeGravatar Googler2017-08-07
* Include <cinttypes> instead of <stdint.h>Gravatar Damien Martin-Guillerez2017-07-27
* fix singlejar signedness problemsGravatar Benjamin Peterson2017-07-05
* Make source code of singlejar and ijar available from @bazel_tools. ,Gravatar Xin Gao2017-06-22
* Make singlejar aware of FreeBSDGravatar Klaus Aehlig2017-06-09
* Define __STDC_FORMAT_MACROS to 1 in singlejarGravatar Damien Martin-Guillerez2017-05-08
* Make singlejar's flag.xml merging idempotentGravatar cushon2017-04-25
* Support directories in --resourcesGravatar cushon2017-04-24
* Create parent directories for resourcesGravatar cushon2017-04-04
* Singlejar: Windows-aware jar tool pathGravatar Laszlo Csomor2017-03-09
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Avoid using //external labels; use @local_jdk// insteadGravatar Ulf Adams2017-02-14
* Handle huge (>4GB) output jars.Gravatar Sasha Smundak2017-01-04
* Power supportGravatar Nishidha Panpaliya2016-12-21
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Make token_stream a cc_libraryGravatar Liam Miller-Cushon2016-12-06
* Fix typos in usage exampleGravatar Liam Miller-Cushon2016-12-06
* Added tests for exportGravatar Kristina Chodorow2016-11-29
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Cut the dependency of singlejar on Bazel (the test still depend on it, but th...Gravatar Lukacs Berki2016-11-21
* Implement --nocompress_suffixes option.Gravatar Sasha Smundak2016-09-26
* 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
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Fix test for whether the timestamp in the local header needs replacement.Gravatar Googler2016-09-16
* Attempt to free wrong buffer.Gravatar Sasha Smundak2016-09-15
* Add asmundak to the OWNERS.Gravatar Sasha Smundak2016-09-15
* 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
* Add an option to the Concatenator to insert a newline before the contents of ...Gravatar Sasha Smundak2016-08-31
* When creating new files, set creator version to 2.0 instead of Unix spec 3.0....Gravatar Sasha Smundak2016-08-31
* Save CEN (Central Directory) offset and size values in the End of Central Dir...Gravatar Sasha Smundak2016-08-30