Skip to content

Releases: proteanic/protean

2.8.0

01 Sep 09:48
4fda402

Choose a tag to compare

Added a new ENABLE_XML_SUPPORT option to CMake build setup

2.7.1 release

06 Aug 09:42
dcbb0d0

Choose a tag to compare

Fixes auto link support (i.e. pragma lib) under VS2019

2.7.0

04 Nov 15:46
6637047

Choose a tag to compare

  • Switched from scons to cmake for non-Windows builds
  • Added VS2019 support

2.6.0 release

06 Oct 15:56
6fc6796

Choose a tag to compare

Updated C# bindings to handle Unicode strings properly.
Made C++ code compatible with newer Boost releases.
Fixed the VS Static Release configuration being partly disabled.

2.5.0 release

11 Jul 09:03
502cccd

Choose a tag to compare

Made various methods in the C# BinaryReader and BinaryWriter classes public.
Added an option for statically linking Boost on OSX (via BOOST_STATIC_LINK_PATH).

2.4.0

22 Jun 08:23
36fa25a

Choose a tag to compare

Adds a GetBytes and GetByteCount method to the BinaryWriter which can be used to write to a pre-allocated buffer.

2.3.2 release

12 Jun 10:17
de9a499

Choose a tag to compare

Fix GetHashCode() to align with Equals() implementation.

2.3.1 release

06 Jun 16:19
a730d27

Choose a tag to compare

Mac build path fix.

2.3.0 release

19 Feb 17:18
3d31260

Choose a tag to compare

  • VS2017 support added. (VS2013 support dropped.)
  • Fixed some display issues in C# string formatting.
  • Added extra options to scons build setup.

2.2.0 release

10 Jan 09:49
af2f406

Choose a tag to compare

Mac and Linux build changes.