Releases: SoupBuild/Soup
Releases · SoupBuild/Soup
Soup 0.8.3 (Alpha)
Move Detour Event Logger initialize earlier into the process attach instead of the entry point
Soup 0.8.2 (Alpha)
Log initialize
Soup 0.8.1 (Alpha)
Update resolve tools and work on CI builds
Soup 0.8.0 (Alpha)
Hook up Detour monitoring for all child operations to have guaranteed incremental builds.
Soup 0.6.3 (Alpha)
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)
Implement build order using run before/after lists on tasks.
Soup 0.6.0 (Alpha)
Add authentication using OpenSSL and cleanup some MSVC related build issues.
Soup 0.5.7 (Alpha)
Integrate package manager api prototype.
Soup 0.5.5 (Alpha)
Actually enable serialize for toml.
Soup 0.5.4 (Alpha)
Changes
- Replace toml11 with cpptoml. This saves a lot of size on the executable and fixes a stack corruption issue on serialize.
- Move the BuildHistory file into the output directory. This will allow for different includes for different flavor builds.