Victor Zverovich
584fa85d18
Add fmt prefix to includes ( #332 )
...
Technically it is not necessary, but prevents errors when people add the
fmt directory itself rather than its parent to includes.
(cherry picked from commit e160c2b79a405757c1a6dab7e5a41b81c9e5ed05)
2016-10-23 11:46:38 +02:00
Victor Zverovich
d5dd1cd2a0
Use a mock to test locale support
...
(cherry picked from commit e2a332e5df1783580c42f62eb7f4bef04d8000b2)
2016-10-23 11:46:05 +02:00
Victor Zverovich
078c44e31c
Improve formatting consistency
...
(cherry picked from commit ebff26f8f17a1097e7c02afbf7c13856068db938)
2016-10-23 11:44:52 +02:00
Dmitry Panteleev
2fd6c0b245
Workaround for missing lconv support in android ( #327 )
...
(cherry picked from commit 45a150945597b95102656c8f7a5819e08cf244ae)
2016-10-23 11:44:42 +02:00
Victor Zverovich
affac0bea0
Check if setlocale succeeded
...
(cherry picked from commit 5b106083e79b0f6c2f3850fa1c0ac0a69b81e595)
2016-10-23 11:44:32 +02:00
Victor Zverovich
ae8ae747bd
Workaround an issue with "delete this" in GMock and gcc 6.1.1
...
(cherry picked from commit d00b43c592eecb69d46210ec24968ab30ea330f7)
2016-10-23 11:44:19 +02:00
Victor Zverovich
c1c963e8b9
Correct docs
...
(cherry picked from commit d67eb8af2f75f751cf7a0946c40938a0e4f3a701)
2016-10-23 11:44:10 +02:00
Victor Zverovich
5b26ada01c
Fix clang -Weverything warnings ( #250 )
...
(cherry picked from commit 3400e0d6091db4ff0ef867d43c466e034fbf901d)
2016-10-23 11:44:02 +02:00
Victor Zverovich
b6481599e6
Clarify performance tradeoffs ( #320 )
...
(cherry picked from commit f76583276a2bbd2b7f689ad6ae794e6d86d426dc)
2016-10-23 11:43:49 +02:00
Victor Zverovich
3f1cd52adc
Fix a clang warning about an undefined template ( #318 )
...
(cherry picked from commit 744c2824c5217c5a92dc48a2ff959d36dc8c760d)
2016-10-23 11:42:09 +02:00
Victor Zverovich
e5e4fb370c
Update version
3.0.0
2016-05-07 09:50:47 -07:00
Victor Zverovich
70d93078e3
Update links
2016-05-07 09:37:38 -07:00
Victor Zverovich
b344bd9582
Fix release script and changelog format
2016-05-07 09:21:26 -07:00
Victor Zverovich
add6bcca3e
Document ostream support
2016-05-07 09:09:33 -07:00
Victor Zverovich
836415b215
Update changelog
2016-05-07 08:59:19 -07:00
Victor Zverovich
7ce503e6a0
Update changelog
2016-05-07 08:50:51 -07:00
Victor Zverovich
a4538ac1e8
Update ChangeLog.rst
2016-05-07 08:44:51 -07:00
Victor Zverovich
6dfdada493
Update ChangeLog.rst
2016-05-07 08:00:12 -07:00
Victor Zverovich
b7fe7dfad1
Update changelog
2016-05-07 07:50:56 -07:00
Victor Zverovich
9c865560fd
Fix a warning
2016-05-07 07:10:40 -07:00
Victor Zverovich
1788883262
Fix warnings
2016-05-07 07:03:21 -07:00
Victor Zverovich
90730e706b
Move ostream support to ostream.{h,cc}
2016-05-06 07:37:20 -07:00
Victor Zverovich
041725e9d0
Update changelog
2016-05-05 08:20:12 -07:00
Victor Zverovich
c5fe3eb87e
Fix code bloat regression on gcc 5.3.1 with -std=c++11 ( #315 )
2016-05-05 07:48:06 -07:00
Victor Zverovich
b2a8141373
Update changelog
2016-05-04 08:49:29 -07:00
Victor Zverovich
408c84cd42
Update copyright ( #314 )
2016-05-04 06:27:03 -07:00
Victor Zverovich
6825ac9ccf
Merge pull request #313 from dean0x7d/test-fixes
...
Fix a few bugs related to compile tests
2016-05-04 06:22:17 -07:00
Dean Moldovan
f3d6d3a8f2
Fix find-package-test failure with non-default compiler
...
The failure would happen when the main project was configured with
a compiler which is not the system default. The new configuration
was not forwarded to "ctest --build-and-test". This fixes it.
2016-05-04 00:51:28 +02:00
Dean Moldovan
8eaad79de7
Fix FMT_STATIC_ASSERT compile test
...
FMT_STATIC_ASSERT is defined in posix.h so expect_compile_error was
actually failing on a missing macro instead of the static assert.
2016-05-04 00:36:48 +02:00
Dean Moldovan
131d446183
Fix compile tests not clearing the cache after an error
...
The cache bug meant that a failed test would appear forever broken,
even if the proper fix was applied.
2016-05-04 00:36:11 +02:00
Victor Zverovich
4042198262
Merge pull request #312 from dean0x7d/intel-udl-fix
...
Fix user-defined literal detection for Intel C++ compiler (#311 )
2016-05-03 08:34:53 -07:00
Dean Moldovan
729491eab7
Use FMT_ICC_VERSION everywhere internally
2016-05-03 14:26:01 +02:00
Dean Moldovan
3a04ebf14f
Fix user-defined literal detection for Intel C++ compiler
2016-05-03 13:43:51 +02:00
Victor Zverovich
b64d13a357
Merge pull request #309 from jwilk/spelling
...
Fix typos
2016-05-01 06:48:34 -07:00
Jakub Wilk
e0ac51cbd9
Fix typos
2016-05-01 12:29:21 +02:00
Victor Zverovich
4e279e2a70
Correct formatting
2016-04-29 07:02:37 -07:00
Victor Zverovich
a3929b719a
Document date/time formatting and move example to the docs
2016-04-29 06:40:31 -07:00
Victor Zverovich
63be22d5dc
Update template
2016-04-28 07:09:05 -07:00
Victor Zverovich
f171d1f3d6
Update a link
2016-04-28 07:05:28 -07:00
Victor Zverovich
c33f3e281b
cppformat -> fmt
2016-04-28 07:00:22 -07:00
Victor Zverovich
59d0efd6d6
Update links
2016-04-28 06:54:37 -07:00
Victor Zverovich
56b6c05bf9
Update links
2016-04-28 06:47:43 -07:00
Victor Zverovich
8dd48923d8
Update links
2016-04-28 06:45:50 -07:00
Victor Zverovich
7dac3c44f5
Update links
2016-04-27 18:26:23 -07:00
Victor Zverovich
4a0d9dbc30
Update build script
2016-04-27 18:22:44 -07:00
Victor Zverovich
c916ab3319
Update docs
2016-04-27 08:35:59 -07:00
Victor Zverovich
f9ee5f4b43
Update README.rst
2016-04-27 08:28:24 -07:00
Victor Zverovich
e817bb9cc4
Update links
2016-04-27 08:23:03 -07:00
Victor Zverovich
5946029585
Update README.rst
2016-04-27 08:15:49 -07:00
Victor Zverovich
f4b5aeaed2
Update README.rst
2016-04-27 08:13:56 -07:00