aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/BUILD
Commit message (Expand)AuthorAge
* [singlejar] Port mapped_file for WindowsGravatar Loo Rong Jie2018-08-08
* [singlejar] Remove redundant test_util depsGravatar Loo Rong Jie2018-08-07
* [singlejar] cleanup port libraryGravatar Loo Rong Jie2018-07-27
* Windows,tests: port singlejar bash testsGravatar Loo Rong Jie2018-07-23
* [singlejar] Add port library for various MSVC hacksGravatar Loo Rong Jie2018-07-17
* Enable android dependency checking in Bazel.Gravatar xingao2018-06-29
* Replace //tools/defaults:jdk to //tools/jdk:*Gravatar dbabkin2018-06-26
* add singlejar variant to bazel that includes Android desugar dependency checkingGravatar kmb2018-03-29
* Add dependency on googletest, so we can use gmock along with gtest.Gravatar ccalvarin2018-03-23
* Internal changeGravatar Laszlo Csomor2018-03-09
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* 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
* 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
* Singlejar: Windows-aware jar tool pathGravatar Laszlo Csomor2017-03-09
* Avoid using //external labels; use @local_jdk// insteadGravatar Ulf Adams2017-02-14
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Make token_stream a cc_libraryGravatar Liam Miller-Cushon2016-12-06
* Implement --nocompress_suffixes option.Gravatar Sasha Smundak2016-09-26
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* When creating new files, set creator version to 2.0 instead of Unix spec 3.0....Gravatar Sasha Smundak2016-08-31
* BUILD files changes for commit 0943498edc05ada655cc2862a644071e503dd034.Gravatar Sasha Smundak2016-08-24
* Generate Zip64 End Of Central Directory record if the output archive is >4G o...Gravatar Sasha Smundak2016-08-23
* Fixes ci breakage in sandbox for //src/tools/singlejar:stored_jarGravatar Yue Gan2016-08-22
* Implement --compression and --dont_change_compression.Gravatar Sasha Smundak2016-08-18
* 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
* Refactor tests by moving common utilities to test_utils.{h,cc} andGravatar Sasha Smundak2016-08-09
* Initial checkin of the OutputJar and main.Gravatar Sasha Smundak2016-08-08
* Use std::string instead of const char* in InputJar::Open and MappedFile::Open.Gravatar Sasha Smundak2016-08-04
* Handle archives with preamble.Gravatar Sasha Smundak2016-08-04
* Initial checkin of the combiner classes.Gravatar Sasha Smundak2016-07-28
* Set //src/tools/singlejar:{transient_bytes_test,input_jar_scan_{zip,jar}tool_...Gravatar Damien Martin-Guillerez2016-07-25
* Fix extra_fields handling in zip_header.h, add several missing methods and ad...Gravatar Sasha Smundak2016-07-25
* Command line options processing.Gravatar Sasha Smundak2016-07-20
* Add transient_bytes.h and test for it.Gravatar Sasha Smundak2016-07-20
* Command file tokenizer. Mimics the behavior of theGravatar Sasha Smundak2016-07-19
* Refactor test utilities.Gravatar Sasha Smundak2016-07-18
* C++ reimplementation of singlejar tool: first checkin, take two: fix the prob...Gravatar Sasha Smundak2016-07-18
* Rollback of commit f667aa54f4fcc2c04182de9bc267a7ee469f6445.Gravatar Klaus Aehlig2016-07-04
* C++ reimplementation of singlejar tool: first checkin.Gravatar Sasha Smundak2016-07-01