Skip to content

Commit

Permalink
Add Beast fork from JUCE commit 265fb0e8ebc26e1469d6edcc68d2ca9acefeb508
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jun 16, 2013
1 parent 7eff38c commit 5371379
Show file tree
Hide file tree
Showing 220 changed files with 64,538 additions and 31 deletions.
23 changes: 23 additions & 0 deletions BeastConfig.h
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
2 changes: 1 addition & 1 deletion RippleD.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>USE_LEVELDB;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>USE_LEVELDB;BOOST_TEST_ALTERNATIVE_INIT_API;BOOST_TEST_NO_MAIN;_WIN32_WINNT=0x0600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>$(RepoDir);$(RepoDir)\src\cpp\leveldb;$(RepoDir)\src\cpp\leveldb\include;$(RepoDir)\src\cpp\protobuf\src;$(RepoDir)\src\cpp\protobuf\vsprojects;$(RepoDir)\build\proto;$(RepoDir)\Subtrees\beast;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand Down
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ if FreeBSD:

env.Append(
LIBS = [
'rt', # for clock_nanosleep in beast
'protobuf',
'z'
]
Expand Down
24 changes: 23 additions & 1 deletion Subtrees/beast/.gitignore
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
23 changes: 23 additions & 0 deletions Subtrees/beast/Builds/VisualStudio2012/BeastConfig.h
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
470 changes: 470 additions & 0 deletions Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 5371379

Please sign in to comment.