You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide const static data members: _Min and _Max in Engine and MicroURNG, which work around a non-standard requirement imposed by the MacOS Xcode 4.5.2 library.
Fine-grained test macros for specific features of C++11 rather than an all-or-none USE_CXX0X macro. Features tested: constexpr, unrestricted unions, explicit conversions, and <type_traits>.
Declare max() and min() methods with the R123_CONSTEXPR attribute in Engine and MicroURNG.
Improved clang support
Works with Solaris Sun CC now (requires -library=stlport4)
NVIDIA GTX6x0 should report correct core count
ut_features prints the list of features that compile on the build platform
Compiles cleanly with -Wall -Wextra (implying -Wunused-parameter -Wsign-compare)