Historique des commits

Auteur SHA1 Message Date
  Sam Jaffe dc784283ab Convert to using GoogleMock for testing il y a 7 ans
  Sam Jaffe fc1b655b75 Adding tests for bigdecimal using integer values il y a 7 ans
  Samuel Jaffe 6ca1a140ca Removing unused shift10 export. il y a 8 ans
  Samuel Jaffe 3d7a2065a9 Adding other comparison operators. il y a 8 ans
  Samuel Jaffe fb182cf808 Fixing operator equals il y a 8 ans
  Samuel Jaffe c122c8ff1e Fixing division. Cleaning up multiplication code. Using getter functions where appropriate. il y a 8 ans
  Samuel Jaffe 9edde52a47 Fixing multiplication and to_string. il y a 8 ans
  Samuel Jaffe b08fa174bc Fixing equals-one check. il y a 8 ans
  Samuel Jaffe a61d5838af Reversing commit d586b8c il y a 8 ans
  Samuel Jaffe ee7077654f I think that this properly handles the various multiplication cases... but I really ought to mathematically prove it (with test cases for enough possible combos). il y a 8 ans
  Samuel Jaffe 3c3d0eeb5c Adding new test cases. il y a 8 ans
  Samuel Jaffe ac7e0d0a4d Fix rescaling bug to force lossyness. il y a 8 ans
  Samuel Jaffe 686f869964 Adding division with initial test cases (not complete). il y a 8 ans
  Samuel Jaffe ea28819179 Fixing bounds issue with negative numbers that use all 9 digits in the first cell. il y a 8 ans
  Samuel Jaffe 8dc64b50f3 Fixing oob violations in detail::multiply and detail::subtract_nounderflow. il y a 8 ans
  Samuel Jaffe a855123300 Fixing to_string output when scale is negative. il y a 8 ans
  Samuel Jaffe bb2144baf3 Initial commit of big decimal code, supporting +, -, *. il y a 8 ans
  Samuel Jaffe d586b8cf26 Adding offset handling to multiplication. il y a 8 ans
  Samuel Jaffe 4f9108a734 Reducing code duplication in biginteger. il y a 8 ans
  Samuel Jaffe 5173ebab09 Making shift10 work in both directions. il y a 8 ans
  Samuel Jaffe c3d890af78 Fixing bug with inner compare loop. il y a 8 ans
  Samuel Jaffe 67269aec3d Updating compare to take an offset number of cells. il y a 8 ans
  Samuel Jaffe bf155c29d6 Splitting out an add for just one element to make division create fewer vectors. il y a 8 ans
  Samuel Jaffe 6737f6b06e Injecting an offset parameter into addition and subtraction. il y a 8 ans
  Samuel Jaffe ca146022fe Moving helper functions in detail to a separate source file. il y a 8 ans
  Samuel Jaffe e4bf27d708 Combining integral constructors for biginteger. il y a 8 ans
  Samuel Jaffe 09324c512f Make modulo happen 'in-place'. il y a 8 ans
  Samuel Jaffe ef70f4888e Making operators / and % take rhs by value, to optimize chained operations. il y a 8 ans
  Samuel Jaffe dd4812d507 Making operator* take rhs by value to optimize chaining. il y a 8 ans
  Samuel Jaffe b0db727c7d Marking +/- as taking rhs by value. This optimizes chaining operations (A+B+C+D+...). il y a 8 ans