# 11.0.0 * Bug #1405: Make standalone toolchain is broken for gcc (r859) * Task #1412: Update Boost to 1.61.0 * Bug #1380: SIGSEGV in libcrystax.so - lrint * Bug #1389: Investigate new test device/asan-smoke * Bug #829: sscanf(" 0X.0123456789abcdefffp-3g", "%Le%s", &ld, buf) return wrong result on x86_64 when being built by clang * Bug #1390: Investigate new build/standalone-toolchain * Bug #819: Decimal rounding of floating point values don't take into account rounding mode * Bug #696: [tests] Build of tests/build/flto failed when built by clang * Task #1444: run-boost-tests should specify android for "using python" directive in user-config.jam * Bug #1433: kevent has problems on arm64 * Bug #818: printf(FMT, [+/-]HUGE_VALL) produce wrong result on 32-bit platforms * Bug #827: sscanf("+1.234568e-52", "%LG", &ld) return wrong value on x86_64 when being built by clang * Bug #830: long double print formatting broken on x86_64 when being built by clang * Bug #889: crystax-test-c++11 fails on x86_64 emulator if build with clang toolchain * Bug #770: tests/device/crazy_linker failed * Bug #828: sscanf("3.14159265358979323846", "%Lg", &ld) return wrong value on x86_64 when being built by clang * Bug #2490: libm.so not found * Bug #2608: In-box tests fail to run on CI servers because of existing VMs * Bug #1716: crash: stackoverflow: lrintf * Bug #1327: Couldn't compile test boost sample with CrystaX 10.3.1. * Bug #1010: [clang] Thread-local variables are not supported * Task #885: Implement own function to be able fetch "getprop" values from system * Task #1095: Implement package management system (crew) * Task #1410: Update gcc-5 to just released gcc-5.4 * Task #1193: Build Boost.Python with both python-2.7 and python-3.5 * Bug #1396: Syntax error in make-standalone-toolchain.sh in 10.3.1-b845-linux-x86_64 * Bug #1443: Public build script ndk-crystax-r10-build.sh is not updated to 10.3.1 version * Bug #1448: Rand doesn't have arguments specified in a header * Bug #894: Device test 'math' fails on x86_64 when built with clang * Bug #888: crystax-test-c99-complex core dumps on x86_64 emulator if built with clang toolchain * Bug #821: sscanf("nan(1234)", "%e", &f) return non-NaN on mips device * Bug #817: printf("%LE", (long double)NAN) produce wrong result on 32-bit platforms * Task #1028: Remove pthread_rwlock workaround from libkqueue * Bug #1032: [tests] test-openmp failed when running on real device * Bug #1234: 'fd_set' type not declared * Feature #1323: Include Python static libraries to build Python-C extensions with static linking * Task #1241: Update python-2.7 to 2.7.11 * Task #1242: Update python-3.5 to 3.5.1 * Bug #1055: [objc] Throwing of exception cause app crash even though there is @catch expression * Bug #824: clang doesn't support NEON for x86 * Task #1254: Add CMake-enabled tests * Bug #1399: gmtime() return NULL pointer in field tm_zone * Bug #1252: "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows * Task #886: Implement pthread_xxx() functions in libcrystax * Task #1260: [build/tools] Switch DEFAULT_LLVM_VERSION to 3.7 and DEFAULT_GCC_VERSION to 5 * Bug #1262: [objc] Tests starts failing after switch libobjc2 to upstream CMake-based build approach * Task #1348: Get rid of 32-bit host toolchains for GNU/Linux and OS X * Task #970: Add tests for pthread_xxx() functions * Bug #757: tests/device/test-wait fails on x86 device * Bug #1357: [darwin] 64-bit host python doesn't include zip module * Task #1354: Integrate stock python2.7 and python3.5 in host prebuilts * Bug #1352: [darwin] GNUstep libobjc2 is built with SONAME "libobjc.so.4.6" * Bug #1360: CRYSTAX_PANI: issetugid() not implemented!!! when calling boost::locale::conv::to_utf (10.3.1) * Task #1318: Add just released clang-3.8 * Bug #1363: [clang-3.8][x86_64] Do not know how to soften this operator's operand! * Bug #1404: Unable to make standalone toolchain based on clang (r859) / --help is not consistant * Bug #1370: [clang-3.8] Unknown DWARF version * Bug #1413: 'rm' from GNU coreutils can't remove existing file without '-f' option * Bug #1369: SIGSEGV in libcrystax.so - lrintf * Bug #1397: arm gcc-6 make-standalone-toolchain.sh in 10.3.1-b845-linux-x86_64 fails to copy some libs * Bug #1263: [clang][atomics] Clang can't compile call of __atomic_add_fetch with 64-bit argument for 32-bit targets * Bug #1082: '__gnustep_objcxx_personality_v0' is not implemented for arm * Task #1422: Implement shmget/shmat/shmdt/shmctl functions * Bug #1436: gethostname() always returns 'localhost' * Task #1435: Update llvm/clang to just released 3.8.1 * Bug #1197: Boost's Android.mk can't detect correct libraries path if NDK_TOOLCHAIN_VERSION is not specified * Task #1198: Upgrade clang-3.7 to just released 3.7.1 * Bug #1457: mclinker build error * Task #1465: Redirect all stdout/stderr output to logcat * Bug #1466: Can't load libcrystax.so with System.loadLibrary() * Task #1460: Update gcc-4.9 to just released gcc-4.9.4 * Task #1495: Upgrade gcc-6 to just released 6.2 * Bug #1486: Python executables are not PIE-enabled * Bug #1044: Assertion failed: (LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_UINT!") * Bug #1108: Crash on Android 6.0 * Task #1191: Include just released Boost 1.60.0 * Bug #2607: crew install command outputs bad error message when formula has a non-existing dependency * Bug #2609: host/curl built with libdind2 from /usr/local/opt on darwin host * Feature #1371: Use common {setup,config}.mk files for GCC and LLVM toolchains with different versions * Bug #1386: Find third-party code for device/test-shaderc-gnustl * Bug #1387: Find third-party code for device/test-shaderc-libc++ * Bug #1388: Find third-party code for device/test-vulkan * Bug #2300: SIGSEGV in libcrystax.so - fegetenv+7 * Bug #820: Hex rounding of floating point values works wrong for ARM soft float * Bug #815: printf("%tu", (size_t)-1) produce wrong string on 32-bit platforms * Bug #826: sscanf("NaN", "%e", &f) return non-NaN on arm and x86_64 when being built by clang * Bug #1965: bzip2 symbols like `BZ2_bzWriteOpen` are not present in `libcrystax` * Bug #2432: timegm is in header file but not library * Task #1231: Adopt android.toolchain.cmake to support CrystaX NDK * Bug #1233: Even though default gcc is 5, gnu-libstdc++-4.9 used * Bug #1292: [gcc-6] ICE when building test-gabi++ * Task #1375: Update gcc-6 to just released gcc-6.1 * Task #1165: Get rid of libc.so and replace it completely by libcrystax.so