[go: up one dir, main page]

  1. 8760f22 docs: Add instructions for enabling glog/clog in tests by Takuto Ikuta · 13 hours ago main
  2. 6bf8e6a siso: Replace execution Semaphores with Prioritized semaphores by Junji Watanabe · 14 hours ago
  3. f442b81 hashfs: Add some checks in tests to avoid panic by Takuto Ikuta · 14 hours ago
  4. eb6cbaf hashfs: Add a test to confirm current behavior of Stat by Takuto Ikuta · 15 hours ago
  5. 807e4ee siso: Set tid attribute in Prioritised semaphore by Junji Watanabe · 15 hours ago
  6. 47964d0 siso: Implement priority semaphore by Junji Watanabe · 16 hours ago
  7. 17a86b1 siso/hashfs: Added comment for temporal struct lv by Takuto Ikuta · 17 hours ago
  8. 67a7aa3 siso: update version string to v1.4.14 by Fumitoshi Ukai · 18 hours ago
  9. be2c950 siso: fix the data race caused by non mutex protected grpclog setter. by Alex Ovsienko · 18 hours ago
  10. 1e1be20 hashfs: Show err in entry.String() by Takuto Ikuta · 19 hours ago
  11. 0915813 siso: upload Ninja Build ID into metadata.json as the sole source of truth. by Alex Ovsienko · 2 days ago siso/v1.4.13
  12. 1bd2381 siso: drop buildfs support by Fumitoshi Ukai · 2 days ago
  13. 5f06948 siso: Add flag to enable gzip gRPC-level compression by Shezan Baig · 2 days ago
  14. 88f4384 siso: Calculate critical path weights accurately with topological sort by Junji Watanabe · 2 days ago
  15. 931f2a5 roll github.com/klauspost/compress from v1.18.0 to v1.18.1 by Fumitoshi Ukai · 2 days ago
  16. 65b375b Add a unit test in kajiya/. by Marc Jin · 3 days ago
  17. e0f1db1 siso: refactor schedule planning by Junji Watanabe · 3 days ago
  18. df8f496 gong: Tests for scope/list clobbering by Richard Wang · 3 days ago
  19. f722994 siso: upload targets to the metadata file. by Alex Ovsienko · 3 days ago
  20. 76fcc08 siso: update version string to v1.4.13 by Fumitoshi Ukai · 3 days ago
  21. 95a47e8 siso: Use RLock/RUnlock for read only operation in hashfs by Takuto Ikuta · 6 days ago siso/v1.4.12
  22. d475498 siso: siso_metadata.json in log dir by Fumitoshi Ukai · 6 days ago
  23. 1d3f3b9 gong: Implement assignment where lvalue is a.b or a[b] by Richard Wang · 6 days ago
  24. 26c8a97 siso: Minimize lock time in trace.NewSpan by Takuto Ikuta · 6 days ago
  25. 5fe5aa4 siso: roll protoc from v32.1 to v33.0 by Fumitoshi Ukai · 6 days ago
  26. e2bb2bf siso: Add mutex and block profiling by Takuto Ikuta · 7 days ago
  27. 031de0a kajiya: "go work sync" with siso by Fumitoshi Ukai · 8 days ago
  28. efd7e96 siso: update docs for kajiya update by Fumitoshi Ukai · 8 days ago
  29. c201579 siso: roll kajiya for commit cd7695ac03de95f6a875e97eae3a99e0518fb37c by Fumitoshi Ukai · 8 days ago
  30. cd7695a Resolve a race condition in kajiya blobstore by Marc Jin · 8 days ago
  31. deaa2d6 siso: fix race in hashfs.State and compute by Fumitoshi Ukai · 8 days ago
  32. 228235e gong: Implement string escaping, use for more GN-based test coverage by Richard Wang · 8 days ago
  33. aad81f8 siso: handle absolute target path by Fumitoshi Ukai · 8 days ago
  34. f3fb02f Reland "siso: cleanup symlink handling" by Fumitoshi Ukai · 8 days ago
  35. ea229b7 siso: fix race in hashfs.SetState by Fumitoshi Ukai · 9 days ago
  36. 1245628 siso: update version string to v1.4.12 by Fumitoshi Ukai · 9 days ago
  37. 1a7048d Initial jj config based on chromium/src by Richard Wang · 13 days ago
  38. f24720f siso: Select next step based on weight by Junji Watanabe · 13 days ago siso/v1.4.11
  39. 45b5a00 gong: Support assert failure help text by Richard Wang · 13 days ago
  40. 19d195b gong: Increase test coverage for integer evaluation by Richard Wang · 13 days ago
  41. efa82b7 gong: Implement block functions, use for error testing by Richard Wang · 13 days ago
  42. bf6a411 Revert "siso: cleanup symlink handling" by Fumitoshi Ukai · 13 days ago
  43. 3b58e88 siso: cleanup symlink handling by Fumitoshi Ukai · 13 days ago
  44. 7e30032 siso: calculate evenly distributed weights on targets by Junji Watanabe · 13 days ago
  45. 424ce9c siso: Always use plan.pushReady to send a ready step to next queue by Junji Watanabe · 13 days ago
  46. 2933f09 gong: Implement identifier exec, implement initial .gn file-based tests by Richard Wang · 13 days ago
  47. 72c64e9 siso: Remove `ready` pool resizing logic in plan.done() by Junji Watanabe · 13 days ago
  48. de5b73f siso: Elaborate error from io.Copy in WriteDigestData by Takuto Ikuta · 13 days ago
  49. bea0f12 siso: use WithoutAuthentication except google-application-default by Fumitoshi Ukai · 14 days ago
  50. 18fb68f siso: fix panic in "siso ninja -help" by Fumitoshi Ukai · 14 days ago
  51. a79cdb5 siso: Increase concurrensy for fs-flush by Takuto Ikuta · 14 days ago
  52. 48fb275 Add a note to siso dev doc that the flag can be picked up by autoninja via reading from .sisorc by Marc Jin · 14 days ago
  53. d0f3bd2 siso: need to flush again if flush failed to acquire semaphore by Fumitoshi Ukai · 14 days ago
  54. 4a0ba43 gong: Implement assert() and `gn help <func>` by Richard Wang · 14 days ago
  55. c8bc0d7 siso: reduce scheduler's q channel size temporarily by Junji Watanabe · 14 days ago
  56. b155228 siso: ignore caller's timeout for credhelper execution. by Fumitoshi Ukai · 14 days ago
  57. 4da4c62 siso: metrics cmp accepts absolute path for inputs by Fumitoshi Ukai · 2 weeks ago
  58. e2e1029 siso: Remove unused parameters and fix variable shadowing bug by Ryosuke Miyake · 2 weeks ago
  59. cc4c6bf update auth.md by Fumitoshi Ukai · 2 weeks ago
  60. fd80902 siso: introduce -fast_nop/-fast_local/-fast_last_failure/-fast_exit by Fumitoshi Ukai · 2 weeks ago
  61. e4def53 [go] update toolchain go 1.24.7 -> 1.24.8 by Fumitoshi Ukai · 2 weeks ago
  62. bd808ce siso: Set positive action duration for ninja log entries by Takuto Ikuta · 2 weeks ago
  63. 71d7a01 gong: Disallow non-empty list/scope clobber by Richard Wang · 2 weeks ago
  64. b96ab06 siso: Update kajiya in go.mod to 2f9e3e4d99c9 by Takuto Ikuta · 2 weeks ago
  65. 65faf71 kajiya: Update grpc to 1.76.0 by Takuto Ikuta · 2 weeks ago
  66. 2f9e3e4 kajiya: Use bytes.HasSuffix instead of index access by Takuto Ikuta · 2 weeks ago
  67. 3e17bde gong: Initial `a = b` implementation by Richard Wang · 2 weeks ago
  68. 5f57541 gong: Initial support for functions by Richard Wang · 2 weeks ago
  69. ea0e50c kajiya: Set InputRootDigest field for model.Action by Takuto Ikuta · 2 weeks ago
  70. 0c5faf7 kajiya: Normalize path for Windows in trie construction by Takuto Ikuta · 2 weeks ago
  71. 5042885 roll google.golang.org/grpc from v1.75.1 to v1.76.0 by Fumitoshi Ukai · 2 weeks ago
  72. d22b30c Fix a linter warning about un-needed type conversion by Marc Jin · 2 weeks ago
  73. 5cb2eb3 siso: Wrap a few errors in reapitest.go by Takuto Ikuta · 2 weeks ago
  74. 14e4e2c siso: fix symlink handling in mtimecheck by Fumitoshi Ukai · 2 weeks ago
  75. dd27dc7 kajiya: Fix working dir validation for Windows by Takuto Ikuta · 2 weeks ago
  76. 93dee95 Enable context-background and context-todo check for the linter by Marc Jin · 2 weeks ago
  77. 9577dc3 siso: Update kajiya in go.mod to b600a41e2e6c by Takuto Ikuta · 2 weeks ago
  78. c441ecf Add the usetesting linter check and resolve the remaining errors. by Marc Jin · 2 weeks ago
  79. 818d069 siso: update version string to v1.4.11 by Fumitoshi Ukai · 2 weeks ago
  80. 0147a68 gong: Initial port of `gn help` behavior by Richard Wang · 3 weeks ago
  81. 1a55249 gong: Subset of RebasePath fs util by Richard Wang · 3 weeks ago
  82. b7a14d9 gong: Initial support for builtins by Richard Wang · 3 weeks ago
  83. 69a325a gong: Initial Python path detection by Richard Wang · 3 weeks ago
  84. 2eee1d6 siso: fix test on mac by Fumitoshi Ukai · 3 weeks ago siso/v1.4.10
  85. 261eedc Add some extra comments about timings and semaphores in metrics. by Alex Ovsienko · 3 weeks ago
  86. 40a5161 Change the usage to t.Chdir() by Marc Jin · 3 weeks ago
  87. baa9581 roll google.golang.org/protobuf from v1.36.9 to v1.36.10 by Fumitoshi Ukai · 3 weeks ago
  88. 5ce49d2 Reformat development.md for better readability. by Takuto Ikuta · 3 weeks ago
  89. 03a7c74 docs: Update profiling section by Takuto Ikuta · 3 weeks ago
  90. b0e2508 siso: remove unnnecessary mtime print by Fumitoshi Ukai · 3 weeks ago
  91. 95e640e siso: check symlink target of input by Fumitoshi Ukai · 3 weeks ago
  92. 60dac91 siso: don't report EdgeFinished when cancelled by Fumitoshi Ukai · 3 weeks ago
  93. 4866ccf Add jmarc@ to //depot/OWNERS. by Marc Jin · 3 weeks ago
  94. 5ec5d31 siso: use user.Current by Fumitoshi Ukai · 3 weeks ago
  95. 5d6793e siso: Record metrics labels in siso_metadata.json by Junji Watanabe · 3 weeks ago
  96. fd9f3af siso: Record build start time at siso_metadata.json by Junji Watanabe · 3 weeks ago
  97. 1398b3c siso: support sandbox RBE as RBE by Fumitoshi Ukai · 3 weeks ago
  98. d0f144a siso: Change the Siso metadata filename by Junji Watanabe · 3 weeks ago
  99. b956321 Minor Markdown reformat, fix outdated reference to Rietveld by Richard Wang · 3 weeks ago
  100. 269f0fb siso: support google application default credentials by Fumitoshi Ukai · 3 weeks ago