1. 399062d [siso] use errors.AsType instead of errors.As by Takuto Ikuta · 2 days ago main
  2. 0642079 siso: make Starlark build configuration optional by Philipp Wollermann · 2 days ago
  3. 749a3ba siso: replace hostname with global location and add configurable namespace for cloud logging resource labels by Junji Watanabe · 3 days ago
  4. bcde0f8 gong: Implement initial rspfile support for action() by Richard Wang · 4 days ago
  5. 2a4a8d7 [siso] Add WorkerTime metric to StepMetric and expose it to logs by Junji Watanabe · 4 days ago
  6. 4f5d241 siso: exit 0 for empty builds with no targets by Philipp Wollermann · 4 days ago
  7. 9e31f8a gong: ninjawriter handle substitutions in action() args by Richard Wang · 4 days ago
  8. 1599b12 gong: Use text/template to write action() to ninja by Richard Wang · 5 days ago
  9. 743917e siso: assign include positions before setup for correct scoping by Philipp Wollermann · 5 days ago
  10. 0d7d07f siso: collect edges from included files in finalize by Philipp Wollermann · 5 days ago
  11. 8ae1ccf siso: preserve parent scope when allocating for included files by Philipp Wollermann · 5 days ago
  12. 2679254 siso: detect include cycles to prevent infinite recursion by Philipp Wollermann · 5 days ago
  13. b7f9a48 gong: Use text/template to write tools into ninja by Richard Wang · 5 days ago
  14. e98eee2 gong: ninjawriter initial action() target support by Richard Wang · 9 days ago
  15. ef65294 siso: execute ts.Token() in goroutine to handle context cancellation by Takuto Ikuta · 9 days ago
  16. bd583cd siso: record fallback-on-output-error by Fumitoshi Ukai · 9 days ago
  17. 33a0d82 siso: set stderrthreshold to FATAL by default by Fumitoshi Ukai · 9 days ago
  18. 7770227 siso: pass context to init in lazyCredWrapper by Takuto Ikuta · 9 days ago
  19. 4315b81 Reland "siso: parallelize filegroup updates" by Neri Marschik · 9 days ago
  20. a074ab2 siso: wait for credential initialization in collector command by Takuto Ikuta · 9 days ago
  21. 342ffcd Revert "siso: don't create intermediate dir for fs.ErrNotExist leaf" by Fumitoshi Ukai · 9 days ago
  22. ad21db6 siso: add metricsLabels in error reporting stack trace by Fumitoshi Ukai · 10 days ago
  23. 06afef2 siso: Fix indent in collector config by Takuto Ikuta · 10 days ago
  24. 4ffb1e4 Update go.chromium.org/build/kajiya and fix reapitest build by Takuto Ikuta · 10 days ago
  25. b4452d1 siso: Add link to collector config doc in config file by Takuto Ikuta · 10 days ago
  26. 0a31351 siso: Add link to healtcheckv2 extension doc in collector config by Takuto Ikuta · 10 days ago
  27. c768048 siso: Lazy initialize credentials to reduce startup delay by Takuto Ikuta · 10 days ago
  28. 1de052e siso: no error for dir.name="/" and name="/" by Fumitoshi Ukai · 10 days ago
  29. 30215ed siso: error report via cloud logging by Fumitoshi Ukai · 10 days ago
  30. c19ab49 siso: resolve include directives relative to SetWd by Philipp Wollermann · 10 days ago
  31. 40af0b3 siso: fix index out of range panic in chunk_parser by Philipp Wollermann · 10 days ago
  32. 3b658f0 siso: fix data race in file_parser setup by Philipp Wollermann · 10 days ago
  33. 19b709b siso: make error->warning for close datasource failure by Fumitoshi Ukai · 10 days ago
  34. b6d5ad9 siso: make error->warning for hashfs wait ready canceled by Fumitoshi Ukai · 10 days ago
  35. bdd0854 siso: Write Reclient metrics to log dir by Junji Watanabe · 10 days ago
  36. 6f7a4bf siso: reject tab indentation in build files by Philipp Wollermann · 10 days ago
  37. d377d39 siso: fix index out of range panic in file_parser by Philipp Wollermann · 11 days ago
  38. 56cd5bb siso: save valid state after build with corrupted fs state file by Philipp Wollermann · 11 days ago
  39. b44593f siso: don't create intermediate dir for fs.ErrNotExist leaf by Fumitoshi Ukai · 11 days ago
  40. 45570b7 gong: Subsume ProgrammaticProvider into scope exec context by Richard Wang · 11 days ago
  41. bb09d15 gong: Implement initial template() support by Richard Wang · 11 days ago
  42. 0be0c8a siso: fix panic in UpdateFilegroups with nil InputDeps by Philipp Wollermann · 12 days ago
  43. 30a3dd6 siso: introduce entry.isSymlink() to encapsulate symlink checks by Philipp Wollermann · 12 days ago
  44. b940669 siso: don't create intermediate dir for notExist entry by Fumitoshi Ukai · 12 days ago
  45. dc6932f siso: recall print timestamp in execution metadata by Fumitoshi Ukai · 13 days ago
  46. 7c5859b siso: roll protoc from v34.0 to v34.1 by Fumitoshi Ukai · 13 days ago
  47. 4fc4484 roll github.com/klauspost/compress from v1.18.4 to v1.18.5 by Fumitoshi Ukai · 13 days ago
  48. 250fa52 siso: update version string to v1.5.8 by Fumitoshi Ukai · 13 days ago
  49. c556e34 gong: Initial implementation of script declarations by Richard Wang · 2 weeks ago
  50. 7277790 gong: clean up buildfile function map by Richard Wang · 2 weeks ago
  51. d64eeb9 gong: Target resolvers need to be able to access lists of strings by Richard Wang · 2 weeks ago
  52. 3fe6152 gong: add support for bool vars to implement output_prefix_override by Richard Wang · 2 weeks ago
  53. 2d83193 gong: clean up obsolete warning in rebase_path and add another test by Richard Wang · 2 weeks ago
  54. 87bad44 siso: fix race resolving intermediate directories in hashfs by Neri Marschik · 2 weeks ago siso/v1.5.7
  55. 0d4de2a gong: Implement filter_include and filter_exclude by Richard Wang · 3 weeks ago
  56. 42b36cf siso: parallelize HashFS initialization with config and ninja parsing by Yuke Liao · 3 weeks ago
  57. 2bf371e gong: File patterns by Richard Wang · 3 weeks ago
  58. 94d491e gong: Implement len by Richard Wang · 3 weeks ago
  59. a44ae99 siso: fix for stepConfig.Scandeps migration by Fumitoshi Ukai · 3 weeks ago
  60. 8a0460d test: isolate e2etests to subprocesses for parallel execution by Takuto Ikuta · 3 weeks ago
  61. 0552704 gong: rebase_path needs to preserve whether there was trailing slash by Richard Wang · 3 weeks ago
  62. 9e3112e runmc: drop CPUAccounting=yes by Fumitoshi Ukai · 3 weeks ago
  63. f79c16b siso: stepConfig.Init before writing .step_config by Fumitoshi Ukai · 3 weeks ago
  64. e0857df roll google.golang.org/grpc from v1.79.2 to v1.79.3 by Fumitoshi Ukai · 3 weeks ago
  65. a21db61 gong: ninjawriter phony targets for default toolchain by Richard Wang · 3 weeks ago
  66. 9e43230 siso: Introduce scandeps struct in step_config by Fumitoshi Ukai · 3 weeks ago
  67. f8401e3 gong: Implement .gni import logic, import error display by Richard Wang · 3 weeks ago
  68. 25ea5f9 gong: Support overriding current dir in rebase_path by Richard Wang · 3 weeks ago
  69. 09a11e7 siso: refactor IndirectInputs as PathFilter by Fumitoshi Ukai · 3 weeks ago
  70. 15b8d96 gong: Support system-absolute rebase_path by Richard Wang · 3 weeks ago
  71. fafac2d gong: ninjawriter escape by Richard Wang · 3 weeks ago
  72. 7831ab9 gong: use mustSourceDir instead of ignoring err deliberately by Richard Wang · 3 weeks ago
  73. ed2169e gong: extract helper for string_replace and string_split tests by Richard Wang · 3 weeks ago
  74. 6d5fb5c gong: Support list inputs to rebase_path by Richard Wang · 3 weeks ago
  75. 21b1077 gong: rebase_path follow C++ GN's logic for whether an arg is a dir by Richard Wang · 3 weeks ago
  76. db47981 gong: ninjawriter e2etests by Richard Wang · 3 weeks ago
  77. 95d646a gong: Implement string_replace by Richard Wang · 3 weeks ago
  78. a39f16b gong: Implement string_split by Richard Wang · 3 weeks ago
  79. a723c9c siso: update version string to v1.5.7 by Fumitoshi Ukai · 3 weeks ago
  80. c7dcf41 siso: make REAPI client initialization async for faster startup by Neri Marschik · 3 weeks ago siso/v1.5.6
  81. 0709df8 Revert "siso: parallelize filegroup updates" by Fumitoshi Ukai · 3 weeks ago
  82. f448bd6 siso: parallelize filegroup updates by Neri Marschik · 3 weeks ago
  83. dc01730 siso: fix digester losing items by Neri Marschik · 3 weeks ago
  84. 4b7c765 test: restore hashfs self-referential symlink coverage by Takuto Ikuta · 4 weeks ago
  85. 536f725 siso: Check GOEXPERIMENT only in ninja subcommand by Takuto Ikuta · 4 weeks ago
  86. 8ef6996 ninja: Fix missing generator step in .ninja_log by Takuto Ikuta · 4 weeks ago
  87. 53dd569 siso: handle clang `--warning_suppression_mappings=` by Fumitoshi Ukai · 4 weeks ago
  88. 1cdbc51 siso: update version string to v1.5.6 by Fumitoshi Ukai · 4 weeks ago
  89. a1ab883 hashfs: Fix slow TestSymlinkFlush by Takuto Ikuta · 4 weeks ago
  90. bea0f24 siso: check stat after forget by Fumitoshi Ukai · 4 weeks ago siso/v1.5.5
  91. 95b6b3a build: replace runtime.ReadMemStats with runtime/metrics.Read by Takuto Ikuta · 4 weeks ago
  92. 8794ff1 roll google.golang.org/grpc from v1.79.1 to v1.79.2 by Fumitoshi Ukai · 4 weeks ago
  93. a4dde96 gong: show input file count at end of build by Richard Wang · 4 weeks ago
  94. 2884840 gong: make sourcedir equal more comprehensible by Richard Wang · 4 weeks ago
  95. 19f1d0e gong: need more target-level ninja substitutions for binary targets by Richard Wang · 4 weeks ago
  96. fdee56a gong: fix position of colon in error display by Richard Wang · 4 weeks ago
  97. e8b510c gong: port OutputFile to simplify output path resolution by Richard Wang · 4 weeks ago
  98. cb7b76b siso: protect localCache for thread exhaustion by Fumitoshi Ukai · 4 weeks ago
  99. 5da8461 siso: record digest in deps log if new deps log format is used by Fumitoshi Ukai · 4 weeks ago
  100. 93ff9fb gong: initial termui by Richard Wang · 4 weeks ago