1. b1a2d17 Merge pull request #107 from neonichu/no-last-upgrade-check by Boris Bügling · 7 years ago
  2. 8a28a1b [BuildSystem] Introduce BuildDescription container. by Daniel Dunbar · 7 years ago
  3. c8fa885 [BuildSystem] Split out BuildDescription from BuildFile. by Daniel Dunbar · 7 years ago
  4. 9cb5f83 Update project to get rid of last upgrade check by Boris Bügling · 7 years ago
  5. 9dfb260 [ui] Templatify llbuild UI web app. by Daniel Dunbar · 7 years ago
  6. 831c256 Merge pull request #106 from ddunbar/buildsystem-env by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-02-09-a
  7. 274ea42 [BuildSystem] Add support for a base environment. by Daniel Dunbar · 7 years ago
  8. 07a7740 Remove some Apple-specific performance data scripts that are no longer used by Rick Ballard · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-02-05-a swift-DEVELOPMENT-SNAPSHOT-2017-02-06-a
  9. 4df9651 Merge pull request #105 from neonichu/do-not-spawn-after-cancellation by Boris Bügling · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-02-01-a swift-DEVELOPMENT-SNAPSHOT-2017-02-03-a swift-DEVELOPMENT-SNAPSHOT-2017-02-04-a
  10. e6e144e Do not execute new processes anymore after cancel by Boris Bügling · 7 years ago
  11. f456288 Merge pull request #103 from ddunbar/framework-compat-version by Daniel Dunbar · 7 years ago
  12. 8a250ba Merge pull request #104 from neonichu/exhausts-queue-after-cancellation by Boris Bügling · 7 years ago
  13. 368e0b6 Exhaust queue after build cancellation by Boris Bügling · 7 years ago
  14. beb17c3 [llbuild.framework] Set a default compatilibity version. by Daniel Dunbar · 7 years ago
  15. 3954190 Fix 80-col viola. by Daniel Dunbar · 7 years ago
  16. 7c09b92 Merge pull request #101 from hughbe/msvc-cleanup by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-28-a
  17. 7ed9a9c Merge pull request #99 from hughbe/warnings by Daniel Dunbar · 7 years ago
  18. ca33b6e Merge pull request #100 from hughbe/sysconf-another by Daniel Dunbar · 7 years ago
  19. bf6b194 Merge pull request #102 from hughbe/environ by Daniel Dunbar · 7 years ago
  20. f455b32 Fix environ uses on Windows/MSVC by Hugh Bellamy · 7 years ago
  21. 8a6febe Fixup some MSVC warnings by Hugh Bellamy · 7 years ago
  22. 59e5491 Fix another use of `sysconf` instead of platform independent c++ by Hugh Bellamy · 7 years ago
  23. cc06c7f Fix warnings compiling NinjaBuildCommand.cpp by Hugh Bellamy · 7 years ago
  24. f63fa8e Merge pull request #97 from ddunbar/mkdir-external-command by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-27-a
  25. 12d52a0 Merge pull request #96 from ddunbar/is-mutated by Daniel Dunbar · 7 years ago
  26. aadce98 [BuildSystem] Switch MkdirCommand to be be an ExternalCommand. by Daniel Dunbar · 7 years ago
  27. 9630e91 Merge pull request #59 from hughbe/fileinfo-windows by Daniel Dunbar · 7 years ago
  28. 1e790f5 Merge pull request #90 from hughbe/vasprint-f by Daniel Dunbar · 7 years ago
  29. 84af8c1 [BuildSystem] Add support for an 'is-mutated' node flag. by Daniel Dunbar · 7 years ago
  30. 2bec222 Add stat(2) and lstat(2) to PlatformUtility by Hugh Bellamy · 7 years ago
  31. 6daec8d Merge pull request #94 from hughbe/close-plat by Daniel Dunbar · 7 years ago
  32. f81dfdb Merge pull request #93 from hughbe/read-plat by Daniel Dunbar · 7 years ago
  33. 8ef3f30 Add implementation of vasprintf on Windows by Hugh Bellamy · 7 years ago
  34. 153a6be Merge pull request #74 from neonichu/ignore-failures-after-cancel by Boris Bügling · 7 years ago
  35. 388631e Add close(1) to PlatformUtility by Hugh Bellamy · 7 years ago
  36. 21df8ab Add read(3) to PlatformUtility by Hugh Bellamy · 7 years ago
  37. 9e6d4d1 Merge pull request #91 from hughbe/usleep by Hugh Bellamy · 7 years ago
  38. 2b44af2 Merge pull request #92 from hughbe/write-plat by Hugh Bellamy · 7 years ago
  39. b519ec8 Don't fail `executeProcess()` if SIGINT or SIGKILL by Boris Bügling · 7 years ago
  40. 79151f5 Add write(3) to PlatformUtility by Hugh Bellamy · 7 years ago
  41. a688470 Merge pull request #87 from neonichu/shorten-sigkill-escalation-timeout-in-tests by Daniel Dunbar · 7 years ago
  42. f60a30d Use C++ 11 thread APIs instead of usleep by Hugh Bellamy · 7 years ago
  43. 1580320 Merge pull request #88 from hughbe/pipe-plat by Daniel Dunbar · 7 years ago
  44. 806b8f3 Shorten sigkill timeout to 0.1s when testing by Boris Bügling · 7 years ago
  45. 79400e3 Add pipe(1) to PlatformUtility by Hugh Bellamy · 7 years ago
  46. 3fc67eb Merge pull request #85 from hughbe/popen-pclose by Hugh Bellamy · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-24-a
  47. 378d42b Merge pull request #84 from hughbe/timeInMicroseconds by Daniel Dunbar · 7 years ago
  48. d60f3e2 Merge pull request #83 from hughbe/msvc-warnings-escape by Daniel Dunbar · 7 years ago
  49. 4ae4bb3 Merge pull request #82 from hughbe/num-cpus by Daniel Dunbar · 7 years ago
  50. 8772b21 Merge pull request #80 from hughbe/lit-cfg by Daniel Dunbar · 7 years ago
  51. d5212bf Make getTimeInMicroseconds() platform independent by Hugh Bellamy · 7 years ago
  52. c8c7610 Add and use platform abstractions for popen and pclose by Hugh Bellamy · 7 years ago
  53. e077ac2 Merge pull request #69 from hughbe/unlink-windows by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-23-a
  54. 6797f81 Merge pull request #77 from hughbe/fix-llbuild-export by Daniel Dunbar · 7 years ago
  55. fa79976 Merge pull request #76 from hughbe/config-file by Daniel Dunbar · 7 years ago
  56. c291fb6 Merge pull request #81 from hughbe/used-llvm by Daniel Dunbar · 7 years ago
  57. 224ea35 Merge pull request #78 from hughbe/unittests-msvc by Daniel Dunbar · 7 years ago
  58. e21281b Merge pull request #79 from hughbe/tests-win32 by Daniel Dunbar · 7 years ago
  59. 67a6e20 Merge pull request #75 from neonichu/buildengine-should-not-call-exit by Daniel Dunbar · 7 years ago
  60. 8a42160 Fix MSVC warnings for unknown escape character sequence by Hugh Bellamy · 7 years ago
  61. 656a89b Make detection of number of CPUs platform independent by Hugh Bellamy · 7 years ago
  62. ccc0793 Use LLVM_ATTRIBUTE_USED instead of compiler specific code by Hugh Bellamy · 7 years ago
  63. 6facf32 Define config.shlibdir in lit.cfg by Hugh Bellamy · 7 years ago
  64. 978b725 Invoke llvm-lit.py with Python by Hugh Bellamy · 7 years ago
  65. 73e5808 Introduce and use PlatformUtility.unlink by Hugh Bellamy · 7 years ago
  66. 6fd11a4 Fix unit tests build failures with MSVC by Hugh Bellamy · 7 years ago
  67. 4bc1ee3 Fix LLBUILD_EXPORT for Windows by Hugh Bellamy · 7 years ago
  68. 07bc2cf Fixup Configuration files for Windows by Hugh Bellamy · 7 years ago
  69. c782475 <rdar://problem/30059364> BuildEngine shouldn't call exit for error by Boris Bügling · 7 years ago
  70. dbc6581 Merge pull request #73 from ddunbar/command-triggers by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-20-a
  71. 5758f4a Merge pull request #72 from ddunbar/build-value-serialization by Daniel Dunbar · 7 years ago
  72. b1d6cec [BuildSystem] Add support for "command timestamp" nodes. by Daniel Dunbar · 7 years ago
  73. 3e4ba13 [Core] Add an API to access the engine timestamp. by Daniel Dunbar · 7 years ago
  74. 346849f [BuildSystem] Fix BuildValue initialization & serialization. by Daniel Dunbar · 7 years ago
  75. aef909e Merge pull request #60 from hughbe/core-windows by Daniel Dunbar · 7 years ago swift-3.1-DEVELOPMENT-SNAPSHOT-2017-01-22-a swift-DEVELOPMENT-SNAPSHOT-2017-01-17-a swift-DEVELOPMENT-SNAPSHOT-2017-01-18-a
  76. bec33ba Merge pull request #70 from neonichu/fix-command-task-cancellation by Boris Bügling · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-15-a swift-DEVELOPMENT-SNAPSHOT-2017-01-16-a
  77. 9afedba Call `taskIsComplete()` on CommandTask cancellation by Boris Bügling · 7 years ago
  78. fd9448e Merge pull request #63 from hughbe/llvm-win32-definitions by Daniel Dunbar · 7 years ago swift-DEVELOPMENT-SNAPSHOT-2017-01-13-a swift-DEVELOPMENT-SNAPSHOT-2017-01-14-a
  79. 6a38f64 Merge pull request #68 from m-i-r-z-a/command-skipping-mkdir-symlink by Daniel Dunbar · 7 years ago
  80. 9b0542f Fix MSVC error compiling BuildEngine.cpp by Hugh Bellamy · 7 years ago
  81. 818a509 [BuildSystem] Check for SkippedCommand in MkdirCommand and SymlinkCommand. by Mirza Garibovic · 7 years ago
  82. 7dea5f8 Merge pull request #67 from neonichu/fix-xcodeproj by Daniel Dunbar · 7 years ago
  83. b466ed3 Add `PlatformUtility.cpp` to the Xcode project by Boris Bügling · 7 years ago
  84. 31dd5b9 Merge pull request #39 from neonichu/improve-builddb-error-handling by Daniel Dunbar · 7 years ago
  85. 5ba700b Merge pull request #61 from hughbe/chdir-win32 by Daniel Dunbar · 7 years ago
  86. 4d68c63 Merge pull request #65 from ddunbar/llbuild-ui by Daniel Dunbar · 7 years ago
  87. c6d77f6 Merge pull request #62 from hughbe/msvc-warnings by Daniel Dunbar · 7 years ago
  88. e113004 Improve error handling in `SQLiteBuildDB` by Boris Bügling · 7 years ago
  89. 3c20bc2 Merge pull request #53 from neonichu/fix-lanebasedexecutionqueue-race by Boris Bügling · 7 years ago
  90. 8da2c6c Fix races in `LaneBasedExecutionQueueTest` by Boris Bügling · 7 years ago
  91. d529311 Merge pull request #64 from m-i-r-z-a/command-skipping by Mirza Garibovic · 7 years ago
  92. 20a7a18 Merge pull request #66 from neonichu/disable-clang-analyzer-warning by Boris Bügling · 7 years ago
  93. 4198380 Disable analyzer for `raw_ostream.cpp` by Boris Bügling · 7 years ago
  94. 7d307f2 [BuildSystem] Support command skipping with shouldCommandStart. by Mirza Garibovic · 7 years ago
  95. ef12ea1 [BuildSystem] Disambiguate SkippedCommand into FailedDependencyCommand and CancelledCommand. by Mirza Garibovic · 7 years ago
  96. 488d628 Use change directory instead of chdir on Windows by Hugh Bellamy · 7 years ago
  97. 7b58ad1 [ui] Add support for walking build graph. by Daniel Dunbar · 7 years ago
  98. 6c25617 [ui] Add database sessions to app. by Daniel Dunbar · 7 years ago
  99. dd6745b [ui] Add a database model for the current schema. by Daniel Dunbar · 7 years ago
  100. 5ddbfc0 [llbuildui] Start on a simple database viewer. by Daniel Dunbar · 7 years ago