Skip to content

Releases: SoupBuild/Soup

Soup 0.8.3 (Alpha)

04 Aug 19:41
5def8e0
Compare
Choose a tag to compare
Soup 0.8.3 (Alpha) Pre-release
Pre-release

Move Detour Event Logger initialize earlier into the process attach instead of the entry point

Soup 0.8.2 (Alpha)

03 Aug 23:23
ad5aaa3
Compare
Choose a tag to compare
Soup 0.8.2 (Alpha) Pre-release
Pre-release

Log initialize

Soup 0.8.1 (Alpha)

03 Aug 20:25
b709458
Compare
Choose a tag to compare
Soup 0.8.1 (Alpha) Pre-release
Pre-release

Update resolve tools and work on CI builds

Soup 0.8.0 (Alpha)

03 Aug 19:30
15f0411
Compare
Choose a tag to compare
Soup 0.8.0 (Alpha) Pre-release
Pre-release

Hook up Detour monitoring for all child operations to have guaranteed incremental builds.

Soup 0.6.3 (Alpha)

20 May 21:10
826a86c
Compare
Choose a tag to compare
Soup 0.6.3 (Alpha) Pre-release
Pre-release

Convert Extensions back to DevDependencies.
FIx bug where install was not picking up public dev dependencies.
Fix issues preventing sample build extension from working as expected.

Soup 0.6.2 (Alpha)

10 May 04:35
94cf2d2
Compare
Choose a tag to compare
Soup 0.6.2 (Alpha) Pre-release
Pre-release

Implement build order using run before/after lists on tasks.

Soup 0.6.0 (Alpha)

19 Apr 16:58
6b9b88c
Compare
Choose a tag to compare
Soup 0.6.0 (Alpha) Pre-release
Pre-release

Add authentication using OpenSSL and cleanup some MSVC related build issues.

Soup 0.5.7 (Alpha)

16 Mar 00:01
2d6224e
Compare
Choose a tag to compare
Soup 0.5.7 (Alpha) Pre-release
Pre-release

Integrate package manager api prototype.

Soup 0.5.5 (Alpha)

02 Feb 04:21
991524a
Compare
Choose a tag to compare
Soup 0.5.5 (Alpha) Pre-release
Pre-release

Actually enable serialize for toml.

Soup 0.5.4 (Alpha)

02 Feb 03:56
dbee00d
Compare
Choose a tag to compare
Soup 0.5.4 (Alpha) Pre-release
Pre-release

Changes

  1. Replace toml11 with cpptoml. This saves a lot of size on the executable and fixes a stack corruption issue on serialize.
  2. Move the BuildHistory file into the output directory. This will allow for different includes for different flavor builds.