Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed 1.4.0-b1 #3021

Merged
merged 22 commits into from Aug 19, 2019
Merged

Proposed 1.4.0-b1 #3021

merged 22 commits into from Aug 19, 2019

Conversation

nbougalis
Copy link
Contributor

@nbougalis nbougalis commented Aug 5, 2019

If merged this PR adds support for C++17 which should allow us to leverage new features to simplify code, updates the SOCI code, improves CI integration, corrects a bug with SHAMap unsharing and more.

The PR closes #2880, closes #2932, closes #2935, closes #2976, closes #2977, closes #2995, closes #2999, closes #3000, closes #3011, closes #3013, closes #3014, closes #3018, closes #3022, closes #3024, closes #3023, closes #3026, closes #3027, closes #3032, closes #3039, closes #3045 and closes #3046.

miguelportilla and others added 4 commits August 4, 2019 20:01
- Update Docker image to Boost 1.70
- Bust dependency cache
- Pass `Boost_NO_BOOST_CMAKE` to CMake
@ripplelabs-jenkins
Copy link
Collaborator

ripplelabs-jenkins commented Aug 5, 2019

Jenkins Build Summary

Built from this commit

Built at 20190819 - 17:51:02

Test Results

Build Type Log Result Status
msvc.Debug logfile 1178 cases, 0 failed, t: 601s PASS ✅
msvc.Debug,
NINJA_BUILD=true
logfile 1178 cases, 0 failed, t: 618s PASS ✅
msvc.Debug
-Dunity=OFF
logfile 1177 cases, 0 failed, t: 1159s PASS ✅
msvc.Release logfile 1178 cases, 0 failed, t: 431s PASS ✅
gcc.Release
-Dassert=ON,
MANUAL_TESTS=true
logfile no test results, t: 284s [BAD EXIT] FAIL 🔴
gcc.Debug
-Dcoverage=ON,
TARGET=coverage_report,
SKIP_TESTS=true
logfile no test results, t: 184s [BAD EXIT] FAIL 🔴
docs,
TARGET=docs
logfile 1 cases, 0 failed, t: 0m1s PASS ✅
clang.Debug logfile no test results, t: 132s [BAD EXIT] FAIL 🔴
gcc.Debug logfile no test results, t: 174s [BAD EXIT] FAIL 🔴
clang.Release
-Dassert=ON
logfile no test results, t: 272s [BAD EXIT] FAIL 🔴
gcc.Release
-Dassert=ON
logfile no test results, t: 311s [BAD EXIT] FAIL 🔴
gcc.Debug
-Dstatic=OFF
logfile no test results, t: 174s [BAD EXIT] FAIL 🔴
gcc.Debug
-Dstatic=OFF -DBUILD_SHARED_LIBS=ON
logfile no test results, t: 167s [BAD EXIT] FAIL 🔴
gcc.Debug,
NINJA_BUILD=true
logfile 1178 cases, 0 failed, t: 2m58s PASS ✅

This commit allows server operators to reserve slots for specific
peers (identified by the peer's public node identity) and to make
changes to the reservations while the server is operating.

This commit closes #2938
FIXES: #2527

* define custom docker image for travis-linux builds based on
  package build image
* add macos builds
* add windows builds (currently allowed to fail)
* improve build and shell scripts as required for the CI envs
* add asio timer latency workaround
* omit several manual tests from TravisCI which cause memory exhaustion
@nbougalis nbougalis force-pushed the develop branch 2 times, most recently from e192a74 to d9d61db Compare August 19, 2019 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Readme.md: minor wording correction Quadrillion vs. Quintillion