aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add a "Google Play Services" target to android_sdk_repository that can be ref...Gravatar Lukacs Berki2015-09-21
* Fix import flags for Jsonnet rules.Gravatar David Chen2015-09-21
* [Docker] Strip the identifier in top fileGravatar Damien Martin-Guillerez2015-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
* Stub out proto_runtime so Bazel analysis doesn't fail for j2objc_library targ...Gravatar Michael Thvedt2015-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
* 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
* Increase size of //src/test/shell/bazel:maven_testGravatar Damien Martin-Guillerez2015-09-21
* Split the lib.syntax off of the :packages-internal target in preparation for ...Gravatar Lukacs Berki2015-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
* Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace.Gravatar Ulf Adams2015-09-21
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands.Gravatar Ulf Adams2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Adds an implicit "fully_linked" archive output to objc_library. Gravatar Googler2015-09-21
* More documentation for j2objc_library.Gravatar Rumou Duan2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Remove obsolete and deprecated xcode_options flag.Gravatar Googler2015-09-17
* Move all J2ObjC Bazel dependencies to third_party/java/j2objc.Gravatar Michael Thvedt2015-09-17
* Propogate J2ObjC files from runtime_deps in Java rules.Gravatar Michael Thvedt2015-09-17
* Fix Build Encyclopedia links for java_import.Gravatar Googler2015-09-17
* Make exception in case a test tries to remote-log more informative.Gravatar Janak Ramakrishnan2015-09-17
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Create an abstraction for user defined data types in Skylark.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Make the module environment invoked exit code path thread-safe.Gravatar Ulf Adams2015-09-17
* Remove the now-unused BlazeModule.beforeCommand variant.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Refactor Type.getLabels() so that instead of collecting labels, it flattens c...Gravatar Lukacs Berki2015-09-17
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Fix an issue in which dependent files of translated package-info.java files a...Gravatar Rumou Duan2015-09-17
* Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the c...Gravatar Nathan Harmata2015-09-17
* Added support for scalac and jvm_flags in scala_[library|binary]. Fixes #457.Gravatar John Sullivan2015-09-16
* Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...Gravatar Nathan Harmata2015-09-16