1. beeeef9 Improve comments by jk-jeon · 6 months ago upstream/cmake_overhaul upstream/master
  2. e4a85eb Use read_static_data instead of memcpy for to_chars by jk-jeon · 6 months ago
  3. f51fa33 Add variable templates feature detection and hide max_output_string_length in C++11 by jk-jeon · 6 months ago
  4. 149a7ed Preprocessing hack for reusing macro definitions by jk-jeon · 6 months ago
  5. e0e57e0 Move the actual definition of max_output_string_length into a template struct to prepare C++11-compatibility patch by jk-jeon · 6 months ago
  6. 69c1cb4 Add #include of config header by jk-jeon · 6 months ago
  7. 68b9997 Replace arithmetic shifts by unsigned shifts by jk-jeon · 6 months ago
  8. 457dddd Remove conditional noexcept handling by jk-jeon · 6 months ago
  9. 21bac32 Add JKJ_READ_STATIC_DATA config macro by jk-jeon · 6 months ago
  10. 76679d4 Improve comments by jk-jeon · 6 months ago
  11. 565e788 Cleanup code from the previous commit by jk-jeon · 6 months ago
  12. 4e89087 Fix errors from the previous commit by jk-jeon · 6 months ago
  13. f22745d Improve compact digit generation by jk-jeon · 6 months ago
  14. 292ad40 Eliminate a subtraction from compressed cache handling by jk-jeon · 6 months ago
  15. 3287030 Replace umul128 by umul96 in compressed cache handling of binary32 by jk-jeon · 6 months ago
  16. 5011fd3 Add config macro for replacing the top-namespace by jk-jeon · 6 months ago
  17. afd950b Add assert to ensure no overflow. by jk-jeon · 6 months ago
  18. f6a74b1 Change size_t into DecimalExponentType in remove_trailing_zeros by jk-jeon · 6 months ago
  19. d7bf5f8 Re-upgrade actions/checkout into v4 by jk-jeon · 6 months ago
  20. 4cd2782 Re-require /permissive- for MSVC by jk-jeon · 6 months ago
  21. 17c0aa1 Revert actions/checkout into v3 for os.yml to see if that resolves the issue by jk-jeon · 6 months ago
  22. ddbe3dd Change windows-2025 into windows-latest to see if that resolves the issue by jk-jeon · 6 months ago
  23. bc72265 Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 6 months ago
  24. 4739f47 Fix some conversion warnings by jk-jeon · 6 months ago
  25. eed391b Merge pull request #74 from striezel-stash/gh-actions-updates by Junekey Jeon · 6 months ago
  26. 6ba14d1 Update Python version from 3.7 to 3.12 by jk-jeon · 6 months ago
  27. 3676b3b Remove testings of simple_dragonbox with compact cache by jk-jeon · 6 months ago
  28. a2430b5 Fix errors introduced from the recent commit by jk-jeon · 6 months ago
  29. 1f63650 Simplify and fix some errors of simple_dragonbox by jk-jeon · 6 months ago
  30. f228f8b switch from windows-latest to windows-2025 in attempt to avoid timeout by Dirk Stolle · 7 months ago
  31. a2f67e6 update actions/checkout to v4 + actions/setup-python to v5 in GHA by Dirk Stolle · 8 months ago
  32. 6c7c925 Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 1 year, 4 months ago
  33. 39902e6 Fix min/max macro issue (see https://github.com/jk-jeon/dragonbox/issues/68) by jk-jeon · 1 year, 4 months ago
  34. bd69234 Merge pull request #69 from SGSSGene/patch-1 by Junekey Jeon · 1 year, 4 months ago
  35. fbb6ae3 fix: typo by Simon Gene Gottlieb · 1 year, 4 months ago
  36. b27a9ab Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 1 year, 6 months ago
  37. 81f7335 Better exponent printing by jk-jeon · 1 year, 6 months ago
  38. 2fa4826 Fix an outdated comment by jk-jeon · 1 year, 6 months ago
  39. 11df5f0 Update README.md by Junekey Jeon · 1 year, 6 months ago
  40. 0f8eb32 Revert CMake version bump, but instead add header files into INTERFACE projects if version >= 3.19 by jk-jeon · 1 year, 6 months ago
  41. 1dee717 Bump min CMake version and separate dragonbox.h from dragonbox_to_chars project by jk-jeon · 1 year, 6 months ago
  42. 78cf82e Add an initializer for cache_ by jk-jeon · 1 year, 6 months ago
  43. f28dc42 Explicit specialization is forbidden inside a class by jk-jeon · 1 year, 6 months ago
  44. ece4e5f Move simple_dragonbox.h into include directory and merge its tests into the tests of the main implementation by jk-jeon · 1 year, 6 months ago
  45. 90568ea Wrap simple_dragonbox inside jkj namespace and fix some warnings by jk-jeon · 1 year, 6 months ago
  46. 207fd23 Add proper copyright notice by jk-jeon · 1 year, 6 months ago
  47. 9bca23d Remove MSVC specifics by jk-jeon · 1 year, 6 months ago
  48. 90f96f3 Merge pull request #67 from tobybell/add-simple by Junekey Jeon · 1 year, 6 months ago
  49. 23abf54 Replace ::memcpy by std::memcpy by Junekey Jeon · 1 year, 6 months ago
  50. c72f008 Minor fixup by Junekey Jeon · 1 year, 6 months ago
  51. 1c9c8af Add more constexpr into simple_dragonbox.h by Junekey Jeon · 1 year, 6 months ago
  52. 3ba3d7b Update README.md by Junekey Jeon · 1 year, 6 months ago
  53. 9f6d768 Preserve more complex static assert from original implementation by Toby Bell · 1 year, 6 months ago
  54. b1b42f1 Move cache data and types into `float_format` specializations by Toby Bell · 1 year, 6 months ago
  55. 29383b0 Use `static constexpr int` instead of `enum {` by Toby Bell · 1 year, 6 months ago
  56. d3591c4 Put everything but the external API into a `detail` namespace by Toby Bell · 1 year, 6 months ago
  57. e2f3058 Make `uint128::operator+=` constexpr by Toby Bell · 1 year, 6 months ago
  58. 1e0111c Return self from `uint128::operator+=` by Toby Bell · 1 year, 6 months ago
  59. 3b06284 Include C++ headers instead of C ones by Toby Bell · 1 year, 6 months ago
  60. e29f2dd Use macro-based include guard by Toby Bell · 1 year, 6 months ago
  61. a1ebcdd Make usage examples more closely match those in the primary README by Toby Bell · 1 year, 6 months ago
  62. 2729e3b Use sentences instead of phrases in simplifying assumptions list by Toby Bell · 1 year, 6 months ago
  63. d4183bb Specify assumption about `float` and `double` representation size by Toby Bell · 1 year, 6 months ago
  64. a6b4fdc Clarify reduced performance by Toby Bell · 1 year, 6 months ago
  65. 753a750 Move simple_dragonbox to own subproject folder by Toby Bell · 1 year, 6 months ago
  66. fe0e5fe Merge pull request #66 from tobybell/fix-u32c-macro by Junekey Jeon · 1 year, 7 months ago
  67. d690411 Maybe fix bug in `remove_trailing_zeros(u64)` by Toby Bell · 1 year, 7 months ago
  68. d5dc40a The opposite of "smallest" is "largest" not "greatest" by Junekey Jeon · 1 year, 8 months ago
  69. 4b51ffa Remove unneeded positivity assumption by Junekey Jeon · 1 year, 8 months ago
  70. ea74f16 Fix some minor (but subtle) errors by Junekey Jeon · 1 year, 8 months ago
  71. 04bc662 Merge by Junekey Jeon · 1 year, 9 months ago
  72. 35f2429 Fix short circuit bug by Junekey Jeon · 1 year, 9 months ago
  73. 9bac14f Fix a short circuit bug by Junekey Jeon · 1 year, 9 months ago
  74. 51bfef1 Update README.md by Junekey Jeon · 1 year, 10 months ago
  75. 37b8090 Fix a regression for MSVC by Junekey Jeon · 1 year, 10 months ago
  76. 32ebc1f Fix bug in to_chars_naive & add new policy kind by Junekey Jeon · 1 year, 10 months ago
  77. 2e66efa Name of a member has changed by Junekey Jeon · 1 year, 10 months ago
  78. 7962a9a No reason to call remove_compact; just call remove by Junekey Jeon · 1 year, 10 months ago
  79. 0d273a1 Make to_chars constexpr by Junekey Jeon · 1 year, 10 months ago
  80. 7d7e589 More generic max_output_string_length by Junekey Jeon · 1 year, 10 months ago
  81. 19703c7 Replace std:: with detail::stdr:: by Junekey Jeon · 1 year, 10 months ago
  82. ff9d375 Improve trailing zero removal; add new policy remove_compact (same as remove, but supposedly smaller code size) by Junekey Jeon · 1 year, 10 months ago
  83. 0c38567 Small consistency improvements + bug fix for compute_right_closed_directed by Junekey Jeon · 1 year, 10 months ago
  84. f87b64d Replace several uint_least32_t by uint_fast32_t by Junekey Jeon · 1 year, 10 months ago
  85. e25ee77 Small improvements by Junekey Jeon · 1 year, 10 months ago
  86. bac7171 Adapt new interface for get_cache by Junekey Jeon · 1 year, 10 months ago
  87. c10c340 Shift amount correction is now done in a type specified by preferred_integer_types policy; we may need to change the default exponent int type later for better performance by Junekey Jeon · 1 year, 10 months ago
  88. 7ce54f7 Make compressed cache recovery leverage the bound on the decimal exponent; make static_assert C++11-compatible; add another static_assert for validation by Junekey Jeon · 1 year, 10 months ago
  89. d0e3634 Fix typo by Junekey Jeon · 1 year, 10 months ago
  90. bde5ab8 Shift amount corrections (alpha & beta) are now done in std::uint_fast8_t by Junekey Jeon · 1 year, 10 months ago
  91. 9cba70c A few tweaks & add tests for new fast divisions by Junekey Jeon · 1 year, 10 months ago
  92. 035cb82 Properly implement preferred integer types policies (match (default), prefer-32, minimal) by Junekey Jeon · 1 year, 10 months ago
  93. e94f2e5 Fix some errors in testing by Junekey Jeon · 1 year, 10 months ago
  94. 7e957d5 Overhaul for preparing an option for more compact codegen by Junekey Jeon · 1 year, 10 months ago
  95. 76935f8 Match the new array type output form by Junekey Jeon · 1 year, 10 months ago
  96. 015bf3d Try to align the amount of shift to 8-bit boundary by Junekey Jeon · 1 year, 10 months ago
  97. 85c6e7f Introduce a custom std::array by Junekey Jeon · 1 year, 10 months ago
  98. 40bb9c9 Remove explicit dependence on the format for determining kappa by Junekey Jeon · 1 year, 11 months ago
  99. 6d6931e Add a comment on ICC handling for adc by Junekey Jeon · 1 year, 11 months ago
  100. f6990b8 std:: should be stdr:: by Junekey Jeon · 1 year, 11 months ago