-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from lkpworkspace/dev
v0.8.3
- Loading branch information
Showing
11 changed files
with
74 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Author: 李柯鹏 <[email protected]> | |
#include <memory> | ||
#include <string> | ||
|
||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/export.h" | ||
#include "myframe/macros.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Author: 李柯鹏 <[email protected]> | |
#include <memory> | ||
#include <string> | ||
|
||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/macros.h" | ||
#include "myframe/mailbox.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Author: 李柯鹏 <[email protected]> | |
#include <vector> | ||
#include <string> | ||
|
||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/macros.h" | ||
#include "myframe/event.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Author: 李柯鹏 <[email protected]> | |
|
||
#include "myframe/common.h" | ||
|
||
static void signal_handler(const char *data, int size) { | ||
static void signal_handler(const char *data, size_t size) { | ||
std::string str = std::string(data, size); | ||
std::cerr << str; | ||
LOG(ERROR) << "\n" << str; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Author: 李柯鹏 <[email protected]> | |
#include "myframe/mod_manager.h" | ||
|
||
#include <glog/logging.h> | ||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/shared_library.h" | ||
#include "myframe/actor.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Author: 李柯鹏 <[email protected]> | |
#include <memory> | ||
#include <string> | ||
|
||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/export.h" | ||
#include "myframe/macros.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Author: 李柯鹏 <[email protected]> | |
#include <string> | ||
#include <thread> | ||
|
||
#include <jsoncpp/json/json.h> | ||
#include <json/json.h> | ||
|
||
#include "myframe/macros.h" | ||
#include "myframe/event.h" | ||
|