Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Jaffe 40b329330a fix: handle division error hace 2 años
  Sam Jaffe de43c17254 Switch to static lib. hace 4 años
  Sam Jaffe 598cbbe846 bugfix: don't underflow for thousands separator for things with less than three digits to begin with. hace 4 años
  Sam Jaffe 718db62da5 Add some more formatting, including a truncation parameter hace 4 años
  Sam Jaffe a700e39648 Add print options to biginteger and bigdecimal. hace 4 años
  Sam Jaffe dec69ac344 Fix clang-format indents hace 4 años
  Sam Jaffe e03d947e04 Add a number format feature to the to_string() functions. hace 4 años
  Sam Jaffe 99d12f1327 Add clang-format, move includes into proper directory, more settings changes hace 4 años
  Sam Jaffe 605502cab0 Update project settings. hace 4 años
  Sam Jaffe be178d2fc8 Relocate test helper to right place. hace 5 años
  Sam Jaffe 6b652d705b Update to XCode 10 hace 6 años
  Sam Jaffe 7e2262e806 Update XCode settings. hace 6 años
  Sam Jaffe f942742920 Merge branch 'decimal' hace 7 años
  Sam Jaffe bbe1744b14 Export bigdecimal.h properly. hace 7 años
  Sam Jaffe 28db841237 Fixing test printers. hace 7 años
  Sam Jaffe df9da20f73 Fix bug where comparisons for operator==, etc were inverted (e.g. < was >, but == was still ==) hace 7 años
  Sam Jaffe 10722b64d0 Fix bug in bigdecimal constructor for >9 digits after the decimal point hace 7 años
  Sam Jaffe bf8f524dfb Fix bug with rescaling hace 7 años
  Sam Jaffe 479abfad73 Fixing bug when performing division with a number of the form '0.*' hace 7 años
  Sam Jaffe 5e5345b1f7 Fixing bug where we pushed the numbers forward, causing them to be 1,000,000,000^diff times as large as appropriate. hace 7 años
  Sam Jaffe 097d356053 More test magic. Fixing bug in rescaling hace 7 años
  Sam Jaffe f713c2b5c4 Add coverage for those last few hard-to-get places. hace 7 años
  Sam Jaffe df50539f37 Fix bug in math::biginteger::operator-= hace 7 años
  Sam Jaffe 3afa6a13dd Breaking up final test in BigDecimalTest hace 7 años
  Sam Jaffe 2818bd62d2 Renaming test type hace 7 años
  Sam Jaffe 43ca1aab4f Since the bigdecimal tests for int values are largely identical to the ones for biginteger, combine them as a typed test. hace 7 años
  Sam Jaffe ae88848432 Some formatting things hace 7 años
  Sam Jaffe dc784283ab Convert to using GoogleMock for testing hace 7 años
  Sam Jaffe fc1b655b75 Adding tests for bigdecimal using integer values hace 7 años
  Samuel Jaffe 6ca1a140ca Removing unused shift10 export. hace 8 años