Commit Graph

40 Commits

Author SHA1 Message Date
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
Arthur Britto
684abbe473 Add BOOST_FILESYSTEM_NO_DEPRECATED to compile flags. 2012-06-11 20:10:30 -07:00
Arthur Britto
def2e74cf3 Add support for unit tests. 2012-05-07 19:14:38 -07:00
Arthur Britto
41ba874199 Remove KnownNodeList completely and remove pugi from build. 2012-04-24 17:07:43 -07:00
Arthur Britto
85b5922603 Work toward automated UNL maintenance. 2012-04-13 20:47:34 -07:00
Arthur Britto
c70bf8465f Add support for boost regex to build. 2012-03-29 21:10:08 -07:00
Arthur Britto
73ff9b95ad Rework addresses. 2012-03-17 20:19:09 -07:00
Arthur Britto
1aa2f0b85e Add support for ctags to scons. 2012-03-12 18:08:31 -07:00
Arthur Britto
c57ba4976a Move newcoin.proto to src/ 2012-03-06 22:54:19 -08:00
Arthur Britto
84505623da Remove unnecessary include from SConstruct. 2012-03-06 22:47:14 -08:00
Arthur Britto
c513e45754 Move sources to src and build objs in obj. 2012-03-06 22:43:06 -08:00
Arthur Britto
82af29a21d Fix scons globing of foo.c~ 2012-03-06 20:27:01 -08:00
Arthur Britto
0f632fde02 Initial support for scons. 2012-03-06 18:39:25 -08:00