Skip to content

Releases: zrax/string_theory

string_theory 1.2

11 Jan 21:19
1.2
Compare
Choose a tag to compare
  • Fix linking issue when using std::experimental::filesystem with MSVC++ (#3).
  • Fix copying of DLLs for test cases when building Debug DLL libraries on Windows.
  • Fix compilation of tests on MSVC++2012.
  • Fix for linker issues with DLLs in MSVC++ (#4).
  • Fix for CMake automatically selecting the build directory instead of the install directory when using string_theory in a CMake project (#2).
    • NOTE: You may need to clean up your CMake configuration if you built an older release prior to 1.2. For *nix, this should be in ~/.cmake/packages/string_theory; for Windows, it should be in the registry under HKEY_CURRENT_USER\Software\Kitware\CMake\Packages\string_theory

string_theory 1.1

11 Jan 21:09
1.1
Compare
Choose a tag to compare
  • Added optional support for std::string, std::wstring and std::filesystem::path in ST::string and ST::format (and friends). If this is not wanted, it can be disabled by setting ST_NO_STL_STRINGS=OFF in cmake.
  • Generate the library with a debug suffix (e.g. libstring_theoryd.dll) on Windows, since Release and Debug libraries are not binary compatible.