Commit Graph

  • f29901097f Don't use const char* overload of operator<< (#1309) Victor Zverovich 2019-09-23 11:45:07 -0700
  • 758446c80d Fix a warning (#1319) and simplify code Victor Zverovich 2019-09-19 15:44:45 -0700
  • f7aedc5fc4 Fix shared build on Solaris Vedran Miletić 2019-09-19 21:25:43 +0200
  • 004e5981e3 Fix shared build on Solaris Vedran Miletić 2019-09-19 21:25:43 +0200
  • 840a817ed2 add oss fuzz badge Paul Dreik 2019-09-19 06:47:11 +0200
  • f6afb5e0f3 Using VERSION_LESS instead of VERSION_GREATER_EQUAL Richard Musil 2019-09-19 16:03:25 +0200
  • dfcd43bc49 Added a check for CUDA before enabling it. Richard Musil 2019-09-19 15:48:31 +0200
  • 7165f8ee51 Making CUDA test work with CMAKE_MSVC_RUNTIME_LIBRARY Richard Musil 2019-09-19 14:58:15 +0200
  • a2e241986d
    add oss fuzz badge Paul Dreik 2019-09-19 06:47:11 +0200
  • 79c923ba2c fmt.pc.in: Fix for cross compilation Rosen Penev 2019-09-16 11:24:09 -0700
  • f786d87b0f
    fmt.pc.in: Fix for cross compilation Rosen Penev 2019-09-16 11:24:09 -0700
  • 5dc577c064
    Update ChangeLog.rst Victor Zverovich 2019-09-12 18:20:48 -0700
  • c6d1a94a9f Fix fallback_format (#1306) Victor Zverovich 2019-09-09 17:28:53 -0700
  • 0656045d02 Fix format overload that takes text_style (#1305) Victor Zverovich 2019-09-08 18:41:02 -0700
  • c85ae23c73 Add max_value Victor Zverovich 2019-09-08 09:04:09 -0700
  • b3bf665764 Implement multiplication and part of assignment from pow of 10 Victor Zverovich 2019-09-08 08:09:24 -0700
  • 0887887e23 Implement left shift Victor Zverovich 2019-09-07 17:38:27 -0700
  • ac71d853be Refactor normalize and clean up Victor Zverovich 2019-09-07 17:07:53 -0700
  • 6649b8e0ca value -> bigit Victor Zverovich 2019-09-07 14:23:19 -0700
  • 56b5c192a0 Add a bigint stub and reenable grisu Victor Zverovich 2019-09-07 12:54:16 -0700
  • b2f0b6e44e Tweak comment Victor Zverovich 2019-09-07 08:43:35 -0700
  • 3d9f3c163b Integrate new format string compilation Victor Zverovich 2019-09-06 19:16:11 -0700
  • 19547d5148
    Update index.rst Victor Zverovich 2019-09-06 13:27:28 -0700
  • 972ffd3151
    Update README.rst Victor Zverovich 2019-09-06 13:13:30 -0700
  • 2ed412fa38
    Update README.rst Victor Zverovich 2019-09-06 13:03:14 -0700
  • df4dcf2ece Fixed vs 2015 warning about unused variable when grisu is off gabime 2019-09-06 17:10:45 +0300
  • f7a4b4ab91 Make numeric alignment optional Victor Zverovich 2019-09-06 07:12:35 -0700
  • 6fd16cfb90 Fixed vs 2015 warning about unused variable when grisu is off gabime 2019-09-06 17:10:45 +0300
  • 611cf0b3c6 Format octal 0 as 0 Victor Zverovich 2019-09-06 07:03:47 -0700
  • 58a8f2f539
    Add ccache to the list of projects Victor Zverovich 2019-09-06 06:26:09 -0700
  • 1882b9687b Reduce the numer of ifdefs with an empty (u)int128_t fallback Victor Zverovich 2019-09-05 17:43:40 -0700
  • 6de0454b42 Add support for built-in __int128 when available Deniz Evrenci 2019-08-29 19:36:27 +0900
  • 16e3c48bb0 Move definition of FMT_USE_INT128 to core.h Deniz Evrenci 2019-09-01 20:04:42 +0900
  • 8ce5f680f2 Rename internal::is_integral and internal::is_arithmetic Deniz Evrenci 2019-09-03 02:25:38 +0900
  • ada263dc0b Add support for built-in __int128 when available Deniz Evrenci 2019-08-29 19:36:27 +0900
  • 0b9b1c4a36 Move definition of FMT_USE_INT128 to core.h Deniz Evrenci 2019-09-01 20:04:42 +0900
  • f3446ed0a7 Rename internal::is_integral and internal::is_arithmetic Deniz Evrenci 2019-09-03 02:25:38 +0900
  • 2fd8f9ec8a Initial implementation of optimal compile-time formatter generation Victor Zverovich 2019-09-02 17:08:58 -0700
  • fe642d7648 Clarify use of the core API in header-only mode (#1296) Victor Zverovich 2019-09-02 17:14:30 -0700
  • a128b5b2cb Simplify format string compilation Victor Zverovich 2019-09-01 14:57:36 -0700
  • 466128de00 Remove unused code and refactor Victor Zverovich 2019-09-01 12:12:19 -0700
  • 22e98a5b6a Make compile work with user-defined types Victor Zverovich 2019-09-01 11:48:01 -0700
  • f18a3f36a7 Remove string_view_metadata Victor Zverovich 2019-09-01 11:10:49 -0700
  • 7cad33563c Refactor format string compilation Victor Zverovich 2019-09-01 09:05:24 -0700
  • e1ab6bc006 Simplify format string compilation Victor Zverovich 2019-08-31 10:23:42 -0700
  • 24a88545d9 Add -Werror to tests Victor Zverovich 2019-08-31 09:26:45 -0700
  • 422e7b9d70 Fix compile-time checks for user-defined types (#1292) Victor Zverovich 2019-08-31 08:35:38 -0700
  • d1dd9d5327 Document floating-point n specifier (#1291) Victor Zverovich 2019-08-31 07:28:15 -0700
  • 9a56a608ee Fix warnings (#1288) Victor Zverovich 2019-08-31 07:10:33 -0700
  • c76957565c FixedEnum -> StrongEnum and make it a regression test Victor Zverovich 2019-08-31 06:34:32 -0700
  • 200ee6f108 Fix minor clang-tidy warnings Rosen Penev 2019-08-29 11:23:14 -0700
  • bcd9b9331a Map not int enum to correct underlying_type (#1286) Egor Seredin 2019-08-31 22:25:38 +0900
  • 345ba07f1d Add a CUDA test luncliff 2019-08-28 09:58:37 +0000
  • 31afeb9cce Fix minor clang-tidy warnings Rosen Penev 2019-08-29 11:23:14 -0700
  • c970d4bc21 Add compile-time check for too many arguments: Marek Kurdej 2019-08-30 15:38:37 +0200
  • 7c461dcac1
    Decay argument types in call to do_check_format_string Mark Curtis 2019-08-30 13:05:19 +1000
  • 93d1d1507d Use non-zero constant in TestFixedEnum Egor Seredin 2019-08-29 20:01:50 +0900
  • 471dfa4f60 Map not int enum to correct underlying_type Egor Seredin 2019-08-29 18:14:18 +0900
  • 30c5209963 test cuda: applied PR reviews luncliff 2019-08-29 02:23:07 +0000
  • 14c5dab2e6 test cuda: <fmt/core.h> checks NVCC and CUDA luncliff 2019-08-29 00:50:43 +0900
  • bfa245e1a7 Merge branch 'master' into cuda luncliff 2019-08-29 00:38:29 +0900
  • be279261ff test cuda: add more comment / macro check luncliff 2019-08-29 00:24:16 +0900
  • 9e2490be4c Rename precision parameter hhb 2019-08-27 13:30:51 -0700
  • 3f75e2b69e Make buffer_range public and update custom formatting docs (#1281) Victor Zverovich 2019-08-28 06:18:34 -0700
  • 744302add0 Workaround broken [[deprecated]] in Intel compiler (#1273) Victor Zverovich 2019-08-28 05:58:09 -0700
  • ba82f542d6 test cuda: import fmt in CUDA source code luncliff 2019-08-28 09:58:37 +0000
  • f5556225a4 Eliminate shadow variable warning Greg Sjaardema 2019-08-27 12:46:05 -0600
  • 70f36a1b3c
    Rename precision parameter hhb 2019-08-27 13:30:51 -0700
  • 06e050a0cb Add out-of-box compiling for Intel Compiler v19.0. stolmie 2019-08-27 20:08:32 +0100
  • 88600b91b6 Add out-of-box compiling for Intel Compiler v19.0. stolmie 2019-08-27 20:03:00 +0100
  • fd96ab3f16
    Eliminate shadow variable warning Greg Sjaardema 2019-08-27 12:46:05 -0600
  • ad3c7855e2 Fix typos. Bruce Mitchener 2019-08-27 14:44:55 +0700
  • 83a627aa41 Fix typos. Bruce Mitchener 2019-08-27 14:44:55 +0700
  • 7512a55aa3 Update version 6.0.0 Victor Zverovich 2019-08-26 06:23:37 -0700
  • 9bd2f1f9af Temporarily disable Grisu Victor Zverovich 2019-08-26 06:11:44 -0700
  • b9815cf048 Simplify part_counter Victor Zverovich 2019-08-25 08:30:59 -0700
  • fe00cddde2 Move part counter to the namespace scope Victor Zverovich 2019-08-25 08:19:49 -0700
  • 1a7d172dc7 which_value -> kind Victor Zverovich 2019-08-25 08:08:46 -0700
  • 006c2546f2 Get rid of basic_prepared_format Victor Zverovich 2019-08-25 07:57:56 -0700
  • 4ce006fb6e Simplify format string compilation Victor Zverovich 2019-08-25 07:48:09 -0700
  • e2e557e273 Remove preparator Victor Zverovich 2019-08-25 06:47:15 -0700
  • a5f470eb10 Test and fix compiled format_to_n and formatted_size Victor Zverovich 2019-08-25 06:38:41 -0700
  • 4070c1d80b PrepareTest -> CompileTest Victor Zverovich 2019-08-25 06:22:13 -0700
  • f8b59251c4 Remove unused preparator Victor Zverovich 2019-08-24 12:48:24 -0700
  • 643aa4c8c4 Simplify format string compilation Victor Zverovich 2019-08-24 09:34:22 -0700
  • ffe29a92f4 Get rid of internal::compile Victor Zverovich 2019-08-24 09:04:03 -0700
  • e94d723667 Fix compiled format string version of format_to_n Victor Zverovich 2019-08-24 09:00:30 -0700
  • a9337395a2 Remove unused variable Victor Zverovich 2019-08-24 08:46:15 -0700
  • 562a9f4991 Remove parts_container_concept_check Victor Zverovich 2019-08-24 08:41:43 -0700
  • b257c56e51 Fix size types Victor Zverovich 2019-08-24 08:36:14 -0700
  • 1488df3395 Bump version Victor Zverovich 2019-08-24 07:31:25 -0700
  • b918e3ff81 Fix docopt usage Victor Zverovich 2019-08-24 07:24:42 -0700
  • 23b04ca6d5 Update usage instructions Victor Zverovich 2019-08-24 07:16:45 -0700
  • 5d5918a74d Update usage instructions Victor Zverovich 2019-08-24 07:04:24 -0700
  • 413d97b33a Fix formatting in changelog Victor Zverovich 2019-08-24 06:46:43 -0700
  • 790fd90f40 Update changelog Victor Zverovich 2019-08-24 06:34:19 -0700
  • c0890be77d Update changelog Victor Zverovich 2019-08-24 06:32:47 -0700
  • 5a4b24613b Update the default floating-point format docs (#1270) Victor Zverovich 2019-08-22 15:21:14 -0700
  • 45dc3486fe Update license Victor Zverovich 2019-08-22 08:37:36 -0700
  • 5a353fa8cf Draft license Victor Zverovich 2019-08-21 14:31:22 -0700