Skip to content

Releases: martysama0134/MSL

v1.4.3

30 Mar 11:56
Compare
Choose a tag to compare

fix range module with std containers

v1.4.2

24 Jan 12:07
Compare
Choose a tag to compare

MSL_FOR_RLOOP for reversed loops, and fix usage with enums

v1.4.1

23 Dec 21:32
54eb02d
Compare
Choose a tag to compare

readme up

v1.4.0

12 Dec 09:31
Compare
Choose a tag to compare
  • msl::file_ptr string_view refactory
  • MSL_FILE_PTR_ENABLE_WIDE_STRING wchar to char full support (w2s compatible with windows/linux/bsd)

v1.3.7

11 Dec 13:30
Compare
Choose a tag to compare
  • msl::file_ptr readline -> getline
  • _WIN32 ifdef changed to MSL_FILE_PTR_ENABLE_WIDE_STRING

v1.3.6

11 Dec 12:06
Compare
Choose a tag to compare
  • msl::file_ptr readline()
  • MSL_FILE_PTR_ENABLE_STORE_FILENAME which adds filename() and wfilename() for msl::file_ptr

v1.3.5

11 Oct 18:34
Compare
Choose a tag to compare

minor fixes

v1.3.4

20 Jun 01:47
Compare
Choose a tag to compare

Fixed ::min ::max usage when <windows.h> is included without the define NOMINMAX.

v1.3.3

15 Jun 19:49
Compare
Choose a tag to compare

<msl/random.h> workaround for windows NOMINMAX

v1.3.2

08 Jun 20:47
Compare
Choose a tag to compare

msl::avg_bench impl