Sign in
bazel
/
bazel
/
e4bdbe7fd4c5be7ff6bf44468d7a5c2d9e6f2299
/
src
/
main
/
java
/
com
e4bdbe7
Desugar all the Android builds!
by ajmichael
· 8 years ago
cdda23f
Added support for $(LD) for genrule() and ld_executable for Skylark
by John Basila
· 8 years ago
65345cd
Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment.
by laurentlb
· 8 years ago
e1016f4
Expose android configuration to skylark (android_sdk and apk_signing_method)
by Googler
· 8 years ago
318e83f
Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.
by gregce
· 8 years ago
62f72bc
Fix expansion option output formatting in html output
by ccalvarin
· 8 years ago
b86f8b0
Open-source Skyframe serialization, and make AppleConfiguration serializable as a pilot. Currently not hooked up to anything, but will be shortly.
by janakr
· 8 years ago
7321812
Categorize query options.
by janakr
· 8 years ago
cf2dca1
Remove ConfigurationCollectionFactory as part of the static config cleanup.
by gregce
· 8 years ago
aa8cc6c
Remove validate() methods in the AST, use a visitor instead.
by laurentlb
· 8 years ago
6b9d682
Add the workspace name to the sandbox path for sandboxed workers.
by philwo
· 8 years ago
4c1fe6c
CommandBuilder.java: Don't quote the last argument when passing Windows command to CMD.EXE.
by pcloudy
· 8 years ago
3ca2a10
Delete cachedSymbols from LoadStatement.
by laurentlb
· 8 years ago
2b25a2a
Fetch the Java-specific Make variables from the :host_jdk dependency instead of the configuration in genrules.
by lberki
· 8 years ago
ab38960
Honor --nobuild_runfile_links for non-tests, and propagate it to the
by Googler
· 8 years ago
5e65c98
Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph roots
by Googler
· 8 years ago
f107a53
Fix NPE in Printer
by brandjon
· 8 years ago
24ed1ef
Filter out non-aidl files out of idl_preprocessed param if the passed in value
by Googler
· 8 years ago
d63ee81
Remove ConfigurationFactory as part of the static configuration cleanup.
by gregce
· 8 years ago
c65147b
Fix terminal output expansion flag spacing & add implicit requirements.
by ccalvarin
· 8 years ago
c780f2f
Simplify validation environment (futureReadOnlyVariables is not needed).
by laurentlb
· 8 years ago
a471603
Add aapt2 to the resource compile action.
by corysmith
· 8 years ago
8515118
Make `incompatible_disallow_toplevel_if_statement` default to true.
by laurentlb
· 8 years ago
137e6c8
Refactoring: create only one ValidationEnvironment
by laurentlb
· 8 years ago
d5a892a
Fix skyframe-native filesets to honor 'excludes' while in a directory traversal.
by kush
· 8 years ago
1f5a0ec
workers: Don't skip empty lines when expanding flagfiles.
by philwo
· 8 years ago
d631886
Add flag to fail when android_resources targets are encountered
by Googler
· 8 years ago
8f46f94
Fix lexer bug that allowed non-ASCII letters in identifiers
by fzaiser
· 8 years ago
65e0f78
Fixing #3552: re-execute cached orphaned Actions.
by olaola
· 8 years ago
f2854bd
Delete Literal.java
by laurentlb
· 8 years ago
50c1014
When a worker can no longer be used, because one or more of its files on disk have changed since it was launched, print *which* files have changed.
by philwo
· 8 years ago
7b233c4
Remove methods that shouldn't belong to FuncallExpr
by fzaiser
· 8 years ago
c69dbf8
Use cached values for option converter types.
by ccalvarin
· 8 years ago
59f1d88
Add more type safety to CustomCommandLine.
by tomlu
· 8 years ago
ff746b4
Add the command option --experimental_oom_more_eagerly_threshold. This will replace the startup option after a deprecation period.
by janakr
· 8 years ago
7481de4
android_library can be used in the resources attribute
by Googler
· 8 years ago
e29cb64
Delete unused ObjcProvider keys.
by schmitt
· 8 years ago
1e98851
Delete last vestiges of xcodegen.
by schmitt
· 8 years ago
1cbe62a
Send Bazel startup options to server.
by ccalvarin
· 8 years ago
fc6412c
Delete --deprecated_generate_xcode_project.
by schmitt
· 8 years ago
86f6dc2
Add @CompileTimeConstant annotations to CustomCommandLine.
by tomlu
· 8 years ago
55245e4
Make CcToolchainProvider subclass ToolchainInfo. This is required for use of CcToolchainProvider as a "toolchain" in platform-based toolchain resolution.
by cpeyser
· 8 years ago
c6f85e7
Remove unused methods from FunctionSignature
by brandjon
· 8 years ago
ad87c13
Fix product name in directory messages
by Klaus Aehlig
· 8 years ago
429227a
SyntaxTreeVisitor handles flow statements (break / continue).
by laurentlb
· 8 years ago
e0f1333
Fix Skylark parsing of call expressions.
by fzaiser
· 8 years ago
695320a
Lazily construct AndroidDeployInfo proto.
by tomlu
· 8 years ago
45d195e
Use Label for equality comparison instead of Target: Target objects don't have equality.
by janakr
· 8 years ago
9274cba
Introduce a new SpawnCache API; add a RemoteSpawnCache implementation
by ulfjack
· 8 years ago
95f7fba
Make AndroidTest#initializeTargetDevicesTest use lazy template args.
by tomlu
· 8 years ago
8306d43
Intern aspect definitions by their respective aspect class + parameters.
by tomlu
· 8 years ago
50f7249
Introduce the 'siblings' query function.
by nharmata
· 8 years ago
9b24f40
Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee665b0cf79dfe48cff114.
by ajmichael
· 8 years ago
284bdec
BEP: Make tags available in TargetConfigured event
by Klaus Aehlig
· 8 years ago
e13280f
Use CustomCommandLine.Builder in SpawnAction always.
by tomlu
· 8 years ago
e8069cf
Improve type safety for vector args in CustomCommandLine.
by tomlu
· 8 years ago
8c27a89
Refactor FuncallExpression to allow for complex function terms later.
by fzaiser
· 8 years ago
388d8d3
Remove unused tree artifact methods from CustomCommandLine.
by tomlu
· 8 years ago
2efea9d
remote: Provide a clear error message if the remote cache is in an invalid state.
by buchgr
· 8 years ago
2a92c90
BEP: move configuration-independent information to TargetConfigured event
by Klaus Aehlig
· 8 years ago
9626bb4
remote: Refactor RemoteSpawnRunner to distinquish between remote
by buchgr
· 8 years ago
740cd90
Refactor persistent workers to use SpawnRunner.
by Benjamin Peterson
· 8 years ago
85c533c
CachedLocalSpawnRunner: reuse existing code from RemoteSpawnRunner
by ulfjack
· 8 years ago
5398d80
Support executing as root in the linux sandbox.
by Benjamin Peterson
· 8 years ago
92d425f
AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures
by ulfjack
· 8 years ago
53b9bab
Set a bit in ActionExecutedEvent indicating if a failure occurred before the action actually executed.
by janakr
· 8 years ago
92a225d
Fix documentation in FilesetEntry
by kush
· 8 years ago
e18ccda
Skylark interpreter uses Latin1 instead of Utf8 for consistency with Bazel.
by laurentlb
· 8 years ago
d1c5916
Fix AST visitor for for loops and comprehensions.
by laurentlb
· 8 years ago
ff70a28
Rename the aapt2 library to .apk, which is what aapt2 expects for static libraries.
by corysmith
· 8 years ago
d79b937
Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of ConfigurationFactory.
by gregce
· 8 years ago
43d8a79
Do not make generated files mandatory deps for ObjC compile when header
by Googler
· 8 years ago
523b575
Use Maps#newHashMapWithExpectedSize rather than improper HashMap ctor usage.
by nharmata
· 8 years ago
a664a51
Make the print function output debug messages
by vladmos
· 8 years ago
4435515
Inline @Deprecated methods in CustomCommandLine.
by tomlu
· 8 years ago
bc4eb27
Move OutputService to lib.skyframe
by ulfjack
· 8 years ago
db55b5a
Set correct output_path for bazel info
by Googler
· 8 years ago
ab21d18
Move core test classes to lib.analysis.test
by ulfjack
· 8 years ago
4cc2e57
Move anonymous inner class to nested class
by ulfjack
· 8 years ago
a7f513c
Unify input prefetching
by ulfjack
· 8 years ago
9220eec
Move extra action stuff to analysis.extra
by ulfjack
· 8 years ago
1e91fa5
Only patch in C++ compile features when they are not already defined in crosstool
by hlopko
· 8 years ago
b79a9fc
Quote python_path and launcher in python_stub_template_windows.txt
by pcloudy
· 8 years ago
1bf9467
Make repository_ctx.which() portable
by David Ostrovsky
· 8 years ago
0ec7180
Implement timeouts on top of Java Process
by ulfjack
· 8 years ago
9e65494
Cleanup SkylarkDict API
by brandjon
· 8 years ago
8d70785
Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.
by ajmichael
· 8 years ago
44b71aa
Remove --experimental_dynamic_configs=off.
by gregce
· 8 years ago
3a0ce77
Ensure that invalid target errors are properly reported in
by John Cater
· 8 years ago
6cc9d93
Cleanup cast methods for SkylarkList
by brandjon
· 8 years ago
d146dfe
Remove exec from $testing_shbase. It is a sh_library target that we only use to get googletest.sh from to put in the runfiles.
by ajmichael
· 8 years ago
3f4bd84
Defer expansion of certain proto command line string arguments.
by tomlu
· 8 years ago
dcf3683
Deprecate old ordering names for depsets
by vladmos
· 8 years ago
617e806
Fix --verbose_failures w/ sandboxing to print the full command line
by ulfjack
· 8 years ago
bf0fbfd
Improve CustomCommandLine.
by tomlu
· 8 years ago
9996519
Revert collect_coverage change that enables the new Java coverage
by elenairina
· 8 years ago
a2fed4b
Remove `blaze` from the conflict error message
by Gregg Donovan
· 8 years ago
f2d4595
Rewrite the Command API
by ulfjack
· 8 years ago
6b2dce6
In the MutableList API, make an internal unsafe method public
by brandjon
· 8 years ago
fb20d20
Add reexports to cc rules and cc_shared_library and cc_static_library semantics
by elenairina
· 8 years ago
Next »