Commit Graph

  • 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
  • 45a1509455 Workaround for missing lconv support in android (#327) Dmitry Panteleev 2016-05-16 20:07:14 -04:00
  • 5b106083e7 Check if setlocale succeeded Victor Zverovich 2016-05-19 06:48:35 -07:00
  • 2d8a7ed086 Add include to example Victor Zverovich 2016-05-19 06:39:03 -07:00
  • b18f783fed Add string.h to the docs Victor Zverovich 2016-05-18 21:04:34 -07:00
  • b6c0cf9683 Add fmt::to_string (#326) Victor Zverovich 2016-05-18 19:54:52 -07:00
  • d00b43c592 Workaround an issue with "delete this" in GMock and gcc 6.1.1 Victor Zverovich 2016-05-14 17:58:14 -07:00
  • cc9b051d12 Move format_system_error to the public API (#323) Victor Zverovich 2016-05-11 21:36:22 -06:00
  • d67eb8af2f Correct docs Victor Zverovich 2016-05-10 11:07:53 -07:00
  • 3400e0d609 Fix clang -Weverything warnings (#250) Victor Zverovich 2016-05-10 08:18:14 -07:00
  • f76583276a Clarify performance tradeoffs (#320) Victor Zverovich 2016-05-10 07:29:31 -07:00
  • 31a4f0ab05 Implement website update script Victor Zverovich 2016-05-09 08:36:16 -07:00
  • 744c2824c5 Fix a clang warning about an undefined template (#318) Victor Zverovich 2016-05-08 09:45:32 -07:00
  • 140f11190b Add a website update script Victor Zverovich 2016-05-08 08:03:01 -07:00
  • fb67a2f660 Fix building source package Victor Zverovich 2016-05-08 07:28:34 -07:00
  • d2b65f77e8 Fix formatting Victor Zverovich 2016-05-08 07:27:41 -07:00
  • 03cdd4ca50 Ignore virtualenv in subdirectories Victor Zverovich 2016-05-08 07:27:20 -07:00
  • e5e4fb370c Update version 3.0.0 Victor Zverovich 2016-05-07 09:50:47 -07:00
  • 70d93078e3 Update links Victor Zverovich 2016-05-07 09:37:38 -07:00
  • b344bd9582 Fix release script and changelog format Victor Zverovich 2016-05-07 09:21:26 -07:00
  • add6bcca3e Document ostream support Victor Zverovich 2016-05-07 09:09:33 -07:00
  • 836415b215 Update changelog Victor Zverovich 2016-05-07 08:59:19 -07:00
  • 7ce503e6a0 Update changelog Victor Zverovich 2016-05-07 08:50:51 -07:00
  • a4538ac1e8 Update ChangeLog.rst Victor Zverovich 2016-05-07 08:44:51 -07:00
  • 6dfdada493 Update ChangeLog.rst Victor Zverovich 2016-05-07 08:00:12 -07:00
  • b7fe7dfad1 Update changelog Victor Zverovich 2016-05-07 07:50:56 -07:00
  • 9c865560fd Fix a warning Victor Zverovich 2016-05-07 07:10:40 -07:00
  • 1788883262 Fix warnings Victor Zverovich 2016-05-07 07:03:21 -07:00
  • 90730e706b Move ostream support to ostream.{h,cc} Victor Zverovich 2016-05-06 07:37:20 -07:00
  • 041725e9d0 Update changelog Victor Zverovich 2016-05-05 08:20:12 -07:00
  • c5fe3eb87e Fix code bloat regression on gcc 5.3.1 with -std=c++11 (#315) Victor Zverovich 2016-05-05 07:48:06 -07:00
  • b2a8141373 Update changelog Victor Zverovich 2016-05-04 08:49:29 -07:00
  • 408c84cd42 Update copyright (#314) Victor Zverovich 2016-05-04 06:27:03 -07:00
  • 6825ac9ccf Merge pull request #313 from dean0x7d/test-fixes Victor Zverovich 2016-05-04 06:22:17 -07:00
  • f3d6d3a8f2 Fix find-package-test failure with non-default compiler Dean Moldovan 2016-05-04 00:51:28 +02:00
  • 8eaad79de7 Fix FMT_STATIC_ASSERT compile test Dean Moldovan 2016-05-04 00:36:48 +02:00
  • 131d446183 Fix compile tests not clearing the cache after an error Dean Moldovan 2016-05-04 00:33:29 +02:00
  • 4042198262 Merge pull request #312 from dean0x7d/intel-udl-fix Victor Zverovich 2016-05-03 08:34:53 -07:00
  • 729491eab7 Use FMT_ICC_VERSION everywhere internally Dean Moldovan 2016-05-03 14:26:01 +02:00
  • 3a04ebf14f Fix user-defined literal detection for Intel C++ compiler Dean Moldovan 2016-05-02 23:51:37 +02:00
  • b64d13a357 Merge pull request #309 from jwilk/spelling Victor Zverovich 2016-05-01 06:48:34 -07:00
  • e0ac51cbd9 Fix typos Jakub Wilk 2016-05-01 12:29:21 +02:00
  • 4e279e2a70 Correct formatting Victor Zverovich 2016-04-29 07:02:37 -07:00
  • a3929b719a Document date/time formatting and move example to the docs Victor Zverovich 2016-04-29 06:40:31 -07:00
  • 63be22d5dc Update template Victor Zverovich 2016-04-28 07:09:05 -07:00
  • f171d1f3d6 Update a link Victor Zverovich 2016-04-28 07:05:28 -07:00
  • c33f3e281b cppformat -> fmt Victor Zverovich 2016-04-28 07:00:22 -07:00
  • 59d0efd6d6 Update links Victor Zverovich 2016-04-28 06:54:37 -07:00
  • 56b6c05bf9 Update links Victor Zverovich 2016-04-28 06:47:43 -07:00
  • 8dd48923d8 Update links Victor Zverovich 2016-04-28 06:45:50 -07:00
  • 7dac3c44f5 Update links Victor Zverovich 2016-04-27 18:26:23 -07:00
  • 4a0d9dbc30 Update build script Victor Zverovich 2016-04-27 18:22:44 -07:00
  • c916ab3319 Update docs Victor Zverovich 2016-04-27 08:35:59 -07:00
  • f9ee5f4b43 Update README.rst Victor Zverovich 2016-04-27 08:28:24 -07:00
  • e817bb9cc4 Update links Victor Zverovich 2016-04-27 08:23:03 -07:00
  • 5946029585 Update README.rst Victor Zverovich 2016-04-27 08:15:49 -07:00
  • f4b5aeaed2 Update README.rst Victor Zverovich 2016-04-27 08:13:56 -07:00
  • 5a6a58576a Update README.rst Victor Zverovich 2016-04-27 08:05:40 -07:00
  • 90accff030 Fix a warning Victor Zverovich 2016-04-26 07:23:03 -07:00
  • 49f6771ca9 Grow buffer Victor Zverovich 2016-04-25 08:24:14 -07:00
  • fa5ebd27d4 Implement time formatting Victor Zverovich 2016-04-25 08:07:27 -07:00
  • 4cddbfa7cf Update README.rst Victor Zverovich 2016-04-25 06:36:26 -07:00
  • f1cd5413e9 Update README.rst Victor Zverovich 2016-04-24 10:46:21 -07:00
  • 7f0d8184c9 cppformat -> fmt Victor Zverovich 2016-04-24 10:39:33 -07:00
  • e569297d6a Update Android config Victor Zverovich 2016-04-24 10:23:02 -07:00