Commit Graph

  • bea282dae9 cppformat -> fmt Victor Zverovich 2016-04-24 09:18:15 -07:00
  • 17544b1824 Add compatibility headers Victor Zverovich 2016-04-24 09:10:58 -07:00
  • afd67497de cppformat -> fmt Victor Zverovich 2016-04-24 09:06:12 -07:00
  • 5e1576f79f cppformat -> fmt Victor Zverovich 2016-04-24 07:45:13 -07:00
  • 848ab63a2a CPPFORMAT_VERSION -> FMT_VERSION Victor Zverovich 2016-04-24 07:16:33 -07:00
  • c7d9d79ad2 Document visitors and formatters vitaut 2016-04-21 07:31:32 -07:00
  • 9ae2ac2fb7 Document ArgVisitor vitaut 2016-04-21 06:59:48 -07:00
  • 125bb0f19a Revise docs vitaut 2016-04-21 06:50:54 -07:00
  • bfdca8b576 Make ArgVisitor public and document it vitaut 2016-04-20 09:11:33 -07:00
  • da3467b7f9 Document BasicArgFormatter vitaut 2016-04-20 07:45:11 -07:00
  • fb5350543c Correct case vitaut 2016-04-20 07:44:37 -07:00
  • ccbc891992 Document argument formatters vitaut 2016-04-20 07:16:52 -07:00
  • b69e6dcead Make BasicArgFormatter public and add ArgFormatter vitaut 2016-04-19 08:56:31 -07:00
  • 4d8cee2d48 Document the n format specifier vitaut 2016-04-17 20:46:08 -07:00
  • f68771abe4 Implement locale-specific integer formatting vitaut 2016-04-17 19:06:03 -07:00
  • 581afee039 Enable wstring in gtest (#304) vitaut 2016-04-13 08:26:42 -04:00
  • e49a4e0aff Bump version and adjust comments vitaut 2016-04-12 07:42:47 -04:00
  • 753e9a04c0 Update version vitaut 2016-04-11 15:17:15 -04:00
  • 18c69c998d Update changelog and version vitaut 2016-04-11 15:13:36 -04:00
  • 6cfe43539a Update version vitaut 2016-03-21 07:58:24 -07:00
  • c61043450b Update changelog vitaut 2016-03-21 07:57:06 -07:00
  • ed5a862375 Update version 2.1.1 vitaut 2016-04-11 15:17:15 -04:00
  • 6f51274289 Update changelog and version vitaut 2016-04-11 15:13:36 -04:00
  • 752e021106 Update version vitaut 2016-03-21 07:58:24 -07:00
  • 7e3671865f make the install location for the generated cmake files configurable Mario Werner 2016-04-06 09:33:13 +02:00
  • 7d5400f833 Resolve overloads vitaut 2016-04-11 09:32:24 -04:00
  • e4f7d0d311 Resolve overloads vitaut 2016-04-11 09:32:24 -04:00
  • d8e246daaf Merge pull request #299 from niosHD/minor-packaging-improvements Victor Zverovich 2016-04-07 07:35:09 -07:00
  • 8019387a55 Remove the build directory vitaut 2016-04-07 07:26:14 -07:00
  • 620f999e80 ignore the current build directory when packaging Mario Werner 2016-04-06 09:49:34 +02:00
  • dcbb6b1e4d make the install location for the generated cmake files configurable Mario Werner 2016-04-06 09:33:13 +02:00
  • ab772254ce Update version 2.1.0 vitaut 2016-03-21 07:58:24 -07:00
  • 76fba46190 Update changelog vitaut 2016-03-21 07:57:06 -07:00
  • a99891e7a5 Use a mock to test custom argument formatter vitaut 2016-03-19 07:36:28 -07:00
  • 52f89065e1 Make argument formatter customizable vitaut 2016-03-19 07:20:31 -07:00
  • 9ffe98c00e Fix/suppress MSVC warnings vitaut 2016-03-19 06:39:33 -07:00
  • 63d7f3d116 Don't check for C++11 features if C++11 support is disabled vitaut 2016-03-18 08:10:06 -07:00
  • c052cf11b9 Improve coding style consistency vitaut 2016-03-18 07:59:04 -07:00
  • 0c901efb16 Use less strict pedantic flags for tests because of GMock (#291) vitaut 2016-03-18 07:52:24 -07:00
  • 030cccfeef Update changelog vitaut 2016-03-17 07:28:21 -07:00
  • d7ddd61545 Update CMake config and tests from the master branch vitaut 2016-03-17 07:25:50 -07:00
  • 062e3bd757 Add a branch option to the release script vitaut 2016-03-13 10:27:15 -07:00
  • 8c16747a80 Update version 2.0.1 vitaut 2016-03-13 10:19:25 -07:00
  • 5174b8ca28 Update README.rst Victor Zverovich 2016-03-10 10:52:21 -08:00
  • 090de29ddf Update README.rst Victor Zverovich 2016-03-10 10:51:52 -08:00
  • 038009b2e5 Install new CMake on travis vitaut 2016-03-10 08:13:34 -08:00
  • ee6b5a596e Add CMake config file vitaut 2016-03-10 07:46:39 -08:00
  • f5f9bf7f1f Update version vitaut 2016-03-10 07:20:20 -08:00
  • 613f7df021 Update changelog vitaut 2016-03-10 07:19:17 -08:00
  • 8c68e2ca04 Fix fileno causing compile error when #defined Error: expected unqualified-id before '(' token int fmt::BufferedFile::fileno() const { vitaut 2016-03-10 07:16:48 -08:00
  • 368b66a806 Update changelog vitaut 2016-03-10 07:12:16 -08:00
  • 1a166b0e1b Update docs vitaut 2016-03-10 07:00:42 -08:00
  • 38275fb27f Update CMake config vitaut 2016-03-10 07:00:00 -08:00
  • 59607f5e99 Fix warnings on GCC 4.6.3 vitaut 2016-03-09 07:47:08 -08:00
  • 763d1fe6a3 Suppress warnings in Google Mock vitaut 2016-03-08 07:36:22 -08:00
  • 7d6622942c Break a long line vitaut 2016-03-08 06:55:41 -08:00
  • 0867c1b447 Test writing to ostream vitaut 2016-03-04 09:04:28 -08:00
  • 6883d6e724 Merge pull request #285 from mwinterb/winerror_winu Victor Zverovich 2016-03-06 06:55:37 -08:00
  • 8f4b8edb8b Added test of error code that forces the insufficient buffer code path. Michael Winterberg 2016-03-04 17:47:37 -08:00
  • 5324d385c0 Fix a MSVC warning vitaut 2016-03-04 06:44:12 -08:00
  • fc505b5447 Merge pull request #286 from Naios/master Victor Zverovich 2016-03-03 09:54:27 -08:00
  • 3c3d6b3d2a Define FMT_NOEXCEPT empty when exceptions are disabled * Fixes warnings about disabled exception support in MSVC Denis Blank 2016-03-03 17:23:25 +01:00
  • 2a05a87fe7 Changed format_windows_error to not need LocalFree Michael Winterberg 2016-03-02 17:35:34 -08:00
  • 3ecad55910 Fix sign conversion warnings vitaut 2016-03-02 07:53:14 -08:00
  • d929fdeb9b Fix clang warnings vitaut 2016-03-02 07:02:57 -08:00
  • 9d577cae6f Fix handling of negative error codes in format_error_code vitaut 2016-03-02 07:01:21 -08:00
  • 6e820841d4 Add mongo_smasher to the list of projects Victor Zverovich 2016-03-01 14:28:52 -08:00
  • 82d6813e7c Fix a bunch of Clang sign-conversion warnings vitaut 2016-03-01 08:12:29 -08:00
  • 2f12a32c20 Merge pull request #277 from PSPDFKit-labs/fix-switch-fallthrough Victor Zverovich 2016-02-23 10:28:17 -08:00
  • 6178bc6f8e Fix switch fall-through warning Patrik Weiskircher 2016-02-23 12:59:26 -05:00
  • 209748f128 Workaround a bug in Apple LLVM version 4.2 of clang (#276) vitaut 2016-02-23 07:27:01 -08:00
  • f64ea6235f Include xlocale.h for LC_NUMERIC_MASK on OS X vitaut 2016-02-19 13:30:18 -08:00
  • 80d288b146 Correct comment vitaut 2016-02-11 07:25:00 -08:00
  • 6500f161f7 Fix a warning in freelocale mock (#274) vitaut 2016-02-11 06:55:53 -08:00
  • abd93d824a Move gmock into test/ vitaut 2016-02-10 07:16:49 -08:00
  • 2b2aa8926f add_subdirectory-test -> add-subdirectory-test for consistency vitaut 2016-02-10 07:01:40 -08:00
  • 21b8279cfe Remove biicode because it has been shut down vitaut 2016-02-09 21:25:52 -08:00
  • cd7f6c1fda Comment vitaut 2016-02-09 15:40:26 -08:00
  • 70e44a8e7f Simplify locale mock vitaut 2016-02-09 11:31:04 -08:00
  • b8c6192a61 Simplify build config and enable C++11 by default vitaut 2016-02-09 08:43:39 -08:00
  • c7b7141b11 Merge pull request #273 from niosHD/extend-ci-tests Victor Zverovich 2016-02-09 06:53:58 -08:00
  • c57f8f563b omit the c++ 2003 tests Mario Werner 2016-02-09 09:08:11 +01:00
  • 016af73d19 fixed typo in script Mario Werner 2016-02-07 18:47:39 +01:00
  • f961683516 specify c++11 as c++0x for travis Mario Werner 2016-02-07 18:41:46 +01:00
  • 27a1b787c8 test in c++ 98, 03 and 11 mode Mario Werner 2016-02-07 18:32:23 +01:00
  • 6a79a3279b build and test in c++11 and in c++98 mode Mario Werner 2016-02-07 18:23:02 +01:00
  • 734d3bf175 Remove link to API compatibility report which is no longer functional vitaut 2016-02-05 08:31:19 -08:00
  • 8c8877df5a treat format.cc like a header Mario Werner 2016-02-05 15:27:49 +01:00
  • 754be04f11 state that sudo is required for CI Mario Werner 2016-02-05 14:33:56 +01:00
  • 1adee75e1c Check if -fno-delete-null-pointer-checks flag is supported vitaut 2016-02-04 08:36:41 -08:00
  • a4b611a3d3 Workaround GTest bug 705 (#268) vitaut 2016-02-04 08:15:19 -08:00
  • 220bb764e5 Use quotes for local includes vitaut 2016-02-04 08:08:33 -08:00
  • a750114a38 Merge pull request #271 from newnon/master Victor Zverovich 2016-02-04 06:14:24 -08:00
  • 4d56c5ce4c fix android build Sergey 2016-02-04 12:46:59 +03:00
  • c0ad9a888b Update the source location in the documentation build script vitaut 2016-02-03 09:28:44 -08:00
  • 0598d84f61 Merge pull request #267 from niosHD/update-project-layout Victor Zverovich 2016-02-03 08:48:25 -08:00
  • b09c83504e test for gnu++98 instead for c++98 because of mingw ... Mario Werner 2016-02-03 14:11:30 +01:00
  • 3133925ab2 Merge branch 'master' into update-project-layout Mario Werner 2016-02-03 13:15:26 +01:00
  • 03b9485cb3 perform the slower tests only in PEDANTIC mode Mario Werner 2016-02-03 13:05:18 +01:00
  • ded46cc1b6 build test-main library again to improve build time Mario Werner 2016-02-03 12:59:03 +01:00