1. 2dde61e Merge pull request #117 from danw/Werror by Shinichiro Hamaji · 7 years ago
  2. f63a3fd Add --werror_find_emulator, --werror_overriding_commands by Dan Willemsen · 8 years ago
  3. 96e3c40 Merge pull request #116 from danw/find_eacces by Shinichiro Hamaji · 8 years ago
  4. 09279ad Ignore EACCES during find emulator opendir by Dan Willemsen · 8 years ago
  5. c76b9f1 Merge pull request #112 from danw/random_affinity by Dan Willemsen · 8 years ago
  6. a51ad0b Merge pull request #113 from danw/resilient_find by Shinichiro Hamaji · 8 years ago
  7. 5db7f7c Randomize cpu affinity by Dan Willemsen · 8 years ago
  8. 00d11fa Merge pull request #111 from danw/color_warnings by Dan Willemsen · 8 years ago
  9. 6f3f0f4 Be more resilient to directories disappearing during startup by Dan Willemsen · 8 years ago
  10. 692e64e Pass a Loc into FindEmulator for better warnings by Dan Willemsen · 8 years ago
  11. e41c755 Add --color_warnings to make warnings/errors like clang by Dan Willemsen · 8 years ago
  12. f8e1558 Merge pull request #108 from zchee/authors-glog by Shinichiro Hamaji · 8 years ago
  13. e80373b [AUTHORS] Fix kati instead of glog by Koichi Shiraishi · 8 years ago
  14. a4682fa Merge pull request #106 from zchee/go-gettable by Shinichiro Hamaji · 8 years ago
  15. d02813b Add Koichi Shiraishi to AUTHORS/CONTRIBUTORS by Koichi Shiraishi · 8 years ago
  16. df8cd05 [C++] add +build ignore magic comment for go build by Koichi Shiraishi · 8 years ago
  17. 0a2453a [go] fix ldflags foramt to add '=' for -X flag by Koichi Shiraishi · 8 years ago
  18. e99f57f [go] fix stat.Dev type to uint64 by Koichi Shiraishi · 8 years ago
  19. 0a72af2 Merge pull request #105 from danw/kati_pool by Shinichiro Hamaji · 8 years ago
  20. 2f75ffa Allow rules to specify custom ninja pools by Dan Willemsen · 8 years ago
  21. 69fed2d Merge pull request #104 from danw/clang-tidy by Shinichiro Hamaji · 8 years ago
  22. cb2ff85 Fix some possible performance issues found by clang-tidy by Dan Willemsen · 8 years ago
  23. ba9de4b Merge pull request #103 from google/danw-androidbp-update by Shinichiro Hamaji · 8 years ago
  24. 3af7e61 Update Android.bp to shrink executables by Dan Willemsen · 8 years ago
  25. cbddec0 Merge pull request #102 from danw/typo by Dan Willemsen · 8 years ago
  26. f09d21d Fix typo in regen_dump.cc by Dan Willemsen · 8 years ago
  27. f082e5b Merge pull request #101 from danw/findleaves by Shinichiro Hamaji · 8 years ago
  28. 439f6f1 Optimize findleaves regen check by Dan Willemsen · 8 years ago
  29. 8543327 Remove "out" special case handling from FindEmulator by Dan Willemsen · 8 years ago
  30. d2dcfa2 Merge pull request #100 from danw/stamp_dump_tool by Shinichiro Hamaji · 8 years ago
  31. 6e63e0f Add a tool to export a kati stamp file to other tools by Dan Willemsen · 8 years ago
  32. 896c7ff Merge pull request #87 from nlewycky/master by Dan Willemsen · 8 years ago
  33. cb717b8 Merge pull request #98 from danw/regen_side_effects by Dan Willemsen · 8 years ago
  34. 2547af0 Merge pull request #97 from danw/file_func by Dan Willemsen · 8 years ago
  35. f06d801 Implement the `file` function to read and write files by Dan Willemsen · 8 years ago
  36. d70bd64 Merge pull request #96 from danw/opt_runcommand by Shinichiro Hamaji · 8 years ago
  37. f3a021b Merge pull request #95 from danw/readonly by Shinichiro Hamaji · 8 years ago
  38. d325f59 Run regen commands sequentially by Dan Willemsen · 8 years ago
  39. 064be22 Optimize RunCommand by removing /bin/sh wrapper when possible by Dan Willemsen · 8 years ago
  40. 9862c2a Add simple benchmark for RunCommand by Dan Willemsen · 8 years ago
  41. f87d49e Support marking variables as readonly by Dan Willemsen · 8 years ago
  42. 5e45e97 Merge pull request #92 from danw/asan_workaround by Dan Willemsen · 8 years ago
  43. 5131f84 Workaround lifetime problem identified by ASAN by Dan Willemsen · 8 years ago
  44. 2ef045a Merge pull request #94 from danw/date_echo_no_ignore by Shinichiro Hamaji · 8 years ago
  45. 1abedff Stop using .PHONY as a build target in phony.mk by hamaji · 8 years ago
  46. fc689ae Merge pull request #93 from danw/ninja_special_targets by Shinichiro Hamaji · 8 years ago
  47. fa58b6f Merge pull request #91 from danw/regen_debug by Shinichiro Hamaji · 8 years ago
  48. 6d3dd63 Merge pull request #90 from danw/unused_parameter_warning by Shinichiro Hamaji · 8 years ago
  49. 40e5a3d Don't ignore all date/echo commands by Dan Willemsen · 8 years ago
  50. cac3d5a ninja: Don't emit special targets (.*) by Dan Willemsen · 8 years ago
  51. f6486ce Add --regen_debug by Dan Willemsen · 8 years ago
  52. f2b88a5 Fix unused parameter warning for !SSE4.2 by Dan Willemsen · 8 years ago
  53. d26caad [C++] Remove code only for non-SSE environment by Shinichiro Hamaji · 8 years ago
  54. 6691a0b [C++] Do not use STTNI when string length is <16 by Shinichiro Hamaji · 8 years ago
  55. da2a2a3 [C++] Fix strutil_test for non-SSE build by Shinichiro Hamaji · 8 years ago
  56. 8ca0f76 [C++] Fix a typo in PR#48 by Shinichiro Hamaji · 8 years ago
  57. 91420ec Merge pull request #84 from danw/invalid_string_access by Shinichiro Hamaji · 8 years ago
  58. cd29d6c Add unit tests for invalid string accesses by Dan Willemsen · 8 years ago
  59. c4f7662 [C++] Allow targets which start with `='. by Shinichiro Hamaji · 8 years ago
  60. dbd6b57 Add Po Hu to AUTHORS/CONTRIBUTORS by Shinichiro Hamaji · 8 years ago
  61. 8e77fa7 Merge branch 'jzhupo-master' by Shinichiro Hamaji · 8 years ago
  62. 5e6b2e4 Add testcases for commandline variables by Shinichiro Hamaji · 8 years ago
  63. 4627ab2 [C++] A follow-up for the previous change by Shinichiro Hamaji · 8 years ago
  64. d570f21 [C++] Allow pass command line variables from make to ckati by Po Hu · 8 years ago
  65. 6957e9a [C++] Allow command line variables to override file variables by Po Hu · 8 years ago
  66. f8dad36 Fix typo in comment. by Nick Lewycky · 8 years ago
  67. 067e9f1 Turn CHECK failure that depends on file system state into an error message by Nick Lewycky · 8 years ago
  68. 52fe6fc [C++] Do not evaluate recursive variable in ifdef by Shinichiro Hamaji · 8 years ago
  69. 3e98b6b [C++] Fix handling CRLF after a backslash by Shinichiro Hamaji · 8 years ago
  70. 71e7934 [C++] Fix $(join) for #76 by Shinichiro Hamaji · 8 years ago
  71. 42093cf Merge pull request #75 from stefanb2/topic-issue-74 by Shinichiro Hamaji · 8 years ago
  72. 9f4c646 [C++] $(eval) stops when first character is '#' by Stefan Becker · 8 years ago
  73. 390115c Handle nested define/endef by Shinichiro Hamaji · 8 years ago
  74. c15a824 Update findleaves.py and add a few testcases by Shinichiro Hamaji · 8 years ago
  75. af13468 Merge pull request #73 from colincross/findleaves by Shinichiro Hamaji · 8 years ago
  76. f0a6fdf [C++] Add support for multiple filenames to findleaves emulation by Colin Cross · 8 years ago
  77. 1c3a695 Support all kinds of command line variables by Shinichiro Hamaji · 8 years ago
  78. ac6f169 Allow NULL filename for -d flag by Shinichiro Hamaji · 8 years ago
  79. c58db9a [C++] Add -d flag to make debugging slightly easier by Shinichiro Hamaji · 9 years ago
  80. 38892d8 Normalize log for recent ninja by Shinichiro Hamaji · 9 years ago
  81. 9f6343c Always sort glob results by Shinichiro Hamaji · 9 years ago
  82. 8082dcb Skip 3 tests which fail with make 4 by Shinichiro Hamaji · 9 years ago
  83. 1561f68 Skip shell_var_with_args.mk with GNU make 4 by Shinichiro Hamaji · 9 years ago
  84. a1ded1c Use override in posix_var.mk to fix test with make 4 by Shinichiro Hamaji · 9 years ago
  85. fc24bd2 Stop overwriting /bin/sh by bash on travis by Shinichiro Hamaji · 9 years ago
  86. 913eb74 Normalize Unicode quotes for recent find by Shinichiro Hamaji · 9 years ago
  87. 2d2ed95 Explicitly use SHELL=/bin/bash by Shinichiro Hamaji · 9 years ago
  88. d07e297 [C++] Stop using an uninitialized value by Shinichiro Hamaji · 9 years ago
  89. 855fea4 Fix multi_implicit_output_patterns.mk for GNU make 4 by Shinichiro Hamaji · 9 years ago
  90. dc258cb Clean up normalization in runtest.rb a bit by Shinichiro Hamaji · 9 years ago
  91. 3009771 Merge pull request #66 from stefanb2/topic-issue-65 by Shinichiro Hamaji · 9 years ago
  92. bfae810 Remove test output in ckati_clean by Stefan Becker · 9 years ago
  93. a24a7a0 Normalize GNU make 4.00 in runtest.rb by Stefan Becker · 9 years ago
  94. e4e56f3 Suppress GNU make jobserver magic in runtest.rb by Stefan Becker · 9 years ago
  95. 2941ea0 [C++] Handle .POSIX at eval time by Shinichiro Hamaji · 9 years ago
  96. 03fa345 Add testcase/posix_var.mk by Shinichiro Hamaji · 9 years ago
  97. a8fafa4 Remove Go related targets from test and clean by Shinichiro Hamaji · 9 years ago
  98. d8d43ea [C++] Reduce unnecessary string allocation by Shinichiro Hamaji · 9 years ago
  99. c6926b0 Add testcase/call_with_whitespace.mk by Shinichiro Hamaji · 9 years ago
  100. 5dfb361 Add testcase/recursive_marker.mk by Shinichiro Hamaji · 9 years ago