aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Remove unused EventCollectionApparatus#customMask.Gravatar Han-Wen Nienhuys2015-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
* 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
* 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
* 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
* 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
* 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
* 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
* Add a "Google Play Services" target to android_sdk_repository that can be ref...Gravatar Lukacs Berki2015-09-21
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Mark root causes as transient. Serializing nested sets is annoying, and since...Gravatar Janak Ramakrishnan2015-09-21
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Enable j2objc_library proto aspect for Bazel. Note that the remote j2objc wor...Gravatar Michael Thvedt2015-09-21
* Set build setting VALID_ARCHS to be armv7,armv7s,arm64,x86_64.Gravatar Rumou Duan2015-09-21
* Remove unused copts attribute from j2objc_library.Gravatar Rumou Duan2015-09-21
* Tiny typo fixGravatar Mark Schaller2015-09-21