Project

General

Profile

Activity

From 01/20/2015 to 02/18/2015

02/18/2015

04:56 PM Bug #900: standalone arm-linux-androideabi-4.9 fails to compile: cannot find -lcrystax
Xiao Bao Clark wrote:
> The only issue is that the thumb version will never be used, but that shouldn't cause any ru...
Dmitry M.

02/16/2015

01:23 AM Bug #900: standalone arm-linux-androideabi-4.9 fails to compile: cannot find -lcrystax
Thanks for looking into it. The workaround I'm using:... Xiao Bao C.

02/13/2015

01:25 AM Bug #900 (Closed): standalone arm-linux-androideabi-4.9 fails to compile: cannot find -lcrystax
I made a standalone toolchain with the @make-standalone-toolchain.sh@ script:... Xiao Bao C.

02/09/2015

09:53 PM Feature #899: Repository for prebuild libraries
> Actually, after some thought. Specifically for Linux/Ubuntu, we can actually make use of PPA packages with launchp... Dmitry M.
08:18 PM Feature #899: Repository for prebuild libraries
Sure. Let me know if I can help.
Actually, after some thought. Specifically for Linux/Ubuntu, we can actually mak...
Alex A.
02:44 PM Feature #899: Repository for prebuild libraries
Alex Afanasyev wrote:
> I would like to throw in idea of creating an analogous to PPA repositories for the prebuild ...
Dmitry M.
11:57 AM Feature #899 (Open): Repository for prebuild libraries
I would like to throw in idea of creating an analogous to PPA repositories for the prebuild libraries.
A small iss...
Alex A.
08:21 PM Feature #897: Add crypto++ as a prebuild library
Just a small note about the example. There is `-DCRYPTOPP_DISABLE_ASM -DCRYPTOPP_DISABLE_SSSE3 -DCRYPTOPP_DISABLE_AES... Alex A.
02:32 PM Feature #897: Add crypto++ as a prebuild library
Alex Afanasyev wrote:
> This is totally selfish suggestion, which would simplify my own project :-D I have made a ...
Dmitry M.
11:49 AM Feature #897 (Open): Add crypto++ as a prebuild library
This is totally selfish suggestion, which would simplify my own project :-D I have made a repository that I'm curre... Alex A.
02:37 PM Feature #898: Add openssl as a prebuilt library
Alex Afanasyev wrote:
> I'm not sure about this one, but I believe android is shipped with old version of openssl li...
Dmitry M.
11:51 AM Feature #898 (Open): Add openssl as a prebuilt library
I'm not sure about this one, but I believe android is shipped with old version of openssl library. At least in sever... Alex A.
02:28 PM Bug #896: Boost dependencies when using it as a shared library
> I actually tried to do some tricks with including icu module and adding icu*_shared dependencies. It finally copie... Dmitry M.
11:47 AM Bug #896 (Closed): Boost dependencies when using it as a shared library
I'm trying to use boost as a shared library and got a couple of unexpected things that not sure how to handle properl... Alex A.
02:21 PM Task #880: Add sqlite3 as prebuilt library
Alex Afanasyev wrote:
> I have an example repository that builds sqlite3 as a static library: https://github.com/caw...
Dmitry M.
11:41 AM Task #880: Add sqlite3 as prebuilt library
I have an example repository that builds sqlite3 as a static library: https://github.com/cawka/sqlite3-android. I thi... Alex A.

02/03/2015

04:12 PM Bug #887 (Closed): Release package does not contains prebuilt/common/gdb files
Alexander Z.
04:12 PM Bug #894 (Open): Device test 'math' fails on x86_64 when built with clang
~~~
2016-05-21 05:00:38.999 UTC: RUN device test [math] clang3.8 +PIE: x86_64 [1/2] android-21 'emulator-5554'
2016...
Alexander Z.

01/29/2015

03:58 PM Bug #358 (Closed): Native Debugging in Eclipse fails with ndk r8-crystax-1
Alexander Z.
03:57 PM Bug #358 (Resolved): Native Debugging in Eclipse fails with ndk r8-crystax-1
Debugging with ndk-gdb from a command line works now for all supported platforms, i.e linux, mac, windows.
Debugging...
Alexander Z.

01/28/2015

12:30 AM Bug #889 (Open): crystax-test-c++11 fails on x86_64 emulator if build with clang toolchain
Final value of n is 5
test thread: OK
to_string(long double) failed: got: 0.000000; expected: 1965.050000
FAILED t...
Alexander Z.
12:28 AM Bug #888 (Closed): crystax-test-c99-complex core dumps on x86_64 emulator if built with clang toolchain
/opt/android/android-sdk-macosx/platform-tools/adb -s "emulator-5554" shell "cd /data/local/tmp/ndk-tests && LD_LIBRA... Alexander Z.

01/26/2015

09:33 PM Bug #887 (In Progress): Release package does not contains prebuilt/common/gdb files
Alexander Z.
03:54 PM Bug #887 (Closed): Release package does not contains prebuilt/common/gdb files
Alexander Z.
02:12 AM Task #882 (Closed): Get rid of bionic calls wrappers, preventing using them when linked statically with libcrystax
Done. The only remaining dlsym-ed wrappers are:
* dladdr - it's ok to be dlsym-ed since it anyway can't be used i...
Dmitry M.
02:11 AM Task #886 (Closed): Implement pthread_xxx() functions in libcrystax
Dmitry M.
02:10 AM Task #885 (Open): Implement own function to be able fetch "getprop" values from system
Previously, there was __system_property_get() function provided by Bionic. In latest Android versions, it was removed... Dmitry M.

01/25/2015

11:47 PM Task #882 (In Progress): Get rid of bionic calls wrappers, preventing using them when linked statically with libcrystax
Dmitry M.
11:47 PM Task #882 (Closed): Get rid of bionic calls wrappers, preventing using them when linked statically with libcrystax
Dmitry M.
09:23 PM Task #880 (Closed): Add sqlite3 as prebuilt library
Dmitry M.
09:23 PM Task #879 (Closed): Add test case for fcntl
Dmitry M.
09:21 PM Bug #877 (Closed): Multiple inclusions of different <cdefs.h>
Fixed: "dd3618fe":https://github.com/crystax/android-platform-ndk/commit/dd3618fe9060a0bd6482f43634b9bebb3281905e Dmitry M.
07:51 PM Task #868 (Closed): Add CrystaX NDK to homebrew
Merged into Homebrew master: "4a465a14":https://github.com/Homebrew/homebrew/commit/4a465a14b9e9cd787ecbc6d9c07f9128e... Dmitry M.

01/24/2015

05:59 AM Bug #877 (In Progress): Multiple inclusions of different <cdefs.h>
Dmitry M.
05:54 AM Bug #877: Multiple inclusions of different <cdefs.h>
I was able to proceed by making replacements in ... Alex A.
05:40 AM Bug #877 (Closed): Multiple inclusions of different <cdefs.h>
I'm trying to compile sqlite3 using https://github.com/lookout/sqlite-android.git repo and getting some redefinition ... Alex A.
04:09 AM Bug #876 (Closed): <byteswap.h> does not properly define bswap_16 macro
Fixed: "04aa6c35":https://github.com/crystax/android-platform-ndk/commit/04aa6c35c4c17f38d49d663fb743f685f4defd2f Dmitry M.
04:01 AM Bug #876 (In Progress): <byteswap.h> does not properly define bswap_16 macro
Dmitry M.
03:37 AM Bug #876 (Closed): <byteswap.h> does not properly define bswap_16 macro
Here is the problem I encountered while compiling some of my code
/opt/crystax-ndk-10.1.0/platforms/android-3/...
Alex A.

01/23/2015

11:00 PM Bug #871 (Closed): Fix all samples and add code to load 'libcrystax.so'
Alexander Z.
11:00 PM Bug #873 (Closed): Sample gles3jni fails to compile
Alexander Z.
05:47 PM Bug #873 (In Progress): Sample gles3jni fails to compile
Alexander Z.
05:46 PM Bug #873 (Closed): Sample gles3jni fails to compile
Alexander Z.

01/22/2015

08:50 PM Bug #871 (In Progress): Fix all samples and add code to load 'libcrystax.so'
Alexander Z.
08:49 PM Bug #871 (Closed): Fix all samples and add code to load 'libcrystax.so'
Alexander Z.
02:55 PM Feature #442 (In Progress): D language
Alexander Z.
02:19 PM Task #868 (Resolved): Add CrystaX NDK to homebrew
Dmitry M.
02:19 PM Task #868: Add CrystaX NDK to homebrew
Here is pull request: https://github.com/Homebrew/homebrew/pull/36131 Dmitry M.
12:42 AM Task #868 (Closed): Add CrystaX NDK to homebrew
https://github.com/Homebrew/homebrew Dmitry M.
11:39 AM Feature #81: Add support for Fortran
http://danilogiulianelli.blogspot.com.au/2013/02/how-to-build-gcc-fortran-cross-compiler.html Dmitry M.

01/20/2015

11:36 PM Bug #816: standlone test for x86/gcc-4.8/clang3.5 fails on linux
Running basic-c-compile test... # COMMAND[cd /tmp/ndk-zuav/tests/standalone/build]
# COMMAND[/tmp/ndk-zuav/tmp/andro...
Alexander Z.
 

Also available in: Atom