- beeeef9 Improve comments by jk-jeon · 6 months ago upstream/cmake_overhaul upstream/master
- e4a85eb Use read_static_data instead of memcpy for to_chars by jk-jeon · 6 months ago
- f51fa33 Add variable templates feature detection and hide max_output_string_length in C++11 by jk-jeon · 6 months ago
- 149a7ed Preprocessing hack for reusing macro definitions by jk-jeon · 6 months ago
- 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
- 69c1cb4 Add #include of config header by jk-jeon · 6 months ago
- 68b9997 Replace arithmetic shifts by unsigned shifts by jk-jeon · 6 months ago
- 457dddd Remove conditional noexcept handling by jk-jeon · 6 months ago
- 21bac32 Add JKJ_READ_STATIC_DATA config macro by jk-jeon · 6 months ago
- 76679d4 Improve comments by jk-jeon · 6 months ago
- 565e788 Cleanup code from the previous commit by jk-jeon · 6 months ago
- 4e89087 Fix errors from the previous commit by jk-jeon · 6 months ago
- f22745d Improve compact digit generation by jk-jeon · 6 months ago
- 292ad40 Eliminate a subtraction from compressed cache handling by jk-jeon · 6 months ago
- 3287030 Replace umul128 by umul96 in compressed cache handling of binary32 by jk-jeon · 6 months ago
- 5011fd3 Add config macro for replacing the top-namespace by jk-jeon · 6 months ago
- afd950b Add assert to ensure no overflow. by jk-jeon · 6 months ago
- f6a74b1 Change size_t into DecimalExponentType in remove_trailing_zeros by jk-jeon · 6 months ago
- d7bf5f8 Re-upgrade actions/checkout into v4 by jk-jeon · 6 months ago
- 4cd2782 Re-require /permissive- for MSVC by jk-jeon · 6 months ago
- 17c0aa1 Revert actions/checkout into v3 for os.yml to see if that resolves the issue by jk-jeon · 6 months ago
- ddbe3dd Change windows-2025 into windows-latest to see if that resolves the issue by jk-jeon · 6 months ago
- bc72265 Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 6 months ago
- 4739f47 Fix some conversion warnings by jk-jeon · 6 months ago
- eed391b Merge pull request #74 from striezel-stash/gh-actions-updates by Junekey Jeon · 6 months ago
- 6ba14d1 Update Python version from 3.7 to 3.12 by jk-jeon · 6 months ago
- 3676b3b Remove testings of simple_dragonbox with compact cache by jk-jeon · 6 months ago
- a2430b5 Fix errors introduced from the recent commit by jk-jeon · 6 months ago
- 1f63650 Simplify and fix some errors of simple_dragonbox by jk-jeon · 6 months ago
- f228f8b switch from windows-latest to windows-2025 in attempt to avoid timeout by Dirk Stolle · 7 months ago
- a2f67e6 update actions/checkout to v4 + actions/setup-python to v5 in GHA by Dirk Stolle · 8 months ago
- 6c7c925 Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 1 year, 4 months ago
- 39902e6 Fix min/max macro issue (see https://github.com/jk-jeon/dragonbox/issues/68) by jk-jeon · 1 year, 4 months ago
- bd69234 Merge pull request #69 from SGSSGene/patch-1 by Junekey Jeon · 1 year, 4 months ago
- fbb6ae3 fix: typo by Simon Gene Gottlieb · 1 year, 4 months ago
- b27a9ab Merge branch 'master' of https://github.com/jk-jeon/dragonbox by jk-jeon · 1 year, 6 months ago
- 81f7335 Better exponent printing by jk-jeon · 1 year, 6 months ago
- 2fa4826 Fix an outdated comment by jk-jeon · 1 year, 6 months ago
- 11df5f0 Update README.md by Junekey Jeon · 1 year, 6 months ago
- 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
- 1dee717 Bump min CMake version and separate dragonbox.h from dragonbox_to_chars project by jk-jeon · 1 year, 6 months ago
- 78cf82e Add an initializer for cache_ by jk-jeon · 1 year, 6 months ago
- f28dc42 Explicit specialization is forbidden inside a class by jk-jeon · 1 year, 6 months ago
- 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
- 90568ea Wrap simple_dragonbox inside jkj namespace and fix some warnings by jk-jeon · 1 year, 6 months ago
- 207fd23 Add proper copyright notice by jk-jeon · 1 year, 6 months ago
- 9bca23d Remove MSVC specifics by jk-jeon · 1 year, 6 months ago
- 90f96f3 Merge pull request #67 from tobybell/add-simple by Junekey Jeon · 1 year, 6 months ago
- 23abf54 Replace ::memcpy by std::memcpy by Junekey Jeon · 1 year, 6 months ago
- c72f008 Minor fixup by Junekey Jeon · 1 year, 6 months ago
- 1c9c8af Add more constexpr into simple_dragonbox.h by Junekey Jeon · 1 year, 6 months ago
- 3ba3d7b Update README.md by Junekey Jeon · 1 year, 6 months ago
- 9f6d768 Preserve more complex static assert from original implementation by Toby Bell · 1 year, 6 months ago
- b1b42f1 Move cache data and types into `float_format` specializations by Toby Bell · 1 year, 6 months ago
- 29383b0 Use `static constexpr int` instead of `enum {` by Toby Bell · 1 year, 6 months ago
- d3591c4 Put everything but the external API into a `detail` namespace by Toby Bell · 1 year, 6 months ago
- e2f3058 Make `uint128::operator+=` constexpr by Toby Bell · 1 year, 6 months ago
- 1e0111c Return self from `uint128::operator+=` by Toby Bell · 1 year, 6 months ago
- 3b06284 Include C++ headers instead of C ones by Toby Bell · 1 year, 6 months ago
- e29f2dd Use macro-based include guard by Toby Bell · 1 year, 6 months ago
- a1ebcdd Make usage examples more closely match those in the primary README by Toby Bell · 1 year, 6 months ago
- 2729e3b Use sentences instead of phrases in simplifying assumptions list by Toby Bell · 1 year, 6 months ago
- d4183bb Specify assumption about `float` and `double` representation size by Toby Bell · 1 year, 6 months ago
- a6b4fdc Clarify reduced performance by Toby Bell · 1 year, 6 months ago
- 753a750 Move simple_dragonbox to own subproject folder by Toby Bell · 1 year, 6 months ago
- fe0e5fe Merge pull request #66 from tobybell/fix-u32c-macro by Junekey Jeon · 1 year, 7 months ago
- d690411 Maybe fix bug in `remove_trailing_zeros(u64)` by Toby Bell · 1 year, 7 months ago
- d5dc40a The opposite of "smallest" is "largest" not "greatest" by Junekey Jeon · 1 year, 8 months ago
- 4b51ffa Remove unneeded positivity assumption by Junekey Jeon · 1 year, 8 months ago
- ea74f16 Fix some minor (but subtle) errors by Junekey Jeon · 1 year, 8 months ago
- 04bc662 Merge by Junekey Jeon · 1 year, 9 months ago
- 35f2429 Fix short circuit bug by Junekey Jeon · 1 year, 9 months ago
- 9bac14f Fix a short circuit bug by Junekey Jeon · 1 year, 9 months ago
- 51bfef1 Update README.md by Junekey Jeon · 1 year, 10 months ago
- 37b8090 Fix a regression for MSVC by Junekey Jeon · 1 year, 10 months ago
- 32ebc1f Fix bug in to_chars_naive & add new policy kind by Junekey Jeon · 1 year, 10 months ago
- 2e66efa Name of a member has changed by Junekey Jeon · 1 year, 10 months ago
- 7962a9a No reason to call remove_compact; just call remove by Junekey Jeon · 1 year, 10 months ago
- 0d273a1 Make to_chars constexpr by Junekey Jeon · 1 year, 10 months ago
- 7d7e589 More generic max_output_string_length by Junekey Jeon · 1 year, 10 months ago
- 19703c7 Replace std:: with detail::stdr:: by Junekey Jeon · 1 year, 10 months ago
- 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
- 0c38567 Small consistency improvements + bug fix for compute_right_closed_directed by Junekey Jeon · 1 year, 10 months ago
- f87b64d Replace several uint_least32_t by uint_fast32_t by Junekey Jeon · 1 year, 10 months ago
- e25ee77 Small improvements by Junekey Jeon · 1 year, 10 months ago
- bac7171 Adapt new interface for get_cache by Junekey Jeon · 1 year, 10 months ago
- 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
- 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
- d0e3634 Fix typo by Junekey Jeon · 1 year, 10 months ago
- bde5ab8 Shift amount corrections (alpha & beta) are now done in std::uint_fast8_t by Junekey Jeon · 1 year, 10 months ago
- 9cba70c A few tweaks & add tests for new fast divisions by Junekey Jeon · 1 year, 10 months ago
- 035cb82 Properly implement preferred integer types policies (match (default), prefer-32, minimal) by Junekey Jeon · 1 year, 10 months ago
- e94f2e5 Fix some errors in testing by Junekey Jeon · 1 year, 10 months ago
- 7e957d5 Overhaul for preparing an option for more compact codegen by Junekey Jeon · 1 year, 10 months ago
- 76935f8 Match the new array type output form by Junekey Jeon · 1 year, 10 months ago
- 015bf3d Try to align the amount of shift to 8-bit boundary by Junekey Jeon · 1 year, 10 months ago
- 85c6e7f Introduce a custom std::array by Junekey Jeon · 1 year, 10 months ago
- 40bb9c9 Remove explicit dependence on the format for determining kappa by Junekey Jeon · 1 year, 11 months ago
- 6d6931e Add a comment on ICC handling for adc by Junekey Jeon · 1 year, 11 months ago
- f6990b8 std:: should be stdr:: by Junekey Jeon · 1 year, 11 months ago