lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master updated (a111350 -> 9d991b0)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master updated (a111350 -> 9d991b0)
Date: Mon, 25 Jan 2021 09:58:03 -0500 (EST)

chicares pushed a change to branch master.

      from  a111350   C++17ize
       new  1d5c923   Change some internal names
       new  306ba4e   Introduce optional (for now) currency class
       new  da240e8   Eliminate a return code that was always zero
       new  5ed8f75   Refactor a unit test
       new  d280c59   Fix a unit test
       new  2666c48   Test rounding double to currency
       new  7b51fab   Adapt to currency class
       new  f7a1129   Store policy fees as currency
       new  2084088   Record speed measurements
       new  6d719d2   Refactor an assertion
       new  6a6ebe3   Adapt to currency class
       new  1e5d1ea   Adapt to currency class
       new  27bd748   Write $0.00 as a currency rather than floating-point 
constant
       new  fd106fc   Reformat
       new  9d991b0   Round currency as such


Summary of changes:
 Speed_gcc_i686-w64-mingw32    |  12 +-
 Speed_gcc_x86_64-pc-linux-gnu |  12 +-
 Speed_gcc_x86_64-w64-mingw32  |  12 +-
 account_value.hpp             |  10 +-
 accountvalue.cpp              |  79 ++++++------
 basicvalues.cpp               |   4 +-
 currency.hpp                  | 143 +++++++++++++++++++++
 currency_test.cpp             | 247 +++++++++++++++++++++++++++++++++++-
 death_benefits.cpp            |  10 +-
 gpt_specamt.cpp               |   4 +-
 group_values.cpp              |   3 +-
 ihs_acctval.cpp               | 195 ++++++++++++++++------------
 ihs_avdebug.cpp               |  14 +-
 ihs_avmly.cpp                 | 289 +++++++++++++++++++++---------------------
 ihs_avstrtgy.cpp              |  28 ++--
 ihs_basicval.cpp              |  16 +--
 ledger_invariant_init.cpp     |  13 +-
 ledger_variant_init.cpp       |   2 +-
 loads.cpp                     |  84 +++++++-----
 loads.hpp                     |   4 +-
 loads_test.cpp                |  61 +++++----
 outlay.cpp                    |  32 ++---
 round_to.hpp                  | 104 ++++++++++++---
 round_to_test.cpp             |  94 +++++++++++---
 24 files changed, 1026 insertions(+), 446 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]