1. e9aa380 fix unmatched_paren.mk by Fumitoshi Ukai · 9 years ago
  2. 2142617 fix autovar_assign.mk by Fumitoshi Ukai · 9 years ago
  3. bbb0db5 fix TODO in value.mk by Fumitoshi Ukai · 9 years ago
  4. b64400e fix TODO(go) in flavor.mk and origin.mk by Fumitoshi Ukai · 9 years ago
  5. 5590685 Fix $(dir /foo) for both C++ and Go by Shinichiro Hamaji · 9 years ago
  6. 65c7233 fix panic based error reporting by Fumitoshi Ukai · 9 years ago
  7. 07cf121 unexport Logf, LogAlways, Warn*, Error* by Fumitoshi Ukai · 9 years ago
  8. 08eda65 unexport Makefile, Parser and EvalResult by Fumitoshi Ukai · 9 years ago
  9. 55c8fa9 unexport Func and Expr by Fumitoshi Ukai · 9 years ago
  10. a045ccb unexport serialize/deserialize by Fumitoshi Ukai · 9 years ago
  11. 7bf992d unexport *Var by Fumitoshi Ukai · 9 years ago
  12. a78fce0 fix TestPara by Fumitoshi Ukai · 9 years ago
  13. 744bb2b go gettable for github.com/google/kati by Fumitoshi Ukai · 9 years ago
  14. 44ae8cf add -shell-date flag to specify time for $(shell date) by Fumitoshi Ukai · 9 years ago
  15. 9042b99 reduce reading makefiles. by Fumitoshi Ukai · 9 years ago
  16. 77411fb reduce allocation in funcPatsubst by Fumitoshi Ukai · 9 years ago
  17. ce14acb reduce ssvWriter allocation in funcSort by Fumitoshi Ukai · 9 years ago
  18. 9e0c68d add stats for funcbody by Fumitoshi Ukai · 9 years ago
  19. a44b766 reduce allocation in funcStrip by Fumitoshi Ukai · 9 years ago
  20. 145598a reduce string -> []byte conversion in Write and w.Write([]byte{x}) by Fumitoshi Ukai · 9 years ago
  21. e16c2b7 add param.mk by Fumitoshi Ukai · 9 years ago
  22. 461941e remove unnecessary allocation in ssvWriter by Fumitoshi Ukai · 9 years ago
  23. 79cfbab use wordScanner in funcSort by Fumitoshi Ukai · 9 years ago
  24. dd248f2 split SimpleVar to SimpleVar and AutomaticVar by Fumitoshi Ukai · 9 years ago
  25. 5c04ad8 reduce runtime.convT2E -> runtime.newobject -> runtime.mallocgc by Fumitoshi Ukai · 9 years ago
  26. b8acae9 reduce runtime.convT2I -> runtime.newobject -> runtime.mallocgc by Fumitoshi Ukai · 9 years ago
  27. 7c9aa9f parseExpr less allocation by Fumitoshi Ukai · 9 years ago
  28. 8341013 add findleaves support by Fumitoshi Ukai · 9 years ago
  29. f543f4d trace event: also emit findcache init event by Fumitoshi Ukai · 9 years ago
  30. 4a70851 refactor sh builtins by Fumitoshi Ukai · 9 years ago
  31. 72598e7 eval stats for $(call xxx) by Fumitoshi Ukai · 9 years ago
  32. 432a242 add -kati_trace_event=<json filename> by Fumitoshi Ukai · 9 years ago
  33. 0daac1f add -find_cache_prunes by Fumitoshi Ukai · 9 years ago
  34. 76b609e android rot13 by Fumitoshi Ukai · 9 years ago
  35. b69bf8a Add LICENSE and licence headers by Shinichiro Hamaji · 9 years ago
  36. 7adc0f5 use_find_cache: add another pattern by Fumitoshi Ukai · 9 years ago
  37. 1a77c8c use_find_cache: add another pattern by Fumitoshi Ukai · 9 years ago
  38. 106fb79 add -use_find_cache by Fumitoshi Ukai · 9 years ago
  39. 6a64323 use time.Since instead of time.Now().Sub by Fumitoshi Ukai · 9 years ago
  40. 358c68a add -use_wildcard_cache flag by Fumitoshi Ukai · 9 years ago
  41. 936de10 fix go lint (except comment on exported fields, error message with punct) by Fumitoshi Ukai · 9 years ago
  42. 8fabdd0 fix go vet: possible formatting directive in Log call by Fumitoshi Ukai · 9 years ago
  43. b978e11 Fix $(strip). We need to strip whitespaces between words by Shinichiro Hamaji · 9 years ago
  44. 73957cf Do not output extra whitespaces by wildcard with .. by Shinichiro Hamaji · 9 years ago
  45. 07a9380 Fix wildcard for multiple patterns which contain .. by Shinichiro Hamaji · 9 years ago
  46. 4c68b4c Pass -d flag to /bin/ls by Shinichiro Hamaji · 9 years ago
  47. ba6b84d Fix $(wildcard foo/../bar) by Shinichiro Hamaji · 9 years ago
  48. 769157a fix eval_assign.mk by Fumitoshi Ukai · 9 years ago
  49. c298f7f Allow 0 as the second argument of $(wordlist) by Shinichiro Hamaji · 9 years ago
  50. 80017a0 Use Log instead of fmt.Printf for no IO $(shell) by Shinichiro Hamaji · 9 years ago
  51. c0095e3 Emit evaluated shell results for scripts like $((3+4)) by Shinichiro Hamaji · 9 years ago
  52. 8b6487f Generate appropriate IO functions for Android by Shinichiro Hamaji · 9 years ago
  53. 723f56a Do not use gob to create unqiue ID for each vars by Shinichiro Hamaji · 9 years ago
  54. 9da19f6 add wordScanner by Fumitoshi Ukai · 9 years ago
  55. 586b02a split -kati_eval_stats from -kati_stats by Fumitoshi Ukai · 9 years ago
  56. b06cd9d use sync.Pool for temporal bytes.Buffer. by Fumitoshi Ukai · 9 years ago
  57. b41fd50 Add an experimental --eager_cmd_eval flag by Shinichiro Hamaji · 9 years ago
  58. c8bc731 Make it possible to serialize vars by Shinichiro Hamaji · 9 years ago
  59. d8cec17 Revert "Revert "fix: handle $(eval foo := $(var)) case"" by Fumitoshi Ukai · 9 years ago
  60. 321ec7e Revert "fix: handle $(eval foo := $(var)) case" by Shinichiro Hamaji · 9 years ago
  61. b4c5a2f fix: handle $(eval foo := $(var)) case by Fumitoshi Ukai · 9 years ago
  62. 37626b6 Fix $(dir /) by Shinichiro Hamaji · 9 years ago
  63. 74536e6 Revert "handle $(eval foo := $(var)) case" by Shinichiro Hamaji · 9 years ago
  64. f0a2ba7 add paramref for fast path for param access (e.g. $1, $(1)) by Fumitoshi Ukai · 10 years ago
  65. 5541c7e use io.WriteString instead of fmt.Fprint by Fumitoshi Ukai · 10 years ago
  66. e27a25d minor performance tuning. by Fumitoshi Ukai · 10 years ago
  67. fa5e922 fix $(eval foo := $(bar)) case by Fumitoshi Ukai · 10 years ago
  68. 5f8e982 handle $(eval foo := $(var)) case by Fumitoshi Ukai · 10 years ago
  69. a9e5136 fix $(eval foo := $$x) case by Fumitoshi Ukai · 10 years ago
  70. 9f6b635 Compactor returns Value, not Func by Fumitoshi Ukai · 10 years ago
  71. 150c861 compact $(eval foo := bar) to internal assign func. by Fumitoshi Ukai · 10 years ago
  72. da7f255 introduce func compactor. by Fumitoshi Ukai · 10 years ago
  73. b2670d9 change f.closure.args[0] has "(funcname", or "{funcname". by Fumitoshi Ukai · 10 years ago
  74. 9b10ecf change newOldVar to Vars.save by Fumitoshi Ukai · 10 years ago
  75. 4e9ab1a Do not copy variables for target specific variables by Shinichiro Hamaji · 10 years ago
  76. d56dc01 Remove unnecessary Buffer.String() call by Shinichiro Hamaji · 10 years ago
  77. 39728f1 Use []byte instead of string for SimpleVar by Shinichiro Hamaji · 10 years ago
  78. 89551c9 Implement $(SHELL) by Shinichiro Hamaji · 10 years ago
  79. 2216dd6 Remove the use of evalExpr from condition functions by Shinichiro Hamaji · 10 years ago
  80. 916f35f Rewrite origin, flavor, and control functions by Shinichiro Hamaji · 10 years ago
  81. 28ea5bc Rewrite $(value) and $(eval) by Shinichiro Hamaji · 10 years ago
  82. 424baeb Rewrite condition functions by Shinichiro Hamaji · 10 years ago
  83. a135891 Add ssvWriter.WriteString by Shinichiro Hamaji · 10 years ago
  84. af61af2 Rewrite file path functions by Shinichiro Hamaji · 10 years ago
  85. c20b84d Rewrite file name functions by Shinichiro Hamaji · 10 years ago
  86. 05b222d Rewrite all text functions by Shinichiro Hamaji · 10 years ago
  87. 98e910d Rewrite patsubst, strip by Shinichiro Hamaji · 10 years ago
  88. d2bcf66 rewrite call and foreach by Fumitoshi Ukai · 10 years ago
  89. ebf945c preserve func expression to make Func.String() faster. by Fumitoshi Ukai · 10 years ago
  90. 757f420 Fix a log output for $(call) by Shinichiro Hamaji · 10 years ago
  91. 7878113 fix strip_and_shell by Fumitoshi Ukai · 10 years ago
  92. 02ff73b File a couple of bugs in expression parser by Shinichiro Hamaji · 10 years ago
  93. b36f387 split expression parser and evaluator by Fumitoshi Ukai · 10 years ago
  94. 15ae981 Add a fast path for null $(eval) by Shinichiro Hamaji · 10 years ago
  95. e7aafb0 Do not have stderr in the result of $(shell) by Shinichiro Hamaji · 10 years ago
  96. cc919ae Stop using VarTab in eval.go by Shinichiro Hamaji · 10 years ago
  97. 25bf1be Make $(foreach) and $(call) faster by Shinichiro Hamaji · 10 years ago
  98. 03a6f6d Fix foreach which conflicts with a local variable by Shinichiro Hamaji · 10 years ago
  99. 4bd7daa Do not create new Evaluator in $(eval) by Shinichiro Hamaji · 10 years ago
  100. 47d9845 Handle multiple parameters for $(wildcard) by Shinichiro Hamaji · 10 years ago