Commit Graph

  • c37c4c437e Fix find-package-test Victor Zverovich 2018-03-13 14:13:39 -04:00
  • 6d21fc43b9 add alias targets with fmt namespace Mario Werner 2017-05-23 17:01:45 +02:00
  • e02aacc634 Add CMake namespace (#511) Victor Zverovich 2018-03-13 13:03:18 -04:00
  • aee4512cc5 Gradle (#649) Park DongHa 2018-03-12 19:40:25 +00:00
  • 7db0e94b9e Fix handling of numeric alignment with no width (#675) Victor Zverovich 2018-03-11 21:04:42 -04:00
  • 9facc119a6 Update docs Victor Zverovich 2018-03-10 09:25:17 -08:00
  • a1d187113b Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-03-10 06:46:51 -08:00
  • daf650c49a Disallow formatting of multibyte strings into a wide buffer (#606) Victor Zverovich 2018-03-10 06:46:41 -08:00
  • 8fd7e30f37 Update README.rst Victor Zverovich 2018-03-09 15:44:46 -08:00
  • ca93be130a Use fmt(s) as an alias for FMT_STRING(s) Victor Zverovich 2018-03-09 15:40:40 -08:00
  • 80e57c7a3d Update to new naming conventions Victor Zverovich 2018-03-07 07:36:13 -08:00
  • ae3cc844e7 Check format string at compile time in print Victor Zverovich 2018-03-07 05:41:45 -08:00
  • 585512fc7c Remove unnecessary instantiations Victor Zverovich 2018-03-04 15:14:02 -08:00
  • 7755cdc199 Make symbols readable Victor Zverovich 2018-03-04 14:46:24 -08:00
  • f867d08239 Update docs Victor Zverovich 2018-03-04 12:09:34 -08:00
  • a103b9bc46 Workaround missed optimization in gcc (#668) Victor Zverovich 2018-03-04 11:45:20 -08:00
  • bb47109a78 Cleanup Victor Zverovich 2018-03-04 11:25:40 -08:00
  • f1ede6380b Make inline_buffer_size public and update docs Victor Zverovich 2018-03-04 10:33:42 -08:00
  • 995b63adfe Update copyright Victor Zverovich 2018-03-04 10:11:44 -08:00
  • 4023291759 Update docs Victor Zverovich 2018-03-04 09:55:17 -08:00
  • 86a9bc8291 Cleanup Victor Zverovich 2018-03-04 09:16:51 -08:00
  • b7632e9641 Make format_to return iterator and update docs Victor Zverovich 2018-03-04 08:13:08 -08:00
  • 5281ea6ad2 do_vformat_to -> vformat_to and update docs Victor Zverovich 2018-03-04 06:40:43 -08:00
  • d07ba49821 Fix docs Victor Zverovich 2018-03-03 22:12:23 -08:00
  • 418659adbe Fix compilation errors on gcc 4.4 Victor Zverovich 2018-03-03 14:04:59 -08:00
  • 1d2adef28d Fix compilation errors on gcc 4.4 Victor Zverovich 2018-03-01 03:45:25 -08:00
  • 45518c3fe1 Fix compilation errors on gcc 4.4 Victor Zverovich 2018-02-28 07:47:24 -08:00
  • 698d909706 Workaround a bug in gcc 5.1 Victor Zverovich 2018-02-28 06:14:56 -08:00
  • 81074c7048 Fix more compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 05:23:25 -08:00
  • 1b4525384b Fix more compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 05:09:24 -08:00
  • 6090e51b65 Fix compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 04:49:20 -08:00
  • 0827ec5aa9 Fix compilation errors on gcc 4.6 Victor Zverovich 2018-02-28 04:33:43 -08:00
  • 4d35f94133 Always use fallback string_view to pass format string (#664) Victor Zverovich 2018-02-24 18:19:30 +00:00
  • 34cf54c2fc Update README.rst Victor Zverovich 2018-02-24 09:37:17 +00:00
  • 0565d65461 Fix gcc 7.2 issue Victor Zverovich 2018-02-24 09:29:15 +00:00
  • f5dc0ed342 Break long lines Victor Zverovich 2018-02-24 08:39:17 +00:00
  • ea06f021f8 test: comment out one FormatStringErrors constexpr test Lars Gullik Bjønnes 2018-02-16 11:05:40 +01:00
  • 5b49177352 test: Initialize some local variables Lars Gullik Bjønnes 2018-02-16 11:04:33 +01:00
  • f45f70af09 Use trailing return type instead of deduction Lars Gullik Bjønnes 2018-02-15 17:34:38 +01:00
  • db86e8d5d3 Remove a couple of unused argument names Lars Gullik Bjønnes 2018-02-15 17:32:54 +01:00
  • 55f5c9f21b Use FMT_NULL instead of 0 is a few more places. Lars Gullik Bjønnes 2018-02-15 17:23:44 +01:00
  • e92ba1071d Fix Python str.format link to point to Python 3 docs johnthagen 2018-02-20 11:54:56 -05:00
  • a7ae5666a0 Enable join on msvc Victor Zverovich 2018-02-19 21:03:51 +00:00
  • 24d249b0b4 Fix formatting of objects convertible to string_view Victor Zverovich 2018-02-19 20:25:56 +00:00
  • e508e30800 Don't define FMT_LOCALE on OpenBSD hubslave 2018-02-19 00:43:35 +02:00
  • 0ee4273b04 Put is_enum check first not to instantiate convert_to_int unnecessarily Victor Zverovich 2018-02-18 05:47:29 +00:00
  • 8ca3ab2c4c Revert problematic pragma Victor Zverovich 2018-02-18 05:38:32 +00:00
  • 18ac98700e Fix formatting of objects convertible to std::string Victor Zverovich 2018-02-17 12:57:18 +00:00
  • ce4a65ffea Add pointer support to basic_writer Victor Zverovich 2018-02-17 09:38:46 +00:00
  • 91721caa42 Add detection of wostream operator<< (#650) Victor Zverovich 2018-02-17 09:03:43 +00:00
  • 1efc15c177 Fix MSVC build Victor Zverovich 2018-02-16 18:13:54 +00:00
  • 8ed264fcd4 Rename type enum constants to prevent collision with poorly written C libs (#644) Victor Zverovich 2018-02-16 17:20:33 +00:00
  • 4ba3f7db82 Update docs Victor Zverovich 2018-02-15 18:52:44 -08:00
  • 7d2723d57c posix.cc: Fix compilation with -fno-exceptions Andrew Gunnerson 2018-02-15 20:26:24 -05:00
  • 24d66c5d65 compilation fix & warnings Alex Alabuzhev 2018-02-14 23:30:55 +00:00
  • 229887bd40 Make constexpr remove_prefix gcc version check tighter (#648) Victor Zverovich 2018-02-14 05:46:41 -08:00
  • f3f19e762f Update docs Victor Zverovich 2018-02-11 13:43:16 -08:00
  • e9fa42acb8 Fix docs and build issues on gcc-4.6 Victor Zverovich 2018-02-11 09:43:54 -08:00
  • affb35cfb9 Replace using with typedef for compatibility with gcc-4.6 Victor Zverovich 2018-02-11 09:23:47 -08:00
  • 9710c058aa Update documentation building script Victor Zverovich 2018-02-11 09:23:17 -08:00
  • 1a4e892765 Move output_range to format.h Victor Zverovich 2018-02-11 08:36:44 -08:00
  • 522de7b55d Replace using with typedef for compatibility with gcc-4.6 Victor Zverovich 2018-02-11 08:32:02 -08:00
  • 0b508fd29d Fix c++0x detection Victor Zverovich 2018-02-11 07:32:22 -08:00
  • 1849735f12 Fallback to c++11 if c++14 not available Victor Zverovich 2018-02-11 07:25:53 -08:00
  • 3239c51814 Get rid of generic lambdas Victor Zverovich 2018-02-11 07:05:14 -08:00
  • 78166ccd36 Get rid of generic lambdas Victor Zverovich 2018-02-11 06:50:56 -08:00
  • d8ef8a9e9b Cleanup Victor Zverovich 2018-02-11 06:23:43 -08:00
  • 822222181b Update README.rst Victor Zverovich 2018-02-10 07:45:32 -08:00
  • b00053247c Merge the std branch Victor Zverovich 2018-02-10 07:29:16 -08:00
  • a502decddb Added a fmt.pro to support build using qmake (#641) Giuseppe Corbelli 2018-01-27 02:12:48 +01:00
  • 61065e1a5c Fix unreachable code warning when signbit returns bool Victor Zverovich 2018-02-10 07:21:17 -08:00
  • 403ae0a23b Add debug postfix for libfmt (#636) Victor Zverovich 2018-02-10 07:17:40 -08:00
  • 5096c0fe97 Fix string_view detection Victor Zverovich 2018-02-10 07:17:29 -08:00
  • 5b3f9eab94 Update syntax.rst Victor Zverovich 2018-02-10 07:03:44 -08:00
  • e802cf14e3 Add note about errno to the documentation Victor Zverovich 2018-02-10 07:01:59 -08:00
  • c96d64652b CMakeLists: Use GNUInstallDirs to set install location Victor Zverovich 2018-02-10 07:00:14 -08:00
  • dbd84697ff Update usage.rst Victor Zverovich 2018-02-10 06:54:26 -08:00
  • 5013c15737 Silence MSVC 2017 constant if expression warning Victor Zverovich 2018-02-10 06:52:46 -08:00
  • cdfcee27fb Use allocator_traits if available Victor Zverovich 2018-02-10 06:51:13 -08:00
  • 66b25ef0d0 Add examples Victor Zverovich 2018-02-10 06:33:03 -08:00
  • 6cb68f9496 Fix warnings Victor Zverovich 2018-02-10 06:28:33 -08:00
  • 0b635c9dc5 Fix handling of fixed enums in clang (#580) Victor Zverovich 2018-02-10 06:17:42 -08:00
  • 66afd9b33a Fix compilation on gcc 6 Victor Zverovich 2018-02-10 05:16:16 -08:00
  • 67e070fe5a Make format work with C++17 std::string_view (#571) Victor Zverovich 2018-02-07 07:37:05 -08:00
  • 867b330966 Remove ANDROID macro check per comment in #458 Victor Zverovich 2018-02-07 07:44:15 -08:00
  • 64599973e9 Enable stream exceptions (#581) Victor Zverovich 2018-02-07 07:36:15 -08:00
  • 35f8f03670 Use less version 2.6.1 and sudo to fix npm install issues on travis Victor Zverovich 2017-09-17 08:41:17 -07:00
  • 92a250fdb6 Suppress Clang's warning on zero as a null pointer Victor Zverovich 2018-02-07 07:16:00 -08:00
  • 2f13d41e30 Add to_wstring Victor Zverovich 2018-02-07 07:08:14 -08:00
  • 1e19ae8348 Workaround a bug in MSVC Victor Zverovich 2018-02-07 06:31:42 -08:00
  • 3810d7e4d4 Workaround a bug in MSVC Victor Zverovich 2018-02-04 09:29:50 -08:00
  • 5c7474e1fb Relax constexpr requirements Victor Zverovich 2018-02-04 08:58:21 -08:00
  • 1f57243b49 Relax constexpr requirements Victor Zverovich 2018-02-04 08:52:43 -08:00
  • dc5403612e Conditionally compile constexpr Victor Zverovich 2018-02-03 06:14:10 -08:00
  • 5d8ba816de Fix a segfault in test on glibc 2.26 #551 Victor Zverovich 2018-02-02 19:34:08 -08:00
  • a9f810c188 Update README.rst Victor Zverovich 2018-02-02 19:17:19 -08:00
  • 2582f41e12 Fix ifdefs Victor Zverovich 2018-02-02 19:16:13 -08:00
  • 1a7d0ba2d0 Adding OpenSpace to the list of projects Victor Zverovich 2018-02-02 19:10:25 -08:00
  • 8921f613de Update build script Victor Zverovich 2018-02-02 18:46:39 -08:00
  • f62e225e82 Automatically update version in release script (#431) Victor Zverovich 2018-02-02 18:45:05 -08:00