| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ |
|
| |\
| |
| |
| | |
3699544 cmake: add protolib to zmq dependency libs (stoffu)
|
| | |
| |
| |
| |
| | |
Needed for Ubuntu 19.04:
https://ubuntu.pkgs.org/19.04/ubuntu-universe-amd64/libnorm-dev_1.5.8+dfsg2-1_amd64.deb.html
|
| |\ \
| | |
| | |
| | | |
ab2819a depends: attempt to fix readline (iDunk5400)
|
| | |/
| |
| |
| | |
Make readline actually compile, and make ncurses use existing terminfo data (if available).
|
| |\ \
| | |
| | |
| | | |
7de6671 Add the iwyu target to get information on unused headers (omartijn)
|
| | |/
| |
| |
| |
| | |
With this change, building the iwyu target will provide information
on unused headers, which can be removed to reduce compilation times.
|
| |\ \
| | |
| | |
| | | |
f9b3f6e Removed Berkeley DB and db switching logic (JesusRami)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
441f318 fix building on OpenBSD, simplify Readme section (mrme0w/The-King-of-Toasters)
|
| | |
| |
| |
| | |
Based on a patch from @mrme0w (#5569). Fixes #5770
|
| |\ \
| | |
| | |
| | | |
7fb4edc cmake: fix tests generator (ston1th)
|
| | |/
| |
| |
| | |
find_package(PythonInterp) needs to be called before the tests.
|
| |\ \
| | |
| | |
| | | |
cb92d5c cmake: push cmake away from boost as much as we can (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Everything works better without cmake.
|
| |\ \ \
| | | |
| | | |
| | | | |
2e514b8 CMakeLists.txt: suggest to update all submodules if one of them is outdated (erciccione)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
6aa3c2f dns_checks: new helper program to check on DNSSEC lookups (moneromooo-monero)
|
| | | | | |
|
| | |_|/
|/| |
| | |
| | |
| | | |
It was removed, but it still accepted by the compiler, which warns
for every file
|
| | |/
|/|
| |
| |
| |
| | |
If you use a ; separated set of include and lib directories,
it'll detect the headers in /usr/include and the libraries
where this points to.
|
| |/
|
|
| |
Boost got upgraded to 1.70.0 in MSYS2. As a result, cmake (v3.13.4 as of this commit) can not configure boost properly, and cmake configuration fails as a result. This is a workaround as per https://gitlab.kitware.com/cmake/cmake/issues/18865
|
| | |
|
| |
|
|
|
| |
Its version looks like 1.70.1 rather than 107000, so detect range
to know which type we're seeing
|
| | |
|
| | |
|
| |\
| |
| |
| | |
4a9257b4 Support docker for gitian builds (TheCharlatan)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Building with docker is arguably easier and more familiar to most people
than either kvm, or lxc.
This commit also relaxes the back compat requirement a bit. 32 bit linux
now uses glibc version 2.0. Also, the docker shell could not handle gcc arguments
containing spaces, so the explicit '-DFELT_TYPE' declaration was dropped.
Lastly, this removes some packages from the osx descriptor.
|
| |\ \
| | |
| | |
| | | |
f0fc4064 Various speedups to depends and Travis (TheCharlatan)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Further speedups to icu compilation, it is faster to run the
pre-generated configure scripts.
Ensure that the native protobuf installation only generates the required
libraries and binaries.
Disable qt compilation when running travis on windows. Qt is used for
lrelease, the travis recipe instead usese the a local installation of
lrelease.
Remove various packages and options from the travis recipe.
Update Readline to version 8.0. The previously used url 404'd sometimes,
use the official gnu ftp server instead.
Remove unused cmake config.
|
| |/
|
|
| |
Enabled by setting the MONERO_USE_CNV4_JIT env var to 1
|
| |\
| |
| |
| | |
5a76933 Add glibc back compat code (TheCharlatan)
|
| | |
| |
| |
| |
| | |
To ensure that the binaries compiled by gitian run across many linux
distributions, enforce 2.17 as the minimum libc version supported.
|
| |\ \
| | |
| | |
| | | |
707c2f8 Remove -Werror (moneromooo-monero)
|
| | |/
| |
| |
| | |
It is an annoying piece of garbage
|
| |/
|
|
|
|
|
|
|
| |
- webusb transport based on libusb added. Provides direct access to Trezor via USB, no need for Trezor bridge.
- trezor protocol message handler improved, no recursion used. Ready for upcoming integration tests.
- libusb (for docker) bumped from v1.0.9 to v1.0.22, newer version required for webusb transport, for device enumeration.
- cmake improvements and fixes. Cmake Trezor checks are moved to a dedicated CheckTrezor.cmake file. In case of a problem Trezor is excluded from build.
- ifdefs made consistent to Ledger.
- UDP Transport enumeration disabled by default in release mode
|
| |\
| |
| |
| | |
f92682ec build: ubuntu 16 ppc build fixes (Jethro Grassie)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
37d5b8d9 CMakeLists.txt: add -ftemplate-depth=900 (moneromooo-monero)
|
| | | | |
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
8a7e20f8 build: older git versions don't have '-C' flag (xiphon)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
7d21c9b5 CMakeLists.txt: only use libatomic when found (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
ad4cce93 build: fixed submodule check (xiphon)
|