Skip to content

Version 2.7.1 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@faburaya faburaya released this 14 Oct 19:19
  • Dependencies outside the project were eliminated: no Boost, POCO or VLD
  • Source code for remaining dependencies are included in the solution to ease build
  • Integration with VCPKG has been abandoned (git clone brings everything now)
  • 3FD framework has been broken into several smaller projects
  • Utilities for UWP platform now rely on C++/WinRT (instead of C++/CX)
  • OpenCL module now uses headers from Khronos v1.2
  • Broker module now uses nanodbc
  • Broker module interface was redesigned for robustness (tests also)
  • Fixed bug in namespace resolver for XML queries
  • Cleaned up projects configuration (removed XP-toolset build option)
  • Source code compilation is now compliant with C++17 standard of VS2017 v15.9
  • Default compiler for Linux platform upgraded to GCC v8.4
  • Simplified build scripts for Linux