Skip to content

Commit 65abd05

Browse files
committed
Add ripple-libpp test binary + rippled libs
Move rippled libs into correct folder structure Add {AccountID, Book, BuildInfo} libraries Add {ByteOrder,Digest,ErrorCodes}{.cpp|.h} Add {Feature,HashPrefix,Indexes,Issue,Keylet} Add ripple/json library Add crypto/ libraries Add basics library Add remaining protocol libs Partial update of dependency locations Update CMakeLists.txt w/ include_directories Add CmakeLists.txt for src/ripple Rename file directories Add remaining files and commit working build Add lib tests Add tests + package executable [FOLD] Get one test suite working Re-structure tests [WIP] Add non-working tests Add remaining tests + add (non-working) protobuf Remove extraneous files + update CMakeLists.txt Test push Simplify CMake so protocol tests pass Remove extraneous tests Add command line parsing for ripple-libpp binary Remove extraneous tests Run unit tests in CI Add option for no params Remove old files + start rippled removal Remove rippled entirely from CMake Remove soci/impl Entirely remove rippled Move rippled dependencies into ripple-libpp Add lib tests Add tests + package executable [FOLD] Get one test suite working Re-structure tests [WIP] Add non-working tests Add remaining tests + add (non-working) protobuf Remove extraneous files + update CMakeLists.txt Test push Simplify CMake so protocol tests pass Remove extraneous tests Add command line parsing for ripple-libpp binary Remove extraneous tests Run unit tests in CI Add option for no params Remove old files + start rippled removal Remove rippled entirely from CMake Remove soci/impl Entirely remove rippled Add (non-working) secp256k1 Attempt library link [WIP] Glob for *.c files Fix ripplelibpp target
1 parent aaa1e36 commit 65abd05

1,314 files changed

Lines changed: 525633 additions & 31 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ matrix:
4040
- APP=ripplelibppdemo
4141
- BUILD=cmake
4242

43+
- compiler: gcc
44+
env:
45+
- GCC_VER=5
46+
- TARGET=coverage
47+
- PATH=$PWD/cmake/bin:$PATH
48+
- APP=ripplelibpptest
49+
- BUILD=cmake
50+
4351
# - compiler: clang
4452
# env:
4553
# - GCC_VER=5

0 commit comments

Comments
 (0)