Commit Graph

7 Commits

Author SHA1 Message Date
Fredrik Fornwall 95e6f9429a Attach arm issues with C++ exception unwinding
See https://github.com/android-ndk/ndk/issues/379

Fixes #1163

Fixes issues with gdb segfaulting on arm on an unrecognized command.
2017-07-27 02:06:37 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall bf6028fed3 libgrpc: Try to fix building under docker image 2017-07-12 00:38:50 +02:00
Fredrik Fornwall 0c4d2dedb6 libprotobuf: Update from 3.2.0 to 3.3.0 2017-05-23 01:00:06 +02:00
Fredrik Fornwall 1273ca1b3b libprotobuf: Bump revision for rebuild 2017-02-04 17:01:02 +01:00
Fredrik Fornwall c595881bed protobuf: Update download package (old removed) 2017-02-02 02:10:23 +01:00
Fredrik Fornwall 2ff9e76765 protobuf: Update and split out libprotobuf 2017-01-30 02:10:56 +01:00