1. 5ad47f4 Initial bpfmt tool by Colin Cross · 10 years ago
  2. d1facc1 Return comment and position information from parser by Colin Cross · 10 years ago
  3. 691a60d Parallelize GenerateBuildActions by Colin Cross · 10 years ago
  4. 7ad621c Parallelize Blueprints file parsing by Colin Cross · 10 years ago
  5. 1455a0f Remove pregenerate pass by Colin Cross · 10 years ago
  6. 80ad04d Add FinalModule and VisitAllModuleVariants to ModuleContext by Colin Cross · 10 years ago
  7. 82b7d51 Add support for simple expressions by Colin Cross · 10 years ago
  8. c0dbc55 Add basic variable support by Colin Cross · 10 years ago
  9. c902848 Add support for Mutators by Colin Cross · 10 years ago
  10. 11a114f Allow properties to have unsettable int and uint fields by Colin Cross · 10 years ago
  11. bbfa51a Module groups to support variants by Colin Cross · 10 years ago
  12. f77510c Fix CopyProperties on interface to pointer to struct by Colin Cross · 10 years ago
  13. be1a9a1 Rename DynamicDependerModuleContext to BaseModuleContext by Colin Cross · 10 years ago
  14. 573a2fd Store a sorted module list by Colin Cross · 10 years ago
  15. fea2b75 Fix gofmt by Colin Cross · 10 years ago
  16. e4cfdf9 Optimize parseNinjaString by Colin Cross · 10 years ago
  17. 6e2b232 Make Ninja string evaluation more robust by Christian Zander · 10 years ago
  18. 0bb5d8a Fix predicated visitors. by Jamie Gennis · 10 years ago
  19. b2e7b5d Add a PreGenerateBuildActions pass by Colin Cross · 10 years ago
  20. c4ed709 bootstrap: Fix abandoned file removal. by Jamie Gennis · 10 years ago
  21. df935ac Make Context.AllTargets() evaluate variables. by Jamie Gennis · 10 years ago
  22. 9e2a4c2 bootstrap: Don't export the script-substituted Ninja vars by Jamie Gennis · 10 years ago
  23. 42cad4b Add pathtools.ReplaceExtension by Colin Cross · 10 years ago
  24. 46f8d18 Pipe the Optional flag from BuildParams to the build definition by Colin Cross · 10 years ago
  25. aa847f2 Add support for Optional parameter to build definitions by Colin Cross · 10 years ago
  26. 701fbad Add the ability to check if a property is present by David Allison · 10 years ago
  27. b6a5039 pathtools: Fixed absolute path bug in Glob. by Nico Hailey · 10 years ago
  28. af43556 Add support for removing abandoned files. by Jamie Gennis · 10 years ago
  29. debef53 Add a Glob func that returns dirs searched by Jamie Gennis · 10 years ago
  30. daf6499 update golang build rules for go 1.3.3 by Colin Cross · 10 years ago
  31. 5e3594f Add dependencies on golang tools by Colin Cross · 10 years ago
  32. 535434a Move cgofilter to be built by bootstrap.ninja by Colin Cross · 10 years ago
  33. add65dd Sort variables by name when writing ninja files by Colin Cross · 10 years ago
  34. fbb27fe Add a utility function for writing depfiles. by Jamie Gennis · 10 years ago
  35. 61e27fe Wrap a line in the docs by Jamie Gennis · 10 years ago
  36. 9914aeb Allow the multipass workaround to be disabled by Jamie Gennis · 10 years ago
  37. 30d8a3a Fix a string parsing bug by Jamie Gennis · 10 years ago
  38. 68540da Fix the context parse test by Jamie Gennis · 10 years ago
  39. 8762292 Add support for unpacking properties into nested structs. by Jamie Gennis · 10 years ago
  40. b9cbdae Add the blueprint/proptools package. by Jamie Gennis · 10 years ago
  41. 1174c69 Revert "Add support for targets in Blueprints." by Jamie Gennis · 10 years ago
  42. 6736ec3 Add the offending character to the bad-ninja-name error message. by Jamie Gennis · 10 years ago
  43. 2fb2095 Stop determining package names from the call stack. by Jamie Gennis · 10 years ago
  44. 0c35b2d Ignore subdirs starting with a '.' by Jamie Gennis · 10 years ago
  45. b9e87f6 Add support for dynamic module dependencies. by Jamie Gennis · 10 years ago
  46. c15544d Sort various things for deterministic output. by Jamie Gennis · 10 years ago
  47. b282d5c Fix a bug that allowed duplicate module names. by Jamie Gennis · 10 years ago
  48. 7d5b2f8 Simplify module and singleton registration. by Jamie Gennis · 10 years ago
  49. 2852965 Add support for targets in Blueprints. by Romain Guy · 10 years ago
  50. 2476f81 Add support for map properties by Romain Guy · 10 years ago
  51. 5f7ef51 Add support for raw strings by Romain Guy · 10 years ago
  52. ae4430c Stop processing modules when one fails. by Jamie Gennis · 10 years ago
  53. 6a40c19 Add some ModuleContext error functionality. by Jamie Gennis · 10 years ago
  54. 0ed63ef Fix scoping logic to respect the caller's package. by Jamie Gennis · 10 years ago
  55. 3159cb7 Added extra ninja file dependencies (optional) to Main by Christopher Horvath · 10 years ago
  56. 5b8477d add support for module generated ninja-file dependencies by Mathias Agopian · 10 years ago
  57. d4c53d8 A few minor changes. by Jamie Gennis · 10 years ago
  58. 310794f add ReplaceExtensions to pathtools by Erik Gilling · 10 years ago
  59. e98b8a9 Add support for singletons to walk module deps. by Jamie Gennis · 10 years ago
  60. 48aed8c Add more Build/Rule/Pool params validation. by Jamie Gennis · 10 years ago
  61. 71bd58a Improve Ninja string parse errors. by Jamie Gennis · 10 years ago
  62. 7330a23 Clean up the bootstrap script a little. by Jamie Gennis · 10 years ago
  63. d4e1018 Document most of the blueprint package APIs. by Jamie Gennis · 10 years ago
  64. ec70128 Fix a variable name by Jamie Gennis · 10 years ago
  65. 04f106f Don't export the EOF constant. by Jamie Gennis · 10 years ago
  66. 0453c75 Fix some typos. by Jamie Gennis · 10 years ago
  67. 6eb4d24 Remove the blueprint.Config type. by Jamie Gennis · 10 years ago
  68. 7ab5f3c Document the bootstrap process. by Jamie Gennis · 10 years ago
  69. 86179fe Sort modules and singletons for output. by Jamie Gennis · 10 years ago
  70. a22f3e5 Fix a logic bug in a check for matching files. by Jamie Gennis · 10 years ago
  71. b931456 Add the blueprint/pathtools package by Jamie Gennis · 10 years ago
  72. 598fe76 Change the bootstrap dir to .bootstrap by Jamie Gennis · 10 years ago
  73. 28a63fb Add the blueprint.VariableConfigMethod function. by Jamie Gennis · 10 years ago
  74. cbc6f86 Fix a re-bootstrapping issue. by Jamie Gennis · 10 years ago
  75. 1ebd3b8 Make build.ninja.in independent of the build dir. by Jamie Gennis · 10 years ago
  76. 1bc967e Initial Blueprint commit. by Jamie Gennis · 10 years ago
  77. 2ec08c8 Initial empty repository by Erik Gilling · 10 years ago