- 3b09a3f tp: migrate chrome metrics descriptor generation to build time by Lalit Maganti · 4 years, 7 months ago
- 117272f tp: move metrics descriptor generation to build time by Lalit Maganti · 4 years, 7 months ago
- 9d9e56b tp: migrate sql metrics bazel script to use exec_tools by Lalit Maganti · 4 years, 8 months ago
- 66b08c3 Docs: fix typos by Primiano Tucci · 4 years, 8 months ago
- 237a776 Add Python binary and library configuarations to BUILD.extras by Anindita Ghosh · 4 years, 9 months ago
- 46e2bda perfetto: add proto lite java config to bazel build by Lalit Maganti · 5 years ago
- e5aad3b bazel: add indirection layer for public visibility by Lalit Maganti · 5 years ago
- f9c004d perfetto: force linkstatic for all cc_library targets by Lalit Maganti · 5 years ago
- 91d223e perfetto: expose tracing header publically in bazel client library by Lalit Maganti · 5 years ago
- 01deefa build: add example api target by Lalit Maganti · 5 years ago
- e8020f9 Remove libprotobuf from IPC layer by Primiano Tucci · 5 years ago
- d78606d perfetto: expose non minimal protos as public in bazel by Lalit Maganti · 5 years ago
- 613f97b gn: ensure that highest proto visibility is preserved when merging by Lalit Maganti · 5 years ago
- e88d939 Bazel: allow embedder to depend on intermediate proto targets by Primiano Tucci · 5 years ago
- f0d63af Fix bazel build: Remove dep on wire_protocol by Primiano Tucci · 5 years ago
- 70fc6ca Fix gen_bazel for new plugin by Hector Dearman · 5 years ago
- 57dd66b Remove checked-in generated files and use build-time gen ones by Primiano Tucci · 5 years ago
- 63028d6 tools: format Python scripts by Matthew Clarkson · 5 years ago
- 9a5dfa5 build: python3 support by Matthew Clarkson · 5 years ago
- e0897c5 Merge changes I60f7fc3b,I99786210,I45008d53,I1c07ced9 by Pascal Muetschard · 6 years ago
- b4966c5 Expose the client library in bazel and make it work. by Pascal Muetschard · 6 years ago
- 692a818 Merge changes I16462479,Iaac37fff,Ic0bc28b9 by Pascal Muetschard · 6 years ago
- b7cdea0 Expose the merged config proto in the bazel build. by Pascal Muetschard · 6 years ago
- bb037f7 perfetto: remove license comment by Lalit Maganti · 6 years ago
- a48710d perfetto: fix bazel formatting by Lalit Maganti · 6 years ago
- c3187f8 bazel: expose merged proto to Bazel by Lalit Maganti · 6 years ago
- a4244e4 bazel: some more small fixes by Lalit Maganti · 6 years ago
- 6560034 bazel: add java and gensignature rules and "fix" formatting of build rules by Lalit Maganti · 6 years ago
- 1d40998 tools/gen_bazel: Standalone Bazel build by Primiano Tucci · 6 years ago
- 5145e50 Fix various typos by Hector Dearman · 6 years ago
- 02dad24 Properly add perfetto_build_flags.h to cc_binary targets by Oystein Eftevaag · 6 years ago
- a750f50 gen_bazel: Add a dependency on perfetto_build_config.h wherever build_config.h is needed. by Oystein Eftevaag · 6 years ago
- 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 6 years ago
- 8e62744 Move build flags to generated file, stop using cflags by Primiano Tucci · 6 years ago
- 7e05fc1 Minor cleanups to build files by Primiano Tucci · 6 years ago
- 9c41165 PRESUBMIT: Improve --check-only logic in tools/gen_xxx by Primiano Tucci · 6 years ago
- 24f556d Make symbolizer.h a public header. by Florian Mayer · 6 years ago
- 9b4aa31 Merge "gn: fix incremental build of descriptor when changing transitive deps" by Lalit Maganti · 6 years ago
- e87838f gn: fix incremental build of descriptor when changing transitive deps by Lalit Maganti · 6 years ago
- 95cea2e Add pprof to headers by Ioannis Ilkos · 6 years ago
- 11bc2d5 Merge "Separate the actual trace to pprof conversion" by Ioannis Ilkos · 6 years ago
- bd4ee3f Separate the actual trace to pprof conversion by Ioannis Ilkos · 6 years ago
- c47d62b Update Bazel build to use new protobuf targets by Hector Dearman · 6 years ago
- 7b86eab Merge "trace_processor: add support for building on Android" by Lalit Maganti · 6 years ago
- edace41 trace_processor: add support for building on Android by Lalit Maganti · 6 years ago
- df7d31c Fixed zlib dependency for g3 gen_bazel by Lalit Maganti · 6 years ago
- 8887979 Fix Bazel include of zlib by Hector Dearman · 6 years ago
- 13ae72f Fix DEPS by Primiano Tucci · 6 years ago
- 22f1de5 trace_processor: add support for importing ctrace files by Hector Dearman · 6 years ago
- bb0813e perfetto: add java proto targets and fix compile by Lalit Maganti · 6 years ago
- 90b008f Merge "Roll clang, libcxx, ninja, gn" by Primiano Tucci · 6 years ago
- 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 6 years ago
- 2e1ae92 Remove gtest_prod_config by Primiano Tucci · 6 years ago
- e5ccc26 bazel: remove support for generate descriptors by Lalit Maganti · 6 years ago
- 201ccff protos: add descriptor set build import by Lalit Maganti · 6 years ago
- fc7b058 perfetto: refine proto descriptor support by Lalit Maganti · 6 years ago
- 3c88a1d Extract common code from our various build generators into a library by Sami Kyostila · 6 years ago[Renamed (87%) from tools/gen_build]
- 7692216 Add proto generation target for metrics by Ioannis Ilkos · 6 years ago
- dedd323 gn: fix build file generation on macos by Primiano Tucci · 6 years ago
- 41bca83 Add trace_parser_fuzzer to BUILD. by Florian Mayer · 6 years ago
- e667b0f build: fix srcs attribute by Lalit Maganti · 6 years ago
- 697cc48 perfetto: fix building with bazel by Lalit Maganti · 6 years ago
- 26f69bd trace_processor: implement first android mem metric! by Lalit Maganti · 6 years ago
- 8044f5e Add merged protos to Bazel build by Hector Dearman · 6 years ago
- 98465e1 trace_processor: fix generation of proto names by Lalit Maganti · 6 years ago
- 5e24247 perfetto: move from alias rules to rewriting target names by Lalit Maganti · 6 years ago
- b0f4019 perfetto: refactor and massively speed up gen_build by Lalit Maganti · 6 years ago
- 279ecde perfetto: add build file generation script and build files by Lalit Maganti · 6 years ago