1. ada6dbf Initial empty repository by Casey Hillers · 2 years, 5 months ago master
  2. 1623566 Consistently require a semicolon after DOUBLE_CONVERSION_ASSERT (#164) by Nico Weber · 2 years, 7 months ago
  3. 44944ac Fix various typos (#163) by luzpaz · 2 years, 9 months ago
  4. 32bc443 add support for a new architecture loongarch. (#162) by houfangdong · 2 years, 11 months ago
  5. eee1a45 Add `StringToDoubleConverter::StringTo<T>` member function templates (#158) by Niels Dekker · 3 years ago
  6. af900a7 Call StrtodTrimmed/StrtofTrimmed from StringToDoubleConverter::StringToIeee. (#154) by Jan de Mooij · 3 years, 2 months ago
  7. 95c7131 Allow 100 decimal digits for 'toFixed'. (#156) by Florian Loitsch · 3 years, 2 months ago
  8. 0ee0fcd Add '.cache' to .gitignore. (#155) by Florian Loitsch · 3 years, 2 months ago
  9. 3c6d2c2 Avoid unused function warning for AssertTrimmedDigits() (#151) by Edward Welbourne · 3 years, 3 months ago
  10. bf46072 Add a flag to make precision mode like printf's %g (#149) by Mike Hommey · 3 years, 3 months ago
  11. 203fe23 Qt patches (#147) by Edward Welbourne · 3 years, 3 months ago
  12. a3dc3ab Add more documentation for the length of the results. (#150) by Florian Loitsch · 3 years, 3 months ago
  13. 0bd4869 Respect min_exponent_width when exponent is 0 (#148) by Mike Hommey · 3 years, 3 months ago
  14. 0d3733a fix typos (#145) by Erik Torres · 3 years, 4 months ago
  15. afd9378 Fix #141 (#142) by Chayim Refael Friedman · 3 years, 6 months ago
  16. b1d531b CMakeLists.txt: Export all symbols (#136) by Mario Emmenlauer · 3 years, 10 months ago
  17. b0066ce test/cctest/CMakeLists.txt: Added /bigobj for MSVC tests (#135) by Mario Emmenlauer · 3 years, 10 months ago
  18. fd6e1cb Fixes bazel build for downstream projects. (#133) by Yesudeep Mangalapilly · 3 years, 10 months ago
  19. ae96fdf Add DOUBLE_CONVERSION_HAS_ATTRIBUTE to fix warnings on MSVC and enable for GCC. (#131) by Jeff Genovy · 4 years ago
  20. 47a8776 Fix broken MSVC builds. (#130) by Jeff Genovy · 4 years, 1 month ago
  21. f4cb238 Add support for quiet and signaling NaNs to the ieee header. (#128) by Florian Loitsch · 4 years, 2 months ago
  22. 9df6272 Move buffer and buffer_pos down (#125) by Vitaly Buka · 4 years, 3 months ago
  23. 43c6826 Fix strtod.cc undefined constants (#123) by Nikita Yaschenko · 4 years, 3 months ago
  24. 1dce44c Add full license to test .cc files missing it. (#121) by Brett Wilson · 4 years, 4 months ago
  25. 8857767 Add wasm32 as supported platform (#120) by Andrii Vasylevskyi · 4 years, 4 months ago
  26. a54561b Pseiderer/add nios2 and xtensa 001 (#119) by Peter Seiderer · 4 years, 6 months ago
  27. 5cc233e Add support for microblaze. by Florian Loitsch · 4 years, 6 months ago
  28. 4a51e73 Add support for e2k architecture. (#118) by Florian Loitsch · 4 years, 8 months ago
  29. 7da5db9 Add min exponent width option in double-to-string conversion (#116) by pengzhenyi · 4 years, 9 months ago
  30. 3f9cd30 Remove reference to `diy-fp.cc` by Florian Loitsch · 4 years, 10 months ago
  31. e424c2b More Bignum fiddling. (#108) by Dr. Colin Hirsch · 4 years, 10 months ago
  32. 583c6b7 Merge branch 'master' of github.com:google/double-conversion by Florian Loitsch · 4 years, 10 months ago
  33. 5720620 Remove redundant parenthesis. by Florian Loitsch · 4 years, 10 months ago
  34. 7bc0c47 Optimise Bignum layout. (#107) by Dr. Colin Hirsch · 4 years, 10 months ago
  35. e67096c Split Strtod() (#106) by Dr. Colin Hirsch · 4 years, 10 months ago
  36. 32c4026 Split double-conversion. (#104) by Dr. Colin Hirsch · 4 years, 10 months ago
  37. 251fef6 Fix naming. (#103) by Dr. Colin Hirsch · 4 years, 10 months ago
  38. 2c29075 Consistent macro prefix. (#101) by Dr. Colin Hirsch · 4 years, 10 months ago
  39. e394b49 Use standard min/max. (#102) by Dr. Colin Hirsch · 4 years, 10 months ago
  40. 5fa81e8 Fix some issues with invalid hex-float literals. by Florian Loitsch · 5 years ago
  41. fb2364d Improve gitignore. by Florian Loitsch · 5 years ago
  42. 8fcee05 Usefulcat master (#98) by Florian Loitsch · 5 years ago
  43. 067c887 Fix warning for g++ 4.9.3. by Florian Loitsch · 5 years ago
  44. d1c0b80 Update Changelog. by Florian Loitsch · 5 years ago
  45. 4fa48d5 CMake: install to correct lib dir (#93) by Jason Zaman · 5 years ago
  46. cb5cf99 Add big endian ARM support (#92) by Rosen Penev · 5 years ago
  47. 3dfc1e3 Switch to relative includes. by Florian Loitsch · 5 years ago
  48. 860b431 Fix typo in test. by Florian Loitsch · 5 years ago
  49. 53c4c75 Update Changelog and version number. by Florian Loitsch · 5 years ago
  50. f5c59a2 Merge branch 'master' of github.com:google/double-conversion by Florian Loitsch · 5 years ago
  51. 8751aaf Fix 16-bit separators. by Florian Loitsch · 5 years ago
  52. 990c447 msvc: check if _MSC_VER is defined (#88) by Ben Boeckel · 5 years ago
  53. 87d21e3 Allow for compilation in emscripten (#86) by Tim Paine · 5 years ago
  54. 4b2a7f3 Merge branch 'branch_v3.1' by Florian Loitsch · 5 years ago
  55. d583754 Add test cases. by Florian Loitsch · 5 years ago
  56. 9823421 Update version numbers. by Florian Loitsch · 6 years ago
  57. eafa625 Add support of ARC architecture (#82) by Alexey Brodkin · 5 years ago
  58. 4199ef3 Update version numbers. by Florian Loitsch · 6 years ago
  59. e67d737 Merge branch 'master' into branch_v3.1 by Florian Loitsch · 6 years ago
  60. fd043b2 Fix hex literal bug. by Florian Loitsch · 6 years ago
  61. 20ecba5 Support separator characters. by Florian Loitsch · 6 years ago
  62. 05a3fea Add support for hexadecimal float literals. by Florian Loitsch · 6 years ago
  63. aa554d9 Fix bug where hex numbers would lose the minus sign. by Florian Loitsch · 6 years ago
  64. b479bea Add comments for achitecture check. by Florian Loitsch · 6 years ago
  65. 768a445 Add support for aarch64_be, or1k and microblazebe. by Florian Loitsch · 6 years ago
  66. 4e8b3b5 Add support for Windows on ARM and ARM64 (#76) by thomaslmiller · 6 years ago
  67. 9a8e518 Merge pull request #68 from floitschG/static_size_assert by Florian Loitsch · 6 years ago
  68. ae9ad90 Merge pull request #69 from floitschG/pnacl by Florian Loitsch · 6 years ago
  69. e543cca Add Native Client as support architecture. by Florian Loitsch · 6 years ago
  70. da420c3 Use `static_assert` with newer compilers. by Florian Loitsch · 6 years ago
  71. 7a560cf Merge pull request #65 from floitschG/avoid_undef_cast by Florian Loitsch · 6 years ago
  72. 3ef9576 Address comments. by Florian Loitsch · 6 years ago
  73. df50df0 Avoid undefined cast to make ASAN happy. by Florian Loitsch · 6 years ago
  74. 3992066 Merge pull request #64 from google/floitschG-patch-1 by Florian Loitsch · 6 years ago
  75. 6c1e714 Add `exports_files` by Florian Loitsch · 6 years ago
  76. 3ad9d20 Processed length should include no trailing junk (#63) by Tom Jackson · 6 years ago
  77. 1b5fa31 Clarify output charset in DoubleToAscii documentation (#61) by Shane · 6 years ago
  78. e1aa127 Fix warning for code that will never be executed (#59) by Guy Kogus · 6 years ago
  79. cf2f0f3 Merge pull request #57 from google/rename_macro by Florian Loitsch · 6 years ago
  80. c58352d Rename macros. by Florian Loitsch · 6 years ago
  81. fe9b384 Merge pull request #52 from uburuntu/master by Florian Loitsch · 7 years ago
  82. 1d5a688 REF: replace deprecated headers by uburuntu · 7 years ago
  83. 4873703 REF: meaningless static definition in anonymous namespace by uburuntu · 7 years ago
  84. 14033f6 REF: init member in constructor by uburuntu · 7 years ago
  85. 2a257b7 Merge pull request #51 from isaachier/master by Florian Loitsch · 7 years ago
  86. 3c04013 Suppress issue in clang analyzer. by Isaac Hier · 7 years ago
  87. 678cef3 Merge pull request #50 from isaachier/master by Florian Loitsch · 7 years ago
  88. a131c65 Remove unused CMake file. by Isaac Hier · 7 years ago
  89. 5664746 Merge pull request #47 from AKindyakov/case_insensibility_for_special by Florian Loitsch · 7 years ago
  90. 8140713 Remove unnecessary INSTALL_INTERFACE expression. by Isaac Hier · 7 years ago
  91. e13e72e Use template for CMake installation. by Isaac Hier · 7 years ago
  92. aa2df66 Fix mistake for build interface include dir. by Isaac Hier · 7 years ago
  93. 8e02bf4 Improve CMake changes. by Isaac Hier · 7 years ago
  94. a711666 Update CMake package generation. by Isaac Hier · 7 years ago
  95. 9972d3c Implement ALLOW_CASE_INSENSIBILITY mode for StringToDoubleConverter class by akindyakov · 7 years ago
  96. 23cac04 Update Changelog. by Florian Loitsch · 7 years ago
  97. ca220cb Update Changelog. by Florian Loitsch · 7 years ago
  98. 7f54e48 Merge branch 'avoid_negative_shift' by Florian Loitsch · 7 years ago
  99. 4abe326 Avoid negative shift. (#42) by Florian Loitsch · 7 years ago
  100. 78cd7b1 Add assert and test. by Florian Loitsch · 7 years ago