Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2
This effectively drops support for all versions of Ubuntu older than 16.04 Change-Id: Ie3ab7df9147e97f6467658a6399a4f9379f089c1 Refs: #4462
- Loading branch information
Showing
with
72 additions
and 296 deletions.
- +2 −2 .jenkins.d/README.md
- +30 −61 .travis.yml
- +1 −24 .waf-tools/compiler-features.py
- +6 −10 .waf-tools/default-compiler-flags.py
- +0 −15 .waf-tools/type_traits.py
- +2 −2 README-dev.md
- +3 −3 docs/INSTALL.rst
- +1 −1 docs/code-style.rst
- +1 −1 docs/examples.rst
- +1 −1 docs/tutorials/utils-ndn-regex.rst
- +0 −28 src/encoding/block.cpp
- +1 −6 src/encoding/buffer.cpp
- +2 −67 src/net/address-converter.cpp
- +2 −8 src/security/transform/verifier-filter.cpp
- +0 −22 src/util/backports-optional.hpp
- +3 −16 src/util/regex/regex-component-matcher.cpp
- +2 −4 src/util/scheduler-scoped-event-id.cpp
- +2 −6 src/util/signal/scoped-connection.cpp
- +4 −5 src/util/signal/signal.hpp
- +2 −2 src/util/time.hpp
- +7 −12 wscript
Oops, something went wrong.