leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Bump version number to 1.0.6 #1047

Closed wmisha closed 6 years ago

wmisha commented 6 years ago

Changes since 1.0.5:

1037 Remove references to std::tr1

1038 Update copyright year

1040 Fix a compiler error on VS2017

1041 Fix a warning in clang 5

1043 Alignment make share fix

1044 Add support for adjusting the thread scheduling policy

1045 Fixes various issues with android and cross compiling toolchains

1046 Fix MSVC signed/unsigned mismatch warning

1049 Fix "Unknown compiler version" warnings on MSVC