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
Commit message (
Expand
)
Author
Age
*
Move LoadingPhaseRunner.Options to top-level class LoadingOptions.
Ulf Adams
2015-11-02
*
Document and test how rules can run without the sandbox.
Brian Silverman
2015-11-02
*
Interface methods are public anyway, remove superfluous modifiers.
Philipp Wollermann
2015-11-02
*
Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.
Ulf Adams
2015-11-02
*
Introduce ErrorClassifier
Mark Schaller
2015-11-02
*
Introduce QuiescingExecutor
Mark Schaller
2015-11-02
*
Pass StdRedirect.dylib to ios_runner.sh.mac_template. So that we could use "x...
Googler
2015-11-02
*
Strict matching of architecture name to ios platform. Also refactor Platform ...
Chris Parsons
2015-11-02
*
Implement propagation along dependencies for Skylark aspects.
Dmitry Lomov
2015-11-02
*
xcrun was adding a newline on the output that was being set in the SDKROOT en...
Dave MacLachlan
2015-11-02
*
Deflake --runs_per_test_detects_flakes.
Brian Silverman
2015-11-02
*
Move local_repository and new_local_repository from build.lib.bazel to build....
Lukacs Berki
2015-10-30
*
Fix indentation.
Ulf Adams
2015-10-30
*
Make C++ builds work on OS X.
Lukacs Berki
2015-10-30
*
Augment JNI utime() method.
Eric Fellheimer
2015-10-30
*
Use plutil instead of plmerge for converting strings files from text to binary.
Dave MacLachlan
2015-10-30
*
Cleanup, TODO removal
Laurent Le Brun
2015-10-30
*
Moves -printmapping to the end of the Proguard arguments list.
Michael Staib
2015-10-30
*
Add Skylark support for string_list_dict
Francois-Rene Rideau
2015-10-30
*
Add isSkylark to RuleClass
Michajlo Matijkiw
2015-10-30
*
Add a getPathFragment method to RepositoryName; use it in PackageIdentifier.
Ulf Adams
2015-10-30
*
Provide a way to explicitly constraint-enforce
Greg Estren
2015-10-29
*
Add preconditions check for attr existence in RuleClass#getAttributeByName
Michajlo Matijkiw
2015-10-29
*
Only strip launcher for fissionized opt builds.
Googler
2015-10-29
*
Adds include paths through -isystem to get Android native compiling working a...
Alex Humesky
2015-10-28
*
Split off more BUILD files.
Han-Wen Nienhuys
2015-10-28
*
Skylark interpreter optimization
Laurent Le Brun
2015-10-28
*
Build indexer: Handle for loops
Laurent Le Brun
2015-10-28
*
Disable --watchfs on OSX in preparation for enabling it by default.
Ulf Adams
2015-10-28
*
Update the documentation for Constants.java.
Ulf Adams
2015-10-28
*
Bugfix: Host fragments could not be accessed properly through Skylark.
Florian Weikert
2015-10-28
*
Visibility adjustments
Michajlo Matijkiw
2015-10-28
*
Rollback of commit c1e4243dbefc57909feff4ebb19975f151fa6391.
Greg Estren
2015-10-28
*
Change default for rule classes that don't explicitly
Greg Estren
2015-10-28
*
Ignores the empty path
Scott Robertson
2015-10-28
*
Pass apple sdk information to ios_test test actions
Chris Parsons
2015-10-27
*
Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.
Philipp Wollermann
2015-10-27
*
Add ctor comment
Kristina Chodorow
2015-10-27
*
Clean up the CoverageReportActionFactory interface a bit.
Ulf Adams
2015-10-27
*
Make EventCollector thread-safe for modifications.
Ulf Adams
2015-10-27
*
Fixes a wrong path causing the *-toolchain_files filegroup to actually be empty:
Philipp Wollermann
2015-10-27
*
Fixes the following linker error during compilation of //examples/android/jav...
Philipp Wollermann
2015-10-27
*
Add documentation of aar output to the build encyclopedia. Notes that the aar...
Andrew Pellegrini
2015-10-27
*
Simplify uses of EventCollector.
Ulf Adams
2015-10-27
*
Clean up tests to use EventCollectionApparatus more widely.
Ulf Adams
2015-10-27
*
Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...
Lukacs Berki
2015-10-27
*
Un-hardcode the names of some Python implicit attributes ($python_precompile,...
Carmi Grushko
2015-10-27
*
Refactor instrumentation in JavaCommon to remove Android specific content.
Andrew Pellegrini
2015-10-27
*
Reduce memory churn while creating PathFragments.
Eric Fellheimer
2015-10-27
*
Remove the TOOLS_REPOSITORY prefix for tools/objc:xctest_app.
Chris Parsons
2015-10-27
[next]