Commit Graph

  • c1a4cd0fa7 check if cppformat is the master project or just used as dependency Mario Werner 2016-02-03 11:20:19 +01:00
  • 797d72133e restored smoke test for syntax compatibility with the 98 c++ standard Mario Werner 2016-02-03 10:01:53 +01:00
  • 56cfd9f4ce installed posix.h too when it is built into the library Mario Werner 2016-02-03 09:59:55 +01:00
  • e0e8f717a0 FMT_USE_FILE_DESCRIPTORS is apparently only needed for the tests Mario Werner 2016-02-03 09:14:32 +01:00
  • cfb25b0e80 Use typedefs instead of macros vitaut 2016-02-02 22:06:54 -08:00
  • e489f879c3 Add locale tests vitaut 2016-02-02 17:21:09 -08:00
  • c0e926109e use the same warning options like before the PR Mario Werner 2016-02-02 17:14:51 +01:00
  • b05a02b91c remove comment which is now superfluous since the code has been moved Mario Werner 2016-02-02 17:04:12 +01:00
  • d411aa165e use quotes for including cppformat headers from the tests Mario Werner 2016-02-02 16:55:25 +01:00
  • be961bae0f fixed typo in python script Mario Werner 2016-02-01 10:41:45 +01:00
  • 0a4acc9656 use the cmake and ctest to drive the appveyor build Mario Werner 2016-02-01 10:22:47 +01:00
  • d3fe82c55b propagate the build type into the find test Mario Werner 2016-01-31 20:17:39 +01:00
  • a659d8079e Merge branch 'master' into update-project-layout Mario Werner 2016-01-31 17:00:05 +01:00
  • 00fda9b25a add a test for the find script on the build directory Mario Werner 2016-01-31 00:02:49 +01:00
  • 4aeeb49d23 updated compile-test and include a working test Mario Werner 2016-01-30 23:49:39 +01:00
  • fee52f79b8 update the includes in the tests to get rid of the deprecated warnings Mario Werner 2016-01-30 22:33:37 +01:00
  • 4952e79e45 Document that floating-point formatting is locale-dependent. vitaut 2016-01-30 09:20:43 -08:00
  • 95c0fb5075 Add a "C" numeric locale vitaut 2016-01-29 16:29:46 -08:00
  • 62ac1d98a4 export the header only library also during installation Mario Werner 2016-01-29 16:57:45 +01:00
  • 5aa5116edc moved the library definition and the installation into a sub CMakeLists.txt Mario Werner 2016-01-29 16:39:03 +01:00
  • 5e7ab2f4ea major cleanup of the test folders CMakeLists.txt Mario Werner 2016-01-29 16:21:17 +01:00
  • b52d0bd9d4 define cppformat cmake targets with proper interface definitions Mario Werner 2016-01-29 13:18:02 +01:00
  • 0fb474be3a outlined the compiler feature tests to improve script readability Mario Werner 2016-01-29 13:03:47 +01:00
  • 3019a8c1fd moved code into cppformat subdirectory Mario Werner 2016-01-28 13:33:16 +01:00
  • 7ee287d3d9 Sign extend arguments of smaller types passed to %ll? (#265) vitaut 2016-01-27 07:03:19 -08:00
  • ae6368c985 Add a comment to clarify why convert to unsigned vitaut 2016-01-26 07:13:34 -08:00
  • bb7a80b1ab Correct comment vitaut 2016-01-25 06:46:43 -08:00
  • 8474a6232d Don't perform narrowing conversion for integers in printf (#255) vitaut 2016-01-24 00:43:42 +01:00
  • 22f61140d1 Format CMake files, ignore generated files and don't copy header vitaut 2016-01-13 07:14:32 -08:00
  • 52ee516cf3 Merge pull request #264 from niosHD/improve-find-and-package-support Victor Zverovich 2016-01-13 06:37:41 -08:00
  • ef7bbfff87 removed workaround for cmake versions prior to 2.8.10 Mario Werner 2016-01-13 09:54:02 +01:00
  • 891e9117f6 trying to update cmake to 2.8.12 in travis via a ppa repo Mario Werner 2016-01-12 16:53:09 +01:00
  • 3fc3ecd184 reverted removal of CPACK_SOURCE_PACKAGE_FILE_NAME Mario Werner 2016-01-12 16:43:36 +01:00
  • 06f3abe26d Return early from ArgMap::find vitaut 2016-01-12 06:37:39 -08:00
  • 50f14f225c Merge pull request #262 from mwinterb/argmap_vector Victor Zverovich 2016-01-12 06:23:19 -08:00
  • b732455fd3 enable package support for out of source builds Mario Werner 2016-01-12 12:33:45 +01:00
  • daf74ae0b1 upgrades to cmake 2.8.12 and adds config and export support Mario Werner 2016-01-11 19:01:49 +01:00
  • 4af764d040 Changed ArgMap to be backed by a vector instead of a map. Michael Winterberg 2016-01-10 15:30:34 -08:00
  • 97e9ed11bc Set interface include dir for gmock vitaut 2016-01-09 08:07:31 -08:00
  • f55bf55d43 Correct comment vitaut 2016-01-09 08:06:59 -08:00
  • e604d5347f Fix links in README (#260) vitaut 2016-01-08 13:03:34 -08:00
  • 979e70f10d Merge pull request #259 from mwinterb/unknown_pragma_bsr Victor Zverovich 2016-01-08 07:25:48 -08:00
  • b203beb61d Don't define the MSVC clz functions unless __builtin_clzll is unavailable. Michael Winterberg 2016-01-07 15:19:27 -08:00
  • 28a303ddd4 Fixed unknown pragma warnings for _BitScanReverse. Michael Winterberg 2016-01-06 14:42:27 -08:00
  • 3943803412 Merge pull request #256 from mwinterb/clang_ms_clz Victor Zverovich 2016-01-06 06:46:17 -08:00
  • 7185e96da1 Fixed issues with MSVC emulations of clz and clzll. Michael Winterberg 2016-01-05 16:03:06 -08:00
  • 251a0869be Fixed macro redefinition warnings when compiling with clang-cl. Michael Winterberg 2016-01-01 18:07:06 -08:00
  • 804ad8f4df Document std::ostream overload of fprintf vitaut 2015-12-24 07:00:22 -08:00
  • 8b0504825d Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-12-24 06:58:05 -08:00
  • 77d3761b50 Enable macro expansion in Doxygen (fixes #248) vitaut 2015-12-24 06:54:37 -08:00
  • 0525a03a69 Merge pull request #251 from nickhutchinson/work/fprintf-streams Victor Zverovich 2015-12-23 06:58:44 -08:00
  • 1a5a1708b7 Add fprintf overload that writes to a std::ostream Nicholas Hutchinson 2015-12-23 15:59:13 +13:00
  • 4797ca025e POD -> trivially copyable/constructible vitaut 2015-12-20 07:29:59 -08:00
  • 3121ebd044 Merge pull request #249 from dean0x7d/variadic-v3 Victor Zverovich 2015-12-20 07:10:00 -08:00
  • b098306839 Replace template recursion with array initialization Dean Moldovan 2015-12-12 17:12:29 +01:00
  • a721319e3a Add MakeArg constructor for Arg Dean Moldovan 2015-10-24 20:16:46 +02:00
  • 29726cefb8 Remove extra '*'s vitaut 2015-12-18 07:30:03 -08:00
  • 811964502d Add BasicFormatter's members to the docs vitaut 2015-12-18 07:24:25 -08:00
  • 0629d76bb0 Fallback to sized integer types on MSVC if stdint.h is not available vitaut 2015-12-18 07:20:05 -08:00
  • 016714c57b Add BasicFormatter to the docs vitaut 2015-12-18 07:16:40 -08:00
  • c679352517 Define FMT_API to nothing for Doxygen vitaut 2015-12-18 07:13:43 -08:00
  • 1042ddda0f Document BasicFormatter vitaut 2015-12-18 07:07:41 -08:00
  • d998b5d038 Add version 2.0.0 to the dropdown menu vitaut 2015-12-18 06:47:37 -08:00
  • bf6651d1ca Add github-btn style vitaut 2015-12-17 07:59:09 -08:00
  • 1cba0aea27 Simplify CMake config and do minor adjustments vitaut 2015-12-10 07:24:23 -08:00
  • a9d2e826fe Merge pull request #245 from macdems/master Victor Zverovich 2015-12-10 07:05:33 -08:00
  • c47318afa8 Declarations for shared library in Windows. Maciej Dems 2015-12-09 14:52:09 +01:00
  • ecd52bc610 Fix for a bogus MSVC warning (#244) vitaut 2015-12-09 08:57:29 -08:00
  • 5c76d107cb Fix MSVC build vitaut 2015-12-06 14:17:34 -08:00
  • 98c1f76f24 Replace uninitialized_copy with memmove (#242) vitaut 2015-12-06 07:44:07 -08:00
  • e7f4566dd4 Replace <algorithm> with <memory> vitaut 2015-12-04 22:57:36 -08:00
  • e0179ee190 Fix a warning and remove extra newline vitaut 2015-12-04 17:52:36 -08:00
  • e567fe6960 Replace "!!" with "!= 0" for readability vitaut 2015-12-04 17:52:06 -08:00
  • 7c60db1e24 Fix a warning vitaut 2015-12-04 14:12:42 -08:00
  • 0ea73df717 Merge branch 'custom-formatter' vitaut 2015-12-04 07:24:09 -08:00
  • aa7bb101ed Undefine fileno if defined in posix-test vitaut 2015-12-03 20:17:04 -08:00
  • 3bc97a5564 Merge pull request #241 from Gachapen/fix_fileno Victor Zverovich 2015-12-03 20:15:10 -08:00
  • c2ffa14684 Fix fileno causing compile error when #defined Magnus Bjerke Vik 2015-12-03 23:21:42 +01:00
  • 535dbdd1c8 Move formatter methods to the header vitaut 2015-12-03 09:38:06 -08:00
  • 00d56e06ef Bump version vitaut 2015-12-03 08:15:03 -08:00
  • 7e94fcb680 Reapply accidentally reverted changes by ReadmeCritic vitaut 2015-12-03 08:09:53 -08:00
  • 6ced4230f4 Initial support for custom formatters vitaut 2015-12-02 08:41:05 -08:00
  • 5f8af5ef1d Update version 2.0.0 vitaut 2015-12-01 07:33:30 -08:00
  • 5837851cb2 Update docs vitaut 2015-12-01 07:31:15 -08:00
  • abe932164a Update changelog vitaut 2015-12-01 07:20:33 -08:00
  • 19de4a863a Merge pull request #236 from Jopie64/master Victor Zverovich 2015-12-01 06:58:09 -08:00
  • 328c8888ec Make compilable under Visual Studio 2008 Johan 't Hart 2015-12-01 09:34:13 +01:00
  • df2dfd9612 Silence some performance warnings in Visual Studio Johan 't Hart 2015-12-01 08:59:59 +01:00
  • fac207816c Update release script vitaut 2015-11-30 08:23:16 -08:00
  • ec80a1ab51 Update changelog vitaut 2015-11-30 08:22:03 -08:00
  • 3bf900e301 Update changelog vitaut 2015-11-30 08:17:47 -08:00
  • 722c8e4ae6 Update changelog vitaut 2015-11-30 08:10:49 -08:00
  • 13d6b2d38c Update changelog vitaut 2015-11-30 07:22:51 -08:00
  • b8bd80ff28 Fix handling of empty non-null-terminated strings vitaut 2015-11-25 09:49:01 -08:00
  • 7cbb29f61e Make FormatBuf::size() const vitaut 2015-11-25 08:27:46 -08:00
  • 053df632f8 Minor simplification and adjustment of coding style for consistency vitaut 2015-11-25 08:00:57 -08:00
  • 222f2d28f5 Fix MSVC warnings vitaut 2015-11-25 07:47:43 -08:00
  • f60c4b9947 Fix an MSVC warning (#234) vitaut 2015-11-25 07:17:05 -08:00
  • 0519737b95 Don't use _ecvt (#233) vitaut 2015-11-25 07:11:28 -08:00
  • 9a08fb52bf Fix compilation with clang and old libstdc++ vitaut 2015-11-24 09:13:48 -08:00