Commit Graph

314 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
3a5ff371c4 Update CI for more targets and sanity checks 2019-06-21 08:40:57 -04:00
James E. King III
7f4131ba2d Fix coverity build failure; refresh CI once more 2019-05-04 16:17:25 -04:00
James E. King III
76b9bd4f21 Update CI Scripts 2019-04-19 22:36:08 -04:00
James E. King III
1d347079b1 Enhance CI for more build coverage 2018-11-02 16:49:36 -04:00
James E. King III
720a10a77e Enhance Travis CI build coverage 2018-10-28 10:41:35 -04:00
James E. King III
a1c613764d fix failing ci jobs in travis 2018-07-14 17:41:36 +00:00
James E. King III
7f0b2fbb3b remove ci from readme directory list 2018-06-17 15:50:25 +00:00
James E. King III
f7223ef1bf Merge branch 'master' into develop 2018-06-17 15:49:42 +00:00
James E. King III
cfbab949f3 move ci to boost-ci model 2018-06-17 11:48:51 -04:00
James E. King III
5730de9350 add travis job conditional for coverity scan 2018-06-13 18:06:02 +00:00
James E. King III
2131dfd92e fix name in meta 2018-05-17 17:31:56 +00:00
James E. King III
ceaf21bdb8
make valgrind return error code on failure for CI (#57) 2018-05-14 23:07:22 -04:00
James E. King, III
82f2882382 Add a license file to the repository 2018-04-29 10:26:30 -04:00
James E. King, III
5360aeaae0 Work around a gcc-7.3 issue running ubsan on travis CI
https://stackoverflow.com/questions/50024731/ld-unrecognized-option-push-state-no-as-needed
2018-04-29 10:26:30 -04:00
James E. King, III
2e0c40c049
Add a license file to the repository 2018-04-29 09:49:15 -04:00
James E. King, III
76293b18b1 Work around a gcc-7.3 issue running ubsan on travis CI
https://stackoverflow.com/questions/50024731/ld-unrecognized-option-push-state-no-as-needed
2018-04-29 09:31:55 -04:00
James E. King, III
225de6455d Merge branch 'develop' 2018-03-07 15:50:18 -05:00
James E. King, III
87304f009b improve code coverage results processing 2018-03-07 15:24:37 -05:00
James E. King, III
e79e092294 Merge branch 'develop' 2018-01-28 08:41:25 -05:00
James E. King, III
46bf5bb508 Update README appveyor links 2018-01-28 08:39:35 -05:00
James E. King, III
d6d0b4670e Update README file 2018-01-28 08:35:38 -05:00
James E. King, III
9ed6aef59a enable coverity scan builds on push or cron jobs in master and develop 2018-01-23 11:23:06 -05: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
587c66bf92 Update CI adding cppcheck support and tweak UBSAN settings 2018-01-19 23:41:17 -05:00
James E. King, III
61d477559e Merge branch 'develop' 2017-11-09 11:49:51 -08:00
James E. King, III
5c6b268531 fix coverity master build job 2017-11-09 11:48:33 -08:00
James E. King, III
dbd3271ce0 fix coverity master build job 2017-11-03 05:34:24 -07:00
James E. King, III
c912b9f412 fix coverity master build job 2017-11-03 05:33:57 -07:00
James E. King, III
ee56231fd7 Merge branch 'develop' into master for 1.66.0 release. 2017-11-02 06:10:19 -07:00
James E. King, III
5f93cc7f66 improve code coverage, found and fixed a few bugs 2017-11-01 18:22:30 -04:00
James E. King, III
1ed06cf3d9 fix codecov integration 2017-10-31 15:12:33 -07:00
James E. King, III
7809c23d2e enable branch coverage information 2017-10-28 00:47:18 -04:00
James E. King, III
9332ddbc62 update readme and fix links to services 2017-10-28 00:17:20 -04:00
James E. King, III
6410b2ec28 fix codecov path parsing 2017-10-27 21:19:34 -04:00
James E. King, III
f646ed043e update travis for support for codecov, optimize build jobs 2017-10-27 13:29:03 -04: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
842d9a0b58 Merge remote-tracking branch 'origin/develop' for 1.66.0 release. 2017-10-26 00:02:52 -04:00
James E. King, III
a83bc2228a update readme for tools directory 2017-10-25 20:57:19 -04:00
James E. King, III
e0d1a9ab1a handle volatile arguments to operator% by making a non-volatile
copy of them before feeding through

This fixes #36
2017-10-25 20:02:27 -04:00
James E. King, III
2f751f1c57 add valgrind to one of the jobs 2017-10-25 18:53:19 -04:00
James E. King, III
7f23cb3faf add example directory to depinst for CI 2017-10-25 18:29:17 -04:00
James E. King, III
cd287874d5 leverage changes in depinst.py to properly install deps for
benchmark and tools directories
2017-10-25 00:09:09 -04:00
James E. King, III
ef8ce677b0 fix max interaction against windows.h 2017-10-24 23:33:28 -04:00
James E. King, III
184d8dcd1b add jeking3 to the maintainer list and simplify the description 2017-10-24 17:15:23 -04:00
James E. King, III
bf6016ce1e Merge pull request #44 from jeking3/issue-35
Add support for Microsoft extensions on argument-type: 'w', 'I', 'I32', 'I64'
2017-10-24 16:57:12 -04:00
James E. King, III
91a7fa92eb Merge pull request #43 from jeking3/issue-31
Add support for std::boolalpha through new conversion specifier "%b"
2017-10-24 16:28:12 -04:00
James E. King, III
9212dde81c Merge pull request #42 from jeking3/issue-29
add support for parsing (and ignoring) argument types 'j', 'z'
2017-10-24 15:50:08 -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
280b3f30f6 Merge pull request #41 from jeking3/issue-30
Add conversion specifier support for 'A', 'a', and 'F'
2017-10-24 12:26:17 -04:00