aboutsummaryrefslogtreecommitdiff
path: root/bazel/aquery.go
AgeCommit message (Expand)Author
2023-02-15Handle aquery build statements in a goroutineLiz Kammer
2023-02-15Use aquery proto directlyLiz Kammer
2023-02-14Only create a command line replacer onceLiz Kammer
2023-02-14Collect more metrics for aquery handlingLiz Kammer
2023-01-30prune out empty bazel depsetsUsta Shrestha
2022-10-27Rollforward "Use proto output instead of jsonproto output for aquery""Jason Wu
2022-10-27Revert "Use proto output instead of jsonproto output for aquery"Jason Wu
2022-10-26Use proto output instead of jsonproto output for aqueryJason Wu
2022-08-17Reformat build/soong for go 1.19Colin Cross
2022-07-28Implement mixed builds for apex modules, take 2.Sasha Smundak
2022-07-26Revert "Implement mixed builds for apex modules."Martin Stjernholm
2022-07-18Implement mixed builds for apex modules.Sasha Smundak
2022-07-06Handle SymlinkTree action, ignore PythonZipper action.Sasha Smundak
2022-07-06Handle WriteFile and SourceSymlinkManifest actions.Sasha Smundak
2022-06-28null build upon repeated mixed buildUsta Shrestha
2022-06-22cosmetic changesUsta Shrestha
2022-06-13Merge "Support cc code coverage for mixed build"Yu Liu
2022-06-06Support cc code coverage for mixed buildYu Liu
2022-06-02minor dead code: unused format stringUsta Shrestha
2022-05-31cosmetics: readabilityUsta Shrestha
2022-05-27cosmetic: name receiver consistentlyUsta Shrestha
2022-05-24Generate genlex rules from bp2build for cc targetsTrevor Radcliffe
2022-05-13Grammar nit.MarkDacek
2022-05-13Deterministic aquery details in mixed buildsChris Parsons
2022-04-28Preserve depset structure from bazel aqueryChris Parsons
2021-11-16Quote aquery commands.Liz Kammer
2021-11-16Fix the output handling of Bazel aquery for py_binary targets so soong's pyth...Wei Li
2021-11-04Make bazel action symlinks absolute pathsLiz Kammer
2021-11-03Revert "Fix python_binary_host module in mixed build."Rupert Shuttleworth
2021-11-02Fix python_binary_host module in mixed build.Wei Li
2021-10-14Use hardlinks for Bazel's symlink actionsChris Parsons
2021-06-09Handle simple symlinks in mixed buildsLiz Kammer
2021-06-03Support mixedbuilds for static variant cc_libraryChris Parsons
2021-05-18Support middleman actions in mixed buildsChris Parsons
2021-03-30Add depfile handling for bazel_handler.Liz Kammer
2021-03-01Support cc_object modules in mixed buildsChris Parsons
2021-01-19Support aquery depsets with depthChris Parsons
2021-01-15Improve aquery-related validation and error handlingChris Parsons
2021-01-07Process v2 bazel analysis protos in aquery responsesChris Parsons
2020-12-15Use aquery to declare bazel actions in the ninja file.Chris Parsons