Commit Graph

  • 7d6622942c Break a long line vitaut 2016-03-08 06:55:41 -0800
  • 0867c1b447 Test writing to ostream vitaut 2016-03-04 09:04:28 -0800
  • 6883d6e724 Merge pull request #285 from mwinterb/winerror_winu Victor Zverovich 2016-03-06 06:55:37 -0800
  • 8f4b8edb8b Added test of error code that forces the insufficient buffer code path. Michael Winterberg 2016-03-04 17:47:37 -0800
  • 5324d385c0 Fix a MSVC warning vitaut 2016-03-04 06:44:12 -0800
  • fc505b5447 Merge pull request #286 from Naios/master Victor Zverovich 2016-03-03 09:54:27 -0800
  • 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 +0100
  • 2a05a87fe7 Changed format_windows_error to not need LocalFree Michael Winterberg 2016-03-02 17:35:34 -0800
  • 3ecad55910 Fix sign conversion warnings vitaut 2016-03-02 07:53:14 -0800
  • d929fdeb9b Fix clang warnings vitaut 2016-03-02 07:02:57 -0800
  • 9d577cae6f Fix handling of negative error codes in format_error_code vitaut 2016-03-02 07:01:21 -0800
  • 6e820841d4 Add mongo_smasher to the list of projects Victor Zverovich 2016-03-01 14:28:52 -0800
  • 82d6813e7c Fix a bunch of Clang sign-conversion warnings vitaut 2016-03-01 08:12:29 -0800
  • 2f12a32c20 Merge pull request #277 from PSPDFKit-labs/fix-switch-fallthrough Victor Zverovich 2016-02-23 10:28:17 -0800
  • 6178bc6f8e Fix switch fall-through warning Patrik Weiskircher 2016-02-23 12:59:26 -0500
  • 209748f128 Workaround a bug in Apple LLVM version 4.2 of clang (#276) vitaut 2016-02-23 07:27:01 -0800
  • f64ea6235f Include xlocale.h for LC_NUMERIC_MASK on OS X vitaut 2016-02-19 13:30:18 -0800
  • 80d288b146 Correct comment vitaut 2016-02-11 07:25:00 -0800
  • 6500f161f7 Fix a warning in freelocale mock (#274) vitaut 2016-02-11 06:55:53 -0800
  • abd93d824a Move gmock into test/ vitaut 2016-02-10 07:16:49 -0800
  • 2b2aa8926f add_subdirectory-test -> add-subdirectory-test for consistency vitaut 2016-02-10 07:01:40 -0800
  • 21b8279cfe Remove biicode because it has been shut down vitaut 2016-02-09 21:25:52 -0800
  • cd7f6c1fda Comment vitaut 2016-02-09 15:40:26 -0800
  • 70e44a8e7f Simplify locale mock vitaut 2016-02-09 11:31:04 -0800
  • b8c6192a61 Simplify build config and enable C++11 by default vitaut 2016-02-09 08:43:39 -0800
  • c7b7141b11 Merge pull request #273 from niosHD/extend-ci-tests Victor Zverovich 2016-02-09 06:53:58 -0800
  • c57f8f563b omit the c++ 2003 tests Mario Werner 2016-02-09 09:08:11 +0100
  • 016af73d19 fixed typo in script Mario Werner 2016-02-07 18:47:39 +0100
  • f961683516 specify c++11 as c++0x for travis Mario Werner 2016-02-07 18:41:46 +0100
  • 27a1b787c8 test in c++ 98, 03 and 11 mode Mario Werner 2016-02-07 18:32:23 +0100
  • 6a79a3279b build and test in c++11 and in c++98 mode Mario Werner 2016-02-07 18:23:02 +0100
  • 734d3bf175 Remove link to API compatibility report which is no longer functional vitaut 2016-02-05 08:31:19 -0800
  • 8c8877df5a treat format.cc like a header Mario Werner 2016-02-05 15:27:49 +0100
  • 754be04f11 state that sudo is required for CI Mario Werner 2016-02-05 14:33:56 +0100
  • 1adee75e1c Check if -fno-delete-null-pointer-checks flag is supported vitaut 2016-02-04 08:36:41 -0800
  • a4b611a3d3 Workaround GTest bug 705 (#268) vitaut 2016-02-04 08:15:19 -0800
  • 220bb764e5 Use quotes for local includes vitaut 2016-02-04 08:08:33 -0800
  • a750114a38 Merge pull request #271 from newnon/master Victor Zverovich 2016-02-04 06:14:24 -0800
  • 4d56c5ce4c fix android build Sergey 2016-02-04 12:46:59 +0300
  • c0ad9a888b Update the source location in the documentation build script vitaut 2016-02-03 09:28:44 -0800
  • 0598d84f61 Merge pull request #267 from niosHD/update-project-layout Victor Zverovich 2016-02-03 08:48:25 -0800
  • b09c83504e test for gnu++98 instead for c++98 because of mingw ... Mario Werner 2016-02-03 14:11:30 +0100
  • 3133925ab2 Merge branch 'master' into update-project-layout Mario Werner 2016-02-03 13:15:26 +0100
  • 03b9485cb3 perform the slower tests only in PEDANTIC mode Mario Werner 2016-02-03 13:05:18 +0100
  • ded46cc1b6 build test-main library again to improve build time Mario Werner 2016-02-03 12:59:03 +0100
  • c1a4cd0fa7 check if cppformat is the master project or just used as dependency Mario Werner 2016-02-03 11:20:19 +0100
  • 797d72133e restored smoke test for syntax compatibility with the 98 c++ standard Mario Werner 2016-02-03 10:01:53 +0100
  • 56cfd9f4ce installed posix.h too when it is built into the library Mario Werner 2016-02-03 09:59:55 +0100
  • e0e8f717a0 FMT_USE_FILE_DESCRIPTORS is apparently only needed for the tests Mario Werner 2016-02-03 09:14:32 +0100
  • cfb25b0e80 Use typedefs instead of macros vitaut 2016-02-02 22:06:54 -0800
  • e489f879c3 Add locale tests vitaut 2016-02-02 17:21:09 -0800
  • c0e926109e use the same warning options like before the PR Mario Werner 2016-02-02 17:14:51 +0100
  • b05a02b91c remove comment which is now superfluous since the code has been moved Mario Werner 2016-02-02 17:04:12 +0100
  • d411aa165e use quotes for including cppformat headers from the tests Mario Werner 2016-02-02 16:55:25 +0100
  • be961bae0f fixed typo in python script Mario Werner 2016-02-01 10:41:45 +0100
  • 0a4acc9656 use the cmake and ctest to drive the appveyor build Mario Werner 2016-02-01 10:22:47 +0100
  • d3fe82c55b propagate the build type into the find test Mario Werner 2016-01-31 20:17:39 +0100
  • a659d8079e Merge branch 'master' into update-project-layout Mario Werner 2016-01-31 17:00:05 +0100
  • cb6b5acaae Merge 11e5d8a8b4 into 4952e79e45 Viper Bailey 2016-01-31 13:53:57 +0000
  • 00fda9b25a add a test for the find script on the build directory Mario Werner 2016-01-31 00:02:49 +0100
  • 4aeeb49d23 updated compile-test and include a working test Mario Werner 2016-01-30 23:49:39 +0100
  • fee52f79b8 update the includes in the tests to get rid of the deprecated warnings Mario Werner 2016-01-30 22:33:37 +0100
  • 4952e79e45 Document that floating-point formatting is locale-dependent. vitaut 2016-01-30 09:20:43 -0800
  • 95c0fb5075 Add a "C" numeric locale vitaut 2016-01-29 16:29:46 -0800
  • 62ac1d98a4 export the header only library also during installation Mario Werner 2016-01-29 16:57:45 +0100
  • 5aa5116edc moved the library definition and the installation into a sub CMakeLists.txt Mario Werner 2016-01-29 16:39:03 +0100
  • 5e7ab2f4ea major cleanup of the test folders CMakeLists.txt Mario Werner 2016-01-29 16:21:17 +0100
  • b52d0bd9d4 define cppformat cmake targets with proper interface definitions Mario Werner 2016-01-29 13:18:02 +0100
  • 0fb474be3a outlined the compiler feature tests to improve script readability Mario Werner 2016-01-29 13:03:47 +0100
  • 3019a8c1fd moved code into cppformat subdirectory Mario Werner 2016-01-28 13:33:16 +0100
  • 7ee287d3d9 Sign extend arguments of smaller types passed to %ll? (#265) vitaut 2016-01-27 07:03:19 -0800
  • ae6368c985 Add a comment to clarify why convert to unsigned vitaut 2016-01-26 07:13:34 -0800
  • bb7a80b1ab Correct comment vitaut 2016-01-25 06:46:43 -0800
  • 8474a6232d Don't perform narrowing conversion for integers in printf (#255) vitaut 2016-01-24 00:43:42 +0100
  • 22f61140d1 Format CMake files, ignore generated files and don't copy header vitaut 2016-01-13 07:14:32 -0800
  • 52ee516cf3 Merge pull request #264 from niosHD/improve-find-and-package-support Victor Zverovich 2016-01-13 06:37:41 -0800
  • ef7bbfff87 removed workaround for cmake versions prior to 2.8.10 Mario Werner 2016-01-13 09:54:02 +0100
  • 891e9117f6 trying to update cmake to 2.8.12 in travis via a ppa repo Mario Werner 2016-01-12 16:53:09 +0100
  • 3fc3ecd184 reverted removal of CPACK_SOURCE_PACKAGE_FILE_NAME Mario Werner 2016-01-12 16:43:36 +0100
  • 06f3abe26d Return early from ArgMap::find vitaut 2016-01-12 06:37:39 -0800
  • 50f14f225c Merge pull request #262 from mwinterb/argmap_vector Victor Zverovich 2016-01-12 06:23:19 -0800
  • b732455fd3 enable package support for out of source builds Mario Werner 2016-01-12 12:33:45 +0100
  • daf74ae0b1 upgrades to cmake 2.8.12 and adds config and export support Mario Werner 2016-01-11 19:01:49 +0100
  • 4af764d040 Changed ArgMap to be backed by a vector instead of a map. Michael Winterberg 2016-01-10 15:30:34 -0800
  • 97e9ed11bc Set interface include dir for gmock vitaut 2016-01-09 08:07:31 -0800
  • f55bf55d43 Correct comment vitaut 2016-01-09 08:06:59 -0800
  • e604d5347f Fix links in README (#260) vitaut 2016-01-08 13:03:34 -0800
  • 979e70f10d Merge pull request #259 from mwinterb/unknown_pragma_bsr Victor Zverovich 2016-01-08 07:25:48 -0800
  • b203beb61d Don't define the MSVC clz functions unless __builtin_clzll is unavailable. Michael Winterberg 2016-01-07 15:19:27 -0800
  • 28a303ddd4 Fixed unknown pragma warnings for _BitScanReverse. Michael Winterberg 2016-01-06 14:42:27 -0800
  • 3943803412 Merge pull request #256 from mwinterb/clang_ms_clz Victor Zverovich 2016-01-06 06:46:17 -0800
  • 7185e96da1 Fixed issues with MSVC emulations of clz and clzll. Michael Winterberg 2016-01-05 16:03:06 -0800
  • bf7c14ac35 Merge e5e1d5b6a3 into 804ad8f4df Magnus Bjerke Vik 2016-01-05 10:39:19 +0000
  • e5e1d5b6a3 Ignore breathe and /doc/sphinx-bootstrap-theme directories in git Magnus Bjerke Vik 2016-01-05 11:15:07 +0100
  • 251a0869be Fixed macro redefinition warnings when compiling with clang-cl. Michael Winterberg 2016-01-01 18:07:06 -0800
  • 804ad8f4df Document std::ostream overload of fprintf vitaut 2015-12-24 07:00:22 -0800
  • 8b0504825d Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-12-24 06:58:05 -0800
  • 77d3761b50 Enable macro expansion in Doxygen (fixes #248) vitaut 2015-12-24 06:54:37 -0800
  • 0525a03a69 Merge pull request #251 from nickhutchinson/work/fprintf-streams Victor Zverovich 2015-12-23 06:58:44 -0800
  • 1a5a1708b7 Add fprintf overload that writes to a std::ostream Nicholas Hutchinson 2015-12-23 15:59:13 +1300