Commit Graph

314 Commits

Author SHA1 Message Date
James E. King, III
7f55124ecf add support for boolalpha with %b conversion specifier 2017-10-24 11:13:46 -04:00
James E. King, III
1a5993fa80 add support for parsing (and ignoring) argument types 'j', 'z' 2017-10-24 09:30:00 -04:00
James E. King, III
e582b2f813 Add conversion specifier support for 'A', 'a', and 'F' 2017-10-23 23:00:21 -04:00
James E. King, III
97844f0247 fix warnings related to string literals assigned to non-const char * 2017-10-23 22:58:03 -04:00
James E. King, III
e3246c9012 added a matrix tool that allows for version-to-version comparison of printf style
format statements as well as comparison against snprintf results
2017-10-22 17:04:21 -04:00
James E. King, III
2c8660f841 fix some warnings under msvc 2017-10-22 09:02:13 -04:00
James E. King, III
91ef9a40ee fix readme links 2017-10-20 12:51:58 -04:00
James E. King, III
a82afae126 fix readme links 2017-10-20 12:51:02 -04:00
James E. King, III
b8f7e34ebc Merge changes from develop for the 1.66.0 release. 2017-10-20 11:59:50 -04:00
James E. King, III
8fff1bba3b fixed memory leak in benchmark code and removed dead code
This closes #32
2017-10-19 01:05:12 -04:00
James E. King, III
0afe67f433 add a top level README file to improve the github experience 2017-10-18 09:53:33 -04:00
James E. King, III
5cc09070b8 enable Coverity Scan on preflight pull request to or cron build of master 2017-10-16 15:06:52 -04:00
James E. King, III
34f7d339a2 fix casting in call_put_* feed_args 2017-10-13 20:27:32 -04:00
James E. King, III
0e3c00c646 re-enable benchmark build as part of standard builds,
fixed a NO_LOCALE build error the benchmark build discovered,
updated ignored argument handling and fixed build warnings in clang,
changed CI build scripts to build from top level of library
2017-10-13 19:56:45 -04:00
James E. King, III
34c3180273 trac-10324: const correctness on casts 2017-10-13 10:06:28 -04:00
James E. King, III
f07d635260 trac-8735: add unit test for bad format exception 2017-10-13 10:06:08 -04:00
James E. King, III
ec42f3aa74 trac-7477: fix exception specification on destructor 2017-10-13 10:05:29 -04:00
James E. King, III
1dfb4be3f2 trac-8998: documentation fix for boost.format
From: Tim Blechmann <tim@klingt.org>
Date: Tue, 23 Jul 2013 13:53:52 +0200
2017-10-13 10:04:10 -04:00
James E. King, III
e019e8dcc6 trac-7379: added a couple tests and beefed up existing ones 2017-10-13 10:03:01 -04:00
James E. King, III
bc53dbbaa2 trac-4636: explicit clamping provided to ensure MSVC /RTCc succeeds 2017-10-12 12:18:00 -04:00
Edward Diener
a368257804 Merge pull request #16 from jeking3/trac-11055
trac-11055: clean up a few spelling and grammatical errors in the doc
2017-10-11 09:48:07 -04:00
Edward Diener
733670140c Merge pull request #15 from jeking3/ci
Add appveyor and travis build scripts for continuous integration
2017-10-11 09:46:37 -04:00
James E. King, III
ba43c1be1e trac-11055: clean up a few spelling and grammatical errors in the doc 2017-10-10 21:05:59 -07:00
James E. King, III
67d33e7545 add appveyor and travis build scripts for continuous integration 2017-10-10 12:41:53 -07:00
Edward Diener
c01cb4154b Merge pull request #14 from jeking3/fix-misaligned-master-develop
Master had an additional commit not in develop
2017-10-07 09:59:08 -04:00
Marshall Clow
724faf399b Changed 'less' to 'fewer' in an error message. Patch from @tempoz 2017-10-07 06:43:59 -07:00
Edward Diener
2cf22ff716 Merge pull request #13 from jeking3/trac-11632-ubsan-alt-sstream
fix boost trac 11632: UB in boost.format basic_oaltstringstream
2017-10-07 06:39:38 -04:00
James E. King, III
d243e11dee fix boost trac 11632: UB in boost.format basic_oaltstringstream 2017-10-06 21:07:58 -07:00
Marshall Clow
614113c408 Merge changes from develop for the 1.63.0 release 2016-11-30 13:05:22 -08:00
Marshall Clow
1162f08060 Merge pull request #12 from tsondergaard/remove-nonascii-character
Remove non-ascii character from source
2016-11-02 11:25:53 -07:00
Thomas Sondergaard
b849028e5e Update references to c++ standard documentation
Use stable section names rather than section numbers.
2016-09-16 10:43:39 +02:00
Thomas Sondergaard
045c6f15b9 Remove non-ascii character from source
Fixes C4828 warning emitted by Visual C++ compiler using /utf8 or
/validate-charset flag.
2016-09-15 11:00:26 +02:00
Marshall Clow
aad562ab81 Merge to master for 1.62.0 release 2016-08-17 13:23:35 -07:00
Edward Diener
c81520e971 Merge pull request #11 from stbergmann/develop
BOOST_FALLTHROUGH to silence Clang -Wimplicit-fallthrough
2016-05-11 08:17:58 -04:00
Stephan Bergmann
28dada662b BOOST_FALLTHROUGH to silence Clang -Wimplicit-fallthrough 2016-05-11 08:47:03 +02:00
Edward Diener
79be7b6b87 Merge pull request #10 from soukouki/correct-example-comment
Move the comment
2016-04-24 20:03:17 -04:00
soukouki
b747d6e08f Move the comment 2016-04-24 23:45:06 +09:00
Edward Diener
d307c1dde0 Merge branch 'develop' 2015-10-15 20:59:35 -04:00
Edward Diener
8023d13df5 Merge pull request #9 from joachim-faulhaber/format_patches_1_59_0
Bugfix: missing imbue call can lead to crashes
2015-09-23 09:31:07 -07:00
Joachim Faulhaber
6fd5847729 Tweaked imbue fix: Checked for non-null-ness explicitly 2015-09-23 17:53:46 +02:00
Joachim Faulhaber
e5171589fe Bugfix: missing imbue call can lead to crashes 2015-09-22 14:32:13 +02:00
Marshall Clow
e6e6a29666 Merge to master for 1.59.0 release 2015-07-22 10:39:37 -07:00
Marshall Clow
d80537520b Changed 'less' to 'fewer' in an error message. Patch from @tempoz 2015-05-18 08:34:53 -07:00
Marshall Clow
c053e9e154 Merge pull request #6 from lanurmi/spelling-fix-occurrence
Fix spelling of "occurrence"; pull request by @lanurmi
2015-04-03 07:44:27 -07:00
Marshall Clow
b48d5b8e33 Merge pull request #4 from bkentel/develop
Fix a warning under MSVC
2015-04-03 07:43:49 -07:00
Marshall Clow
926a8d7600 Merge changes from develop for the 1.58.0 release 2015-04-01 10:29:48 -07:00
Lauri Nurmi
af6c906cad Fix spelling of "occurrence". 2015-03-28 21:44:41 +02:00
Marshall Clow
0fbac72f0b Merge pull request #5 from awulkiew/patch-1
Suppress sign-conversion warning in parsing.hpp; patch from awulkiew
2015-02-09 06:24:52 -08:00
Adam Wulkiewicz
992070cacf Suppress sign-conversion warning in parsing.hpp. 2015-02-02 16:32:09 +01:00
Brandon Kentel
efc6ccd04e Fix a warning under MSVC
Fix a warning under MSVC when BOOST_NO_STD_LOCALE is defined.
2014-10-14 23:49:41 +09:00