Fredrik Fornwall
3628f08c80
ledger: Note that utf8cpp is build-time dependency
6 years ago
Fredrik Fornwall
8572a18562
ledger: Update from 3.1.2 to 3.1.3
6 years ago
Leonid Plyushch
5871ed7b26
bump C++ packages for NDK-19
6 years ago
Fredrik Fornwall
3a965ede25
ledger: Update from 3.1.1 to 3.1.2
6 years ago
Fredrik Fornwall
4c3e54e07f
ledger: Backport commit (see #3187 )
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
8305099a6a
ledger: Bump revision after patch
6 years ago
Tom Yan
3dd2f295e9
ledger: Fix garbled dates when using --date-format
Upstream commit
6 years ago
Fredrik Fornwall
f3e0f825e8
boost: Update from 1.68.0 to 1.69.0
6 years ago
Fredrik Fornwall
552362a78a
Some http -> https updates
6 years ago
Fredrik Fornwall
bf80ff2f10
boost: Update from 1.67.0 to 1.68.0
6 years ago
Fredrik Fornwall
b5ece43ae9
Bump c++-using packages
7 years ago
Fredrik Fornwall
b9d56e004e
Rebuild boost-using packages
7 years ago
Fredrik Fornwall
2556636c9d
ledger&ncmpcpp: Rebuild after boost update
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Stephen
9e35a05851
add libgmp dependency to ledger
#1169
7 years ago
Fredrik Fornwall
d946e67c5b
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.
8 years ago
Fredrik Fornwall
6185d1ba9a
ledger: Note dependency on libmpfr
Also remove adding -std=c++ to CXXFLAGS as the ledger build takes
care of that itself.
8 years ago
its-pointless
3da609002a
ledger and its dependancy utf8cpp ( #976 )
* ledger and its dependancy utf8cpp
fix typo
compiles python lib
enable icu in ledger
* simplify everything for now
8 years ago