Commit Graph

7 Commits

Author SHA1 Message Date
its-pointless 46c188af7a cgdb fix for android 8+ similar to #2786 etc 2018-10-12 23:09:33 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +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 20b5b4f1ee cgdb: Depend on libutil 2017-05-23 00:42:15 +02:00
Fredrik Fornwall 22954ca433 cgdb: Update from 0.6.8 to 0.7.0 2017-05-23 00:06:49 +02:00
ElTopo 029e2c5ab4 cgdb: Add package (#770) 2017-02-14 20:49:45 +01:00