1. fcc71f8 Add segfault handler by Dan Willemsen · 7 years ago
  2. 36e5729 Keep track of stack usage, report line that used the most by Dan Willemsen · 7 years ago
  3. f2a0a72 Merge pull request #128 from danw/clang-format by Shinichiro Hamaji · 7 years ago
  4. 3ce083f `clang-format -i -style=file *.cc *.h` by Dan Willemsen · 7 years ago
  5. bf6a27c Add clang-format configuration, add exceptions by Dan Willemsen · 7 years ago
  6. 99cc5f4 Merge pull request #125 from danw/deprecated_vars by Shinichiro Hamaji · 7 years ago
  7. 276e96a Add deprecated / obsolete variable support by Dan Willemsen · 7 years ago
  8. a71d591 Merge pull request #124 from danw/bionic by Dan Willemsen · 7 years ago
  9. e6ede25 Fix build and test using bionic as a libc by Dan Willemsen · 7 years ago
  10. 72c095b Remove default libs by Dan Willemsen · 7 years ago
  11. bd56cbe Merge pull request #121 from danw/implicit_outputs by Shinichiro Hamaji · 7 years ago
  12. 592bbcd Merge pull request #122 from danw/asan_default_options by Shinichiro Hamaji · 7 years ago
  13. 834c6db Turn off LeakSanitizer by default by Dan Willemsen · 7 years ago
  14. 72a8e01 Include implicit outputs in the DepNode graph by Dan Willemsen · 7 years ago
  15. a62b436 Merge pull request #120 from danw/implicit_outputs by Shinichiro Hamaji · 7 years ago
  16. 7420d58 Travis: switch to trusty, ninja 1.7 by Dan Willemsen · 7 years ago
  17. b78d16f Support Ninja implicit outputs by Dan Willemsen · 7 years ago
  18. 18ff00f Merge pull request #119 from danw/find by Shinichiro Hamaji · 7 years ago
  19. 4be0f09 Fix (cd <symlink>; find .) by Dan Willemsen · 7 years ago
  20. 7893601 Add some simple find unit tests by Dan Willemsen · 7 years ago
  21. 2dde61e Merge pull request #117 from danw/Werror by Shinichiro Hamaji · 7 years ago
  22. f63a3fd Add --werror_find_emulator, --werror_overriding_commands by Dan Willemsen · 7 years ago
  23. 96e3c40 Merge pull request #116 from danw/find_eacces by Shinichiro Hamaji · 7 years ago
  24. 09279ad Ignore EACCES during find emulator opendir by Dan Willemsen · 7 years ago
  25. c76b9f1 Merge pull request #112 from danw/random_affinity by Dan Willemsen · 7 years ago
  26. a51ad0b Merge pull request #113 from danw/resilient_find by Shinichiro Hamaji · 7 years ago
  27. 5db7f7c Randomize cpu affinity by Dan Willemsen · 7 years ago
  28. 00d11fa Merge pull request #111 from danw/color_warnings by Dan Willemsen · 7 years ago
  29. 6f3f0f4 Be more resilient to directories disappearing during startup by Dan Willemsen · 7 years ago
  30. 692e64e Pass a Loc into FindEmulator for better warnings by Dan Willemsen · 7 years ago
  31. e41c755 Add --color_warnings to make warnings/errors like clang by Dan Willemsen · 7 years ago
  32. f8e1558 Merge pull request #108 from zchee/authors-glog by Shinichiro Hamaji · 8 years ago
  33. e80373b [AUTHORS] Fix kati instead of glog by Koichi Shiraishi · 8 years ago
  34. a4682fa Merge pull request #106 from zchee/go-gettable by Shinichiro Hamaji · 8 years ago
  35. d02813b Add Koichi Shiraishi to AUTHORS/CONTRIBUTORS by Koichi Shiraishi · 8 years ago
  36. df8cd05 [C++] add +build ignore magic comment for go build by Koichi Shiraishi · 8 years ago
  37. 0a2453a [go] fix ldflags foramt to add '=' for -X flag by Koichi Shiraishi · 8 years ago
  38. e99f57f [go] fix stat.Dev type to uint64 by Koichi Shiraishi · 8 years ago
  39. 0a72af2 Merge pull request #105 from danw/kati_pool by Shinichiro Hamaji · 8 years ago
  40. 2f75ffa Allow rules to specify custom ninja pools by Dan Willemsen · 8 years ago
  41. 69fed2d Merge pull request #104 from danw/clang-tidy by Shinichiro Hamaji · 8 years ago
  42. cb2ff85 Fix some possible performance issues found by clang-tidy by Dan Willemsen · 8 years ago
  43. ba9de4b Merge pull request #103 from google/danw-androidbp-update by Shinichiro Hamaji · 8 years ago
  44. 3af7e61 Update Android.bp to shrink executables by Dan Willemsen · 8 years ago
  45. cbddec0 Merge pull request #102 from danw/typo by Dan Willemsen · 8 years ago
  46. f09d21d Fix typo in regen_dump.cc by Dan Willemsen · 8 years ago
  47. f082e5b Merge pull request #101 from danw/findleaves by Shinichiro Hamaji · 8 years ago
  48. 439f6f1 Optimize findleaves regen check by Dan Willemsen · 8 years ago
  49. 8543327 Remove "out" special case handling from FindEmulator by Dan Willemsen · 8 years ago
  50. d2dcfa2 Merge pull request #100 from danw/stamp_dump_tool by Shinichiro Hamaji · 8 years ago
  51. 6e63e0f Add a tool to export a kati stamp file to other tools by Dan Willemsen · 8 years ago
  52. 896c7ff Merge pull request #87 from nlewycky/master by Dan Willemsen · 8 years ago
  53. cb717b8 Merge pull request #98 from danw/regen_side_effects by Dan Willemsen · 8 years ago
  54. 2547af0 Merge pull request #97 from danw/file_func by Dan Willemsen · 8 years ago
  55. f06d801 Implement the `file` function to read and write files by Dan Willemsen · 8 years ago
  56. d70bd64 Merge pull request #96 from danw/opt_runcommand by Shinichiro Hamaji · 8 years ago
  57. f3a021b Merge pull request #95 from danw/readonly by Shinichiro Hamaji · 8 years ago
  58. d325f59 Run regen commands sequentially by Dan Willemsen · 8 years ago
  59. 064be22 Optimize RunCommand by removing /bin/sh wrapper when possible by Dan Willemsen · 8 years ago
  60. 9862c2a Add simple benchmark for RunCommand by Dan Willemsen · 8 years ago
  61. f87d49e Support marking variables as readonly by Dan Willemsen · 8 years ago
  62. 5e45e97 Merge pull request #92 from danw/asan_workaround by Dan Willemsen · 8 years ago
  63. 5131f84 Workaround lifetime problem identified by ASAN by Dan Willemsen · 8 years ago
  64. 2ef045a Merge pull request #94 from danw/date_echo_no_ignore by Shinichiro Hamaji · 8 years ago
  65. 1abedff Stop using .PHONY as a build target in phony.mk by hamaji · 8 years ago
  66. fc689ae Merge pull request #93 from danw/ninja_special_targets by Shinichiro Hamaji · 8 years ago
  67. fa58b6f Merge pull request #91 from danw/regen_debug by Shinichiro Hamaji · 8 years ago
  68. 6d3dd63 Merge pull request #90 from danw/unused_parameter_warning by Shinichiro Hamaji · 8 years ago
  69. 40e5a3d Don't ignore all date/echo commands by Dan Willemsen · 8 years ago
  70. cac3d5a ninja: Don't emit special targets (.*) by Dan Willemsen · 8 years ago
  71. f6486ce Add --regen_debug by Dan Willemsen · 8 years ago
  72. f2b88a5 Fix unused parameter warning for !SSE4.2 by Dan Willemsen · 8 years ago
  73. d26caad [C++] Remove code only for non-SSE environment by Shinichiro Hamaji · 8 years ago
  74. 6691a0b [C++] Do not use STTNI when string length is <16 by Shinichiro Hamaji · 8 years ago
  75. da2a2a3 [C++] Fix strutil_test for non-SSE build by Shinichiro Hamaji · 8 years ago
  76. 8ca0f76 [C++] Fix a typo in PR#48 by Shinichiro Hamaji · 8 years ago
  77. 91420ec Merge pull request #84 from danw/invalid_string_access by Shinichiro Hamaji · 8 years ago
  78. cd29d6c Add unit tests for invalid string accesses by Dan Willemsen · 8 years ago
  79. c4f7662 [C++] Allow targets which start with `='. by Shinichiro Hamaji · 8 years ago
  80. dbd6b57 Add Po Hu to AUTHORS/CONTRIBUTORS by Shinichiro Hamaji · 8 years ago
  81. 8e77fa7 Merge branch 'jzhupo-master' by Shinichiro Hamaji · 8 years ago
  82. 5e6b2e4 Add testcases for commandline variables by Shinichiro Hamaji · 8 years ago
  83. 4627ab2 [C++] A follow-up for the previous change by Shinichiro Hamaji · 8 years ago
  84. d570f21 [C++] Allow pass command line variables from make to ckati by Po Hu · 8 years ago
  85. 6957e9a [C++] Allow command line variables to override file variables by Po Hu · 8 years ago
  86. f8dad36 Fix typo in comment. by Nick Lewycky · 8 years ago
  87. 067e9f1 Turn CHECK failure that depends on file system state into an error message by Nick Lewycky · 8 years ago
  88. 52fe6fc [C++] Do not evaluate recursive variable in ifdef by Shinichiro Hamaji · 8 years ago
  89. 3e98b6b [C++] Fix handling CRLF after a backslash by Shinichiro Hamaji · 8 years ago
  90. 71e7934 [C++] Fix $(join) for #76 by Shinichiro Hamaji · 8 years ago
  91. 42093cf Merge pull request #75 from stefanb2/topic-issue-74 by Shinichiro Hamaji · 8 years ago
  92. 9f4c646 [C++] $(eval) stops when first character is '#' by Stefan Becker · 8 years ago
  93. 390115c Handle nested define/endef by Shinichiro Hamaji · 8 years ago
  94. c15a824 Update findleaves.py and add a few testcases by Shinichiro Hamaji · 8 years ago
  95. af13468 Merge pull request #73 from colincross/findleaves by Shinichiro Hamaji · 8 years ago
  96. f0a6fdf [C++] Add support for multiple filenames to findleaves emulation by Colin Cross · 8 years ago
  97. 1c3a695 Support all kinds of command line variables by Shinichiro Hamaji · 8 years ago
  98. ac6f169 Allow NULL filename for -d flag by Shinichiro Hamaji · 8 years ago
  99. c58db9a [C++] Add -d flag to make debugging slightly easier by Shinichiro Hamaji · 8 years ago
  100. 38892d8 Normalize log for recent ninja by Shinichiro Hamaji · 8 years ago