Sign in
bazel
/
bazel
/
6d1b9725b1e201ca3f25d8ec2a730a20aab62c6e
6d1b972
Send and receive work requests via proxy and multiplexer
by Bor Kae Hwang
· 6 years ago
c3cec48
Rewrite AggregatingTestListener / TestResultAnalyzer
by ulfjack
· 6 years ago
d3283b1
UI: only readd the progress bar, if it was removed
by Klaus Aehlig
· 6 years ago
618e5a2
Use FileSystemUtils.moveFile instead of renameTo function of Path
by pcloudy
· 6 years ago
f939278
Upgrade the default Java toolchain to jdk11-v6.0
by Marcel Hlopko
· 6 years ago
8df3e33
Disable default profile for the info command.
by twerth
· 6 years ago
c731933
Transitions documentation: de-experimentalize, add example
by gregce
· 6 years ago
fcea337
Open source TransitionsOutputFormatterTest
by michajlo
· 6 years ago
c88628c
Add table of contents to Starlark configuration doc.
by gregce
· 6 years ago
43f3406
Fix regex matching so that it doesn't simply ignore unrecognized characters
by dchai
· 6 years ago
1f338e4
Bazel is no longer in beta
by jingwen
· 6 years ago
9ce04ba
Expose object files in the C++ Sandwich API
by hlopko
· 6 years ago
836a353
Automatic code cleanup.
by Googler
· 6 years ago
bfbaed8
Fix Bazel selects wrong Xcode
by Thi Don
· 6 years ago
6be120d
Remove confusing alias / config_setting documentation.
by Greg
· 6 years ago
552cf56
release key: use 64-bit key id
by Klaus Aehlig
· 6 years ago
8a5b563
Change comment to reference enum, not boolean values.
by Googler
· 6 years ago
6b29ed5
Update documentation for 'default_setting' field
by dchai
· 6 years ago
541f056
Remove some uses of MD5.
by Googler
· 6 years ago
5be7d71
Fix broken link to "Building with Platforms" (not available before 1.1)
by Greg Estren
· 6 years ago
ee05663
bazel skylark: remove cruft from tests
by Googler
· 6 years ago
7a45bdd
Set default docs version to 1.0.0
by jingwen
· 6 years ago
de7b7b2
Document attr access with custom transitions.
by schmitt
· 6 years ago
d8ccba5
C++: Mention what cc_common.compile returns in doc
by Googler
· 6 years ago
6da57ec
Remove javabase9 and javabase10 tests from Bazel CI.
by philwo
· 6 years ago
7b24224
Test result processing: hide TestResultAnalyzer
by ulfjack
· 6 years ago
a2214ed
Throw an EvalException instead of crash if declared files have the wrong parent
by cparsons
· 6 years ago
82f8297
Let config_setting on label-typed flags use relative labels.
by gregce
· 6 years ago
601f625
Internal change
by laurentlb
· 6 years ago
f767eb9
1.0.0 docs
by dslomov
· 6 years ago
07924e8
First iteration of NestedSet-on-Skyframe
by leba
· 6 years ago
6d05ca5
Move getDefaultBuildOptionsForFragments to BuildOptions
by ulfjack
· 6 years ago
b9067c4
Release 1.0.0 (2019-10-10)
by Bazel Release System
· 6 years ago
a1c42c3
Update turbine
by Liam Miller-Cushon
· 6 years ago
50050ae
Remove --incompatible_objc_framework_cleanup
by waltl
· 6 years ago
2ad6ce9
docgen: break unnecessary test dependencies
by Googler
· 6 years ago
4c05ba6
Move reduced classpath opt-out logic into Blaze
by cushon
· 6 years ago
9a62ad0
Add an option to allow local actions to run without locking outputs.
by jmmv
· 6 years ago
f802da9
Increase visibility of InMemoryGraphImpl for testing and factor out the injection of the ErrorTransienceValue node from AbstractExceptionalParallelEvaluator.
by shreyax
· 6 years ago
98b9e2f
Don't filter out empty package(s) from the resource table during resource shrinking.
by bcsf
· 6 years ago
f69f528
Fix 'remote_exeuction_properties' doc typo which appears in the build-encyclopedia.
by Googler
· 6 years ago
ba86854
bazel syntax: hide EvalUtils.execToplevelStatement
by Googler
· 6 years ago
aca46b2
Automatic code cleanup.
by Googler
· 6 years ago
7fdb342
Chocolatey: Remove strict MSYS2 version requirement
by Philipp Wollermann
· 6 years ago
c9a9bbb
WindowsFileSystem.readSymbolicLink: Map IOException to NotASymlinkException
by Tomasz Strejczek
· 6 years ago
57bdcc7
Handle $$ in .d files
by waltl
· 6 years ago
3acf412
Clarify that discouragement of recursive globs only apply to source files.
by Googler
· 6 years ago
3948aaa
bazel syntax: break ASTPrettyPrintTest -> EvaluationTestCase edge
by Googler
· 6 years ago
27d9a7a
bazel syntax: break ValidationTest -> EvaluationTestCase edge
by Googler
· 6 years ago
281692c
Better handling of legacy provider syntax corner cases
by cparsons
· 6 years ago
f4dc1a1
Provide a clearer error when Starlark rule definitions accidentally d?
by Greg Estren
· 6 years ago
c7932a1
Fix HTML documentation typo
by gregce
· 6 years ago
8769f84
Reinstate external documentation performance.md
by jingwen
· 6 years ago
21f6ba46
external.md: clarify where external repositories are fetched to
by Klaus Aehlig
· 6 years ago
314fb39
external.md: fix section on "caching"
by Klaus Aehlig
· 6 years ago
6ca0ce9
Fix ToC markup
by Googler
· 6 years ago
a36564d
Update description to match the example
by Googler
· 6 years ago
dc146da
Updated the parser to produce same result when round tripping a query. Also added additional unit tests and updated documentations/comments.
by Googler
· 6 years ago
df8b1b8
Automatic code cleanup.
by cushon
· 6 years ago
c87cc91
Event with output: do not keep output in memory
by Klaus Aehlig
· 6 years ago
11b0b1f
Replace dot and ASCII graphs with svg images
by Googler
· 6 years ago
29539a5
Update configuration docs to reference skylib common build settings.
by schmitt
· 6 years ago
c30a7c5
bazel syntax: remove BuiltinFunction.isRule, a bazelism
by Googler
· 6 years ago
5eeccd8
Render attribute default information
by cparsons
· 6 years ago
ac828cb
bazel syntax: split lib.syntax into two java_library rules
by Googler
· 6 years ago
27612bb
third_party condition for ppc64le dyn lib
by Christy Norman
· 6 years ago
28c1a2a
bazel syntax: delete FunctionSignature.WithValues
by Googler
· 6 years ago
e580e8e
Clarify utility and level of support for --nodistinct_host_configuration
by cushon
· 6 years ago
e43e4db
external repositories: add a section on offline builds
by Klaus Aehlig
· 6 years ago
04a97af
Clarify naming convention for targets created by a macro
by laurentlb
· 6 years ago
64415b3
Take away outdated rollout / experimental comments.
by gregce
· 6 years ago
3171523
Remove unused flag java_new_coverage_impl.
by elenairina
· 6 years ago
1b5e4dd
Fix framework_search_paths var name
by Keith Smiley
· 6 years ago
929ece5
Clarify dict type documentation
by Googler
· 6 years ago
94f3c9d
Process-wrap commands executed by the repository context
by Klaus Aehlig
· 6 years ago
7ae5adb
Remove duplicate code in j2objc_dead_code_pruner
by Rgis Dcamps
· 6 years ago
e70f121
Java_toolchain: Remove Java 7 compatibility mode
by David Ostrovsky
· 6 years ago
e924bbe
Delete mention of comprehensions differing from Python
by brandjon
· 6 years ago
982a735
Automated rollback of commit 365a26bd89587d46e5cd4375dd4b1b7a8a6e878d.
by twerth
· 6 years ago
b84cf86
bazel syntax: remove type parameters from WithValues<V, T>
by Googler
· 6 years ago
76951c6
Use //command_line_option:compilation_mode instead of :c
by Googler
· 6 years ago
35618a8
bazel syntax: remove type parameters from Parameter<V, T>
by Googler
· 6 years ago
3a5dd87
Add flag to use R.txt from resource merging for creating top-level resources.jar
by dchai
· 6 years ago
d6f9bcf
Move -Aexperimental_turbine_hjar logic into Blaze
by cushon
· 6 years ago
802ae8c
Migrate provider definitions off of FunctionSignature.WithValues
by cparsons
· 6 years ago
8e00e31
Overhaul Stardoc source-tree tests
by cparsons
· 6 years ago
d1f7351
bazel syntax: break syntax->Printer dependency
by Googler
· 6 years ago
558bf22
bazel syntax: move StarlarkFile.eval methods to EvalUtils.execOrEval
by Googler
· 6 years ago
0559547
bazel syntax: break validator -> thread dependency
by Googler
· 6 years ago
193dad8
Allow throwing IOException from lockOutputFiles.
by jmmv
· 6 years ago
73d942f
bazel syntax: separate Parameter from Argument
by Googler
· 6 years ago
09e8e68
[RPBB] Add --rTxtOut option to AndroidCompiledResourceMergingAction
by dchai
· 6 years ago
aa1bf47
Fix skybuild crash when creating include scanning header data
by waltl
· 6 years ago
3a898c1
Prevent crash when create_compilation_outputs() has no parameters
by cparsons
· 6 years ago
59ea3ee
Fix some documentation tags
by cparsons
· 6 years ago
5e07543
[RPBB] Remove unused code related to android_robolectric_test
by dchai
· 6 years ago
b52249c
Remove unused code
by dchai
· 6 years ago
18694c7
bazel syntax: move FAIL_FAST_HANDLER to test/.../events/util
by Googler
· 6 years ago
7ca15b1
Provide cc_common.compile(additional_inputs=...)
by Googler
· 6 years ago
1ee4da1
bazel syntax: break StringLiteral -> Printer dependency
by Googler
· 6 years ago
Next »