1. 2a22b49 Updates version number to 0.4.210776555.20180829. by ivanhernandez · 6 years ago
  2. 2d6e6fa Set control colors with controlBackgroundColor to the default background color. by rein · 6 years ago
  3. b481f9e Migrate tulsi to the new C++ toolchain API by hlopko · 6 years ago
  4. 86b1848 Use SwiftInfo from rules_swift by davg · 6 years ago
  5. 1c109dd Use the new swift_library rules for the tests. by kaipi · 6 years ago
  6. b97b3f7 Make depset flattening explicit by davg · 6 years ago
  7. cca33e8 Update mtime when copying files by davg · 6 years ago
  8. 01ba461 Updates version number to 0.4.209932068.20180823. by davg · 6 years ago
  9. 3bf662c Improve handling of Swift tests by davg · 6 years ago
  10. 17d088b Improve error messages for early Bazel failures by davg · 6 years ago
  11. 29b0cda Added an option to specify the C++ language standard in the GUI, this prevents false syntax errors from being presented in projects containing certain C++ features. by ivanhernandez · 6 years ago
  12. 9da4646 Updates version number to 0.4.208887017.20180815. by dierksen · 6 years ago
  13. c184f9a Add MultiExtensionProject Golden files. by dierksen · 6 years ago
  14. ffaa773 Update website index page by Googler · 6 years ago
  15. 7f05bcf Update README with info about user_build.py by davg · 6 years ago
  16. 474fa7c Use the mm version of the dummy file for tests. by kaipi · 6 years ago
  17. 4c2a5c9 Updates version number to 0.4.207969836.20180808. by rein · 6 years ago
  18. d35e24b Fix E2E integration tests by davg · 6 years ago
  19. 6387b2a Set specific points where error modals should be displayed. by ivanhernandez · 6 years ago
  20. c8d3916 Changed the logging system so that error level logs are not automatically displayed in a modal to the user, instead they are all stored and only combined into one modal when a new `displayPendingErrors()` function is called. by ivanhernandez · 6 years ago
  21. 59f66e2 Change DBGVersion to 3 by davg · 6 years ago
  22. c4bc560 Update Tulsi integration tests to explicitly use default runner. by Googler · 6 years ago
  23. 6e0c3af Misc cleanup. by Googler · 6 years ago
  24. b3e8446 Added the traceback (if any) to error messages displayed to the user. by ivanhernandez · 6 years ago
  25. 81f3314 Updates version number to 0.4.206951141.20180801. by kelvinchan · 6 years ago
  26. 7dc1fdc Removed use of deprecated "+=" depset operations. by ivanhernandez · 6 years ago
  27. e673c0c Support multiple remappings for dSYMs by davg · 6 years ago
  28. db7a126 Updates version number to 0.4.206153286.20180727. by ivanhernandez · 6 years ago
  29. d0cb5ee Migrated the sources aspect to using a modern provider. by ivanhernandez · 6 years ago
  30. 05a474b Add ivanhernandez to contributors. by ivanhernandez · 6 years ago
  31. a062205 Migrated the output aspect to using a modern provider. by ivanhernandez · 6 years ago
  32. 6a204be Xcode 10 support by Nicholas Levin · 6 years ago
  33. 125aa37 Update README with information about new settings by davg · 6 years ago
  34. 02c987c Added an integration test for a build file with at least two extension-host pairs. by ivanhernandez · 6 years ago
  35. ed05e7b Update Tulsi Goldens. by dierksen · 6 years ago
  36. 9bb4b70 Updates version number to 0.4.205105037.20180718. by dierksen · 6 years ago
  37. fb574ff Build a separate scheme for every extension-host pair. by ivanhernandez · 6 years ago
  38. 98d23e0 Bump lastUpgradeCheck to Xcode 9.4. by davg · 6 years ago
  39. c3539e5 Add tests target containing all tests by davg · 6 years ago
  40. 0581d56 E2E tests for user_build.py by davg · 6 years ago
  41. fa73593 Add project settings to help caching by davg · 6 years ago
  42. de5efc7 Add Bazel feature flags functionality by davg · 6 years ago
  43. 2dc68d1 Keep Bazel flags consistent by davg · 6 years ago
  44. 07db490 Setup for improvements to Bazel caching by davg · 6 years ago
  45. 8af1ed4 Print Bazel test errors to the Travis CI job log. by Nicholas Levin · 6 years ago
  46. 8fc7192 Revert accidental deletion of test goldens. by dierksen · 6 years ago
  47. cb7822e Updates version number to 0.4.204132582.20180711. by dierksen · 6 years ago
  48. 58ca197 Format .bzl files with buildifier by Googler · 6 years ago
  49. 13cac32 Fix for https://github.com/bazelbuild/tulsi/commit/ebf3108408ac1a9663340ffc71db81cac1ac90a3 which davg pointed out was really, really bad. by dmaclach · 6 years ago
  50. ebf3108 Does a better job about getting timing for installing generated headers by throwing it out on a thread. by dmaclach · 6 years ago
  51. caa68e9 Add SwiftProject golden file. by Jonathan Dierksen · 6 years ago
  52. 7317867 Update Tulsi Goldens. by Jonathan Dierksen · 6 years ago
  53. 904a87b Revert back to minimum_os_version = 10.12. by dierksen · 6 years ago
  54. f19c392 All defines in a RuleEntry are now added as Swift define flags to all indexer by ivanhernandez · 6 years ago
  55. 5bf0c72 Update Tulsi minimum_os_version to 10.13. by dierksen · 6 years ago
  56. 65ad66f Updates version number to 0.4.202376144.20180627. by dierksen · 6 years ago
  57. 0cfd085 Improve support for -Xcc flags for swift indexers by davg · 6 years ago
  58. 240e1e3 Migrate Tulsi integration tests from Xcode project to bazel. by dierksen · 6 years ago
  59. 585af60 Fix error for Swift targets without ObjcProvider by davg · 6 years ago
  60. 2071692 Updates version number to 0.4.201463861.20180620. by kelvinchan · 6 years ago
  61. cc216dc Update some incorrect bazel references. by dierksen · 6 years ago
  62. a1ad742 Improve integration test error messages by davg · 6 years ago
  63. f9d6e51 Include files left out of previous change. by Googler · 6 years ago
  64. 175e58c Add support for rules_swift targets. by Googler · 6 years ago
  65. 137415c Remove reference to TULSI_UPDATE_DSYM_CACHE by davg · 6 years ago
  66. f93c6d6 Remove some (stable) feature flags by davg · 6 years ago
  67. 54e31e0 Update tulsi.bazel.build footer with Google Privacy Policy. by dierksen · 6 years ago
  68. f70180f Updates version number to 0.4.200450656.20180613. by davg · 6 years ago
  69. 8eccd96 Remove non_propagated_deps references. by kaipi · 6 years ago
  70. 84dcd96 Automatic code cleanup. by Googler · 6 years ago
  71. f7a4795 Fix bug when building for Generic (iOS) Device by davg · 6 years ago
  72. fcfdc5f Updates version number to 0.4.199512534.20180606. by rein · 6 years ago
  73. b30aa9f Default to use the old build system in Xcode 10 by davg · 6 years ago
  74. 949a1b0 Fix error when building with Xcode 10 by davg · 6 years ago
  75. c2c01aa Add .dmg target for Tulsi. by dierksen · 6 years ago
  76. c6868d8 Improve error message for unsupported rule types by davg · 6 years ago
  77. a6cab4a Remove UseAspectsForTestSuite option by davg · 6 years ago
  78. 8ad7169 Updates version number to 0.4.198725367.20180531. by dierksen · 6 years ago
  79. 809786e Fix broken tulsi_outputs_aspect by davg · 6 years ago
  80. c56e800 Updates version number to 0.4.198617247.20180531. by dierksen · 6 years ago
  81. 3270921 Remove non_propagated_deps from tests by kaipi · 6 years ago
  82. 5844020 Updates version number to 0.4.197741029.20180523. by kelvinchan · 6 years ago
  83. abc1ac2 Fix issue regarding non-target deps by davg · 6 years ago
  84. b46c744 Updates version number to 0.4.196886577.20180516. by davg · 6 years ago
  85. 4d7e0c1 Improve Swift indexing of generated ObjC code by davg · 6 years ago
  86. 750dc7d Support enabling tsan and ubsan from Xcode UI by davg · 6 years ago
  87. d809da9 Only collect extensions from bundled targets by davg · 6 years ago
  88. 3476863 Propagate aspect down `srcs` attr by davg · 6 years ago
  89. 68f9816 Updates version number to 0.4.196001161.20180509. by kelvinchan · 6 years ago
  90. a029cbf Fix path for install_genfiles_tests. by dierksen · 6 years ago
  91. adc9028 Add bazel_build_flags.py to xcodeproj. by dierksen · 6 years ago
  92. 79ac38b Add bazel flags to support on-device testing. by dierksen · 6 years ago
  93. a496e21 Add the proper generated Info.plist to xcodeproj by davg · 6 years ago
  94. 2534171 Fix KeyError in bazel_build.py by davg · 6 years ago
  95. 45a0737 Add "tulsi_deps" to "_TULSI_COMPILE_DEPS". by Googler · 6 years ago
  96. d5d7a1e Bump rules_apple version to 0.5.0. by dierksen · 6 years ago
  97. 12d7479 Hide indexer scheme by default by davg · 6 years ago
  98. 80d02db Updates version number to 0.4.195146298.20180502. by dierksen · 6 years ago
  99. cd7ee25 Remove last usage of legacy swift provider by davg · 6 years ago
  100. dc65ebf Add BUILD files and bazel targets for Tulsi. by dierksen · 6 years ago