14074 Commits

Author SHA1 Message Date
Vinnie Falco
2d2e33f0c6 Return results of expect in UnitTest 2013-08-07 15:16:35 -07:00
Vinnie Falco
1df03b67e7 Add RelativeTime::seconds() ctor 2013-08-07 15:16:34 -07:00
Vinnie Falco
6b407d3141 Add RelativeTime::seconds() ctor 2013-08-07 15:16:34 -07:00
Vinnie Falco
6d9131084f Add default to UnitTest::fail() and tidy up 2013-08-07 15:16:34 -07:00
Vinnie Falco
87fe9ed877 Add default to UnitTest::fail() and tidy up 2013-08-07 15:16:34 -07:00
Vinnie Falco
66b96b90d5 Generate a fatal error if a running Thread object is destroyed 2013-08-07 15:16:33 -07:00
Vinnie Falco
b7e3de987f Generate a fatal error if a running Thread object is destroyed 2013-08-07 15:16:33 -07:00
Vinnie Falco
03baeccda5 Add getConstData for MemoryBlock 2013-08-07 15:16:33 -07:00
Vinnie Falco
ebee433c65 Add getConstData for MemoryBlock 2013-08-07 15:16:33 -07:00
Vinnie Falco
91b0c1cd0e Add Random::fillBitsRandomly 2013-08-07 15:16:32 -07:00
Vinnie Falco
be3f19c811 Add Random::fillBitsRandomly 2013-08-07 15:16:32 -07:00
Vinnie Falco
6d974daaf2 Add default value to Semaphore ctor 2013-08-07 15:16:32 -07:00
Vinnie Falco
6d8a34540c Add default value to Semaphore ctor 2013-08-07 15:16:32 -07:00
Vinnie Falco
849d0c1c34 Return popped element in List 2013-08-07 15:16:31 -07:00
Vinnie Falco
93b98b77f7 Return popped element in List 2013-08-07 15:16:31 -07:00
Vinnie Falco
63dc75fb81 Add std container compatibility to MemoryBlock 2013-08-07 15:16:31 -07:00
Vinnie Falco
5e33606f1a Add std container compatibility to MemoryBlock 2013-08-07 15:16:31 -07:00
Vinnie Falco
f07732a9ca Fix clang warnings 2013-08-07 15:16:31 -07:00
Vinnie Falco
165fbca849 Fix clang warnings 2013-08-07 15:16:31 -07:00
Vinnie Falco
5c7aad161a Set version to v0.11.0-rc2 2013-08-07 14:51:21 -07:00
David Schwartz
2ac774498c Don't return from getFullLedger too early. 2013-08-06 16:20:48 -07:00
David Schwartz
91f61309f1 Don't return from setFullLedger early 2013-08-06 16:20:11 -07:00
David Schwartz
d85cfec73c Bug fixes. 2013-08-06 16:12:08 -07:00
David Schwartz
af0ec2350e Some extra logging. 2013-08-06 16:05:18 -07:00
David Schwartz
c07b28c899 Offer fix rollup:
Fix a case where an offer is not detected becoming unfunded.
Make sure we skip unfunded offers in calcNodeDeliverFwd.
Issuer of TakerGets can always trade (since funds are unlimited).
Enable multi-quality until some funds move.
Don't let a placed offer take an expired crossing offer.
2013-08-06 09:41:48 -07:00
David Schwartz
73bf23d353 Merge branch 'master' of github.com:JoelKatz/rippled 2013-08-06 09:08:34 -07:00
JoelKatz
5ce5634d8f Don't let a placed offer take an expired crossing offer. 2013-08-06 09:07:42 -07:00
JoelKatz
dd70284654 Enable multi quality until some funds have moved. 2013-08-06 09:07:36 -07:00
JoelKatz
20c95a5ba4 Issuer can always trade on his own order book -- he can't contaminate his infinite funds. 2013-08-06 09:07:30 -07:00
JoelKatz
9dd6b7c408 Make sure we skip unfunded offers. 2013-08-06 09:06:49 -07:00
JoelKatz
8ed990ce94 Fix a case where an offer is not detected as becoming unfunded. Mark two FIXMEs. 2013-08-06 09:06:42 -07:00
Alex Dupre
9702446d91 Comment out a quite useless test case if platform is not Windows, since getcwd()
return the canonical path (resolving symlinks), while HOME may contains symlinks.
2013-08-05 09:39:41 -07:00
Alex Dupre
87a27f5239 Comment out a quite useless test case if platform is not Windows, since getcwd()
return the canonical path (resolving symlinks), while HOME may contains symlinks.
2013-08-05 09:39:41 -07:00
Alex Dupre
d3a07234cd Fix retrieval of CPU info (number of CPUs, speed, flags, vendor) on FreeBSD,
using 'dmesg' and 'sysctl' instead of /proc/cpuinfo that is Linux-specific.
2013-08-05 09:39:34 -07:00
Alex Dupre
3e5b0836a9 Fix retrieval of CPU info (number of CPUs, speed, flags, vendor) on FreeBSD,
using 'dmesg' and 'sysctl' instead of /proc/cpuinfo that is Linux-specific.
2013-08-05 09:39:34 -07:00
Vinnie Falco
c1198b0f2b Fix uninitialized return value 2013-08-01 16:59:39 -07:00
Vinnie Falco
c7ef04aa78 Fix uninitialized return value 2013-08-01 16:58:17 -07:00
Vinnie Falco
cf2c43e7ab Fix clang compile 2013-08-01 15:54:24 -07:00
Vinnie Falco
2b9c9bdc18 Fix clang compile 2013-08-01 15:54:24 -07:00
Vinnie Falco
96a0a7bb2f Disable some gcc warnings 2013-08-01 15:34:04 -07:00
Vinnie Falco
83c3beb2ed Run startup unit tests from Main 2013-08-01 15:27:18 -07:00
Vinnie Falco
a0ede62c42 Run BuildInfo tests on startup 2013-08-01 15:27:18 -07:00
Vinnie Falco
52133569f5 Add runStartup category to UnitTest 2013-08-01 15:27:18 -07:00
Vinnie Falco
a2a65c881f Move startup into RippleMain 2013-08-01 15:27:18 -07:00
Vinnie Falco
1c39721ff7 Add SemanticVersion 2013-08-01 15:27:18 -07:00
Vinnie Falco
77e0ee9006 Run startup unit tests from Main 2013-08-01 15:27:18 -07:00
Vinnie Falco
290627d741 Add runStartup category to UnitTest 2013-08-01 15:27:18 -07:00
Vinnie Falco
1a37c99b87 Use SemanticVersion for BuildInfo 2013-08-01 15:27:18 -07:00
Vinnie Falco
786d9ec56e Add SemanticVersion 2013-08-01 15:27:18 -07:00
Vinnie Falco
57b2c3c2e4 Add overloaded translate() that takes CharPointer_UTF8 2013-08-01 11:36:13 -07:00