index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
Commit message (
Expand
)
Author
Age
*
Make Bazel always build with --fat_apk_cpu.
Lukacs Berki
2015-07-29
*
Support coverage in experimental_ios_test.
Peter Schmitt
2015-07-29
*
Remove some dead code given that cc_public_library is gone.
Ulf Adams
2015-07-29
*
Move a method from CcCommon to CcBinary that is only called from there.
Ulf Adams
2015-07-29
*
Move shared settings between CcBinary and CcLibrary to
Han-Wen Nienhuys
2015-07-29
*
Remove calls to AnalysisEnvironment.getDerivedArtifact() from a few places.
Lukacs Berki
2015-07-29
*
Check that most output artifacts are under a directory determined by the repo...
Lukacs Berki
2015-07-29
*
--
Googler
2015-07-29
*
Switches AndroidRobolectricTest to using .aars to provide transitive resource...
Andrew Pellegrini
2015-07-29
*
Remove the extra outputs from the Java compile action.
Ulf Adams
2015-07-29
*
Skylark documentation fixes
Laurent Le Brun
2015-07-29
*
Introduced ctx.new_file_suffix(Artifact, String) as an alias for ctx.new_file...
Florian Weikert
2015-07-29
*
Description redacted.
Rumou Duan
2015-07-28
*
RELNOTES[INC]: Remove built-in support for cc_public_library
Han-Wen Nienhuys
2015-07-27
*
Add a command line option to enable incremental installation for Android nati...
Lukacs Berki
2015-07-27
*
Remove a misleading comment in CppCompileAction (the class is not actually ov...
Philipp Wollermann
2015-07-27
*
Refactor C++ link action creation.
Ulf Adams
2015-07-27
*
RELNOTES[INC]: Stop supporting the 'suites' attribute of test_suite. Use
Han-Wen Nienhuys
2015-07-27
*
Enable simple compilation of Python artifacts for py_binary and py_library.
Googler
2015-07-27
*
SkylarkAttr: Introduce constants for attribute names
Laurent Le Brun
2015-07-27
*
Reformat SkylarkAttr file.
Laurent Le Brun
2015-07-27
*
Add attr.int_list to Skylark rules
Laurent Le Brun
2015-07-27
*
Skylark: Remove flags in attributes
Laurent Le Brun
2015-07-27
*
Remove implicit .a and .so outputs from Bazel.
Ulf Adams
2015-07-27
*
For objc_proto_library, use root relative path of input protos to determine o...
Chris Parsons
2015-07-27
*
Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.
Ulf Adams
2015-07-23
*
Use SafeImplicitOutputFunctions for all except the skylark ones.
Ulf Adams
2015-07-23
*
Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.
Greg Estren
2015-07-23
*
Rollforward of []: Blaze changes to support LLVM profile feedback
Googler
2015-07-23
*
Allow C++ files to have the .c++ extension
Kamal Marhubi
2015-07-23
*
Make the creation of the external package much simpler.
Lukacs Berki
2015-07-23
*
Support for .s, .S, and .asm files for objc rules
Chris Parsons
2015-07-23
*
Add ios_lab_device support in experimental_ios_test.
Googler
2015-07-21
*
Remove some dead code that made Bazel croak on nontrivial Android builds.
Lukacs Berki
2015-07-21
*
Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0.
Lukacs Berki
2015-07-21
*
Fix up registerEnvironmentPlistAction for bazel on Mac.
Googler
2015-07-21
*
Make --android_crosstool_top default to the android_ndk_repository specified ...
Lukacs Berki
2015-07-20
*
Skylark: Implemented ctx.empty_action() to create actions that neither execut...
Florian Weikert
2015-07-17
*
Move another test into open source blaze.
Ulf Adams
2015-07-17
*
Sets the correct properties in the Info.plist, based on the environment that the
Googler
2015-07-17
*
Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.
Lukacs Berki
2015-07-17
*
Description redacted.
Googler
2015-07-16
*
Remove low-value warning about alwayslink requiring srcs.
Han-Wen Nienhuys
2015-07-16
*
Move Jack's tools into AndroidSdkProvider.
Michael Staib
2015-07-16
*
Add all transitive module maps when we use header modules.
Manuel Klimek
2015-07-13
*
Add an --android_crosstool_top that sets the C++ toolchain to be used for And...
Lukacs Berki
2015-07-13
*
Adds a getter for the gen jar.
Alex Humesky
2015-07-13
*
Provide placeholder rule class for deserialized Skylark rules
Mark Schaller
2015-07-10
*
Skylark: Implemented ctx.expand_location() which expands the location(s) of t...
Florian Weikert
2015-07-10
*
Adds an output group for gen jars.
Alex Humesky
2015-07-10
[next]