1. cb2ff85 Fix some possible performance issues found by clang-tidy by Dan Willemsen · 9 years ago
  2. ba9de4b Merge pull request #103 from google/danw-androidbp-update by Shinichiro Hamaji · 9 years ago
  3. 3af7e61 Update Android.bp to shrink executables by Dan Willemsen · 9 years ago
  4. cbddec0 Merge pull request #102 from danw/typo by Dan Willemsen · 9 years ago
  5. f09d21d Fix typo in regen_dump.cc by Dan Willemsen · 9 years ago
  6. f082e5b Merge pull request #101 from danw/findleaves by Shinichiro Hamaji · 9 years ago
  7. 439f6f1 Optimize findleaves regen check by Dan Willemsen · 9 years ago
  8. 8543327 Remove "out" special case handling from FindEmulator by Dan Willemsen · 9 years ago
  9. d2dcfa2 Merge pull request #100 from danw/stamp_dump_tool by Shinichiro Hamaji · 9 years ago
  10. 6e63e0f Add a tool to export a kati stamp file to other tools by Dan Willemsen · 9 years ago
  11. 896c7ff Merge pull request #87 from nlewycky/master by Dan Willemsen · 9 years ago
  12. cb717b8 Merge pull request #98 from danw/regen_side_effects by Dan Willemsen · 9 years ago
  13. 2547af0 Merge pull request #97 from danw/file_func by Dan Willemsen · 9 years ago
  14. f06d801 Implement the `file` function to read and write files by Dan Willemsen · 9 years ago
  15. d70bd64 Merge pull request #96 from danw/opt_runcommand by Shinichiro Hamaji · 9 years ago
  16. f3a021b Merge pull request #95 from danw/readonly by Shinichiro Hamaji · 9 years ago
  17. d325f59 Run regen commands sequentially by Dan Willemsen · 9 years ago
  18. 064be22 Optimize RunCommand by removing /bin/sh wrapper when possible by Dan Willemsen · 9 years ago
  19. 9862c2a Add simple benchmark for RunCommand by Dan Willemsen · 9 years ago
  20. f87d49e Support marking variables as readonly by Dan Willemsen · 9 years ago
  21. 5e45e97 Merge pull request #92 from danw/asan_workaround by Dan Willemsen · 9 years ago
  22. 5131f84 Workaround lifetime problem identified by ASAN by Dan Willemsen · 9 years ago
  23. 2ef045a Merge pull request #94 from danw/date_echo_no_ignore by Shinichiro Hamaji · 9 years ago
  24. 1abedff Stop using .PHONY as a build target in phony.mk by hamaji · 9 years ago
  25. fc689ae Merge pull request #93 from danw/ninja_special_targets by Shinichiro Hamaji · 9 years ago
  26. fa58b6f Merge pull request #91 from danw/regen_debug by Shinichiro Hamaji · 9 years ago
  27. 6d3dd63 Merge pull request #90 from danw/unused_parameter_warning by Shinichiro Hamaji · 9 years ago
  28. 40e5a3d Don't ignore all date/echo commands by Dan Willemsen · 9 years ago
  29. cac3d5a ninja: Don't emit special targets (.*) by Dan Willemsen · 9 years ago
  30. f6486ce Add --regen_debug by Dan Willemsen · 9 years ago
  31. f2b88a5 Fix unused parameter warning for !SSE4.2 by Dan Willemsen · 9 years ago
  32. d26caad [C++] Remove code only for non-SSE environment by Shinichiro Hamaji · 9 years ago
  33. 6691a0b [C++] Do not use STTNI when string length is <16 by Shinichiro Hamaji · 9 years ago
  34. da2a2a3 [C++] Fix strutil_test for non-SSE build by Shinichiro Hamaji · 9 years ago
  35. 8ca0f76 [C++] Fix a typo in PR#48 by Shinichiro Hamaji · 9 years ago
  36. 91420ec Merge pull request #84 from danw/invalid_string_access by Shinichiro Hamaji · 9 years ago
  37. cd29d6c Add unit tests for invalid string accesses by Dan Willemsen · 9 years ago
  38. c4f7662 [C++] Allow targets which start with `='. by Shinichiro Hamaji · 9 years ago
  39. dbd6b57 Add Po Hu to AUTHORS/CONTRIBUTORS by Shinichiro Hamaji · 9 years ago
  40. 8e77fa7 Merge branch 'jzhupo-master' by Shinichiro Hamaji · 9 years ago
  41. 5e6b2e4 Add testcases for commandline variables by Shinichiro Hamaji · 9 years ago
  42. 4627ab2 [C++] A follow-up for the previous change by Shinichiro Hamaji · 9 years ago
  43. d570f21 [C++] Allow pass command line variables from make to ckati by Po Hu · 9 years ago
  44. 6957e9a [C++] Allow command line variables to override file variables by Po Hu · 9 years ago
  45. f8dad36 Fix typo in comment. by Nick Lewycky · 9 years ago
  46. 067e9f1 Turn CHECK failure that depends on file system state into an error message by Nick Lewycky · 9 years ago
  47. 52fe6fc [C++] Do not evaluate recursive variable in ifdef by Shinichiro Hamaji · 9 years ago
  48. 3e98b6b [C++] Fix handling CRLF after a backslash by Shinichiro Hamaji · 9 years ago
  49. 71e7934 [C++] Fix $(join) for #76 by Shinichiro Hamaji · 9 years ago
  50. 42093cf Merge pull request #75 from stefanb2/topic-issue-74 by Shinichiro Hamaji · 9 years ago
  51. 9f4c646 [C++] $(eval) stops when first character is '#' by Stefan Becker · 9 years ago
  52. 390115c Handle nested define/endef by Shinichiro Hamaji · 9 years ago
  53. c15a824 Update findleaves.py and add a few testcases by Shinichiro Hamaji · 9 years ago
  54. af13468 Merge pull request #73 from colincross/findleaves by Shinichiro Hamaji · 9 years ago
  55. f0a6fdf [C++] Add support for multiple filenames to findleaves emulation by Colin Cross · 9 years ago
  56. 1c3a695 Support all kinds of command line variables by Shinichiro Hamaji · 9 years ago
  57. ac6f169 Allow NULL filename for -d flag by Shinichiro Hamaji · 9 years ago
  58. c58db9a [C++] Add -d flag to make debugging slightly easier by Shinichiro Hamaji · 9 years ago
  59. 38892d8 Normalize log for recent ninja by Shinichiro Hamaji · 9 years ago
  60. 9f6343c Always sort glob results by Shinichiro Hamaji · 9 years ago
  61. 8082dcb Skip 3 tests which fail with make 4 by Shinichiro Hamaji · 9 years ago
  62. 1561f68 Skip shell_var_with_args.mk with GNU make 4 by Shinichiro Hamaji · 9 years ago
  63. a1ded1c Use override in posix_var.mk to fix test with make 4 by Shinichiro Hamaji · 9 years ago
  64. fc24bd2 Stop overwriting /bin/sh by bash on travis by Shinichiro Hamaji · 9 years ago
  65. 913eb74 Normalize Unicode quotes for recent find by Shinichiro Hamaji · 9 years ago
  66. 2d2ed95 Explicitly use SHELL=/bin/bash by Shinichiro Hamaji · 9 years ago
  67. d07e297 [C++] Stop using an uninitialized value by Shinichiro Hamaji · 9 years ago
  68. 855fea4 Fix multi_implicit_output_patterns.mk for GNU make 4 by Shinichiro Hamaji · 9 years ago
  69. dc258cb Clean up normalization in runtest.rb a bit by Shinichiro Hamaji · 9 years ago
  70. 3009771 Merge pull request #66 from stefanb2/topic-issue-65 by Shinichiro Hamaji · 9 years ago
  71. bfae810 Remove test output in ckati_clean by Stefan Becker · 9 years ago
  72. a24a7a0 Normalize GNU make 4.00 in runtest.rb by Stefan Becker · 9 years ago
  73. e4e56f3 Suppress GNU make jobserver magic in runtest.rb by Stefan Becker · 9 years ago
  74. 2941ea0 [C++] Handle .POSIX at eval time by Shinichiro Hamaji · 9 years ago
  75. 03fa345 Add testcase/posix_var.mk by Shinichiro Hamaji · 9 years ago
  76. a8fafa4 Remove Go related targets from test and clean by Shinichiro Hamaji · 9 years ago
  77. d8d43ea [C++] Reduce unnecessary string allocation by Shinichiro Hamaji · 9 years ago
  78. c6926b0 Add testcase/call_with_whitespace.mk by Shinichiro Hamaji · 9 years ago
  79. 5dfb361 Add testcase/recursive_marker.mk by Shinichiro Hamaji · 9 years ago
  80. 02e5ee3 [C++] Remove unnecessary #include by Shinichiro Hamaji · 9 years ago
  81. 6823600 Add a test case to override_override.mk by Shinichiro Hamaji · 9 years ago
  82. 4e60e5f Merge pull request #58 from stefanb2/topic-issue-57 by Shinichiro Hamaji · 9 years ago
  83. 952d445 [C++] Ignore recursive marker in recipes by Stefan Becker · 9 years ago
  84. 786881c [C++] Replace erroneous return in EvalInclude() by Stefan Becker · 9 years ago
  85. d4f2871 [C++] Store SHELL value in command result by Stefan Becker · 9 years ago
  86. 29b9b74 [C++] Honor "override" when setting global variable by Stefan Becker · 9 years ago
  87. 167e1f7 [C++] Ignore white space around $(call) function name by Stefan Becker · 9 years ago
  88. 187bf08 [C++] Add support for .POSIX: by Stefan Becker · 9 years ago
  89. cd060c5 add Stefan to CONTRIBUTORS by Stefan Becker · 9 years ago
  90. becba50 [C++] Strip a trailing \r by Shinichiro Hamaji · 9 years ago
  91. 706c27f Handle EINTR on read by Shinichiro Hamaji · 9 years ago
  92. 84ddbd2 [C++] Use USE_GOMA variable to see goma will be used by Shinichiro Hamaji · 9 years ago
  93. 89f6a2b [C++] Error for missing endef by Shinichiro Hamaji · 9 years ago
  94. 083fd26 [C++] Error for missing endif by Shinichiro Hamaji · 9 years ago
  95. a5b193c Remove out/pkg when go source code is updated by Shinichiro Hamaji · 9 years ago
  96. d74c7bb Remove bashism from Makefile for go version by Shinichiro Hamaji · 9 years ago
  97. f124de0 Put a whitespace for subshell before a close paren by Shinichiro Hamaji · 9 years ago
  98. ce7a2b4 Add a whitespace after an open paren for subshell by Shinichiro Hamaji · 9 years ago
  99. 044a51d Fix https://github.com/google/kati/issues/47 by Shinichiro Hamaji · 9 years ago
  100. c3a4834 Use subshell even when a command starts with '(' by Shinichiro Hamaji · 9 years ago