forked from XRPLF/rippled
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Beast fork from JUCE commit 265fb0e8ebc26e1469d6edcc68d2ca9acefeb508
- Loading branch information
1 parent
7eff38c
commit 5371379
Showing
220 changed files
with
64,538 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
#ifndef BEAST_BEASTCONFIG_HEADER | ||
#define BEAST_BEASTCONFIG_HEADER | ||
|
||
// beast_core flags: | ||
|
||
#ifndef BEAST_FORCE_DEBUG | ||
//#define BEAST_FORCE_DEBUG | ||
#endif | ||
|
||
#ifndef BEAST_LOG_ASSERTIONS | ||
//#define BEAST_LOG_ASSERTIONS 1 | ||
#endif | ||
|
||
#ifndef BEAST_CHECK_MEMORY_LEAKS | ||
//#define BEAST_CHECK_MEMORY_LEAKS | ||
#endif | ||
|
||
#ifndef BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES | ||
//#define BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES | ||
#endif | ||
|
||
#endif |
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 |
---|---|---|
|
@@ -151,6 +151,7 @@ if FreeBSD: | |
|
||
env.Append( | ||
LIBS = [ | ||
'rt', # for clock_nanosleep in beast | ||
'protobuf', | ||
'z' | ||
] | ||
|
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,3 +1,25 @@ | ||
._* | ||
*.mode1v3 | ||
*.pbxuser | ||
*.perspectivev3 | ||
*.user | ||
*.ncb | ||
*.suo | ||
*.obj | ||
*.ilk | ||
*.pch | ||
*.pdb | ||
*.dep | ||
*.idb | ||
*.manifest | ||
*.manifest.res | ||
*.o | ||
*.d | ||
*.sdf | ||
xcuserdata | ||
contents.xcworkspacedata | ||
.DS_Store | ||
.svn | ||
profile | ||
Builds/VisualStudio2012/Debug | ||
Builds/VisualStudio2012/Release | ||
Builds/VisualStudio2012/*.user |
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,23 @@ | ||
|
||
#ifndef BEAST_BEASTCONFIG_HEADER | ||
#define BEAST_BEASTCONFIG_HEADER | ||
|
||
// beast_core flags: | ||
|
||
#ifndef BEAST_FORCE_DEBUG | ||
//#define BEAST_FORCE_DEBUG | ||
#endif | ||
|
||
#ifndef BEAST_LOG_ASSERTIONS | ||
//#define BEAST_LOG_ASSERTIONS 1 | ||
#endif | ||
|
||
#ifndef BEAST_CHECK_MEMORY_LEAKS | ||
//#define BEAST_CHECK_MEMORY_LEAKS | ||
#endif | ||
|
||
#ifndef BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES | ||
//#define BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES | ||
#endif | ||
|
||
#endif |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.