Commit Graph

19 Commits (future)

Author SHA1 Message Date
John Ralls 6fab138647 Adjust tests to accommodate Win32 special cases.
10 months ago
John Ralls 3770cb8131 Wrap include of gtest.h and gmock.h with a warning-silencing pragma.
1 year ago
John Ralls 0e15e12ea9 Improve GncNumeric(std::string) to handle unicode spaces.
1 year ago
John Ralls 1fa4f71f59 Fix gnc-numeric test failure on macOS 15.4 beta.
1 year ago
John Ralls 058e2a196b Bug 799564 - Decimal point confusions when getting stock quotes from aex
1 year ago
David Seifert c06bc18dc4
Add missing `#include <cstdint>`
2 years ago
Christopher Lam 11da03bc67 [gtest-gnc-numeric.cpp] test int64 limits for GncNumeric
2 years ago
Christopher Lam 928f9245e6 [gtest-gnc-numeric] add operator comparisons
2 years ago
Christopher Lam c45b9736ab [gnc-numeric.cpp] parse integer + fraction; e.g."10 1/4" == 10.25
3 years ago
John Ralls e98d3534ce Bug 798901 - Wrong value for very small prices from Finance::Quote.
3 years ago
Mike Alexander 6bdaa161eb Redo 71afa3e0 and 71afa3e0 so powten(max_leg_digits) is 1e18
3 years ago
Mike Alexander 71afa3e0fc Make the GncNumeric string constructtor work for long decimal numbers.
3 years ago
John Ralls 2290fa7c22 Fix exception when converting to decimal values that reduce to N/1.
6 years ago
Craig 04aab7cea3 Correctly parse decimals between 0 and -1.
7 years ago
David Palma aab89065da
Bug 796949 - Fix division and rounding of zero.
7 years ago
John Ralls 40a266fc62 One more catch-by-value error.
8 years ago
John Ralls c3180ab374 Operator << fix.
8 years ago
John Ralls 26fa2acfd5 Use a more appropriate comparison for doubles.
9 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago