Commit Graph

  • 894f465d84 Fix clang-cl build issue with format_matrix tool cc James E. King III 2019-06-21 06:48:30 -0400
  • 3a5ff371c4 Update CI for more targets and sanity checks James E. King III 2019-06-10 11:06:03 -0400
  • 7f4131ba2d Fix coverity build failure; refresh CI once more James E. King III 2019-05-04 16:17:25 -0400
  • 76b9bd4f21 Update CI Scripts James E. King III 2019-04-19 06:50:12 -0400
  • 1d347079b1 Enhance CI for more build coverage James E. King III 2018-10-31 19:41:36 -0400
  • 720a10a77e Enhance Travis CI build coverage James E. King III 2018-10-28 02:18:32 +0000
  • a1c613764d fix failing ci jobs in travis James E. King III 2018-07-14 17:41:36 +0000
  • 7f0b2fbb3b remove ci from readme directory list James E. King III 2018-06-17 15:50:25 +0000
  • f7223ef1bf Merge branch 'master' into develop James E. King III 2018-06-17 15:49:42 +0000
  • cfbab949f3 move ci to boost-ci model James E. King III 2018-06-17 01:32:18 +0000
  • 5730de9350 add travis job conditional for coverity scan James E. King III 2018-06-13 18:06:02 +0000
  • 2131dfd92e fix name in meta James E. King III 2018-05-17 17:31:56 +0000
  • ceaf21bdb8
    make valgrind return error code on failure for CI (#57) James E. King III 2018-05-14 23:07:22 -0400
  • 82f2882382 Add a license file to the repository James E. King, III 2018-04-29 09:49:15 -0400
  • 5360aeaae0 Work around a gcc-7.3 issue running ubsan on travis CI James E. King, III 2018-04-29 08:07:33 -0400
  • 2e0c40c049
    Add a license file to the repository James E. King, III 2018-04-29 09:49:15 -0400
  • 76293b18b1 Work around a gcc-7.3 issue running ubsan on travis CI James E. King, III 2018-04-29 08:07:33 -0400
  • 225de6455d Merge branch 'develop' James E. King, III 2018-03-07 15:50:18 -0500
  • 87304f009b improve code coverage results processing James E. King, III 2018-03-07 15:24:37 -0500
  • e79e092294 Merge branch 'develop' James E. King, III 2018-01-28 08:41:25 -0500
  • 46bf5bb508 Update README appveyor links James E. King, III 2018-01-28 08:39:35 -0500
  • d6d0b4670e Update README file James E. King, III 2018-01-28 08:35:38 -0500
  • 9ed6aef59a enable coverity scan builds on push or cron jobs in master and develop James E. King, III 2018-01-23 11:23:06 -0500
  • 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 James E. King, III 2018-01-21 09:20:15 -0500
  • 587c66bf92 Update CI adding cppcheck support and tweak UBSAN settings James E. King, III 2018-01-19 12:53:14 -0500
  • 61d477559e Merge branch 'develop' James E. King, III 2017-11-09 11:49:51 -0800
  • 5c6b268531 fix coverity master build job James E. King, III 2017-11-03 05:33:57 -0700
  • dbd3271ce0 fix coverity master build job James E. King, III 2017-11-03 05:33:57 -0700
  • c912b9f412 fix coverity master build job James E. King, III 2017-11-03 05:33:57 -0700
  • ee56231fd7 Merge branch 'develop' into master for 1.66.0 release. James E. King, III 2017-11-02 06:10:19 -0700
  • 5f93cc7f66 improve code coverage, found and fixed a few bugs James E. King, III 2017-11-01 09:45:52 -0700
  • 1ed06cf3d9 fix codecov integration James E. King, III 2017-10-31 15:12:33 -0700
  • 7809c23d2e enable branch coverage information James E. King, III 2017-10-28 00:47:18 -0400
  • 9332ddbc62 update readme and fix links to services James E. King, III 2017-10-28 00:12:07 -0400
  • 6410b2ec28 fix codecov path parsing James E. King, III 2017-10-27 21:19:34 -0400
  • f646ed043e update travis for support for codecov, optimize build jobs James E. King, III 2017-10-26 20:09:08 -0400
  • e28c3a5736 ensure stream flags are preserved in format tool James E. King, III 2017-10-26 15:34:01 -0400
  • 842d9a0b58 Merge remote-tracking branch 'origin/develop' for 1.66.0 release. James E. King, III 2017-10-26 00:02:52 -0400
  • a83bc2228a update readme for tools directory James E. King, III 2017-10-25 20:57:09 -0400
  • e0d1a9ab1a handle volatile arguments to operator% by making a non-volatile copy of them before feeding through James E. King, III 2017-10-25 11:44:06 -0400
  • 2f751f1c57 add valgrind to one of the jobs James E. King, III 2017-10-25 18:50:18 -0400
  • 7f23cb3faf add example directory to depinst for CI James E. King, III 2017-10-25 18:29:17 -0400
  • cd287874d5 leverage changes in depinst.py to properly install deps for benchmark and tools directories James E. King, III 2017-10-24 23:35:39 -0400
  • ef8ce677b0 fix max interaction against windows.h James E. King, III 2017-10-24 21:40:41 -0400
  • 184d8dcd1b add jeking3 to the maintainer list and simplify the description James E. King, III 2017-10-24 17:12:57 -0400
  • bf6016ce1e Merge pull request #44 from jeking3/issue-35 James E. King, III 2017-10-24 16:57:12 -0400
  • 91a7fa92eb Merge pull request #43 from jeking3/issue-31 James E. King, III 2017-10-24 16:28:12 -0400
  • 9212dde81c Merge pull request #42 from jeking3/issue-29 James E. King, III 2017-10-24 15:50:08 -0400
  • 5ce533d8d2 Add support for parsing Microsoft extensions of argument types 'w', 'I', 'I32', 'I64' James E. King, III 2017-10-24 12:29:55 -0400
  • 280b3f30f6 Merge pull request #41 from jeking3/issue-30 James E. King, III 2017-10-24 12:26:17 -0400
  • 7f55124ecf add support for boolalpha with %b conversion specifier James E. King, III 2017-10-24 10:35:44 -0400
  • 1a5993fa80 add support for parsing (and ignoring) argument types 'j', 'z' James E. King, III 2017-10-24 09:00:41 -0400
  • e582b2f813 Add conversion specifier support for 'A', 'a', and 'F' James E. King, III 2017-10-23 09:48:08 -0400
  • 97844f0247 fix warnings related to string literals assigned to non-const char * James E. King, III 2017-10-23 13:04:16 -0400
  • e3246c9012 added a matrix tool that allows for version-to-version comparison of printf style format statements as well as comparison against snprintf results James E. King, III 2017-10-16 16:03:30 -0400
  • 2c8660f841 fix some warnings under msvc James E. King, III 2017-10-22 08:10:04 -0400
  • 91ef9a40ee fix readme links James E. King, III 2017-10-20 12:44:15 -0400
  • a82afae126 fix readme links James E. King, III 2017-10-20 12:44:15 -0400
  • b8f7e34ebc Merge changes from develop for the 1.66.0 release. James E. King, III 2017-10-20 11:59:08 -0400
  • 8fff1bba3b fixed memory leak in benchmark code and removed dead code James E. King, III 2017-10-18 14:16:10 -0400
  • 0afe67f433 add a top level README file to improve the github experience James E. King, III 2017-10-18 06:51:22 -0700
  • 5cc09070b8 enable Coverity Scan on preflight pull request to or cron build of master James E. King, III 2017-10-14 04:26:03 -0700
  • 34f7d339a2 fix casting in call_put_* feed_args James E. King, III 2017-10-13 10:49:29 -0700
  • 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 James E. King, III 2017-10-13 09:00:46 -0700
  • 34c3180273 trac-10324: const correctness on casts James E. King, III 2017-10-12 11:07:29 -0700
  • f07d635260 trac-8735: add unit test for bad format exception James E. King, III 2017-10-12 09:39:20 -0700
  • ec42f3aa74 trac-7477: fix exception specification on destructor James E. King, III 2017-10-12 12:02:37 -0400
  • 1dfb4be3f2 trac-8998: documentation fix for boost.format From: Tim Blechmann <tim@klingt.org> Date: Tue, 23 Jul 2013 13:53:52 +0200 James E. King, III 2017-10-12 10:48:50 -0700
  • e019e8dcc6 trac-7379: added a couple tests and beefed up existing ones James E. King, III 2017-10-12 08:38:13 -0700
  • bc53dbbaa2 trac-4636: explicit clamping provided to ensure MSVC /RTCc succeeds James E. King, III 2017-10-11 17:57:13 -0700
  • a368257804 Merge pull request #16 from jeking3/trac-11055 Edward Diener 2017-10-11 09:48:07 -0400
  • 733670140c Merge pull request #15 from jeking3/ci Edward Diener 2017-10-11 09:46:37 -0400
  • ba43c1be1e trac-11055: clean up a few spelling and grammatical errors in the doc James E. King, III 2017-10-10 21:05:59 -0700
  • 67d33e7545 add appveyor and travis build scripts for continuous integration James E. King, III 2017-10-10 11:04:35 -0700
  • c01cb4154b Merge pull request #14 from jeking3/fix-misaligned-master-develop Edward Diener 2017-10-07 09:59:08 -0400
  • 724faf399b Changed 'less' to 'fewer' in an error message. Patch from @tempoz Marshall Clow 2015-05-18 08:34:53 -0700
  • 2cf22ff716 Merge pull request #13 from jeking3/trac-11632-ubsan-alt-sstream Edward Diener 2017-10-07 06:39:38 -0400
  • d243e11dee fix boost trac 11632: UB in boost.format basic_oaltstringstream James E. King, III 2017-10-06 21:07:58 -0700
  • 614113c408 Merge changes from develop for the 1.63.0 release Marshall Clow 2016-11-30 13:05:22 -0800
  • 1162f08060 Merge pull request #12 from tsondergaard/remove-nonascii-character Marshall Clow 2016-11-02 11:25:53 -0700
  • b849028e5e Update references to c++ standard documentation Thomas Sondergaard 2016-09-15 16:21:15 +0200
  • 045c6f15b9 Remove non-ascii character from source Thomas Sondergaard 2016-09-15 10:44:59 +0200
  • aad562ab81 Merge to master for 1.62.0 release Marshall Clow 2016-08-17 13:23:35 -0700
  • c81520e971 Merge pull request #11 from stbergmann/develop Edward Diener 2016-05-11 08:17:58 -0400
  • 28dada662b BOOST_FALLTHROUGH to silence Clang -Wimplicit-fallthrough Stephan Bergmann 2016-05-10 16:09:53 +0200
  • 79be7b6b87 Merge pull request #10 from soukouki/correct-example-comment Edward Diener 2016-04-24 20:03:17 -0400
  • b747d6e08f Move the comment soukouki 2016-04-24 23:45:06 +0900
  • d307c1dde0 Merge branch 'develop' Edward Diener 2015-10-15 20:59:35 -0400
  • 8023d13df5 Merge pull request #9 from joachim-faulhaber/format_patches_1_59_0 Edward Diener 2015-09-23 09:31:07 -0700
  • 6fd5847729 Tweaked imbue fix: Checked for non-null-ness explicitly Joachim Faulhaber 2015-09-23 17:53:46 +0200
  • e5171589fe Bugfix: missing imbue call can lead to crashes Joachim Faulhaber 2015-09-22 14:32:13 +0200
  • e6e6a29666 Merge to master for 1.59.0 release Marshall Clow 2015-07-22 10:39:37 -0700
  • d80537520b Changed 'less' to 'fewer' in an error message. Patch from @tempoz Marshall Clow 2015-05-18 08:34:53 -0700
  • c053e9e154 Merge pull request #6 from lanurmi/spelling-fix-occurrence Marshall Clow 2015-04-03 07:44:27 -0700
  • b48d5b8e33 Merge pull request #4 from bkentel/develop Marshall Clow 2015-04-03 07:43:49 -0700
  • 926a8d7600 Merge changes from develop for the 1.58.0 release Marshall Clow 2015-04-01 10:29:48 -0700
  • af6c906cad Fix spelling of "occurrence". Lauri Nurmi 2015-03-28 21:44:41 +0200
  • 0fbac72f0b Merge pull request #5 from awulkiew/patch-1 Marshall Clow 2015-02-09 06:24:52 -0800
  • 992070cacf Suppress sign-conversion warning in parsing.hpp. Adam Wulkiewicz 2015-02-02 16:32:09 +0100
  • efc6ccd04e Fix a warning under MSVC Brandon Kentel 2014-10-14 23:49:41 +0900