aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add an interface to interact with sandboxfs.Gravatar jmmv2018-03-08
* Remove unnecessary I/O operations from handling remotely executed actions (fi...Gravatar olaola2018-03-08
* Remove unnecessary space in error message.Gravatar ajmichael2018-03-08
* update to MethodDescriptor methods instead of fieldsGravatar Carl Mastrangelo2018-03-08
* tests,windows: enable skylarkinterface/processor:*Gravatar Laszlo Csomor2018-03-08
* tests,windows: enable android.desugar.runtimeGravatar Laszlo Csomor2018-03-08
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* Fix PackageFunction's call to Package.Builder.Helper#onLoadingComplete to passGravatar nharmata2018-03-07
* Automated rollback of commit f1013485d41efd8503f9d4f937e17d1b4bc91ed3.Gravatar nharmata2018-03-07
* Fixed missing C standard library functions with NDK r15 and r16Gravatar jingwen2018-03-07
* Skylint: check for PACKAGE_NAME, REPOSITORY_NAME, and ctx.outputs.executableGravatar laurentlb2018-03-07
* Fix stale comment about selector entry orderGravatar mschaller2018-03-07
* Skylint: Warn for the '/' operator (instead of '//').Gravatar laurentlb2018-03-07
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-07
* Don't check contents of conflicting compiled resourcesGravatar asteinb2018-03-07
* Added named=true to output_group.group_nameGravatar cparsons2018-03-07
* Remove internal-only startup option from documentation.Gravatar ajmichael2018-03-07
* Refactoring FileTransport to use the AsynchronousFileOutputStream.Gravatar olaola2018-03-07
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Don't use computeIfAbsent in action graph dumping.Gravatar twerth2018-03-07
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* C++ providers: Removes C++ providers from JavaWrapCcGravatar plf2018-03-07
* Post PatternExpandingError from the skyframe target pattern evaluator as needed.Gravatar Benjamin Peterson2018-03-07
* Filter out non-.flat files while linking.Gravatar corysmith2018-03-06
* Use -isystem instead of -I for NDK header search paths.Gravatar jingwen2018-03-06
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* @AutoCodec File{State}Value.Gravatar janakr2018-03-06
* Use new android_tools_defaults_jar in tests.Gravatar Adam Michael2018-03-06
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Don't display remote exec failed message on interrupt. Fixes #4783Gravatar olaola2018-03-06
* Add proper serialization constructor and equals/hashCode for EnvironmentLabels.Gravatar janakr2018-03-06
* @AutoCodec TransitiveTraversalValue, DirectoryListingStateValue.Gravatar janakr2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Add documentation for JavaInfo constructor.Gravatar dbabkin2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Fix incomplete documentation changeGravatar brandjon2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Add a command line option to disallow vardef()s with three arguments.Gravatar lberki2018-03-06
* Add wildcard support to AutoCodec.Gravatar mjhalupka2018-03-06
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Split up action graph cache into multiple classes for cleaner code.Gravatar twerth2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Re-evaluate workspace status when clientEnv changesGravatar Justin Santa Barbara2018-03-06
* Also get build-runfiles as an ActionInput for the symlink tree spawnGravatar ulfjack2018-03-06
* Remove references to the "message_log" from Bazel.Gravatar ruperts2018-03-05