Skip to content

Commit

Permalink
Merge pull request hyperledger-iroha#100 from hyperledger/feature/han…
Browse files Browse the repository at this point in the history
…dling-events+callbacks

Feature/handling events+callbacks
  • Loading branch information
takemiyamakoto authored Dec 25, 2016
2 parents 75a8c2d + 9437e0f commit 035f305
Show file tree
Hide file tree
Showing 256 changed files with 451 additions and 17,217 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ build/*
.idea/*
*xcworkspace*
.vscode/*
*cmake-build-debug*
*cmake-build-debug*
cmake-build-debu/*
config/sumeragi.json
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
[submodule "core/vendor/Cappuccino/lib/json"]
path = core/vendor/Cappuccino/lib/json
url = https://github.com/nlohmann/json.git

[submodule "core/vendor/thread_pool_cpp"]
path = core/vendor/thread_pool_cpp
url = https://github.com/Warchant/thread-pool-cpp.git
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ add_subdirectory(peer)

add_subdirectory(tools)

# at some point we want to include pool as following: #include <worker.hpp>
# which resides in that folder
include_directories("${PROJECT_SOURCE_DIR}/core/vendor/thread_pool_cpp/thread_pool")

if(NOT without-test)
enable_testing()
include(test/gtest.cmake)
Expand Down
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ machine:

checkout:
post:
- git submodule init
- git submodule update

- cd $IROHA_HOME
- cd $IROHA_HOME/core/vendor/leveldb; make -j 4
- cd $IROHA_HOME/core/vendor/ed25519; make -j 4
Expand All @@ -45,4 +48,4 @@ test:
pre:
- mkdir build; cd build; cmake ..; make
override:
- ./test.sh
- ./test.sh
400 changes: 0 additions & 400 deletions cmake-build-debug/CMakeCache.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 035f305

Please sign in to comment.