Commit Graph

7 Commits

Author SHA1 Message Date
James E. King III
894f465d84 Fix clang-cl build issue with format_matrix tool 2019-06-21 08:40:57 -04:00
James E. King, III
e4b101cd92 expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit
unit tests were failing on cygwin so I changed them to use lightweight test
therefore Boost.Format no longer depends on Boost.Test
2018-01-22 12:48:59 -05:00
James E. King, III
e28c3a5736 ensure stream flags are preserved in format tool 2017-10-26 20:09:56 -04:00
James E. King, III
5ce533d8d2 Add support for parsing Microsoft extensions of argument types 'w', 'I', 'I32', 'I64' 2017-10-24 13:13:38 -04:00
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
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