| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
One cannot call realloc() on the result of operator new.
--
MOS_MIGRATED_REVID=117906367
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
//third_party/protobuf.
--
MOS_MIGRATED_REVID=117336377
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
48ebb29a8ec118bf6b9ee39f6be42b57321c099a to third_party/protobuf.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
URL: http://www.eu.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz
|
|
|
|
|
|
|
|
| |
I'm surprised your testing system didn't catch this.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/983
MOS_MIGRATED_REVID=116019526
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=115896463
|
|
|
|
|
|
|
|
| |
This target include all non tests targets of Bazel to do integration tests of
bootstrapping.
--
MOS_MIGRATED_REVID=115830741
|
|
|
|
|
|
|
| |
Needed for #276.
--
MOS_MIGRATED_REVID=114867808
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Progress towards #276.
--
MOS_MIGRATED_REVID=114829911
|
|
|
|
|
|
|
| |
Progress on #276.
--
MOS_MIGRATED_REVID=114740700
|
|
|
|
|
|
|
| |
required for scripts/setup-eclipse.sh
--
MOS_MIGRATED_REVID=114629937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=114324917
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=114242270
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=114223734
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=114115200
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Native protoc-windows.exe fails to support paths longer that 1024
characters.
Needed for #276.
--
MOS_MIGRATED_REVID=113834005
|
|
|
|
|
|
|
|
|
| |
Fixes #845
RELNOTES: Add support for .tar.xz archives to http_archive rules.
--
MOS_MIGRATED_REVID=113829042
|
|
|
|
|
|
|
|
|
| |
Native protoc-windows.exe fails to support paths longer that 1024
characters.
Needed for #276.
RELNOTES: None.
|
| |
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=113492679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I99487b78a4f9a564c0618209f638425e2e39baa6
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=112027856
|
|
|
|
|
|
|
| |
apkbuilder.
--
MOS_MIGRATED_REVID=111935178
|
|
|
|
|
|
|
|
|
| |
modifications to remove deprecation warnings, to create deterministic apks (removes timestamps), and to make calling ApkBuilder more convenient.
RELNOTES: Timestamps within Android apks are removed to make apks deterministic.
--
MOS_MIGRATED_REVID=111890659
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=111670453
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also split out dependencies, instead of repackaging them.
--
MOS_MIGRATED_REVID=110433600
|
|
|
|
| |
Removed guava-18.0
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=110349155
|
|
|
|
| |
Deleted guice-4.0 (with aop)
|
|
|
|
|
| |
Added guava-19.0
Deleted guice-4.0 (with aop)
|
|
|
|
|
|
|
|
| |
$(...) is incorrect when doing a test to test the return value, (...)
should be used instead.
--
MOS_MIGRATED_REVID=110248027
|
|
|
|
|
|
|
| |
will get rid of all the "ghost flakes" where tests crashed with no apparant reason printed into our logs. Now a stack trace is printed and an easy to understand failure reason, too.
--
MOS_MIGRATED_REVID=110142957
|