Sign in
bazel
/
bazel
/
345dbca75bf66e928cd559d2f9c56bb6093f00f8
/
src
/
java_tools
3bdbbaf
Use MoreAsserts.assertThrowas instead of the Junit's version.
by cnsun
· 7 years ago
b46feb0
Make some tests compatible with JDK 9
by cushon
· 7 years ago
33c419b
Add a new tool to check the deps of aar_import. This is the first cl of a
by cnsun
· 7 years ago
35ddce5
Add a Path-returning method to JavacBootclasspath
by cushon
· 7 years ago
5dee3ea
Don't suppress non-NOTE diagnostics for failed builds
by cushon
· 7 years ago
d1af89b
Migrate DependencyModule to use jarToTarget/directJars
by cushon
· 7 years ago
91c8f20
Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.
by tomlu
· 7 years ago
f2234a2
Fix "Could not reserve enough space for object heap" error on Windows during Bazel bootstrap.
by philwo
· 7 years ago
860af5b
Consolidate Error Prone resource handling
by cushon
· 7 years ago
3ac310e
Minimal support for compiling module-infos
by cushon
· 7 years ago
6f95124
Normalize javacopts for javac-turbine
by cushon
· 7 years ago
d087df0
If a compilation uses both -source and --release, prefer --release
by cushon
· 7 years ago
2c61efb
Add a TODO
by cushon
· 7 years ago
7270c93
Avoid mixing -source and --release
by cushon
· 7 years ago
5ffcd12
Fix breakage caused by unknown commit
by cushon
· 7 years ago
3613c04
Require --javacopts to be terminated with --
by cushon
· 7 years ago
a4ac4a1
Concatenate reference config files in singlejar
by Tony Liang
· 7 years ago
e00b457
Use Iterable#forEach instead of `.stream().forEach`.
by cushon
· 7 years ago
8ab32fc
Make SJD @Generated handling compatible with javax.annotation.processing.Generated
by cushon
· 7 years ago
11389d5
Batch SJD errors for an entire compilation
by cushon
· 7 years ago
54177d7
Add support for native header outputs to JavaBuilder
by cushon
· 7 years ago
c00cbd4
Terminate --javacopts in tests with --
by cushon
· 7 years ago
29a9682
Update bootclasspath handling for JDK 9
by cushon
· 7 years ago
9440289
Add support for --javacopt flags terminated by `--` to JavaBuilder
by cushon
· 7 years ago
56d5ba1
Retire some pre-skylark machinery for accessing the contents of java_toolchain
by cushon
· 7 years ago
bddeade
Make private variable public for internal usage.
by Googler
· 7 years ago
ed5df53
Build bootstrap_plugins less eagerly
by cushon
· 7 years ago
3766619
Explicitly validate that the argument to JarCreator.addDirectory exists
by cushon
· 7 years ago
51b92a4
Make turbine tests more compatible with Windows
by cushon
· 7 years ago
e7bf38b
Ensure the argument to JarCreator.addDirectory exists
by cushon
· 7 years ago
bb84853
Prepare code using ASM for Java 9
by cushon
· 7 years ago
f3e3280
Stop splitting classpath arguments
by cushon
· 7 years ago
0b2352d
Use java.nio.file.Paths instead of strings in JavaBuilder
by cushon
· 7 years ago
263c5e0
Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to rules that use the $(JAVA) or the $(JAVABASE) Make variable.
by lberki
· 7 years ago
9333228
buildjar: close streams
by Laszlo Csomor
· 7 years ago
5d15a67
Use CacheFSInfo
by cushon
· 7 years ago
ec0f47e
Record package-infos as explicit dependencies in Strict Java Deps
by cushon
· 7 years ago
2a71860
Fix NPE when JACOCO_METADATA_JAR is not set.
by elenairina
· 7 years ago
41273d4
Wire in testOnly bit down to ErrorProneOptions, so it can be used from Checkers.
by Googler
· 7 years ago
b6bf112
Make BazelJavaCompiler aware of the platform classloader
by cushon
· 7 years ago
b4d87b5
Internal change
by Googler
· 7 years ago
2fc22de
Internal change
by cushon
· 7 years ago
a7cb14e
Add an explicit dependency on jsr250_annotations
by cushon
· 7 years ago
36e2a1c
Ignore unpopular deferred diagnostics in VanillaJavaBuilder
by cushon
· 7 years ago
cc9c2f0
Remove the status xml attribute from AntXmlResultWriter
by elenairina
· 8 years ago
618f981
Prepare processor classpath masking for Java 9
by cushon
· 8 years ago
7b091c1
Add a global failure when a test is interrupted/cancelled.
by elenairina
· 8 years ago
f0b8295
Add files that were droped by our export process
by dmarting
· 8 years ago
117da7a
Auto-generate BUILD files for src/java_tools/buildjar
by ulfjack
· 8 years ago
6892b8f
added buildozer command to strict deps fix message
by Ittai Zeidman
· 8 years ago
3bcb9f6
More BUILD file refactorings.
by philwo
· 8 years ago
98bfd98
Support direct classpaths in javac-turbine
by cushon
· 8 years ago
791bef8
Remove some left over bits of Java 7 support
by Liam Miller-Cushon
· 8 years ago
a393c428d
Split "shell", "graph" into their own packages.
by philwo
· 8 years ago
f5a67d9
This change adds an explicit dependency on the current Java runtime that indirectly depend on it by using the $(JAVABASE) or $(JAVA) Make variables.
by lberki
· 8 years ago
26ad43d
Auto-generate BUILD files for src/java_tools/junitrunner
by ulfjack
· 8 years ago
3076055
REDACTED
by Googler
· 8 years ago
05418b3
Update JacocoCoverageRunner
by elenairina
· 8 years ago
3f7ac38
Internal change
by Googler
· 8 years ago
53641e5
Rewrite junitrunner integration tests
by ulfjack
· 8 years ago
17f97e9
Trigger a gc after processing a workrequest.
by Googler
· 8 years ago
a02f595
Rearrange the java-langtools / javac-bootclasspath scripts
by ulfjack
· 8 years ago
dba4916
sed: fall back to -r if -E does not work
by ulfjack
· 8 years ago
262946b
Remove dependency on Apache common lang
by ulfjack
· 8 years ago
8ba16a6
Fix UNIX linker detection (was erroneously disabling ld.gold)
by Allen Lavoie
· 8 years ago
6705b50
Auto-generate BUILD files for src/java_tools/singlejar
by ulfjack
· 8 years ago
97966cc
Update jacoco coverage runner to consider some edge cases.
by elenairina
· 8 years ago
b1829f1
Prepare JavaBuilder classloader masking for Java9
by cushon
· 8 years ago
2349149
Change Test Runner to work with the new Bazel coverage implementation.
by elenairina
· 8 years ago
9dd30c9
Fix build failure with old OS X mktemp
by ilovezfs
· 8 years ago
c5358e5
Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocations
by cushon
· 8 years ago
e9e0212
Change JavaBuilder to work with the new Bazel Java coverage.
by elenairina
· 8 years ago
58dc6b9
Remove support for -extra_checks:off
by cushon
· 8 years ago
17795ca
Tweak buildjar/JavaBuilder to not output missing deps twice.
by Googler
· 8 years ago
2ba693f
Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e.
by cushon
· 8 years ago
3e87c62
Update BUILD files
by Ulf Adams
· 8 years ago
6073f1d
protobuf: Use bazel's native java_proto_library rules.
by Jakob Buchgraber
· 8 years ago
e355e77
Migrate all tests to Truth (except the ones in the examples).
by lberki
· 8 years ago
3834dc8
Optionally skip fallback to javac-turbine
by cushon
· 8 years ago
aea56b3
Migrate Java tests to Truth. RELNOTES: None.
by lberki
· 8 years ago
c5e55bd
Remove resourcejar handling from buildjar
by cushon
· 8 years ago
527d20e
Pass the platform classpath entries through to strict deps
by cushon
· 8 years ago
431ce43
Split classpaths more eagerly
by cushon
· 8 years ago
1a57d29
Re-enabling passing -sourcepath via javacopts.
by elenairina
· 8 years ago
17296da
Avoid windows-incompatible absolute path syntax
by cushon
· 8 years ago
38949b8
Migrate off versioned javac and Error Prone targets
by Liam Miller-Cushon
· 8 years ago
9ab5821
Enable jarjar-ing the Jacoco deploy jar on every supported platform.
by lberki
· 8 years ago
c5c9ace
Use the Java version of singlejar for building the Jacoco coverage runner deploy jar.
by lberki
· 8 years ago
b89f9fa
More windows conditions
by dmarting
· 8 years ago
610bf14
Add more condition for the windows platform
by dmarting
· 8 years ago
2c3c87f
Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar through `singlejar --normalize`.
by lberki
· 8 years ago
8725fe4
Add a javac-turbine option for the reduced classpath optimization
by cushon
· 8 years ago
d953ca8
Clean VanillaJavaBuilder output directories
by cushon
· 8 years ago
11cc89a
JavaBuilder accepts a new --testonly argument to mark compilations of
by eaftan
· 8 years ago
70b2006
Prepend javac to test bootclasspath
by cushon
· 8 years ago
2195f25
Update to javac9-r4023
by cushon
· 8 years ago
de48d7d
Embed a prebuilt jarjar into Bazel so that Android builds work again.
by lberki
· 8 years ago
3a5d3db
Re-enable the Java coverage tests.
by lberki
· 8 years ago
1ade2c47
Simplify LocalSpawnRunner
by ulfjack
· 8 years ago
55828e2
Vendor jarjar instead of using a binary version of it.
by Lukacs T. Berki
· 8 years ago
Next »