Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Release v1.2.0

Choose a tag to compare

@markfinal markfinal released this 27 Jul 20:34
· 382 commits to master since this release

Highlights of v1.2.0

This release represents is a significant upgrade from the v1.1 family. Highlights are

  • Upgrade of the Bam.Core.TokenizedString API.
  • Upgrade of the Publisher package, significantly to avoid duplication of dependents that had already been specified in the build scripts.
  • VisualC packages now use vswhere and vcvarsall.bat to detect install locations and environments, and also that for WindowsSDK.
  • Removed 'deferred' evaluation (figuring out dependencies on procedurally generated source), replacing it with an upgrade of the existing threading mechanism in Bam.Core.
  • Hardened thread safety in all build modes.
  • Added unit tests.
  • Many optimisations and bug fixes.

Note that many of the changes included in this release are breaking changes from v1.1 API. See the Changelog.txt for more details.

Full changes since v1.1.7

Known issues

Bug list