Skip to content

1.07

Choose a tag to compare

@alkino alkino released this 12 Feb 20:19
  • 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)