Skip to content

Releases: oktonion/stdex

stdex-v0.1.2 - build 0.0.55

05 Sep 18:01
Compare
Choose a tag to compare
Pre-release

Added

  • is_union implementation with bug for detecting class as union
  • Mac OS build added to CI (with xcode9 and clang-900.0.37)
  • Mac OS implementation for thread::hardware_concurrency and <chrono>

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviromental variable INCLUDE).

stdex-v0.1.1 - build 0.0.50

07 Aug 11:58
Compare
Choose a tag to compare
Pre-release

Added

  • is_enum implementation

Changed

  • is_class now returns false on enums

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviromental variable INCLUDE).

stdex-v0.1.0 - build 0.0.48

03 Aug 11:22
Compare
Choose a tag to compare
Pre-release

Removed

  • rudimentary code for nullptr implementation

Changed

  • is_array now detects T[] (array with no size)

  • nullptr now is signed as integer and enum (removes Borland C++ Builder 6.0 warning of signed-unsigned comparison)

  • build script for Microsoft Visual Studio now works correctly

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviromental variable INCLUDE).

stdex-v0.0.40

02 Aug 06:39
Compare
Choose a tag to compare
stdex-v0.0.40 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

Changes:
is_array now detects arrays with no length (like T[])

stdex-v0.0.39

31 Jul 06:56
426d63b
Compare
Choose a tag to compare
stdex-v0.0.39 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

stdex-v0.0.38

23 Jul 17:24
Compare
Choose a tag to compare
stdex-v0.0.38 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

stdex-v0.0.37

20 Jul 08:14
Compare
Choose a tag to compare
stdex-v0.0.37 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

stdex-v0.0.35

19 Jul 08:53
Compare
Choose a tag to compare
stdex-v0.0.35 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

stdex-v0.0.34

11 Jul 14:05
Compare
Choose a tag to compare
stdex-v0.0.34 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).

stdex-v0.0.33

08 Jul 11:33
Compare
Choose a tag to compare
stdex-v0.0.33 Pre-release
Pre-release

Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviroment variable INCLUDE).