Skip to content

0.8.3

Compare
Choose a tag to compare
@end2endzone end2endzone released this 04 Dec 03:28
· 204 commits to master since this release

Changes for 0.8.3:

  • Fixed issue #58: Compilation fail: environment.cpp:142:5: error: ‘LPCH’ was not declared in this scope #58

Changes for 0.8.2:

  • Fixed issue #54: Exception when calling ra::environment::GetEnvironmentVariablesUtf8()
  • Fixed issue #57: Updated INSTALL documentation for using the build scripts.

Changes for 0.8.1:

  • Fixed issue #53: Warning C4267 (possible loss of data) in filesystem.cpp when building in 64 bit.

Changes for 0.8.0:

  • Fixed issue #49: Create ra::unicode namespace to wrap functions that provide support to unicode.
  • Fixed issue #50: Support for Windows Unicode (a.k.a. UTF-16).
  • Fixed issue #51: Function in ra::testing namespace are lacking documentation.
  • Fixed issue #52: Enable functions in ra::testing even if gtest library is not available.