Vinnie Falco
fd6172273c
Refactor FeeVote into IFeeVote abstract interface
2013-05-31 07:13:21 -07:00
Vinnie Falco
794b84c473
Fix missing file names for new Log partition code
2013-05-27 13:15:57 -07:00
Vinnie Falco
5615bd230d
Strip includes from module sources and move them into unity .cpp file
2013-05-27 13:14:06 -07:00
Vinnie Falco
a21836c22a
New implementation to replace logging macros
2013-05-27 13:14:03 -07:00
JoelKatz
10240a3314
More work on sanely enabling features
2013-05-11 16:39:55 -07:00
JoelKatz
09c37874a2
More change process work.
2013-04-26 23:14:40 -07:00
JoelKatz
b906cebf12
Fee change bugfixes.
2013-04-23 11:48:51 -07:00
JoelKatz
9c9fb267d9
Finish fee change logic.
2013-04-23 09:57:08 -07:00
JoelKatz
3263693c94
The next part of the reserve/fee change code.
...
Conflicts:
src/cpp/ripple/Application.cpp
2013-04-17 08:41:07 -07:00
JoelKatz
80d98e55a9
Clean up JSON reporting of booleans and network state.
2013-01-18 17:38:11 -08:00
JoelKatz
2a06686b7c
Round one of fixes to avoid ridiculous numbers of spurious copy constructor and destructor calls.
...
Most of these fixes involve calls to BOOST_FOREACH to iterate over a map or unordered_map where the
iterator type didn't perfectly match the internal type, so a reference into the map couldn't be created
and a new value/content pair had to be created for each iteration.
2012-12-17 20:20:24 -08:00
JoelKatz
c8159e70eb
Missing piece.
2012-12-02 21:15:59 -08:00
JoelKatz
331514570c
More feature table work.
2012-12-02 20:11:34 -08:00
JoelKatz
6b77a141d8
More work on the feature table.
2012-12-02 17:01:53 -08:00
JoelKatz
5f7d655d7d
Structures to track state of features.
2012-12-02 15:52:09 -08:00