Commit Graph

71 Commits

Author SHA1 Message Date
Wetitpig 4b8b6e3fb7 Only C++ 2019-02-09 00:15:26 +01:00
Fredrik Fornwall d714810e5a Cleanup trailling space 2019-02-03 22:43:46 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 163d172b03 libgrpc: Host build with -Wno-error=class-memaccess 2019-01-13 23:15:03 +01:00
Henrik Grimler 16ac4f26a4 libgrpc: update to 1.17.2 and avoid using libprotobuf's host-build 2019-01-13 22:08:19 +01:00
Fredrik Fornwall 9abf78b3bc libgrpc: Update and fix build on ubuntu 18.10 2018-11-27 02:22:36 +01:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 64bebcedc2 libgrpc: Update from 1.13.1 to 1.14.1 2018-08-11 19:42:33 +02:00
Fredrik Fornwall 77fd6046fc protobuf: Update from 3.6.0.1 to 3.6.1 2018-08-01 22:48:16 +02:00
Fredrik Fornwall b599d4a7d3 libgrpc: Update from 1.13.0 to 1.13.1 2018-07-23 00:48:35 +02:00
Fredrik Fornwall 631d1be10b libgrpc: Update from 1.12.1 to 1.13.0 2018-07-09 22:41:15 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall e4fb0a3ee0 libgrpc: Update from 1.12.0 to 1.12.1 2018-06-06 02:45:02 +02:00
Fredrik Fornwall 3172075d3d libgrpc: Update from 1.4.7 to 1.12.0 2018-05-25 12:43:31 +02:00
Fredrik Fornwall 784b45404e Rebuild grpc and mosh after protobuf update 2017-11-15 16:49:16 +01: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 3b739f81b9 libgrpc: Update from 1.4.2 to 1.4.5 2017-09-16 15:05:35 +02:00
Fredrik Fornwall 3b6d48a8f4 libgrpc: Update from 1.4.1 to 1.4.2 2017-07-16 18:21:22 +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
Vishal Biswas ca98427d8f libgrpc: add package (#1122) 2017-07-11 11:50:43 +02:00