Skip to content

Releases: llvm-swift/Lite

0.2.0

16 Jun 23:45

Choose a tag to compare

  • Update SwiftPM dependency.

0.1.0

30 Mar 00:34
0370acb

Choose a tag to compare

  • Improve performance of subshell spawning
  • Update to Swift 5

0.0.13: Revert "Swap out ShellOut for Basic.Process"

27 Aug 23:59

Choose a tag to compare

0.0.12: Merge pull request #5 from llvm-swift/build-experiment

27 Aug 23:07
b735b11

Choose a tag to compare

  • Swaps out ShellOut for SwiftPM's Basic.popen. This runs much faster than spawning bash for each invocation. This also means that any substitutions that are quoting the executable argument will fail.

Test Filtering

23 Apr 23:53
47808d5

Choose a tag to compare

Allow filtering which tests are run (#4)

* Allow filtering which tests are run

* Fix Linux build

Customizable titles

23 Apr 12:59

Choose a tag to compare

0.0.9

12 Apr 02:39
8516d76

Choose a tag to compare

Update to Swift 4.1

0.0.8

12 Apr 02:36

Choose a tag to compare

Update the ShellOut version

0.0.7

24 Dec 21:27

Choose a tag to compare

Use tagged revision for ShellOut