Commit Graph

  • 1934d9e5d9 Don't include the world with WIN32_LEAN_AND_MEAN (#503) Quentin Buathier 2017-05-04 04:22:01 +0900
  • 9270e66700 Remove redundant include (#479) Victor Zverovich 2017-03-03 06:06:34 -0800
  • 9589bf05de Fix error on MinGW Victor Zverovich 2017-02-25 06:53:55 -0800
  • aad76bf4c1 Document which header defines formatting functions Victor Zverovich 2017-02-24 07:06:05 -0800
  • 0bed09caaf Fix Android not being detected with latest NDK toolchain (#458) Magnus Bjerke Vik 2017-01-20 11:20:43 +0100
  • 0e5a4422c2 Workaround an nvcc bug Victor Zverovich 2017-01-19 06:24:15 -0800
  • 72484cc191 Fix missing intrinsic when included from C++/CLI Calum Robinson 2017-01-17 15:12:26 +0000
  • 80bfa855a2 Don't export the -std=c++11 flag from the fmt target Eric Fiselier 2016-12-29 15:40:33 -0700
  • 850405f0b0 Fix test compilation for FreeBSD (#433) Victor Zverovich 2016-12-14 06:28:41 -0800
  • a55df13598 Fix collision with global convert function (#425) Victor Zverovich 2016-11-19 12:05:49 -0800
  • baedba07ca Fix signbit detection (#423) Victor Zverovich 2016-11-14 20:14:52 -0800
  • b9a20d761a Add version macro FMT_VERSION (#411) Victor Zverovich 2016-11-07 18:52:08 -0800
  • ba0c3b957f Fix warnings on C++98 Victor Zverovich 2016-11-06 12:58:49 -0800
  • 4a24a38861 Fix warnings Victor Zverovich 2016-11-06 12:29:59 -0800
  • 5c69ecdd5e Create pull_request_template Jonathan Müller 2016-11-06 20:22:43 +0100
  • 29732d44bb Add CONTRIBUTING file Victor Zverovich 2016-11-06 11:00:04 -0800
  • abee8f95ec Fix Klockwork compilation warning Chen Hayat 2016-11-03 12:40:42 +0200
  • 48ba0f2aa2 FMT_NULLPTR -> FMT_NULL and improve formatting Victor Zverovich 2016-11-06 09:05:58 -0800
  • d3a9d03138 Fix missing '>' Jonathan Müller 2016-11-05 21:09:31 +0100
  • 7aaa693fb3 Add extern templates for format_float Jonathan Müller 2016-11-05 20:59:05 +0100
  • 267bed868f Using FMT_NULLPTR instead of literal 0 alabuzhev 2016-11-02 22:16:46 +0200
  • f0a7da0219 argument index -> argument id Victor Zverovich 2016-11-01 17:00:59 -0700
  • 5a5c3a3c25 fix newer clang warnings Lectem 2016-10-30 14:55:28 +0100
  • 89676a69e4 Merge 73ae49b9b7 into dc8c943372 mojoBrendan 2017-05-29 23:32:31 +0000
  • e908e56640 Merge 74fc821cd6 into dc8c943372 Arthur Danskin 2017-05-29 23:32:31 +0000
  • dc8c943372 Describe cmake use of header-only target Ian Bell 2017-05-29 16:58:41 -0600
  • cc01be41b6 Describe cmake use of header-only target Ian Bell 2017-05-29 16:58:41 -0600
  • da7157f570 Merge 904f6c95ca into ac5484c4e7 avalchev 2017-05-28 08:04:36 +0000
  • c5183740c9 Merge c4eaa44f88 into ac5484c4e7 codicodi 2017-05-28 08:04:36 +0000
  • 6d56f6d6ea Merge b592f952d6 into ac5484c4e7 Eric 2017-05-25 12:00:20 +0000
  • ac5484c4e7 add alias targets with fmt namespace Mario Werner 2017-05-23 17:01:45 +0200
  • 746adc5e71 added new namespace to the header only target in the find package test Mario Werner 2017-05-23 16:30:14 +0200
  • d50ac51cf1 Merge 6c8cec0eb8 into 048d2aec27 Jeff Schwab 2017-05-25 02:47:18 +0000
  • a68c7a8db4 add alias targets with fmt namespace Mario Werner 2017-05-23 17:01:45 +0200
  • 9f48bb82cf added new namespace to the header only target in the find package test Mario Werner 2017-05-23 16:30:14 +0200
  • 048d2aec27 CMake imported targets should be namespaced Bjoern Thiel 2017-05-19 09:52:27 +0200
  • 6b9c681353 Merge 98b875ac1f into e14bac62a0 Bjoern Thiel 2017-05-20 05:19:30 +0000
  • e14bac62a0 Changing ArgArray template argument from unsigned to size_t Tomek Rozen 2017-05-15 10:48:49 +0200
  • 0284a2893a Use Ubuntu Trusty on Travis for a new CMake Victor Zverovich 2017-05-20 08:07:57 +0300
  • 98b875ac1f find package test adjusted Bjoern Thiel 2017-05-19 11:31:12 +0200
  • 1950ca27f2 addendum Bjoern Thiel 2017-05-19 11:23:12 +0200
  • b9b5f41e04 CMake imported targets should be namespaced Bjoern Thiel 2017-05-19 09:52:27 +0200
  • cde3ef4276 Changing ArgArray template argument from unsigned to size_t Tomek Rozen 2017-05-15 10:48:49 +0200
  • 07ed421521 Fix handling of implicit conversion to integral types larger than int (#507) Victor Zverovich 2017-05-06 10:23:20 -0700
  • c56d345985 Don't define WIN32_LEAN_AND_MEAN in header-only mode Victor Zverovich 2017-05-06 09:13:32 -0700
  • dcfd40a1b8 Revert #456 Victor Zverovich 2017-05-06 08:36:54 -0700
  • 71d989ccb9 Merge 3abcd60f96 into 79f11dbaa7 effzeh 2017-05-06 13:34:38 +0000
  • 3abcd60f96 Remove operator<<(rvalue, T) effzeh 2017-05-06 15:32:14 +0200
  • 47f412bf8b Implement templated operator<< as non-member functions only for MSVC effzeh 2017-05-06 15:12:28 +0200
  • 7458bb7fe0 Consistent behavior of operator<< effzeh 2017-05-06 13:43:07 +0200
  • 79f11dbaa7 Allow compiling and using as DLL in windows (#502) Andreas Schönle 2017-05-05 14:58:09 +0200
  • 52aabbe7ef Workaround MSVC lookup issue in ArgFormatterBase Jonathan Müller 2017-05-05 14:40:58 +0200
  • 4423490d0b Don't include the world with WIN32_LEAN_AND_MEAN (#503) Quentin Buathier 2017-05-04 04:22:01 +0900
  • 1007d26665 Don't include the world with WIN32_LEAN_AND_MEAN Quentin01 2017-05-01 14:38:30 +0900
  • 0a4b41dc20 did requested changes and added one change to allow all tests to succeed in windows DLL Andreas Schönle 2017-04-30 17:41:02 +0200
  • f0683ecbc9 fix warnings and errors in test compiles with BUILD_SHARED_LIBS Andreas Schönle 2017-04-28 00:11:02 +0200
  • 18368ca5ac printf.h fixed to compile clean - need to check whether this is the right thing to do Andreas Schönle 2017-04-27 23:35:51 +0200
  • d49f206183 fmt::internal::is_streamable works on gcc 4.7 郭荣飞 2017-04-16 16:32:15 +0800
  • 9f8806f797 fmt::internal::is_streamable works on gcc 4.7 郭荣飞 2017-04-16 16:32:15 +0800
  • 7a4ac9ec9c add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 Graham Inggs 2017-04-12 11:40:21 +0200
  • 82bb4f4e89 Fix Visual Studio 2017 new warning (C4244: 'argument': conversion from 'int' to 'const char', possible loss of data) Ivan Shynkarenka 2017-04-10 23:07:17 +0300
  • 87cee436b4 add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 Graham Inggs 2017-04-12 11:40:21 +0200
  • 5d9a88f83a Fix ostream-test effzeh 2017-04-11 20:57:22 +0200
  • 01c51ffb47 Consistent behavior of operator<< for known types effzeh 2017-04-11 20:25:02 +0200
  • d56c9889c4 Fix Visual Studio 2017 new warning (C4244: 'argument': conversion from 'int' to 'const char', possible loss of data) Ivan Shynkarenka 2017-04-10 23:07:17 +0300
  • c872ee3e64 Merge 1e0d6f33d5 into 73ca9948fe effzeh 2017-04-08 16:08:18 +0000
  • 73ca9948fe Fix FormatBuf implementation (#491) effzeh 2017-04-06 19:02:03 +0200
  • cbac016cce %.f should have zero precision, not default precision Arthur Danskin 2017-03-30 00:32:07 -0400
  • 74fc821cd6 fix for xcode build Arthur Danskin 2017-04-06 16:31:33 -0400
  • 1e0d6f33d5 Fix ostream-test effzeh 2017-04-06 19:25:38 +0200
  • b10065e69a Fix FormatBuf implementation (#491) effzeh 2017-04-06 19:02:03 +0200
  • dacb973dac modify extension format to allow accessing precision/etc. within user formatter. fix compilation when custom formatting a type with alignment restrictions (e.g. an sse2 vector type) Arthur Danskin 2017-04-06 01:25:32 -0400
  • 1aa09d6da2 fix printf float test (forgot about rounding) Arthur Danskin 2017-04-05 02:13:44 -0400
  • 7c62a60fc7 add tests for printf %f precision, fix spacing on %.f precision fix Arthur Danskin 2017-04-03 18:43:14 -0400
  • e787f6b74b %.f should have zero precision, not default precision Arthur Danskin 2017-03-30 00:32:07 -0400
  • 12252152ac CStringRef -> cstring_view Victor Zverovich 2017-03-26 15:13:10 -0700
  • 5aa8d6ea21 Return locale by value Victor Zverovich 2017-03-25 08:57:23 -0700
  • 32ec13f149 Switch to C++ locale Victor Zverovich 2017-03-25 08:20:06 -0700
  • b4f4b7e21a Clean the buffer API (#477) Victor Zverovich 2017-03-12 07:30:20 -0700
  • f423e46835 Replace clear() with resize(0) and data_ -> store_ Victor Zverovich 2017-03-11 07:43:26 -0800
  • c03f55ec3a Add Kodi (xbmc) to the list of projects using fmt Victor Zverovich 2017-03-11 08:28:52 -0800
  • 23b8c24da4 Add noexcept Victor Zverovich 2017-03-11 07:38:16 -0800
  • 7175bd8ae6 Fix error on MinGW Victor Zverovich 2017-02-25 06:53:55 -0800
  • 7258d1b8f3 Fix tests Victor Zverovich 2017-03-08 07:34:10 -0800
  • fbc8ea8c3e False -> FalseType (#483) Victor Zverovich 2017-03-08 07:17:08 -0800
  • 6c3aa28c94 fix for nvcc_wrapper compiler Pierre Kestener 2017-03-07 23:08:40 +0100
  • e3b5d806a8 Don't bring Arg struct into global namespace Sean LK 2017-03-05 23:04:12 +0000
  • a0f16477f9 fix for nvcc_wrapper compiler Pierre Kestener 2017-03-07 23:08:40 +0100
  • cee42fbee2 Don't bring Arg struct into global namespace Sean LK 2017-03-05 23:04:12 +0000
  • 4edb3be4d2 Merge e34371656d into cc736e7611 Sean LK 2017-03-05 23:09:08 +0000
  • e34371656d Don't bring Arg struct into global namespace Sean LK 2017-03-05 23:04:12 +0000
  • 3610f34c70 Fix windows build Victor Zverovich 2017-03-04 07:10:54 -0800
  • cc736e7611 Remove redundant include (#479) Victor Zverovich 2017-03-03 06:06:34 -0800
  • 789ebea863 Merge branch 'printf' of github.com:fmtlib/fmt Victor Zverovich 2017-02-26 07:17:38 -0800
  • 6f8006c2ce Add printf overloads that takes a writer (#476) Victor Zverovich 2017-02-25 09:58:42 -0800
  • 589b93de45 Add default copy constructor to SystemError (#475) Dominik Schmidt 2017-02-25 18:37:06 +0100
  • db0d54f855 Fix error on MinGW Victor Zverovich 2017-02-25 06:53:55 -0800
  • bb6eccf90a Incorporate PR feedback Dominik Schmidt 2017-02-24 20:54:15 +0100
  • 703960aa54 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2017-02-24 07:06:12 -0800
  • e208fbff52 Document which header defines formatting functions Victor Zverovich 2017-02-24 07:06:05 -0800