Commit Graph

  • 621447fece Make initialization C++11-compatible Victor Zverovich 2016-08-26 14:41:18 -07:00
  • a0190e4bbd Add a missing include Victor Zverovich 2016-08-26 10:26:33 -07:00
  • b903f5c123 format -> vformat Victor Zverovich 2016-08-26 09:10:23 -07:00
  • 43c0095aa3 Refactor type mapping Victor Zverovich 2016-08-26 08:50:09 -07:00
  • 4873685c7e ArgArray -> format_arg_store Victor Zverovich 2016-08-26 06:44:41 -07:00
  • fc73e10620 ArgList -> format_args Victor Zverovich 2016-08-25 08:50:07 -07:00
  • 92605eb4f7 Remove FMT_USE_VARIADIC_TEMPLATES Victor Zverovich 2016-08-25 08:44:53 -07:00
  • 9bb213e920 FormatError -> format_error Victor Zverovich 2016-08-25 08:38:07 -07:00
  • 2ae6bca488 Complete syntax section Victor Zverovich 2016-08-25 07:23:04 -07:00
  • 04335aeadb Correct syntax Victor Zverovich 2016-08-25 07:08:36 -07:00
  • 3d5125cd87 Update paper Victor Zverovich 2016-08-25 06:50:09 -07:00
  • d775a20fff Update paper Victor Zverovich 2016-08-24 07:41:07 -07:00
  • 4dc9fd995f Update paper Victor Zverovich 2016-08-24 06:55:18 -07:00
  • a79c7b4e8f Fix handling of unsigned char strings (#373) Victor Zverovich 2016-08-23 08:42:25 -07:00
  • 195d6a5663 Update paper Victor Zverovich 2016-08-23 08:10:35 -07:00
  • 6c184efa75 Remove old compatibility headers Victor Zverovich 2016-08-22 08:39:26 -07:00
  • 93975c70bb Update paper Victor Zverovich 2016-08-21 07:50:31 -07:00
  • 53f9e7f65c Add 'a' and 'A' format specifiers Victor Zverovich 2016-08-20 09:55:07 -07:00
  • 768739c310 Update paper Victor Zverovich 2016-08-20 07:39:10 -07:00
  • 94d387cd45 Update paper Victor Zverovich 2016-08-19 21:41:19 -07:00
  • 721c9100f2 Update paper Victor Zverovich 2016-08-19 16:43:10 -07:00
  • 108498bdd0 Add initial draft of the paper Victor Zverovich 2016-08-19 09:33:59 -07:00
  • f19d8f9655 Improve error reporting (#357) Victor Zverovich 2016-08-14 07:28:20 -07:00
  • 2bf59a97c6 Add CUAUV, Seastar and ScyllaDB to the list of projects that use fmt Victor Zverovich 2016-08-10 08:29:44 -07:00
  • 12a6027b40 Don't use -std compiler flag if CMAKE_CXX_STANDARD is specified (#366) Victor Zverovich 2016-08-05 08:22:45 -07:00
  • a5d0adf395 Use a heuristic to detect empty strftime result (#367) Victor Zverovich 2016-08-05 07:27:56 -07:00
  • 1a23f9c274 Correct buffer growth when formatting time (#367) Victor Zverovich 2016-08-04 08:34:07 -07:00
  • 9dbb60c4c8 Move fmt::fprintf to printf.h Victor Zverovich 2016-08-03 08:52:05 -07:00
  • ed30108918 Add "n" to integer formatting types Victor Zverovich 2016-07-26 07:36:35 -07:00
  • d5893c9a13 Update homepage and break long lines Victor Zverovich 2016-07-21 09:00:23 -07:00
  • 6ee9f2ed09 Make printf argument formatters public (#335, #360) Victor Zverovich 2016-07-21 06:59:28 -07:00
  • 631ffef438 Merge pull request #361 from nmoehrle/fix-unreachable-code Victor Zverovich 2016-07-21 06:35:38 -07:00
  • 355861f1ff Document PrintfFormatter::format Victor Zverovich 2016-07-20 08:26:14 -07:00
  • ab054532ce Move writer to PrintfFormatter object for consistency with BasicFormatter Victor Zverovich 2016-07-20 08:21:13 -07:00
  • 9823675832 Break long lines Victor Zverovich 2016-07-20 08:17:33 -07:00
  • d4ddaaf2b1 Make PrintfFormatter public (#335, #360) Victor Zverovich 2016-07-20 08:09:14 -07:00
  • fa0f870ac9 Merge pull request #362 from smellman/smellman-patch-1 Victor Zverovich 2016-07-19 16:03:51 -07:00
  • 1dbc6bd1fc Update usage.rst: change Homebrew package name Taro Matsuzawa aka. btm 2016-07-20 07:34:21 +09:00
  • c8c9973669 Remove unreachable code below FMT_THROW Nils Moehrle 2016-07-19 20:33:55 +02:00
  • 65cd664195 Fix handling of wide strings in StringWriter Victor Zverovich 2016-07-18 08:47:11 -07:00
  • c110c6eca7 Update readme Victor Zverovich 2016-07-16 08:44:27 -07:00
  • 1acfd07f1e Workaround broken MinGW installation on AppVeyor (#355) Victor Zverovich 2016-07-16 07:58:42 -07:00
  • d4885cea62 Document BasicStringWriter Victor Zverovich 2016-07-14 07:41:00 -07:00
  • 903357c853 Break a long line Victor Zverovich 2016-07-14 06:47:07 -07:00
  • 88b84d6429 Merge pull request #358 from arvedarved/fix-freebsd Victor Zverovich 2016-07-15 15:23:51 -07:00
  • d7c4e1cb1f Fix compile on freebsd Tilman Keskinöz 2016-07-15 14:28:18 +02:00
  • 0d5ef5c2a6 Fix inclusion of printf.h in the header-only config (#354) Victor Zverovich 2016-07-12 06:59:35 -07:00
  • 8631694021 check -> const_check to avoid a conflict with AssertMacros.h (#350) Victor Zverovich 2016-07-12 06:40:23 -07:00
  • 4133e501f3 Merge branch 'locale' Victor Zverovich 2016-07-11 06:48:38 -07:00
  • 0e6df7e511 Fix handling of thousands separator (#353) Victor Zverovich 2016-07-11 06:23:17 -07:00
  • 44c926d96f Merge pull request #348 from LogicalKnight/fix-clang-extern-header-only Victor Zverovich 2016-06-27 09:21:16 -07:00
  • 75f862bf57 Fix building with clang in header-only mode Sean LK 2016-06-25 05:16:22 +00:00
  • 116914a949 Remove unused scripts Victor Zverovich 2016-06-22 20:58:19 -07:00
  • 689fd2ad49 Refactor release script Victor Zverovich 2016-06-22 07:58:35 -07:00
  • 7a0806a366 Fix release script Victor Zverovich 2016-06-22 07:29:34 -07:00
  • a81bff9349 Update documentation build instructions Victor Zverovich 2016-06-22 07:01:43 -07:00
  • 5c876088d3 Reduce noise Victor Zverovich 2016-06-22 06:33:56 -07:00
  • d688072990 Break a long line Victor Zverovich 2016-06-22 06:29:18 -07:00
  • aa1e6b0f75 Handle images in rst2md converter Victor Zverovich 2016-06-22 06:28:51 -07:00
  • 26819461bd Fix links in older docs Victor Zverovich 2016-06-17 07:30:42 -07:00
  • 2e69e454d0 Fix a link (#347) Victor Zverovich 2016-06-16 11:18:40 -07:00
  • a914384bc4 Merge update-website and release scripts Victor Zverovich 2016-06-16 07:53:07 -07:00
  • 41356aa00a Format scripts Victor Zverovich 2016-06-15 16:14:31 -07:00
  • e9a0d3141b Merge branch 'locale' Victor Zverovich 2016-06-15 15:04:24 -07:00
  • c7d0241abb Fix docs Victor Zverovich 2016-06-15 07:16:04 -07:00
  • e0d6f630f8 Fix MSVC warnings Victor Zverovich 2016-06-15 06:29:47 -07:00
  • a201c61977 Suppress -Wpadded warnings Victor Zverovich 2016-06-14 22:17:34 -07:00
  • 4569b4dbd6 Fix -Wpessimizing-move Victor Zverovich 2016-06-14 15:53:40 -07:00
  • c9bb5468b6 Fix clang warning Victor Zverovich 2016-06-14 15:42:32 -07:00
  • b26e76efe9 Fix a -Wweak-vtables warning in clang Victor Zverovich 2016-06-14 08:11:33 -07:00
  • c7739536e8 Don't use strtod_l on Android (#345) Victor Zverovich 2016-06-14 06:57:12 -07:00
  • dfa631e64a Bump version Victor Zverovich 2016-06-14 06:33:57 -07:00
  • 18e3f16576 Suppress clang's documentation warnings Victor Zverovich 2016-06-12 09:09:36 -07:00
  • 72d51e0b1e Implemented #335: custom printf support Glen Stark 2016-06-08 01:23:32 +02:00
  • 6ccb5673c4 Update README.rst Victor Zverovich 2016-06-03 08:40:07 -07:00
  • a82026746d Fix download link Victor Zverovich 2016-06-03 08:19:24 -07:00
  • 9d36a5a3b0 Remove .doctrees Victor Zverovich 2016-06-03 08:11:24 -07:00
  • 81e2dac955 Improve documentation build Victor Zverovich 2016-06-03 07:19:05 -07:00
  • 5940431e2d Don't exclude the current version from dropdown menu Victor Zverovich 2016-06-03 06:23:49 -07:00
  • 15008bf05d Generate docs for all versions Victor Zverovich 2016-06-02 08:47:33 -07:00
  • 06045cb4a5 Minor fixes to documentation build scripts Victor Zverovich 2016-06-02 06:52:07 -07:00
  • 9492b9ff03 Pass versions from CMake to Sphinx Victor Zverovich 2016-06-02 06:41:25 -07:00
  • 0d9870dd9e Implement website update script Victor Zverovich 2016-06-01 07:45:54 -07:00
  • 5e70843a73 Don't fail if a package was not found Victor Zverovich 2016-05-31 08:49:34 -07:00
  • d25e07660e Specify minimum required Breathe version Victor Zverovich 2016-05-31 08:46:28 -07:00
  • 579736f210 Don't install Sphinx if it the minimum version is satisfied Victor Zverovich 2016-05-31 08:40:29 -07:00
  • 8650c57ccd Reuse virtualenv to speed up builds Victor Zverovich 2016-05-26 08:00:41 -07:00
  • 9071daebe9 Make work dir configurable Victor Zverovich 2016-05-26 07:35:10 -07:00
  • fcaf8a0cdc Make virtualenv dir configurable and break long lines Victor Zverovich 2016-05-26 06:52:51 -07:00
  • 231c16df25 Break long lines Victor Zverovich 2016-05-26 06:48:12 -07:00
  • 971359997f Implement website update script Victor Zverovich 2016-05-26 06:44:20 -07:00
  • f7abf9fd0f Implement website update script Victor Zverovich 2016-05-25 08:22:40 -07:00
  • e68836c123 Don't use --upgrade because it causes pip install older version of sphinx Victor Zverovich 2016-05-25 07:46:47 -07:00
  • dc1e36fa0e Make documentation installation optional (#333) Victor Zverovich 2016-05-24 07:03:08 -07:00
  • 7bb1b50835 Update sphinx Victor Zverovich 2016-05-24 06:55:57 -07:00
  • 96c28f748d Detect if lconv contains thousands_sep Victor Zverovich 2016-05-19 18:12:56 -07:00
  • e160c2b79a Add fmt prefix to includes (#332) Victor Zverovich 2016-05-22 16:07:50 -07:00
  • e2a332e5df Use a mock to test locale support Victor Zverovich 2016-05-19 15:04:25 -07:00
  • ebff26f8f1 Improve formatting consistency Victor Zverovich 2016-05-19 13:36:00 -07:00
  • 559739ec1d Merge pull request #328 from dpantele/android-fix Victor Zverovich 2016-05-19 13:31:38 -07:00