Commit Graph

  • 3e01376e08 Implement fill/align/width parsing in chrono formatter Victor Zverovich 2018-12-16 07:00:57 -0800
  • e4edc84101 Fix sign-conversion warnings in headers Florin Iucha 2018-12-16 01:30:22 -0500
  • 1d2d479afa Enable conversion warning checking for pedantic build Florin Iucha 2018-12-15 23:46:36 -0500
  • 48ef90edac Remove warning on unused variable Florin Iucha 2018-12-15 16:06:43 -0500
  • 64a648e684 Remove cast reported as useless on GCC Florin Iucha 2018-12-15 16:02:34 -0500
  • ca4763e380 Ignore unused local typedefs Florin Iucha 2018-12-15 15:56:06 -0500
  • ec6dfd4811 Fix uninitialized members Florin Iucha 2018-12-15 12:44:42 -0500
  • fda7611caf Fix sign conversion warning Florin Iucha 2018-12-15 09:46:35 -0500
  • cbf38f3e44 Remove warning on unused variable Florin Iucha 2018-12-15 16:06:43 -0500
  • 840fa466e8 Remove cast reported as useless on GCC Florin Iucha 2018-12-15 16:02:34 -0500
  • e7b7dec517 Ignore unused local typedefs Florin Iucha 2018-12-15 15:56:06 -0500
  • 73121e2c1f Re-enable the default checking for sign conversion Florin Iucha 2018-12-15 15:55:25 -0500
  • 924d26113e Fix sign conversion Florin Iucha 2018-12-15 12:45:26 -0500
  • fd510b7507 Remove more signed/unsigned complications Florin Iucha 2018-12-15 12:45:04 -0500
  • f8f0818c67 Fix uninitialized members Florin Iucha 2018-12-15 12:44:42 -0500
  • f739b1937b Fix sign-conversion warnings Florin Iucha 2018-12-15 12:44:22 -0500
  • 09ab6bcb38 Remove casts that are no longer needed Florin Iucha 2018-12-15 09:58:17 -0500
  • d78b8304fc Fix Clang7 conversion warning Florin Iucha 2018-12-15 09:52:47 -0500
  • 148dfc00c9 Fix GCC8.2 conversion warning Florin Iucha 2018-12-15 09:46:35 -0500
  • 1f92f8a9d8 Remove noexcept Victor Zverovich 2018-12-15 06:41:32 -0800
  • 8668639ae2 Get rid of null_terminating_iterator in format Victor Zverovich 2018-12-13 07:50:50 -0800
  • 93fd473b8f Add support for builtin terminal colors. (#974) Nicolas 2018-12-15 15:16:00 +0100
  • 61ad543c3e Windows .sln filename changed from FORMAT to FMT HecticSerenity 2018-12-13 19:58:32 -0800
  • f51e2a5756
    Windows .sln filename changed from FORMAT to FMT HecticSerenity 2018-12-13 19:58:32 -0800
  • d72b67eded
    Another attempt to fix gcc 4.4 bot. Nicolas Lesser 2018-12-13 21:09:41 +0100
  • b6ff95773d
    Second attempt... Nicolas Lesser 2018-12-13 20:52:45 +0100
  • de1d03dceb
    Try to fix gcc 4.4 bot. Nicolas Lesser 2018-12-13 20:42:45 +0100
  • 7f7504b3f5 Clean up docs Victor Zverovich 2018-12-12 18:21:13 -0800
  • 37f599b1a1 Fix docs Victor Zverovich 2018-12-12 17:50:50 -0800
  • 8c2e15aed5 Make printf work in search (#164) Victor Zverovich 2018-12-12 16:07:54 -0800
  • de71db6d42 Fix asan error (#977) Victor Zverovich 2018-12-12 11:27:06 -0800
  • 2ed1f9e9cf
    Add constexpr/noexcept for union ctor. Nicolas Lesser 2018-12-12 17:40:12 +0100
  • a3a9af06d5
    Fix build failures. Nicolas Lesser 2018-12-12 17:36:18 +0100
  • 5bfce86f2b
    Attempt to fix gcc 4.4 bot. Nicolas Lesser 2018-12-12 17:27:15 +0100
  • 2efaf142e2
    Addressed review comments. Nicolas Lesser 2018-12-12 17:25:49 +0100
  • a92ff7e1bd
    Remove stray noexcepts. Nicolas Lesser 2018-12-12 17:14:20 +0100
  • e636236a31
    Merge branch 'terminal-color' of github.com:Rakete1111/fmt into terminal-color Nicolas Lesser 2018-12-12 16:58:56 +0100
  • 8f980b0ac7
    Use union instead of rgb for storing terminal color. Nicolas Lesser 2018-12-12 16:57:04 +0100
  • b180b39152 Fix default formatting Victor Zverovich 2018-12-09 19:18:27 -0800
  • 4ffb4992a3
    Merge branch 'master' into terminal-color Nicolas 2018-12-10 07:24:04 +0100
  • 24594c747e Disable printing the reset escape code when no style modifiers where applied. (#973) Nicolas 2018-12-10 00:57:20 +0100
  • b0f2224719 Implement default chrono formatting Victor Zverovich 2018-12-09 09:11:52 -0800
  • 77b2a3009a
    Merge branch 'master' into terminal-color Nicolas 2018-12-09 18:32:51 +0100
  • dabe481a72
    Merge branch 'master' into no-reset-print Nicolas 2018-12-09 18:31:51 +0100
  • 749276072f Add file stream support for stylized text printing. (#967) Nicolas 2018-12-09 18:28:48 +0100
  • d87404b23b
    Add support for builtin terminal colors. Nicolas Lesser 2018-12-09 17:03:43 +0100
  • 10f7d3aeb1
    Add a unit test. Nicolas Lesser 2018-12-09 16:35:13 +0100
  • 35510be63b
    Disable printing the reset escape code when no style modifiers where applied. Nicolas Lesser 2018-12-09 16:32:31 +0100
  • f7f0b0e995
    Move disable-FILE-sfinae to color.h Nicolas Lesser 2018-12-09 16:23:34 +0100
  • f54f3d0fb7 Move chrono-specific code to a separate header Victor Zverovich 2018-12-07 10:19:44 -0800
  • a690029d9c
    Add a brief comment explaining why the overload is needed. Nicolas Lesser 2018-12-09 12:30:22 +0100
  • 6d5e0a81c2 Add a simple test for strict compiler warnings Florin Iucha 2018-12-08 10:24:20 -0500
  • c085401702
    Add some unit tests. Nicolas Lesser 2018-12-07 19:12:51 +0100
  • 23db91a091
    Addressed review comments. Nicolas Lesser 2018-12-07 19:06:15 +0100
  • bf1f1c73e3 Fix time test Victor Zverovich 2018-12-07 08:19:13 -0800
  • b6bc6ec246 Add default ctor and fix use of constexpr macros in text_style Victor Zverovich 2018-12-07 07:15:13 -0800
  • acfa95d4a8 Workaround a bug in MSVC's strftime (#965) Victor Zverovich 2018-12-07 07:07:21 -0800
  • 628f830583 More chrono formatting Victor Zverovich 2018-12-07 06:36:08 -0800
  • aa3b5aba41 Implement locale-specific minute formatting Victor Zverovich 2018-12-06 16:12:10 -0800
  • 639de21757 Workaround more MSVC bugs Victor Zverovich 2018-12-06 10:12:42 -0800
  • 3242ddf7b5 Fix warnings Victor Zverovich 2018-12-06 07:27:46 -0800
  • bd1104046b Workaround a bug in MSVC Victor Zverovich 2018-12-06 06:04:45 -0800
  • 81b5c4a5fd Add experimental emphasis support (#961) Nicolas 2018-12-06 16:56:01 +0100
  • 1b96e80299
    Attempt to fix gcc 4.4 bot. Nicolas Lesser 2018-12-06 15:12:27 +0100
  • 1819e88e84
    Better asserts. Nicolas Lesser 2018-12-06 14:56:59 +0100
  • c020c6f385
    Finalize review comments. Nicolas Lesser 2018-12-06 14:53:27 +0100
  • 394e987350
    Fix typo. Nicolas Lesser 2018-12-06 14:44:06 +0100
  • ded9951701
    Address review comments. Nicolas Lesser 2018-12-06 14:42:21 +0100
  • 4c949ccc65
    Fix the italic/underline test case. Nicolas Lesser 2018-12-06 14:04:09 +0100
  • 84dbc6898c
    Fix a few bugs. Nicolas Lesser 2018-12-06 13:53:02 +0100
  • 7c4eb0fbeb Fix warnings in time.h Victor Zverovich 2018-12-05 12:43:52 -0800
  • 563446f801
    Fix indentation. Nicolas Lesser 2018-12-05 23:18:24 +0100
  • 2d624218bf Fix another warning Victor Zverovich 2018-12-05 10:19:53 -0800
  • b2a2d81e37
    Fix wrong order of test. Nicolas Lesser 2018-12-05 19:13:52 +0100
  • 52013c25a1
    Fix typos. Nicolas Lesser 2018-12-05 19:07:52 +0100
  • 6c07444642
    Update tests. Nicolas Lesser 2018-12-05 19:05:27 +0100
  • b31680990e Fix a warning Victor Zverovich 2018-12-05 07:11:06 -0800
  • d58b99b35c
    Use public accessors instead of befriending. Nicolas Lesser 2018-12-05 17:45:48 +0100
  • d7c1f9047a
    Use a single class to denote text formatting. Nicolas Lesser 2018-12-05 17:38:40 +0100
  • b10ccb83e1 Add rpclib to projects Victor Zverovich 2018-12-05 06:42:33 -0800
  • 0497875ff3 Stop the orgy of casts Victor Zverovich 2018-12-05 06:27:31 -0800
  • 37dc495b9d Simplify MSVC workaround Victor Zverovich 2018-12-05 06:22:18 -0800
  • 2ff4996d05 Fix ambiguous complier error C2666 in vs2017.The '+' opeator may cause ambiguity.Avoid implicit conversion. liuping 2018-12-04 20:05:03 +0800
  • 5e2e006ac1
    Add italic and strikethrough options. Nicolas Lesser 2018-12-04 13:42:12 +0100
  • a503fa927c Fix ambiguous complier error C2666 in vs2017.The '+' opeator may cause ambiguity.Avoid implicit conversion. liuping 2018-12-04 20:05:03 +0800
  • 8b1387a9c3
    Fix typo and build error. Nicolas Lesser 2018-12-04 11:55:45 +0100
  • b07b860bb9
    Add experimental emphasis support. Nicolas Lesser 2018-12-04 11:44:28 +0100
  • 77656c672c Fix sign-conversion warnings reported by Clang7 Florin Iucha 2018-12-01 22:56:14 -0500
  • ea5e4790bd Fix formatting Victor Zverovich 2018-12-03 08:58:48 -0800
  • 86681c4bb0
    Update README.rst Victor Zverovich 2018-12-03 08:04:21 -0800
  • e867768ee6 Do not override user provided compile flag Johan J 2018-12-03 14:54:44 +0100
  • 352ae74cf7 Do not override user provided compile flag Johan J 2018-12-03 14:54:44 +0100
  • 0c7f5c3ca4
    Update README.rst Victor Zverovich 2018-12-02 08:22:51 -0800
  • 312f1133f4
    change signature of 'grisu2_prettify' (#955) Daniela Engert 2018-12-02 07:50:14 +0100
  • 0fed787b9b Fix sign-conversion warnings reported by Clang7 Florin Iucha 2018-12-01 22:56:14 -0500
  • e7e2ab1070 Make return type of basic_format_args::max_size() consistent. Daniela Engert 2018-12-01 17:57:34 +0100
  • d6dbfdde93
    Make return type of basic_format_args::max_size() consistent. Daniela Engert 2018-12-01 17:57:34 +0100
  • 29352af369
    Update README.rst Victor Zverovich 2018-12-01 08:19:20 -0800
  • 68214bd904 More time formatting Victor Zverovich 2018-11-30 19:04:14 -0800
  • bcf3fcd673 Clean up bit fiddling for argument packing Victor Zverovich 2018-11-30 15:48:09 -0800