Commit Graph

  • a71981ccfb Added Clang 3.8 to compiler compatibility Bjorn Fahller 2016-03-09 06:01:55 +0100
  • acc4cfe5b8 Mention thread safety in README Bjorn Fahller 2016-03-09 06:05:02 +0100
  • 868844ea49 Updated ChangeLog for v13 Bjorn Fahller 2016-03-07 22:05:19 +0100
  • 04d46fc706 Fixed thread FAQ link error Bjorn Fahller 2016-03-07 22:00:30 +0100
  • daf8f84b27 Document thread safety Bjorn Fahller 2016-03-07 21:57:09 +0100
  • e8079f797e active/saturated mock matcher list must be mutable Bjorn Fahller 2016-03-07 18:07:10 +0100
  • 23575b8899 Silence -Wshadow warnings Bjorn Fahller 2016-03-07 17:57:59 +0100
  • 7a5b4073f9 Add <atomic> to thread_terror.cpp for g++ Bjorn Fahller 2016-03-07 17:57:48 +0100
  • aed3eaa48d protect deathwatches too Bjorn Fahller 2016-03-07 07:43:12 +0100
  • c8cccc5153 made thread_terror a bit meaner Bjorn Fahller 2016-03-07 06:49:48 +0100
  • f7d44116db thread terror exercise program Bjorn Fahller 2016-03-07 04:44:20 +0100
  • c940c52e3e Fixed race in expectation destruction Bjorn Fahller 2016-03-07 04:43:50 +0100
  • b7d1e62605 mutex protect hooking of expectation into mock obj Bjorn Fahller 2016-03-06 21:25:43 +0100
  • 34b193340a Kepp unique_ptr to expectation from beginning Bjorn Fahller 2016-03-06 20:44:39 +0100
  • 572dd56bb2 Move modifier making into mock Bjorn Fahller 2016-03-06 20:37:50 +0100
  • 3657b11487 Use a global recursive mutex for thread safety Bjorn Fahller 2016-03-06 20:06:07 +0100
  • be3b1338ec removed more travis-ci debug residues Bjorn Fahller 2016-02-27 09:37:27 +0100
  • 13eebbcb20 removed travis-ci debug cludge Bjorn Fahller 2016-02-27 09:32:43 +0100
  • f8bd16c1f6 protect calls to mock functions with recursive mutex Bjorn Fahller 2016-02-13 09:26:56 +0100
  • 09442be10d Fixed rare bug with dtor of sequence with live expectations Bjorn Fahller 2016-04-25 20:16:26 +0200
  • 83d5fc265d Indentation Bjorn Fahller 2016-03-11 18:39:15 +0100
  • 0d58838d10 Remove r/l-value ref duplication Bjorn Fahller 2016-03-11 18:26:10 +0100
  • 8e91b6b660 Added Clang 3.8 to compiler compatibility Bjorn Fahller 2016-03-09 06:01:55 +0100
  • f411d6edac Mention thread safety in README Bjorn Fahller 2016-03-09 06:05:02 +0100
  • 0c126bed34 Updated ChangeLog for v13 v13 Bjorn Fahller 2016-03-07 22:05:19 +0100
  • 774242719b Merge branch 'threadsafe' Bjorn Fahller 2016-03-07 22:00:49 +0100
  • 4ce8c5606d Fixed thread FAQ link error Bjorn Fahller 2016-03-07 22:00:30 +0100
  • 8f52d51514 Document thread safety Bjorn Fahller 2016-03-07 21:57:09 +0100
  • 966b3ec66e active/saturated mock matcher list must be mutable Bjorn Fahller 2016-03-07 18:07:10 +0100
  • 4616fcb100 Silence -Wshadow warnings Bjorn Fahller 2016-03-07 17:57:59 +0100
  • eeec503c24 Add <atomic> to thread_terror.cpp for g++ Bjorn Fahller 2016-03-07 17:57:48 +0100
  • b707c11e58 Merge branch 'master' into threadsafe Bjorn Fahller 2016-03-07 17:49:52 +0100
  • f1b09d64d5 silenced -Wshadow warnings Bjorn Fahller 2016-03-07 17:49:38 +0100
  • 53f68c7a26 protect deathwatches too Bjorn Fahller 2016-03-07 07:43:12 +0100
  • 07411db6d0 made thread_terror a bit meaner Bjorn Fahller 2016-03-07 06:49:48 +0100
  • 328b64580b thread terror exercise program Bjorn Fahller 2016-03-07 04:44:20 +0100
  • 715cfc32a0 Fixed race in expectation destruction Bjorn Fahller 2016-03-07 04:43:50 +0100
  • 367f482761 mutex protect hooking of expectation into mock obj Bjorn Fahller 2016-03-06 21:25:43 +0100
  • 9806e2d061 Kepp unique_ptr to expectation from beginning Bjorn Fahller 2016-03-06 20:44:39 +0100
  • 71d4f77a31 Move modifier making into mock Bjorn Fahller 2016-03-06 20:37:50 +0100
  • 9188b969a7 Use a global recursive mutex for thread safety Bjorn Fahller 2016-03-06 20:06:07 +0100
  • 309d939c6a removed more travis-ci debug residues Bjorn Fahller 2016-02-27 09:37:27 +0100
  • f6c43791e9 removed travis-ci debug cludge Bjorn Fahller 2016-02-27 09:32:43 +0100
  • 0e9f934232 Link to Cheat Sheet in README Bjorn Fahller 2016-02-16 07:00:11 +0100
  • dbb42b5087 Added cheat sheet Bjorn Fahller 2016-02-16 06:54:01 +0100
  • 5ea9407d93 do not continue gdb after signal Bjorn Fahller 2016-02-13 12:02:00 +0100
  • 7ef2c26fdc try to run kcov from within gdb instead Bjorn Fahller 2016-02-13 11:57:52 +0100
  • fdf484adb8 try to find core dump after kcov Bjorn Fahller 2016-02-13 11:50:48 +0100
  • 39f7d0c3fc Fixed travis script error Bjorn Fahller 2016-02-13 11:41:14 +0100
  • 1d4129c835 more travis cov core hunting Bjorn Fahller 2016-02-13 11:30:26 +0100
  • 6932fa826f Travis changes in hope to catch clang cov problem Bjorn Fahller 2016-02-13 11:13:04 +0100
  • d9b01d37c3 protect calls to mock functions with recursive mutex Bjorn Fahller 2016-02-13 09:26:56 +0100
  • c736e25a9d fixed travis build rule snafu Bjorn Fahller 2016-02-02 19:47:13 +0100
  • 8b5128fe80 Try to get backtrace from crashed travis kcov run Bjorn Fahller 2016-02-02 19:44:23 +0100
  • 9595b3b1cd Updated ChangeLog for v12 v12 Bjorn Fahller 2016-02-01 18:52:42 +0100
  • 1749b01697 Update CookBook + refman for duck typed matchers Bjorn Fahller 2016-02-01 17:29:48 +0100
  • 90d6a47edd language Bjorn Fahller 2016-02-01 17:57:04 +0100
  • 77dd639554 Improved typed matcher matching rules via ptr deref Bjorn Fahller 2016-02-01 17:56:31 +0100
  • 86acfbce45 Fix for type matching of ptr_deref matcher with ptr to const Bjorn Fahller 2016-01-31 21:10:22 +0100
  • 08c76a8ed9 refactored out code duplication in matchers Bjorn Fahller 2016-01-31 04:55:57 +0100
  • 7ca279a32a lt and le matchers are duck typed by default Bjorn Fahller 2016-01-31 04:28:38 +0100
  • 9645947bd0 ge matcher is duck typed by default Bjorn Fahller 2016-01-31 03:57:08 +0100
  • ecb6fa4f13 ne matcher is duck typed by default Bjorn Fahller 2016-01-31 03:41:22 +0100
  • 46de47eaae eq matcher is duck typed by default, or explicitly typed Bjorn Fahller 2016-01-30 20:43:03 +0100
  • a34573b9d4 Experimenting with duck typed matcher. Bjorn Fahller 2016-01-30 17:52:39 +0100
  • 9996276ea3 revert tuple_element_t for g++ 4.9.0 Bjorn Fahller 2016-01-30 13:52:18 +0100
  • 2f6b62f525 Decay array to pointer in RETURN Bjorn Fahller 2016-01-30 12:20:19 +0100
  • d00faab452 Fixed matching rule bug for eq<nullptr_t> matcher Bjorn Fahller 2016-01-16 11:34:55 +0100
  • 938b53d915 Updated ChangeLog for v11 v11 Bjorn Fahller 2016-01-04 07:32:19 +0100
  • 7ccde61e7e Updated (C) year where applicable Bjorn Fahller 2016-01-03 13:06:35 +0100
  • e0957231ec add nullptr specialization for eq-matcher Bjorn Fahller 2016-01-03 12:47:43 +0100
  • 0fcee4da3a travis-ci build kcov with same compiler as trompeloeil test Bjorn Fahller 2016-01-02 13:02:48 +0100
  • 7f6e1ef0b4 travis-ci build kcov with same compiler as trompeloeil test Bjorn Fahller 2016-01-02 12:56:08 +0100
  • 39cb3ed301 try --skip_solibs for kcov in travis after_success Bjorn Fahller 2016-01-02 12:51:06 +0100
  • 76499fd5c4 More helpfull compilation error with non-compilable expectation Bjorn Fahller 2015-12-31 06:35:13 +0100
  • a1396c1f0c source character encoding Bjorn Fahller 2015-12-31 06:12:29 +0100
  • cba90e22f7 And now make clang accept regex matcher Bjorn Fahller 2015-12-30 21:51:30 +0100
  • 82b5a306e6 Make VS 2015 accept regular expression matcher Björn Fahller 2015-12-30 21:39:29 +0100
  • d1444b8a6d Documented regular expression matcher Bjorn Fahller 2015-12-30 14:21:46 +0100
  • 3543081ef5 Stylistic consistency Bjorn Fahller 2015-12-30 13:29:41 +0100
  • a57beb90da Added regex matcher for std::string and c-string Bjorn Fahller 2015-12-29 22:21:21 +0100
  • 6c58b3cbe5 Updated ChangeLog for v10 v10 Bjorn Fahller 2015-12-11 14:49:10 +0100
  • 2bce135053 Use () init in matchers to avoid initializer_list confusion Bjorn Fahller 2015-12-11 14:38:40 +0100
  • 29351d8230 VisualStudio warned about non-inline function Bjorn Fahller 2015-12-11 09:36:17 +0100
  • 34846a2b6d Make operator* work with custom matchers for pointer matching Bjorn Fahller 2015-12-11 09:01:48 +0100
  • 002e9eca91 Improved report format for pointer parameters Bjorn Fahller 2015-12-11 09:01:13 +0100
  • c1a0c888bb Document using matchers with pointers Bjorn Fahller 2015-12-10 21:33:41 +0100
  • 29f6c59be9 Document adapter for MSTest Bjorn Fahller 2015-12-10 21:09:04 +0100
  • 87d04d6943 Fixed ADL mistake again Bjorn Fahller 2015-12-10 20:25:17 +0100
  • b0ef78bc81 Support operator* on matchers for pointer deref Bjorn Fahller 2015-12-09 22:20:43 +0100
  • a2990f5f9c Corrected custom report format doc Bjorn Fahller 2015-12-06 18:16:34 +0100
  • 03c88dba7c Added custom report print test case to compiling_tests Bjorn Fahller 2015-12-06 18:15:49 +0100
  • 12079acb90 Fixed ADL problems. Bjorn Fahller 2015-12-06 08:51:36 +0100
  • db33dff208 wildcard _ can match std::ostream& Bjorn Fahller 2015-12-04 09:58:57 +0100
  • 0aae4c2aa8 Updated ChangeLog for v9 v9 Bjorn Fahller 2015-11-29 21:16:17 +0100
  • f2b4dc2ea3 Added CookBook section on throwing Bjorn Fahller 2015-11-29 16:18:06 +0100
  • 4cd2f71fdf Minor clarifications Bjorn Fahller 2015-11-29 16:17:52 +0100
  • 864d1629d4 Warning for dead ref return in THROW Bjorn Fahller 2015-11-29 16:14:37 +0100
  • 212de160c5 Silenced some VisualStudio 2015 warnings Björn Fahller 2015-11-29 11:00:37 +0100
  • 2f5f7479a2 Internal cleanup Bjorn Fahller 2015-11-29 01:39:28 +0100