-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'drogonframework:master' into master
- Loading branch information
Showing
160 changed files
with
1,204 additions
and
891 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Stop searching for additional config files. | ||
set noparent | ||
|
||
exclude_files=trantor | ||
exclude_files=build | ||
|
||
# Use non-const reference rather than a pointer. | ||
filter=-runtime/references | ||
|
||
# CHECK macros are from Drogon, not Google Test. | ||
filter=-readability/check | ||
|
||
# Don't warn about the use of C++11 features. | ||
filter=-build/c++11 | ||
|
||
filter=-build/include_subdir | ||
|
||
# We prioritize clang-format for now. | ||
filter=-whitespace | ||
|
||
# We don't require a username in TODO comments. | ||
filter=-readability/todo | ||
|
||
# TODO: Fix these. | ||
filter=-legal/copyright | ||
filter=-build/namespaces | ||
filter=-build/include | ||
filter=-build/include_what_you_use | ||
filter=-runtime/explicit | ||
filter=-runtime/string | ||
filter=-runtime/int | ||
filter=-readability/casting | ||
filter=-readability/braces | ||
filter=-readability/fn_size | ||
filter=-runtime/threadsafe_fn |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#pragma once | ||
|
||
#define MAJOR @DROGON_MAJOR_VERSION@ | ||
#define MINOR @DROGON_MINOR_VERSION@ | ||
#define PATCH @DROGON_PATCH_VERSION@ | ||
#define DROGON_VERSION "@DROGON_VERSION_STRING@" | ||
#define DROGON_VERSION_SHA1 "@GIT_SHA1@" | ||
#define DROGON_VERSION_SHA1 "@GIT_SHA1@" |
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
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ int main() | |
.setUploadPath("./uploads") | ||
.addListener("127.0.0.1", 8848) | ||
.run(); | ||
} | ||
} |
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
Oops, something went wrong.