aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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: 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
* Remove unused copts attribute from j2objc_library.Gravatar Rumou Duan2015-09-21
* Tiny typo fixGravatar Mark Schaller2015-09-21
* Also change C++ to use the new split attribute lists.Gravatar Ulf Adams2015-09-21
* Add additional sources of test host to xctest targetsGravatar Chris Parsons2015-09-21
* Split the list of instrumentation attributes into two lists.Gravatar Ulf Adams2015-09-21
* Remove the last call to BuildView.getConfigurationCollection() and the method.Gravatar Ulf Adams2015-09-21
* Tighten up the requirements on workspace namesGravatar Kristina Chodorow2015-09-21
* Partially revert change to collect baseline coverage from individual libraries.Gravatar Ulf Adams2015-09-21
* Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.Gravatar Ulf Adams2015-09-21
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Allow construct "a, = [1]" in parser.Gravatar Laurent Le Brun2015-09-21
* Native.glob: Remove obsolete 'excludes' argument.Gravatar Laurent Le Brun2015-09-21