Sign in
bazel
/
bazel
/
56d98ae42c5a9626e3a749c27637a2ddb9b69d3d
56d98ae
CROSSTOOLS wrapped_clang: handle spaces in paths
by Oscar Bonilla
· 7 years ago
400fffe
Add support for the Json trace file format
by ulfjack
· 7 years ago
c958649
Automated rollback of commit a1c9f8d33457cd1f3b01299863bcab2667c13a52.
by Googler
· 7 years ago
01cc479
Enable rules to inherit the ExecutionPlatformConstraintsAllowed value.
by jcater
· 7 years ago
967eebb
Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packages
by cparsons
· 7 years ago
fe785e1
Skylark debugger: Fix NPE listing frames.
by brendandouglas
· 7 years ago
f4b9ff4
Remap repository names inside load statements in BUILD files if the repository name is remapped.
by dannark
· 7 years ago
1b94e64
Disable flaky test
by ulfjack
· 7 years ago
16b33e8
Fix xdot command example in cpp tutorial
by Naresh
· 7 years ago
0632505
Platform documentation fixes.
by jcater
· 7 years ago
2eff4fd
Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e421ed8b2b431a72cd3ab4ba591dc8833634.
by Googler
· 7 years ago
45e28e5
Support delete() in ActionFS.
by felly
· 7 years ago
21d60de
Refactor profiler
by ulfjack
· 7 years ago
71404a7
Always run toolchain resolution, even when no toolchain types are requested, in order to properly choose the execution platform from the available execution platforms.
by John Cater
· 7 years ago
206a9d1
Remove LoadingPhaseRunner, inline the only implementation
by ulfjack
· 7 years ago
6ed275b
Add hash sum for mount_path_toolchain
by Klaus Aehlig
· 7 years ago
ede3152
Split TargetPatternEvaluator into two interfaces
by ulfjack
· 7 years ago
6abc749
docs: don't list all attribute types in build-ref
by Laszlo Csomor
· 7 years ago
5d35794
docs: fix broken link on tutorial/java.html
by Laszlo Csomor
· 7 years ago
231057b
Enable AnalysisTestCases to set LoadingOptions.
by mstaib
· 7 years ago
34982e7
Enable mock rules to set their types.
by mstaib
· 7 years ago
b689036
Skylark debugging protocol: include a 'stop reason' in ThreadPausedEvent.
by brendandouglas
· 7 years ago
4915e82
Automated rollback of commit 15b8c259db111012b4642287172cb4d1d82151f3.
by jmmv
· 7 years ago
c7eef96
Migrate remaining assorted skylark types to skylarkbuildapi
by cparsons
· 7 years ago
8c666d9
Only remove 'repo_mapping' from kwargs if experimental_enable_repo_mapping is set. Repository rules should throw an attribute not found error if repo_mapping is used but the flag isn't set, otherwise it silently fails.
by dannark
· 7 years ago
abeb851
Migrate android providers to use BuiltinProvider instead of NativeProvider
by cparsons
· 7 years ago
d1faf43
Allow delegation to the underlying filesystem only for the source tree.
by felly
· 7 years ago
d2e0a94
Create a bootstrap for repository-related skylark build API.
by cparsons
· 7 years ago
4ee15b8
Add some more logging to the debug server.
by brendandouglas
· 7 years ago
8df3747
Consolidate filesystem metadata operations in ActionFS by extending AbstractFileSystemWithCustomStat.
by felly
· 7 years ago
15b8c25
Refactor profiler
by ulfjack
· 7 years ago
6841a74
Reformating
by laurentlb
· 7 years ago
04034a6
Document adapting custom Bazel rules for remote execution.
by spomorski
· 7 years ago
72141a1
update bazel's embedded jdk to jdk9
by cushon
· 7 years ago
e28c0ab
Implement LcovMerger.
by elenairina
· 7 years ago
bbf3e42
Add the ability to force the path to the test binary to a fixed length by using a symlink.
by Googler
· 7 years ago
6517366
Inline some ActionContextProvider classes into their modules
by ulfjack
· 7 years ago
4cf2ebd
Add AutoProfiler-like API to Profiler
by ulfjack
· 7 years ago
c720152
C++: Refactors PyWrapCc to make it easier to migrate to Skylark
by plf
· 7 years ago
c7cf6f0
Add documentation to Collection<E> get() method.
by dbabkin
· 7 years ago
1a6c706
Introduce generic post analysis build tool.
by twerth
· 7 years ago
4022bac
Remove usage of COMPILER_MSVC in Bazel and ijar
by Loo Rong Jie
· 7 years ago
2c89206
Remove ActionContextConsumer
by ulfjack
· 7 years ago
ce9aafc
Refactor the build event service transport
by ulfjack
· 7 years ago
a7e0c75
docs,windows: emphasize that BAZEL_VS != BAZEL_VC
by Laszlo Csomor
· 7 years ago
52175bd
Add codec for Long (needed by TargetCompleteEvent).
by janakr
· 7 years ago
d3d8644
Unify path resolution codepaths.
by felly
· 7 years ago
3694136
Use Identifiers instead of Strings
by Taras Tsugrii
· 7 years ago
d53d72e
Skylark debugging protocol: include frames information in ThreadPausedEvents.
by brendandouglas
· 7 years ago
9c68c3a
Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7.
by Googler
· 7 years ago
6dfafd2
Add the skylark debugging options to the recognized 'build' options.
by brendandouglas
· 7 years ago
3978084
maven_jar: Actually add support for sources classifier
by David Ostrovsky
· 7 years ago
8a45d08
Replace ambiguous bit of info with pointer to rules page
by brandjon
· 7 years ago
a41c46e
Support file renaming in ActionFS.
by felly
· 7 years ago
f92107b
Clean up Profiler a bit
by ulfjack
· 7 years ago
9985782
Skylark debugger: fix thread paused state and location not being properly set in ThreadPausedEvents.
by brendandouglas
· 7 years ago
632052d
Add status details to the protos
by ulfjack
· 7 years ago
6d0de43
Automated rollback of commit 6c87715b8ac6b32e636ba307440e2b7362b10a48.
by cpeyser
· 7 years ago
c34d6ee
Add support for aar_import_external and aar_maven_import_external
by Jingwen Chen
· 7 years ago
45b308a
Make Artifact#equals take the owner into account for derived artifacts.
by janakr
· 7 years ago
c44a87b
Publish detailed configurable attributes (select()) documentation.
by gregce
· 7 years ago
f2a055a
ActionFS correctly tracks symlink sources.
by shahan
· 7 years ago
ad34b9a
Use unsafe String operations when writing parameter files.
by tomlu
· 7 years ago
cd751ca
Support basic test functionality in ActionFS.
by felly
· 7 years ago
dc3a91a
Flip default value of --experimental_shortened_obj_file_path to true (Second try)
by pcloudy
· 7 years ago
05fec10
Prepare to remove java_toolchain.encoding
by cushon
· 7 years ago
72660e2
Deletes default implemetation of MetadataProvider.getInput
by shahan
· 7 years ago
2091a2e
Add link to the auto-generated Node_JS rules documentation.
by spomorski
· 7 years ago
2edfaa7
Cleanup BuildEventStreamOptions
by ulfjack
· 7 years ago
f37a703
Expose cc_common.create_link_build_variables
by hlopko
· 7 years ago
5c55cd3
Add a `sync` command
by Klaus Aehlig
· 7 years ago
28e4e91
Print an additional link at the end of the build pointing where the Build Event Protocol is being streamed.
by lpino
· 7 years ago
30ef629
BlazeOptionHandler: only check in the parent directory, if there is one
by Klaus Aehlig
· 7 years ago
75641c9
Remove include_java_contracts_deps option.
by dbabkin
· 7 years ago
7f6c3e9
Filter middleman artifacts from NamedArtifactGroup
by ulfjack
· 7 years ago
d983ce1
Update documentation about dict iteration order
by laurentlb
· 7 years ago
513bbf5
Release 0.14.1 (2018-06-08)
by Bazel Release System
· 7 years ago
6c87715
C++: Refactors PyWrapCc to make it easier to migrate to Skylark
by plf
· 7 years ago
2b86bee
Remove the legacy loading phase runner
by ulfjack
· 7 years ago
3a6ccb1
Automatic ClangTidyReadability code cleanup.
by Googler
· 7 years ago
4001ddd
Make JavaBuilder use a unique coverage metadata directory
by elenairina
· 7 years ago
5df8eb2
Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f.
by jmmv
· 7 years ago
499503b
Deletes ActionInputFileCache.
by shahan
· 7 years ago
1bef35d
Automated rollback of commit d0982b905d93e219a0caccdcf5d6ae1e219387c2.
by janakr
· 7 years ago
6afc2eb
Automated rollback of commit f137cea0ac74334013e7b064e59d1624cf032ac4.
by janakr
· 7 years ago
5e89362
Add an initial skylark debug server implementation.
by Googler
· 7 years ago
755278d
blaze_util::ConvertPath should not make paths absolute.
by ccalvarin
· 7 years ago
a1c9f8d
Automated rollback of commit 4c72a82ada742bd369185cd07c57f96c497ce440.
by jmmv
· 7 years ago
81eda1d
Simplify TestAttempt interface
by ulfjack
· 7 years ago
d595703
Move --distdir out of experimental status
by Klaus Aehlig
· 7 years ago
71d0f6c
Fix a few generated docs.
by Sam Rawlins
· 7 years ago
c62d227
[launcher] Don't pass std::string to C varargs function
by Loo Rong Jie
· 7 years ago
aa2ff99
Fix bug in skyframe-based test-suite expansion
by ulfjack
· 7 years ago
59fb8fa
Remove CC_CONFIGURE_DEBUG in test_base.py
by pcloudy
· 7 years ago
1f8f7f0d
Remove genrule's dependency on the cpp toolchain.
by jcater
· 7 years ago
1b97ae08
Make bes_best_effort a no-op
by ulfjack
· 7 years ago
8ecb2a4
C++: Introduces flag to disable automatic expansion of labels in linkopts.
by plf
· 7 years ago
2df3234
Add LabelLateBoundDefault to :coverage_report_generator attribute
by dbabkin
· 7 years ago
f137cea
C++: Refactors PyWrapCc to make it easier to migrate to Skylark
by plf
· 7 years ago
6b16352
Allow disabling the simple blob caches via CLI flag overrides.
by John Millikin
· 7 years ago
Next »