Commit Graph

  • 3b2fc033d1 Making CUDA test work with CMAKE_MSVC_RUNTIME_LIBRARY Richard Musil 2019-09-19 14:58:15 +02:00
  • ac59d9f3a4 workaround VS2019 Update 3 compiler bug. (#1328) mwinterb 2019-09-24 11:29:29 -07:00
  • 8f27ce4d8b add test for multiple compilation types Daumantas Kavolis 2019-09-24 10:54:49 +01:00
  • 89b0c71fa9 fix name clash in header-only mode Daumantas Kavolis 2019-09-24 10:54:32 +01:00
  • f6a783ad2e fix get Daumantas Kavolis 2019-09-24 10:53:55 +01:00
  • ccc8f5db02 Disable integral operator<< (#1316) Victor Zverovich 2019-09-23 20:34:08 -07:00
  • 20fdb88a1c Remove redundant and nonportable test (#1313) Victor Zverovich 2019-09-23 13:36:12 -07:00
  • f29901097f Don't use const char* overload of operator<< (#1309) Victor Zverovich 2019-09-23 11:45:07 -07:00
  • 758446c80d Fix a warning (#1319) and simplify code Victor Zverovich 2019-09-19 15:44:45 -07:00
  • f7aedc5fc4 Fix shared build on Solaris Vedran Miletić 2019-09-19 21:25:43 +02:00
  • 840a817ed2 add oss fuzz badge Paul Dreik 2019-09-19 06:47:11 +02:00
  • 79c923ba2c fmt.pc.in: Fix for cross compilation Rosen Penev 2019-09-16 11:24:09 -07:00
  • 5dc577c064 Update ChangeLog.rst Victor Zverovich 2019-09-12 18:20:48 -07:00
  • c6d1a94a9f Fix fallback_format (#1306) Victor Zverovich 2019-09-09 17:28:53 -07:00
  • 0656045d02 Fix format overload that takes text_style (#1305) Victor Zverovich 2019-09-08 18:41:02 -07:00
  • c85ae23c73 Add max_value Victor Zverovich 2019-09-08 09:04:09 -07:00
  • b3bf665764 Implement multiplication and part of assignment from pow of 10 Victor Zverovich 2019-09-08 08:09:24 -07:00
  • 0887887e23 Implement left shift Victor Zverovich 2019-09-07 17:38:27 -07:00
  • ac71d853be Refactor normalize and clean up Victor Zverovich 2019-09-07 17:07:53 -07:00
  • 6649b8e0ca value -> bigit Victor Zverovich 2019-09-07 14:23:19 -07:00
  • 56b5c192a0 Add a bigint stub and reenable grisu Victor Zverovich 2019-09-07 12:54:16 -07:00
  • b2f0b6e44e Tweak comment Victor Zverovich 2019-09-07 08:43:35 -07:00
  • 3d9f3c163b Integrate new format string compilation Victor Zverovich 2019-09-06 19:16:11 -07:00
  • 19547d5148 Update index.rst Victor Zverovich 2019-09-06 13:27:28 -07:00
  • 972ffd3151 Update README.rst Victor Zverovich 2019-09-06 13:13:30 -07:00
  • 2ed412fa38 Update README.rst Victor Zverovich 2019-09-06 13:03:14 -07:00
  • df4dcf2ece Fixed vs 2015 warning about unused variable when grisu is off gabime 2019-09-06 17:10:45 +03:00
  • f7a4b4ab91 Make numeric alignment optional Victor Zverovich 2019-09-06 07:12:35 -07:00
  • 611cf0b3c6 Format octal 0 as 0 Victor Zverovich 2019-09-06 07:03:47 -07:00
  • 58a8f2f539 Add ccache to the list of projects Victor Zverovich 2019-09-06 06:26:09 -07:00
  • 1882b9687b Reduce the numer of ifdefs with an empty (u)int128_t fallback Victor Zverovich 2019-09-05 17:43:40 -07:00
  • 6de0454b42 Add support for built-in __int128 when available Deniz Evrenci 2019-08-29 19:36:27 +09:00
  • 16e3c48bb0 Move definition of FMT_USE_INT128 to core.h Deniz Evrenci 2019-09-01 20:04:42 +09:00
  • 8ce5f680f2 Rename internal::is_integral and internal::is_arithmetic Deniz Evrenci 2019-09-03 02:25:38 +09:00
  • 2fd8f9ec8a Initial implementation of optimal compile-time formatter generation Victor Zverovich 2019-09-02 17:08:58 -07:00
  • fe642d7648 Clarify use of the core API in header-only mode (#1296) Victor Zverovich 2019-09-02 17:14:30 -07:00
  • a128b5b2cb Simplify format string compilation Victor Zverovich 2019-09-01 14:57:36 -07:00
  • 466128de00 Remove unused code and refactor Victor Zverovich 2019-09-01 12:12:19 -07:00
  • 22e98a5b6a Make compile work with user-defined types Victor Zverovich 2019-09-01 11:48:01 -07:00
  • f18a3f36a7 Remove string_view_metadata Victor Zverovich 2019-09-01 11:10:49 -07:00
  • 7cad33563c Refactor format string compilation Victor Zverovich 2019-09-01 09:05:24 -07:00
  • e1ab6bc006 Simplify format string compilation Victor Zverovich 2019-08-31 10:23:42 -07:00
  • 24a88545d9 Add -Werror to tests Victor Zverovich 2019-08-31 09:26:45 -07:00
  • 422e7b9d70 Fix compile-time checks for user-defined types (#1292) Victor Zverovich 2019-08-31 08:35:38 -07:00
  • d1dd9d5327 Document floating-point n specifier (#1291) Victor Zverovich 2019-08-31 07:28:15 -07:00
  • 9a56a608ee Fix warnings (#1288) Victor Zverovich 2019-08-31 07:10:33 -07:00
  • c76957565c FixedEnum -> StrongEnum and make it a regression test Victor Zverovich 2019-08-31 06:34:32 -07:00
  • 200ee6f108 Fix minor clang-tidy warnings Rosen Penev 2019-08-29 11:23:14 -07:00
  • bcd9b9331a Map not int enum to correct underlying_type (#1286) Egor Seredin 2019-08-31 22:25:38 +09:00
  • 345ba07f1d Add a CUDA test luncliff 2019-08-28 09:58:37 +00:00
  • 9e2490be4c Rename precision parameter hhb 2019-08-27 13:30:51 -07:00
  • 3f75e2b69e Make buffer_range public and update custom formatting docs (#1281) Victor Zverovich 2019-08-28 06:18:34 -07:00
  • 744302add0 Workaround broken [[deprecated]] in Intel compiler (#1273) Victor Zverovich 2019-08-28 05:58:09 -07:00
  • f5556225a4 Eliminate shadow variable warning Greg Sjaardema 2019-08-27 12:46:05 -06:00
  • ad3c7855e2 Fix typos. Bruce Mitchener 2019-08-27 14:44:55 +07:00
  • 7512a55aa3 Update version Victor Zverovich 2019-08-26 06:23:37 -07:00
  • 9bd2f1f9af Temporarily disable Grisu Victor Zverovich 2019-08-26 06:11:44 -07:00
  • b9815cf048 Simplify part_counter Victor Zverovich 2019-08-25 08:30:59 -07:00
  • fe00cddde2 Move part counter to the namespace scope Victor Zverovich 2019-08-25 08:19:49 -07:00
  • 1a7d172dc7 which_value -> kind Victor Zverovich 2019-08-25 08:08:46 -07:00
  • 006c2546f2 Get rid of basic_prepared_format Victor Zverovich 2019-08-25 07:57:56 -07:00
  • 4ce006fb6e Simplify format string compilation Victor Zverovich 2019-08-25 07:48:09 -07:00
  • e2e557e273 Remove preparator Victor Zverovich 2019-08-25 06:47:15 -07:00
  • a5f470eb10 Test and fix compiled format_to_n and formatted_size Victor Zverovich 2019-08-25 06:38:41 -07:00
  • 4070c1d80b PrepareTest -> CompileTest Victor Zverovich 2019-08-25 06:22:13 -07:00
  • f8b59251c4 Remove unused preparator Victor Zverovich 2019-08-24 12:48:24 -07:00
  • 643aa4c8c4 Simplify format string compilation Victor Zverovich 2019-08-24 09:34:22 -07:00
  • ffe29a92f4 Get rid of internal::compile Victor Zverovich 2019-08-24 09:04:03 -07:00
  • e94d723667 Fix compiled format string version of format_to_n Victor Zverovich 2019-08-24 09:00:30 -07:00
  • a9337395a2 Remove unused variable Victor Zverovich 2019-08-24 08:46:15 -07:00
  • 562a9f4991 Remove parts_container_concept_check Victor Zverovich 2019-08-24 08:41:43 -07:00
  • b257c56e51 Fix size types Victor Zverovich 2019-08-24 08:36:14 -07:00
  • 1488df3395 Bump version Victor Zverovich 2019-08-24 07:31:25 -07:00
  • b918e3ff81 Fix docopt usage Victor Zverovich 2019-08-24 07:24:42 -07:00
  • 23b04ca6d5 Update usage instructions Victor Zverovich 2019-08-24 07:16:45 -07:00
  • 5d5918a74d Update usage instructions Victor Zverovich 2019-08-24 07:04:24 -07:00
  • 413d97b33a Fix formatting in changelog Victor Zverovich 2019-08-24 06:46:43 -07:00
  • 790fd90f40 Update changelog Victor Zverovich 2019-08-24 06:34:19 -07:00
  • c0890be77d Update changelog Victor Zverovich 2019-08-24 06:32:47 -07:00
  • 5a4b24613b Update the default floating-point format docs (#1270) Victor Zverovich 2019-08-22 15:21:14 -07:00
  • 45dc3486fe Update license Victor Zverovich 2019-08-22 08:37:36 -07:00
  • 5a353fa8cf Draft license Victor Zverovich 2019-08-21 14:31:22 -07:00
  • c84d227da9 Update changelog Victor Zverovich 2019-08-21 13:06:21 -07:00
  • b2d4ca1546 Workaround an issue with std::filesystem::path being an infinitely deep range (#1268) Victor Zverovich 2019-08-21 11:22:59 -07:00
  • 2aae6b120c Fix doc for importing header only target with CMake Samuel Debionne 2019-08-13 12:00:27 +02:00
  • 9f09b8eed1 Fix a warning Victor Zverovich 2019-08-11 11:38:16 -07:00
  • 2bb8120d98 Fix a warning Victor Zverovich 2019-08-11 09:27:59 -07:00
  • c1e97392be Fix warnings Victor Zverovich 2019-08-11 06:53:03 -07:00
  • 4e99e09bb3 Fix warnings Victor Zverovich 2019-08-10 16:12:05 -07:00
  • 1607a01870 Suppress a warning Victor Zverovich 2019-08-10 14:15:55 -07:00
  • e8219952c6 Restrict fmt::compile to literal strings Victor Zverovich 2019-08-10 13:18:11 -07:00
  • 544b537334 Update changelog Victor Zverovich 2019-08-10 10:01:23 -07:00
  • 83c13a1fe3 Update changelog Victor Zverovich 2019-08-10 09:56:13 -07:00
  • 2546dafece Update changelog Victor Zverovich 2019-08-10 09:25:16 -07:00
  • 02c04b1736 Update changelog Victor Zverovich 2019-08-10 07:59:33 -07:00
  • 5360ab0b59 Fix iteration over named arguments (#1168) Victor Zverovich 2019-08-09 11:53:07 -07:00
  • b615eca964 Update changelog Victor Zverovich 2019-08-05 05:37:44 -07:00
  • 22a42c0b01 Cleanup compile implementation Victor Zverovich 2019-08-04 11:15:07 -07:00
  • c63624ed45 Update changelog Victor Zverovich 2019-08-04 10:38:33 -07:00
  • 211d312406 Don't terminate on I/O errors in report_error Victor Zverovich 2019-08-04 09:36:26 -07:00