| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
This doesn't do transitive dependencies yet, but it parses a pom.xml file and
turns it into a WORKSPACE file.
--
MOS_MIGRATED_REVID=95305450
|
| |
|
|
|
|
| |
Change-Id: I4eb1450d5272430bf08e656f20663c7e46848c24
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added target to use java skylark rules to bootstrap
JavaBuilder and SingleJar. Uses thoses target to bootstrap
JavaBuilder and SingleJar and compiles all tools using
Bazel.
--
Change-Id: I5142917c8b31e04015fbab89382df36b4892d8c6
Reviewed-on: https://bazel-review.googlesource.com/#/c/1451/
MOS_MIGRATED_REVID=95281092
|
|
|
|
|
|
|
|
|
|
|
| |
This ZIP implementation is lightweight and rely on zlib for
compression. libarchive was a bit tricky to set-up so it's
better to use that one.
--
Change-Id: I607b492998572e834e095a4606eeb77c0b574542
Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/
MOS_MIGRATED_REVID=94910072
|
|
|
|
|
|
|
|
|
| |
Also remove the leading slash when flattening files
Fixes #219.
--
MOS_MIGRATED_REVID=94751441
|
|
|
|
|
|
|
|
|
| |
For some reason PATH_MAX is not found on TravisCI.
Towards fixing #212.
--
MOS_MIGRATED_REVID=94696153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It extracts Zip/Unzip methods of ijar in a separate
library. A zipper binary is provided to test that
implementation outside. Note that this implementation
does not compute CRC-32 and unzip will complain on
file zipped with it (but Java won't complain).
The error handling has been replaced to use proper error
reporting instead of launching abort()'s allover the place
so ijar's zip library can be used outside of ijar.
Finally, support for ZIP preamble has been added to
handle self-extractable ZIP files.
--
Change-Id: I833034b4c0054925bada75102fe040db875da789
Reviewed-on: https://bazel-review.googlesource.com/#/c/1371/
MOS_MIGRATED_REVID=94656262
|
|
|
|
|
|
|
| |
java_binary rule for jarjar.
--
MOS_MIGRATED_REVID=94611863
|
|
|
|
| |
Contrary to the previous log message about jarjar, these can be deleted now.
|
|
|
|
|
|
| |
compatibility with existing rules.
third_party/jarjar will be deleted once the rules are migrated.
|
|
|
|
|
|
|
| |
--
Change-Id: I700baf9056bcb75c87579136fc764e84a5286c55
Reviewed-on: https://bazel-review.googlesource.com/#/c/1370/
MOS_MIGRATED_REVID=94465718
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=94104253
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=94001567
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=93915666
|
|
|
|
|
|
|
|
|
|
|
| |
This resources was undeclared and led to an exeption when running
with the webstatusserver. Tested on my mac with `bazel
--use_webstatusserver=8080 test //src/test/shell/...`.
--
Change-Id: I9208b20e6792c5b23b5b1dcb419301cf901ae805
Reviewed-on: https://bazel-review.googlesource.com/1341
MOS_MIGRATED_REVID=93716608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ijar tests were a bit bloated so using our shell test framework
to separate those tests into individual function and enable sharding.
The ijar tests are still ~70s on a macbook with a SSD drive (compared
to ~140s before).
Those 70s are spent in tests that write big files and test ijar
behavior with those big files. In those tests, disk IOs dominate
time. Timing the various operation gave that jaring the 2.2Gb large
file takes ~17s each time (operation we do twice). Simply creating
that file takes approximatively 10s. Reducing the number of
operations in that test would reduce significantly its duration.
Unfortunately, that would reduce the coverage of the test.
--
Change-Id: Idc817ab32b78b69bde8dd95ddedbcf6b9f12ee3f
MOS_MIGRATED_REVID=92723971
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=91883301
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=90725916
|
| |
|
|
|
|
|
|
|
|
| |
Add the Google auto generators for Java, for the sake of using AutoValue.
Include dependencies apache commons collections and apache velocity.
--
MOS_MIGRATED_REVID=90482044
|
|
|
|
|
|
|
| |
See https://github.com/google/bazel/issues/88.
--
MOS_MIGRATED_REVID=90089965
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
__STDC_LIMIT_MACROS
Import of https://github.com/igkm/bazel/commit/8e9e227c574bd995564b014b3e1fe9808fecd128
Fixes #42
--
MOS_MIGRATED_REVID=89582079
|
|
|
|
|
|
| |
New dependencies: apache-commons-collections (a bit old: 3.2.1),
apache-velocity, auto-common, auto-service, auto-value,
tomcat-annotations-api (aka jsr250).
|
|
|
|
|
|
|
|
|
| |
It is a first batch of integration tests for Bazel. They tests some
basic behaviors and nominal cases of Bazel rules (especially they tests
the behavior of the examples provided in //examples).
--
MOS_MIGRATED_REVID=89440074
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=89178334
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=89133777
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88975338
|
|
|
|
|
| |
This is the first part of a rename to fit common bazel convention.
joda-time with a dash will be removed when the code is synchronized.
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88821025
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88373310
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88210083
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88116249
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=88113124
|
| |
|
|
|
|
|
|
|
| |
[]:
--
MOS_MIGRATED_REVID=87371777
|
|
--
MOE_MIGRATED_REVID=85702957
|