aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Add BoringSSL to third_party .Gravatar Lukacs T. Berki2016-04-07
| | | | | | | | As usual, README.md contains reproduction instructions. It would be better to directly use the source tree under `boringssl.googlesource.com`, but for the time being, this will do. Change-Id: I72ef030251c41eaed459c4abd93228f23223783b
* Add AutoValue 1.2, in preparation for upgrading the existing 1.1 to 1.2. ↵Gravatar Carmi Grushko2016-04-06
| | | | Motivation: 1.2 adds @AutoValue.Builder
* Add zlib to the third_party directory.Gravatar Lukacs T. Berki2016-04-06
| | | | | | | | zlib is the only dependency of Bazel that comes from the host system, so let's change that. There isn't much point in using the preinstalled version of a single library while having everything else under third_party/ . Change-Id: I60c129a41ff4a1b532f8b1d6e2508bd6e6b0a755
* Add Netty 4.1.0.CR6 to third_party.Gravatar Lukacs T. Berki2016-04-06
| | | | Change-Id: Id34891c9abd4e254bad8b758347ecd3131bce4b2
* Add nanopb to the set of third-party libraries.Gravatar Lukacs T. Berki2016-04-06
| | | | | | This is needed for gRPC. Change-Id: I68c6b500d0e26742a25afef1754f5fcabf959ef0
* Update the x86_64 protoc with a statically linked version.Gravatar Lukacs T. Berki2016-04-06
| | | | Change-Id: I9fac9d265ae9f1691be4dbb4b3bef6f35872b5ee
* ijar: check the return value of getcwd() functionGravatar Thiago Farina2016-04-05
| | | | | | | | | | | | | | | | | Check the return value of getcwd() and if it fails print a message to the user and return -1. This should fix the following warning: third_party/ijar/zip_main.cc:175:32: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result [-Wunused-result] getcwd(output_root, PATH_MAX); -- Change-Id: I8857e484f5baf60289d7c19a128f5a4616ae50e4 Reviewed-on: https://bazel-review.googlesource.com/#/c/3230/ MOS_MIGRATED_REVID=119029402
* Add a BUILD.bazel file for nanopb.Gravatar Lukacs Berki2016-04-04
| | | | | -- MOS_MIGRATED_REVID=118917025
* ijar: cast to size_t instead of int to avoid sign-compare warning.Gravatar Damien Martin-Guillerez2016-04-01
| | | | | -- MOS_MIGRATED_REVID=118761993
* ijar: fix mismatched-tags warningsGravatar Thiago Farina2016-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the following warnings: third_party/ijar/mapped_file_unix.cc:31:1: warning: 'MappedInputFileImpl' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct MappedInputFileImpl { ^ ./third_party/ijar/mapped_file.h:22:1: note: did you mean struct here? class MappedInputFileImpl; third_party/ijar/mapped_file_unix.cc:88:1: warning: 'MappedOutputFileImpl' defined as a struct here but previously declared as a class [-Wmismatched-tags] struct MappedOutputFileImpl { ^ ./third_party/ijar/mapped_file.h:23:1: note: did you mean struct here? class MappedOutputFileImpl; -- Change-Id: Ie8269c0cfec41b4a1ddcdc9a9cd155ecac4b01d8 Reviewed-on: https://bazel-review.googlesource.com/#/c/3101 MOS_MIGRATED_REVID=118761176
* Add source files of the C++ protobuf runtime library.Gravatar Lukacs T. Berki2016-04-01
| | | | | | Actually, it's a bit more files than strictly necessary, but it's easier to maintain this way. Change-Id: I22bba190940c1695f491cd28c7a7a95018d77bb1
* Change from the MingW-specific proto compilers to the Windows-based ones.Gravatar Lukacs Berki2016-03-31
| | | | | | | | | protoc-mingw.exe dumps core for whatever reason, and these seem to work at least well enough for compile.sh . protoc-mingw.exe was apparently introduced due to a 1024-character path limit, but that doesn't break the continuous build. Fixes #1101. -- MOS_MIGRATED_REVID=118667728
* Fix comparison warning in ijarGravatar Damien Martin-Guillerez2016-03-30
| | | | | | | It's too much annoyance to see that error message in Bazel bootstrap. -- MOS_MIGRATED_REVID=118572214
* Adding ProductType for watch OS 1 extension and application.Gravatar Googler2016-03-24
| | | | | | | RELNOTES: Add ProductType for watch OS 1 extension and application. -- MOS_MIGRATED_REVID=118003005
* Fix asan error introduced by commit 257337638463d01bcf627c60de42861d775fefec.Gravatar Googler2016-03-23
| | | | | | | One cannot call realloc() on the result of operator new. -- MOS_MIGRATED_REVID=117906367
* Fix a dangling label.Gravatar Lukacs Berki2016-03-21
| | | | | | | I didn't verify that this is the right thing, but it sure compiles. That's not a very high bar for Python rules, though. -- MOS_MIGRATED_REVID=117543822
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
| | | | | | | //third_party/protobuf. -- MOS_MIGRATED_REVID=117336377
* Add Six 1.10.0 to third_party/py.Gravatar David Z. Chen2016-03-14
|
* Add protobuf .proto sources to third_party/protobuf.Gravatar David Z. Chen2016-03-14
|
* Add grpc-java 0.13.2 to //third_party/grpc.Gravatar Philipp Wollermann2016-03-11
|
* Remove python protobuf test sources from third_party/protobuf.Gravatar David Z. Chen2016-03-10
|
* Add protobuf.bzl and Python protobuf sources at ↵Gravatar David Z. Chen2016-03-10
| | | | 48ebb29a8ec118bf6b9ee39f6be42b57321c099a to third_party/protobuf.
* Update j2objc workspace to latest 1.0.1 release.Gravatar Googler2016-03-09
| | | | | | | | | Adds //third_party/java/j2objc:jre_emul.jar target, needed for a future update to j2objc_library. RELNOTES: J2ObjC updated to 1.0.1 release. -- MOS_MIGRATED_REVID=116767453
* Upgrade Apache Commons Collections to v3.2.2Gravatar Googler2016-03-04
| | | | | | | | | | | | | | Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the entire JVM process to go from being a state machine to a turing machine. A turing machine with an exec() function! https://commons.apache.org/proper/commons-collections/security-reports.html http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/ -- MOS_MIGRATED_REVID=116309858
* Migrate Apache Commons Collections jar fileGravatar Justine Tunney2016-03-04
| | | | URL: http://www.eu.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz
* Fix bazel-j2objc repo name to use an underscoreGravatar Justine Tunney2016-03-01
| | | | | | | | I'm surprised your testing system didn't catch this. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/983 MOS_MIGRATED_REVID=116019526
* Global cleanup change.Gravatar Googler2016-03-01
| | | | | -- MOS_MIGRATED_REVID=115896463
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
| | | | | | | | This target include all non tests targets of Bazel to do integration tests of bootstrapping. -- MOS_MIGRATED_REVID=115830741
* Use a custom ToString instead of std::to_string that is not available on mingw.Gravatar Dmitry Lomov2016-02-17
| | | | | | | Needed for #276. -- MOS_MIGRATED_REVID=114867808
* Stop bundling ijar's sources in bazel_toolsGravatar Damien Martin-Guillerez2016-02-17
| | | | | | | | | | Instead bundle ijar's zipper binary so the skylark rules that depends on it can use it from @bazel_tools. A commit introducing windows config settings broke our appengine tutorial. -- MOS_MIGRATED_REVID=114857080
* Implement memory-mapped zip files in ijar for Windows.Gravatar Lukacs Berki2016-02-17
| | | | | | | Progress towards #276. -- MOS_MIGRATED_REVID=114829911
* Encapsulate file mapping in preparation for providing a Windows implementation.Gravatar Lukacs Berki2016-02-16
| | | | | | | Progress on #276. -- MOS_MIGRATED_REVID=114740700
* Fixes third_party/BUILD to correctly refer to jimfs-1.1-rc1.jar, which is ↵Gravatar Alex Humesky2016-02-15
| | | | | | | required for scripts/setup-eclipse.sh -- MOS_MIGRATED_REVID=114629937
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10
| | | | | | | | | | | | | | | | | | | | This patch implements distributed caching for Bazel using Hazelcast. Hazelcast is used as a key value store that stores content of files indexed by the digest of the file. The cache also stores the list of files for an action. The key in this case is the digest from the key of the action and the list of files. In this change I also added the interface for remote execution. The implementation will be added in a subsequent patch. This change is only the first in a series of changes related to distributed caching and remote execution. I plan to revise the APIs and implementation in subsequent changes. -- Change-Id: I569285d6149a4e9f8ba2362682c07a9f1e1943b7 Reviewed-on: https://bazel-review.googlesource.com/#/c/2760/ MOS_MIGRATED_REVID=114325038
* Restore third_party/bazel/README.md in the exported Bazel tree.Gravatar Julio Merino2016-02-10
| | | | | -- MOS_MIGRATED_REVID=114324917
* Add JimFS to Bazel's third_partyGravatar Liam Miller-Cushon2016-02-10
| | | | | -- MOS_MIGRATED_REVID=114242270
* Refactor buildjar BUILD filesGravatar Liam Miller-Cushon2016-02-10
| | | | | -- MOS_MIGRATED_REVID=114223734
* Third-party binaries updateGravatar Damien Martin-Guillerez2016-02-09
| | | | | | | - Removed the obsolete joda-time (renamed into joda_time) - Added jimfs from https://github.com/google/jimfs/releases/download/v1.1-rc1/jimfs-1.1-rc1.jar Change-Id: I141aadd9feb08af59bf0866a0fa755916e2817a9
* Description redacted.Gravatar Googler2016-02-09
| | | | | -- MOS_MIGRATED_REVID=114115200
* Add Hazelcast 3.5.4 to third_partyGravatar Philipp Wollermann2016-02-08
|
* Use protoc-mingw on Windows.Gravatar Dmitry Lomov2016-02-04
| | | | | | | | | | Native protoc-windows.exe fails to support paths longer that 1024 characters. Needed for #276. -- MOS_MIGRATED_REVID=113834005
* Add support for downloading .tar.xz files to http_archive rules.Gravatar David Chen2016-02-04
| | | | | | | | | Fixes #845 RELNOTES: Add support for .tar.xz archives to http_archive rules. -- MOS_MIGRATED_REVID=113829042
* Add protoc-mingw.exe and related .dllsGravatar Dmitry Lomov2016-02-04
| | | | | | | | | Native protoc-windows.exe fails to support paths longer that 1024 characters. Needed for #276. RELNOTES: None.
* Add xz 1.5 JAR to third_party.Gravatar David Z. Chen2016-02-04
|
* Report source position information for Error Prone crashesGravatar Liam Miller-Cushon2016-02-01
| | | | | -- MOS_MIGRATED_REVID=113492679
* RELNOTES[INC]: Remove JAVAC "Make" variableGravatar Liam Miller-Cushon2016-02-01
| | | | | | | | | | | | | | The JAVAC "Make" variable is the javac packaged with the host JDK, which is not necessarily the same version used to compile java_library rules. Users should typically use java_library directly. If a manual javac invocation is required, BazelJavac uses the same javac version and flags as java_library. In the rare cases where the host JDK's compiler is actually desired, prefer `$(JAVABASE)/bin/javac` to `$(JAVAC)` for clarity. -- MOS_MIGRATED_REVID=113386241
* Convert j2objc workspace name to use _, not -Gravatar Kristina Chodorow2016-01-27
| | | | | | | | | | We're restricted repository names in preparation for improving the runfiles situation. RELNOTES: j2objc tools can now be accessed via @bazel_j2objc, not @bazel-j2objc. -- MOS_MIGRATED_REVID=113071304
* Support @ syntax for specifying the list of files to zipperGravatar Damien Martin-Guillerez2016-01-21
| | | | | | | | | | | | | | | When creating an archive with //third_party/ijar:zipper, all files to add should be specified as an argument. When adding a lot of files, this leads to reaching the maximum size of the command line. This change add a @filename argument that permit to specify a file containing the list of files to zip. -- Change-Id: I02843588896969ef2d6add26c1c67ff44a27f7de Reviewed-on: https://bazel-review.googlesource.com/#/c/2695/ MOS_MIGRATED_REVID=112678600
* Set test_class for java_test test target where it is neededGravatar Damien Martin-Guillerez2016-01-19
| | | | | | | | | This make those test target compatible with --nolegacy_bazel_java_test. -- Change-Id: I2316c9aa53327b417ecce5fd5dab95ec726da11d Reviewed-on: https://bazel-review.googlesource.com/#/c/2690 MOS_MIGRATED_REVID=112446514
* Remove Truth 0.27 since 0.28 is there since quite a while.Gravatar Lukacs T. Berki2016-01-19
| | | | Change-Id: I99487b78a4f9a564c0618209f638425e2e39baa6