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

Version 1.0.1 beta 3

Pre-release
Pre-release

Choose a tag to compare

@markfinal markfinal released this 16 Feb 15:49
· 1038 commits to master since this release

Highlights of v1.0.1 beta 3

  • Improved VisualStudio 2015 support (community edition tested, on Windows 8.1 and Windows 10).
  • Changed how VisualC packages can specify their redistributable runtime libraries for both C and C++. This is a breaking change from v1.0.0, but necessary to support VisualStudio 2015 dividing msvcr*.dll into two.
  • API referring to C collection modules (e.g. CompileAgainst()) now enforce at compile time that at least one collection must be passed an argument (previously a runtime test).
  • Clarified the licensed use of example code from the MSDN website in the Bam.Core assembly. See the command line output preamble, and the MS-PL.md file now shipped.
  • Fixed 32-bit Windows support.
  • Many bug fixes to improve experience.

Full changes since v1.0.1 beta 2