Releases: oktonion/stdex
stdex-v0.1.2 - build 0.0.55
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
Added
is_enum
implementation
Changed
is_class
now returnsfalse
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
Removed
- rudimentary code for
nullptr
implementation
Changed
-
is_array
now detectsT[]
(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
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
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
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
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
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
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
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).