aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
Commit message (Expand)AuthorAge
* Update ijar testGravatar Kristina Chodorow2016-06-22
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Improvements to zipper extraction support (x option):Gravatar Rumou Duan2016-05-12
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Initialize an uninitialized field in ijarGravatar Shinichiro Hamaji2016-05-02
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Prune anonymous classes in ijarGravatar Liam Miller-Cushon2016-04-12
* Add prefix to file path in ijar to allow file path longer than 260 on WindowsGravatar Yun Peng2016-04-11
* Use the zlib version in third_party instead of whatever is installed.Gravatar Lukacs Berki2016-04-07
* Description redacted.Gravatar Googler2016-04-07
* ijar: check the return value of getcwd() functionGravatar Thiago Farina2016-04-05
* ijar: cast to size_t instead of int to avoid sign-compare warning.Gravatar Damien Martin-Guillerez2016-04-01
* ijar: fix mismatched-tags warningsGravatar Thiago Farina2016-04-01
* Fix comparison warning in ijarGravatar Damien Martin-Guillerez2016-03-30
* Fix asan error introduced by commit 257337638463d01bcf627c60de42861d775fefec.Gravatar Googler2016-03-23
* Global cleanup change.Gravatar Googler2016-03-01
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Use a custom ToString instead of std::to_string that is not available on mingw.Gravatar Dmitry Lomov2016-02-17
* Stop bundling ijar's sources in bazel_toolsGravatar Damien Martin-Guillerez2016-02-17
* Implement memory-mapped zip files in ijar for Windows.Gravatar Lukacs Berki2016-02-17
* Encapsulate file mapping in preparation for providing a Windows implementation.Gravatar Lukacs Berki2016-02-16
* RELNOTES[INC]: Remove JAVAC "Make" variableGravatar Liam Miller-Cushon2016-02-01
* Support @ syntax for specifying the list of files to zipperGravatar Damien Martin-Guillerez2016-01-21
* Set test_class for java_test test target where it is neededGravatar Damien Martin-Guillerez2016-01-19
* Fix ijar_test when errexit is onGravatar Damien Martin-Guillerez2015-12-16
* unittest.bash: Correctly handle failures due to "errexit" in tests. This will...Gravatar Philipp Wollermann2015-12-15
* Add zip64 support to ijarGravatar Liam Miller-Cushon2015-12-03
* Normalize ijar's header to 'The Bazel Authors'.Gravatar Damien Martin-Guillerez2015-11-19
* Set the ijar MAX_BUFFER_SIZE to 256 MBGravatar Damien Martin-Guillerez2015-11-16
* Fix compile warningsGravatar Kristina Chodorow2015-10-20
* Recognize SourceDebugExtension attributes in ijarGravatar Liam Miller-Cushon2015-10-20
* Fix bazel's ijar test afterGravatar Liam Miller-Cushon2015-10-15
* Support Java 8 MethodParameters attribute in ijarGravatar Liam Miller-Cushon2015-10-14
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Increase the size of ijar_testGravatar Damien Martin-Guillerez2015-09-16
* Fixes ijar tests on OSXGravatar Damien Martin-Guillerez2015-09-15
* Remove a line accidentally left in from debugging.Gravatar Lukacs Berki2015-09-15
* Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy ha...Gravatar Lukacs Berki2015-09-15
* Fix ijar compressionGravatar Damien Martin-Guillerez2015-09-11
* Add CRC-32 computation to third_party/ijar:zipperGravatar Damien Martin-Guillerez2015-09-11
* Add more source filegroups for the installerGravatar Damien Martin-Guillerez2015-09-03
* Fix a signed vs unsigned comparison warning in the ijar zipper.Gravatar Erik Kuefler2015-09-03
* Add support for compression in //third_party/ijar:zipperGravatar Damien Martin-Guillerez2015-08-31
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Correctly process "ScalaInlineInfo" attribute. This is new in Scala 2.11.7 (a...Gravatar Googler2015-08-24
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Fix zipper for empty filesGravatar Kristina Chodorow2015-07-02