aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Update d_docs rule to take a dependency on a d_binary, a d_library or d_sourc...Gravatar David Chen2015-09-24
* [Docker] Take the package of the input as the data pathGravatar Damien Martin-Guillerez2015-09-24
* Do not fail when the test argument do not match any testGravatar Damien Martin-Guillerez2015-09-23
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Allow custom Package serialization logic to be injected. Also fix incorrect c...Gravatar Nathan Harmata2015-09-23
* Don't shell escape parameters to a non-shell action (environment plist).Gravatar Peter Schmitt2015-09-23
* Make aspect resolver and dependencyFilter transient, as they are not serializ...Gravatar Miguel Alcon Pinto2015-09-23
* Add Apache codec library as a dependencyGravatar Kristina Chodorow2015-09-23
* Don't remove reverse deps until node is known to be changed. This helps avoid...Gravatar Janak Ramakrishnan2015-09-23
* Add jar containing Base64 classGravatar Kristina Chodorow2015-09-22
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Refactor AndroidStudioInfoAspect.Gravatar Dmitry Lomov2015-09-22
* Disallow precompiled jars in sourcesGravatar Liam Miller-Cushon2015-09-22
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Replace double-quotes with single quotes to improve readability.Gravatar Dmitry Lomov2015-09-22
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Enhance the tutorial by adding information about setting up the Android NDK.Gravatar Lukacs Berki2015-09-22
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Improve Skylark documentation (concepts.md), wrt mutability and Python compat...Gravatar Laurent Le Brun2015-09-22
* Fixes ProGuard not working in a sandbox.Gravatar Philipp Wollermann2015-09-22
* Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIde...Gravatar Lukacs Berki2015-09-22
* Thread the repository name all the way from TargetPatternResolver to Recursiv...Gravatar Lukacs Berki2015-09-22
* Batch SkylarkImportLookupValue calls instead of doing them serially. Also thr...Gravatar Janak Ramakrishnan2015-09-22
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Improve error message for INSTALL_FAILED_OLDER_SDK from adb.Gravatar Alex Humesky2015-09-22
* Changes dylibs from being part of the xcodeproject file references to being a...Gravatar Dave MacLachlan2015-09-22
* Add support for Maven username & password authenticationGravatar Kristina Chodorow2015-09-22
* Document mutability of Skylark listsGravatar Francois-Rene Rideau2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-09-22
* Clarify that the timeout values are configurable on the command-line.Gravatar Googler2015-09-22
* Add an option to remove a directory prefix when extracting an archiveGravatar Kristina Chodorow2015-09-22
* Hush Environment#toString()Gravatar Francois-Rene Rideau2015-09-22
* Add ios_sdk_version=8.4 flag to bazel src tests.Gravatar Chris Parsons2015-09-21
* Use OS X compatible gcov with experimental_ios_test.Gravatar Peter Schmitt2015-09-21
* Serialize workspaceName.Gravatar Han-Wen Nienhuys2015-09-21
* Pass the BuildConfigurationCollection into the BuildView testing methods.Gravatar Ulf Adams2015-09-21
* workers: Use the new worker testbed to check that workers get reused correctl...Gravatar Philipp Wollermann2015-09-21
* workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it e...Gravatar Philipp Wollermann2015-09-21
* workers: Make sure to wait for worker processes to exit so that they don't be...Gravatar Philipp Wollermann2015-09-21
* workers: Remove unneeded constructor.Gravatar Philipp Wollermann2015-09-21
* workers: Some tweaks to the WorkerPool config.Gravatar Philipp Wollermann2015-09-21
* Unify AndroidLibrary code paths.Gravatar Googler2015-09-21
* Enforce UTF-8 encoding in bootstrappingGravatar Damien Martin-Guillerez2015-09-21
* Small cleanup: execPath is available locally.Gravatar Ulf Adams2015-09-21
* Update FAQ entry about releases.Gravatar Damien Martin-Guillerez2015-09-21
* Extract MountMap to a top-level class.Gravatar Ulf Adams2015-09-21
* Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, h...Gravatar Klaas Boesche2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* [Docker] Support for adding directories to tarballGravatar Damien Martin-Guillerez2015-09-21