aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Make EventCollector thread-safe for modifications.Gravatar Ulf Adams2015-10-27
* Fixes a wrong path causing the *-toolchain_files filegroup to actually be empty:Gravatar Philipp Wollermann2015-10-27
* Fixes the following linker error during compilation of //examples/android/jav...Gravatar Philipp Wollermann2015-10-27
* Do not add CFBundleIdentifier, CFBundleVersion and CFBundleShortVersion to al...Gravatar Dave MacLachlan2015-10-27
* Add documentation of aar output to the build encyclopedia. Notes that the aar...Gravatar Andrew Pellegrini2015-10-27
* Pre-compile Android tools that are embedded in the Bazel binary.Gravatar Lukacs Berki2015-10-27
* Simplify uses of EventCollector.Gravatar Ulf Adams2015-10-27
* Clean up tests to use EventCollectionApparatus more widely.Gravatar Ulf Adams2015-10-27
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Un-hardcode the names of some Python implicit attributes ($python_precompile,...Gravatar Carmi Grushko2015-10-27
* Refactor instrumentation in JavaCommon to remove Android specific content.Gravatar Andrew Pellegrini2015-10-27
* Reduce memory churn while creating PathFragments.Gravatar Eric Fellheimer2015-10-27
* Remove the TOOLS_REPOSITORY prefix for tools/objc:xctest_app.Gravatar Chris Parsons2015-10-27
* Update android screen densities to include 420 dpi added for the Nexus 5X. Ad...Gravatar Andrew Pellegrini2015-10-27
* Share SkyKey interning between evaluation and deserialization.Gravatar Eric Fellheimer2015-10-27
* Make -DNS_BLOCK_ASSERTIONS=1 by default when c=opt on objc builds.Gravatar Googler2015-10-27
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27
* Fixes the options build files when used from the default_android_tools reposi...Gravatar Alex Humesky2015-10-27
* Removes gcc from the clang compiler names, because that doesn't really make s...Gravatar Alex Humesky2015-10-27
* Propagate Android aspect across runtime_deps.Gravatar Googler2015-10-27
* Support proto_library in AndroidStudioInfoAspect.Gravatar Googler2015-10-27
* Clarify documentation about 'native' module.Gravatar Laurent Le Brun2015-10-27
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Read the j2objc BUILD file from embedded tools instead of from the client.Gravatar Lukacs Berki2015-10-27
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Read $HOME first to determine the home directory (and when not present, fall ...Gravatar Lukacs Berki2015-10-27
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Remove the unused launcher argument from JavaSemantics.getJvmFlags.Gravatar Ulf Adams2015-10-27
* Change default bundle ids that are generated in plists to be RFC1034 complian...Gravatar Dave MacLachlan2015-10-27
* Memory optimizations for Skylark.Gravatar Miguel Alcon Pinto2015-10-27
* Avoid unbounded growth in the GlobFunction cache. The cache is now given a ma...Gravatar Eric Fellheimer2015-10-27
* Description redacted.Gravatar Carmi Grushko2015-10-27
* Keep the bytes of the hashcode instead of the hashcode object.Gravatar Miguel Alcon Pinto2015-10-27
* Add default values for CFBundleVersion and CFBundleShortVersionString if they...Gravatar Dave MacLachlan2015-10-27
* Separate BUILD file for skyframe tests in Bazel.Gravatar Han-Wen Nienhuys2015-10-27
* Remove trailing whitespace in generated Skylark Library and BE files.Gravatar David Chen2015-10-23
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Avoid the usage of Maps.transformValues since it is lazy and keeps a referenc...Gravatar Miguel Alcon Pinto2015-10-23
* Split Build Encyclopedia into multiple pages.Gravatar David Chen2015-10-23
* Add the include paths to the compiler_files attribute of the cc_toolchainsGravatar Alex Humesky2015-10-23
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Print the name of the execvp'd file for easier debugging in case the call fails.Gravatar Philipp Wollermann2015-10-23
* Add jsch dependency to build filesGravatar Kristina Chodorow2015-10-23
* Send a single SIGTERM to Blaze when trying to shutdown. Unify "wait for serve...Gravatar Eric Fellheimer2015-10-23
* Move the logic in ConfigurationFactory that orders a configuration'sGravatar Greg Estren2015-10-23
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* ArtifactFactory.findSourceRoot now handles the case where an execPath refers ...Gravatar Philipp Wollermann2015-10-22
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Set sharding and tmpdir environment variables for googletestGravatar Brian Silverman2015-10-22