Commit Graph

62 Commits

Author SHA1 Message Date
Vinnie Falco
a6fdabc68a Reformat annotations in preparation for automated extraction 2013-06-07 14:46:09 -07:00
Vinnie Falco
f79144f122 Update SConstruct for beast 2013-06-06 20:41:44 -07:00
Vinnie Falco
739cde3f2a Use beast::ScopedPointer to hold IFeeVote in Application
Conflicts:
	RippleD.props
	newcoin.vcxproj.filters
	src/cpp/ripple/Application.cpp
	src/cpp/ripple/Application.h
2013-06-06 20:41:37 -07:00
Vinnie Falco
2c525b03c6 Enormous cleanup of RippleAddress et. al. into ripple_data
Start cleanup into ripple_data, split out some hash_value() instances
Tidy up CBigNum into ripple_data, moving definitions to .cpp
Split and clean up base58 stuff
Remove unused files from VS2012 project
Clean up some bignum stuff and remove unused files
Partial cleanup of RFC1751
Enormous cleanup with RippleAddress and related, into ripple_data
Remove unused VS project files
Move ECIES stuff into CKey
2013-05-30 10:16:22 -07:00
JoelKatz
749965ac09 Fix missing dependencies. 2013-05-30 10:09:49 -07:00
JoelKatz
bbaa2b6670 Put proto stuff in SConstruct 2013-05-27 13:29:45 -07:00
Arthur Britto
9b5d047c90 Fix SConstruct for new style. 2013-05-27 13:16:06 -07:00
Vinnie Falco
3d8772cd04 Another SConstruct fix attempt (take 3) 2013-05-27 13:16:06 -07:00
Vinnie Falco
6170b675b0 Fix SConstruct for protobuf 2013-05-27 13:16:06 -07:00
Vinnie Falco
b0e56d170b Fix SConstruct again (thanks Arthur) 2013-05-27 13:16:04 -07:00
Vinnie Falco
9169eae969 Roll back SConstruct to fix proto changes 2013-05-27 13:16:04 -07:00
Vinnie Falco
1f940b60c4 Update SConstruct 2013-05-27 13:15:59 -07:00
Vinnie Falco
0f38568387 Update SConstruct for json module 2013-05-27 13:15:59 -07:00
Vinnie Falco
7c376b2689 Remove ripple.pb.cc from SConstruct since it is included elsewhere 2013-05-27 13:15:54 -07:00
Vinnie Falco
109b6dc584 Fix link libraries for FreeBSD and Ubuntu 2013-05-27 13:15:53 -07:00
Vinnie Falco
c7bf8fed6e Update SConstruct to fix unity build 2013-05-27 13:15:52 -07:00
Vinnie Falco
c670cb81e7 Interim SConstruct for unity changes 2013-05-27 13:15:52 -07:00
JoelKatz
44bc8c4e9f Code needs to know if LevelDB has been compiled in. 2013-05-16 01:01:04 -07:00
Arthur Britto
28c3af76cb Support unity build for leveldb and scons. 2013-05-15 20:17:19 -07:00
Arthur Britto
0c5d4280d4 SConstruct changes. 2013-05-15 19:41:50 -07:00
JoelKatz
3406acbb0f FreeBSD fix. 2013-05-11 19:21:48 -07:00
JoelKatz
e086fa5a5d Allow LevelDB and SQLite to co-exist in the build and have the backing
store for hashed nodes selectable in the config.
2013-05-07 15:04:23 -07:00
Arthur Britto
30b94fd533 Yet more leveldb changes. 2013-04-27 14:35:48 -07:00
Arthur Britto
4d6f88900b More leveldb changes. 2013-04-27 14:25:59 -07:00
Arthur Britto
9af026dde2 Work toward leveldb compiling. 2013-04-27 14:09:20 -07:00
JoelKatz
d8d87ff207 LevelDB fixes. 2013-04-25 18:44:02 -07:00
JoelKatz
169b6c9057 Updates. 2013-04-25 18:36:20 -07:00
JoelKatz
35ad8d4c6f Add LevelDB support for hash nodes. We really need to cut over, the reduction in
I/O and CPU use is dramatic.
2013-04-25 17:32:12 -07:00
Arthur Britto
cb3fe2f370 Fix gcc version checking. 2013-03-23 21:40:24 -07:00
Arthur Britto
9a7cbe0ce7 Only use c++11 for gcc 4.7 or later. 2013-03-19 02:34:22 -07:00
JoelKatz
606dff758c Support compiling with C++11 rules. Compile C++11 by default.
This gives us some significant performance boosts when containers and binds.
2013-03-16 02:38:05 -07:00
Arthur Britto
c68b650a36 SConstruct fixes for Ubuntu. 2013-02-03 17:04:00 -08:00
Arthur Britto
cced837600 Fixes for SConstruct on FreeBSD. 2013-01-12 22:01:21 -08:00
JoelKatz
95c7794e7b Be explicit about which SQLite thread mode we want. 2013-01-12 01:57:20 -08:00
Jcar
bc1c650ec3 Got it to work in XCode :-) Including:
-Replicate Scons in Xcode configuration by importing various libraries
-That's the end of the list
2012-12-18 17:44:15 -08:00
Arthur Britto
a014bc5843 Build tags in base directory for editors. 2012-11-20 14:04:14 -08:00
Arthur Britto
b9bdcceecf Cosmetic changes. 2012-11-17 18:54:34 -08:00
Arthur Britto
ffce0c8979 White list Ubuntu for boost without -mt. 2012-11-17 18:46:59 -08:00
Arthur Britto
08ad3b73b5 Do not use -mt for boost libs on FreeBSD. 2012-11-17 14:11:28 -08:00
jed
efbbc5ddb5 no -mt for boost 2012-11-16 11:16:06 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00
JoelKatz
bd135b8772 Use the new HTTP request parser 2012-10-18 13:39:36 -07:00
Arthur Britto
2af15db40a Rename everything from newcoin to ripple except the protocol buffers. 2012-10-12 15:48:33 -07:00
Andrey Fedorov
b304d9ae43 fixed SConstruct to build on OSX 2012-10-05 12:34:14 -04:00
Andrey Fedorov
8c4ac316cc formatting fixes in SConstruct 2012-10-05 12:32:17 -04:00
Arthur Britto
b03f73067f Add clang support to SConstruct. 2012-07-14 12:52:19 -07:00
JoelKatz
ad86e17920 Make validation code work. 2012-06-18 16:58:21 -07:00
jed
3e46abf9b8 . 2012-06-18 07:29:26 -07:00
jed
7a9607492d . 2012-06-18 07:27:49 -07:00
Arthur Britto
e26c8f93cf Add websocketpp to build. 2012-06-14 16:50:45 -07:00