Sign in
bazel
/
bazel
/
1446210debe015946729a71ee2e6992b449bba30
/
tools
/
jdk
2a9e125
Implement @bazel_tools//tools/jdk:current_host_java_runtime .
by lberki
· 7 years ago
c4cd986
Add a //tools/jdk:host_jdk target.
by lberki
· 7 years ago
1a483d4
Move bazel conditions into src/conditions.
by tomlu
· 7 years ago
ffd5610
Remove java_toolchain using remote targets.
by xingao
· 7 years ago
1f0f1f1
Enable switching singlejar and ijar targets for remote execution.
by xingao
· 7 years ago
d88cec0
Add java_toolchain which compiles singlejar and ijar from source.
by xingao
· 7 years ago
ff1bdb0
Enable debug info for Java builds
by cushon
· 8 years ago
36d5267
Make default java_toolchain compile protos as java 7.
by ajmichael
· 8 years ago
528a1ea
Add *_alias rules to @bazel_tools so that people don't have to keep writing their own.
by lberki
· 8 years ago
c5358e5
Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocations
by cushon
· 8 years ago
178e03e9
Add alias in bazel_tools for jni_md_header-windows
by pcloudy
· 8 years ago
202d591
Automated g4 rollback of commit dba22f337a20d3e8f3ac8dfd23bc6fa69e4528da.
by xingao
· 8 years ago
dba22f3
Automated g4 rollback of commit d894345ed88f8adce600b66a310b5210d0bcb59c.
by laszlocsomor
· 8 years ago
d894345
Use cc implementation of singlejar except on Windows.
by Xin Gao
· 8 years ago
38949b8
Migrate off versioned javac and Error Prone targets
by Liam Miller-Cushon
· 8 years ago
84a61ba
Remove debug print statement from proguard_whitelister.py
by ahumesky
· 8 years ago
2195f25
Update to javac9-r4023
by cushon
· 8 years ago
8df71b5
Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix.
by xingao
· 8 years ago
63fe7fb
Automated g4 rollback of commit 99a5a30d17d920de323d1cc37e3fe25a0749ae41.
by philwo
· 8 years ago
99a5a30
Make Java tool jars available from @bazel_tools.
by Xin Gao
· 8 years ago
7a1ea78
Rollback of commit 3da16e3b4e8be4d4c4a6eae80365a85851e3253d.
by Liam Miller-Cushon
· 8 years ago
3da16e3
Disable Java header compilation by default in Bazel.
by Irina Iancu
· 8 years ago
c9a75d2
Added alias for extdir in tools/jdk.
by Irina Iancu
· 8 years ago
8153cb8
Rename 'extdir' to 'extclasspath'
by Liam Miller-Cushon
· 8 years ago
c8510b1
Avoid using //external labels; use @local_jdk// instead
by Ulf Adams
· 8 years ago
b95d4a9
gen_java_lang_invoke_jar should not use java from $PATH.
by Adam Michael
· 8 years ago
9e3f9ce
Rollback of commit a80099b6de04dec802b556768f8c5f1c299c83ee.
by Liam Miller-Cushon
· 8 years ago
a80099b
Rollback of commit 156adeec613ab140a91d73e1147bc688689bcfb7.
by Lukacs Berki
· 8 years ago
156adee
Rollback of commit 5163ec2c0db8fbdc7f367bb4aca5b6d7ae6d80b0.
by Liam Miller-Cushon
· 8 years ago
5163ec2
Rollback of commit c9dbd4c1a4a4b4345c0b3924f86e01612ae12807.
by Marcel Hlopko
· 8 years ago
c9dbd4c
Enable header compilation by default
by Liam Miller-Cushon
· 8 years ago
39e5a46
Fix cycle in dependency graph during bootstrap
by Damien Martin-Guillerez
· 8 years ago
4a75349
Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212.
by Yue Gan
· 8 years ago
27085f4
Remove JavaCpuSupplier; use the actual --cpu value instead.
by Ulf Adams
· 8 years ago
567aaf4
Allow adaptresourcefilecontents for proguard configuration, and -s in the directive value.
by Googler
· 8 years ago
490f250
workers: Use workers by default for Javac.
by Philipp Wollermann
· 9 years ago
74cb8c7
When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6.
by Philipp Wollermann
· 9 years ago
4068a1d
Description redacted. -- MOS_MIGRATED_REVID=125589653
by Carmi Grushko
· 9 years ago
c200914
When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6.
by Philipp Wollermann
· 9 years ago
e4880eb
Add turbine to embedded tools
by Liam Miller-Cushon
· 9 years ago
0ad9f5e
Refactor JDK 7 build to use the vendored version of it
by Damien Martin-Guillerez
· 9 years ago
3ee570f
Deprecate top-level Java toolchain flags in favour of java_toolchain
by Liam Miller-Cushon
· 9 years ago
04d46ab
Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515.
by Damien Martin-Guillerez
· 9 years ago
6cb8d82
Refactor build for JDK 7
by Damien Martin-Guillerez
· 9 years ago
b35e25d
Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" .
by Lukacs Berki
· 9 years ago
9b1e3a2
Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore.
by Lukacs Berki
· 9 years ago
6817a6f
Allow Java libraries to export and propagate proguard_specs.
by Michael Staib
· 9 years ago
9c5deb6
Requires JDK 8
by Damien Martin-Guillerez
· 10 years ago
709bc61
Port to FreeBSD.
by Doug Rabson
· 10 years ago
c8db70c
Improve the JDK and JRE filegroups to include all the necessary parts. Then fix the Skylark rules and tests that so far failed to declare dependencies on the JVM.
by Philipp Wollermann
· 10 years ago
ab13f68
Create a binary packager for Bazel
by Damien Martin-Guillerez
· 10 years ago
d3f7eda
Adds gen jar and manifest proto outputs.
by Alex Humesky
· 10 years ago
3eafd19
Make use of the jvm_opts from java_toolchain
by Damien Martin-Guillerez
· 10 years ago
8104c5b
Lower the requirement to Java 7
by Damien Martin-Guillerez
· 10 years ago
1ed3c47
Move the Error Prone plugin into Bazel
by Liam Miller-Cushon
· 10 years ago
0bf90f7
Remove tools/jdk/jdk symbolic link creation
by Damien Martin-Guillerez
· 10 years ago
d6f4808
Bootstrapping tools using Bazel
by Damien Martin-Guillerez
· 10 years ago
2221860
Add a --javac_extdir flag to enable configuring the javac -extdirs flag
by Liam Miller-Cushon
· 10 years ago
5cbd5a4
Open-source Bazel integration tests
by Damien Martin-Guillerez
· 10 years ago
b5ecdab
Make JDK not need tools/jdk/jdk symlinked
by Kristina Chodorow
· 10 years ago
7ecb764
Fix the paths of Bazel's jdk package
by Damien Martin-Guillerez
· 10 years ago
3671ff6
Add symlinks to third_party/ and tools/ to base_workspace
by Kristina Chodorow
· 10 years ago