Project

General

Profile

Activity

From 01/11/2016 to 02/09/2016

02/09/2016

05:22 AM Bug #1010 (Closed): [clang] Thread-local variables are not supported
Fixed by backporting support of emulated TLS from clang-3.8 (not yet released) to clang-3.7. It's much more difficult... Dmitry M.
02:01 AM Bug #1010 (In Progress): [clang] Thread-local variables are not supported
Dmitry M.
05:03 AM Task #1260 (Closed): [build/tools] Switch DEFAULT_LLVM_VERSION to 3.7 and DEFAULT_GCC_VERSION to 5
Dmitry M.

02/06/2016

01:07 PM Task #1254 (In Progress): Add CMake-enabled tests
Dmitry M.
01:07 PM Task #1254 (Closed): Add CMake-enabled tests
Dmitry M.

02/05/2016

11:54 PM Task #1231 (Closed): Adopt android.toolchain.cmake to support CrystaX NDK
"Done":https://github.com/crystax/android-platform-ndk/tree/master/cmake Dmitry M.

02/04/2016

12:19 PM Support #1244 (Rejected): Which is the best way to define macro "__cplusplus" when I use crystax?
Mario Li wrote:
> I delete libs and obj folders to make the .zip file smaller, this time I think I will success!!!
...
Dmitry M.
12:05 PM Bug #1234 (Closed): 'fd_set' type not declared
"Done":https://github.com/crystax/android-platform-ndk/commit/3bc93d1bba2510ce0114c764f828f52b7209b2fd. Will be avail... Dmitry M.
11:51 AM Bug #1252: "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
Thanks! Violet G.
11:32 AM Bug #1252 (Closed): "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
"Fixed":https://github.com/crystax/android-platform-ndk/commit/f86dbdb4c886508999a50da8eb165539a18e511c. Will be avai... Dmitry M.
10:30 AM Bug #1250 (Rejected): on_exit implementation
Dmitry M.

02/02/2016

11:17 AM Bug #1252: "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
Violet Giraffe wrote:
> P. S. I "fixed" the error by making my definition `extern "C"`, but I still wonder if there'...
Dmitry M.
10:50 AM Bug #1252: "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
P. S. I "fixed" the error by making my definition `extern "C"`, but I still wonder if there's something missing in th... Violet G.
10:46 AM Bug #1252 (In Progress): "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
Dmitry M.
10:44 AM Bug #1252 (Closed): "Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
The original Google Android NDK doesn't provide the `swab` function, so I defined my own. After migrating to Crystax,... Violet G.
10:47 AM Support #1244 (In Progress): Which is the best way to define macro "__cplusplus" when I use crystax?
Dmitry M.
05:02 AM Support #1244: Which is the best way to define macro "__cplusplus" when I use crystax?
I delete libs and obj folders to make the .zip file smaller, this time I think I will success!!! Mario L.
09:59 AM Support #1251 (Duplicated): Which is the best way to define macro "__cplusplus" when I use crystax?
Dmitry M.
05:01 AM Support #1251: Which is the best way to define macro "__cplusplus" when I use crystax?
I delete libs and obj folders to make the .zip file smaller, this time I think I will success!!! Mario L.
04:58 AM Support #1251: Which is the best way to define macro "__cplusplus" when I use crystax?
Oh, no. I failed to upload the file again Mario L.
04:51 AM Support #1251 (Duplicated): Which is the best way to define macro "__cplusplus" when I use crystax?
The following question is the same as Support #1244, I can not upload the minimal example file, so I have to make a n... Mario L.
03:19 AM Bug #1250: on_exit implementation
Thank you for pointing this out to me. I try to compile gettext and now I realise that something goes wrong at config... Gilbert R.
12:05 AM Bug #1250 (Waiting for feedback): on_exit implementation
This is deprecated function. Even in glibc it's not recommended for use. See "here":http://man7.org/linux/man-pages/m... Dmitry M.

02/01/2016

11:55 PM Bug #1250 (Rejected): on_exit implementation
Hi,
libcrystax.so doesn't export on_exit() but atexit().
test case:
https://github.com/payload/crystax-tests/tre...
Gilbert R.
12:43 PM Bug #1082: '__gnustep_objcxx_personality_v0' is not implemented for arm
Fixed in "build #796":https://dl.crystax.net/builds/796/ Dmitry M.
12:18 PM Support #1244: Which is the best way to define macro "__cplusplus" when I use crystax?
Mario Li wrote:
> I still can not find the minimal example, maybe something is wrong with Redmine?
Here is limita...
Dmitry M.
06:33 AM Support #1244: Which is the best way to define macro "__cplusplus" when I use crystax?
I still can not find the minimal example, maybe something is wrong with Redmine?
I have to upload the file to a netw...
Mario L.
06:21 AM Support #1244: Which is the best way to define macro "__cplusplus" when I use crystax?
Unfortunately, I can not find the file I just uploaded.
I try to upload the minimal example again.
Mario L.
06:09 AM Support #1244: Which is the best way to define macro "__cplusplus" when I use crystax?
Dmitry Moskalchuk wrote:
> This macro is automatically defined if you use C++ compiler (i.e. @g++@ or @gcc -x c++@) ...
Mario L.

01/31/2016

11:50 PM Support #1244 (Waiting for feedback): Which is the best way to define macro "__cplusplus" when I use crystax?
This macro is automatically defined if you use C++ compiler (i.e. @g++@ or @gcc -x c++@) . Obviously, you're doing so... Dmitry M.
05:13 PM Support #1244 (Rejected): Which is the best way to define macro "__cplusplus" when I use crystax?
!http://7xoj7k.com1.z0.glb.clouddn.com/16-1-31/8273847.jpg!
When I use crystax, I still can't use C11.
Finally I ...
Mario L.

01/29/2016

08:54 PM Bug #1082 (Closed): '__gnustep_objcxx_personality_v0' is not implemented for arm
Fixed by "b22e6e592":https://github.com/crystax/android-vendor-libobjc2/commit/b22e6e59237f144e9d68358810a1297ff8a569... Dmitry M.
08:50 PM Bug #1055 (Closed): [objc] Throwing of exception cause app crash even though there is @catch expression
Dmitry M.

01/28/2016

10:26 AM Task #1242 (Closed): Update python-3.5 to 3.5.1
Dmitry M.
10:26 AM Task #1241 (Closed): Update python-2.7 to 2.7.11
Dmitry M.

01/27/2016

10:36 AM Task #1242 (Closed): Update python-3.5 to 3.5.1
Dmitry M.
10:35 AM Task #1241 (Closed): Update python-2.7 to 2.7.11
Dmitry M.

01/22/2016

12:36 PM Bug #1234 (In Progress): 'fd_set' type not declared
Dmitry M.
02:58 AM Bug #1234: 'fd_set' type not declared
I've attached compilation result with `-H` option.
I can also confirm that including `sys/select.h` solves the pro...
Alex A.
12:27 AM Bug #1234 (Waiting for feedback): 'fd_set' type not declared
According to "POSIX":http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html, @fd_set@ is defined ... Dmitry M.
12:13 AM Bug #1235 (Duplicated): By default `NDK_TOOLCHAIN_VERSION` is not set
Dmitry M.

01/21/2016

10:45 PM Bug #1235 (Duplicated): By default `NDK_TOOLCHAIN_VERSION` is not set
Previously, I didn't have `NDK_TOOLCHAIN_VERSION` variable set in my `Application.mk` and everything was working ok.
...
Alex A.
10:43 PM Bug #1234 (Closed): 'fd_set' type not declared
When compiling with CrystaX 10.3.1, I got the following error that didn't exist with 10.2 (didn't try with 10.3.0):
...
Alex A.
08:25 PM Bug #1233 (Closed): Even though default gcc is 5, gnu-libstdc++-4.9 used
"Fixed":https://github.com/crystax/android-platform-ndk/commit/a7c3633773f394958aed114a4fdf4350e98094d6 Dmitry M.
07:43 PM Bug #1233 (Closed): Even though default gcc is 5, gnu-libstdc++-4.9 used
Dmitry M.

01/20/2016

09:35 PM Task #1191 (Closed): Include just released Boost 1.60.0
Dmitry M.

01/18/2016

10:16 AM Task #1231 (In Progress): Adopt android.toolchain.cmake to support CrystaX NDK
Dmitry M.
10:16 AM Task #1231 (Closed): Adopt android.toolchain.cmake to support CrystaX NDK
Dmitry M.

01/13/2016

08:50 PM Task #1198 (Closed): Upgrade clang-3.7 to just released 3.7.1
Done: "clang":https://github.com/crystax/android-toolchain-clang-3-7/commit/2fd9683887a75e829abb69d5c5cbb752009aaaa5,... Dmitry M.
 

Also available in: Atom