Commit graph

79 commits

Author SHA1 Message Date
mat007
98fc044011 Fixed custom error policy synopsis
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@718 860be788-9bd5-4423-9f1e-828f051e677b
2014-04-26 07:06:06 +00:00
mat007
f04be9827f Fixed mock function documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@714 860be788-9bd5-4423-9f1e-828f051e677b
2014-02-16 15:55:14 +00:00
mat007
f7d5933162 Updated changelog to 1.2.5
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@712 860be788-9bd5-4423-9f1e-828f051e677b
2014-02-08 17:27:38 +00:00
mat007
dcd4da6c7d Updated changelog
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@708 860be788-9bd5-4423-9f1e-828f051e677b
2014-02-07 14:26:28 +00:00
mat007
53e67c0a81 Changed MOCK_DESTRUCTOR and MOCK_*CONVERSION_OPERATOR to support different calling conventions
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@707 860be788-9bd5-4423-9f1e-828f051e677b
2014-02-07 14:26:21 +00:00
mat007
a6c6b5dd82 Fixed typo
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@706 860be788-9bd5-4423-9f1e-828f051e677b
2014-02-07 14:26:11 +00:00
mat007
e4e6d59a35 Improved workaround for the template method limitation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@702 860be788-9bd5-4423-9f1e-828f051e677b
2013-12-21 18:20:49 +00:00
mat007
e61a52e683 Fixed documentation typo
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@701 860be788-9bd5-4423-9f1e-828f051e677b
2013-12-21 18:20:40 +00:00
mat007
f77cac0103 Added documentation in the limitations section about why non-virtual methods cannot be mocked
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@693 860be788-9bd5-4423-9f1e-828f051e677b
2013-10-03 07:59:17 +00:00
mat007
7c3714169d Fixed documentation typos
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@692 860be788-9bd5-4423-9f1e-828f051e677b
2013-10-03 07:59:11 +00:00
mat007
69b58ee09d Updated changelog for 1.2.1
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@689 860be788-9bd5-4423-9f1e-828f051e677b
2013-08-31 08:10:47 +00:00
mat007
392240a87c Added move support in actions
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@681 860be788-9bd5-4423-9f1e-828f051e677b
2013-08-13 21:43:14 +00:00
mat007
808af17eb8 Added logging support for std::unique_ptr, std::shared_ptr and std::weak_ptr
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@677 860be788-9bd5-4423-9f1e-828f051e677b
2013-07-09 08:46:43 +00:00
mat007
068f73b0bc Added support for movable only types as parameters
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@676 860be788-9bd5-4423-9f1e-828f051e677b
2013-07-09 06:58:18 +00:00
mat007
fc5237fb96 Fixed tests
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@674 860be788-9bd5-4423-9f1e-828f051e677b
2013-07-09 06:57:54 +00:00
mat007
095add46f8 Moved limitation workarounds code to compiled source file
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@673 860be788-9bd5-4423-9f1e-828f051e677b
2013-07-06 21:19:29 +00:00
mat007
5c82c8052f Documented limitation for mocking a member function with a throw specifier
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@671 860be788-9bd5-4423-9f1e-828f051e677b
2013-07-06 21:19:12 +00:00
mat007
f97fb87f81 Added MOCK_NO_VARIADIC_MACROS to deactivate variadic macros support
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@668 860be788-9bd5-4423-9f1e-828f051e677b
2013-06-04 22:02:09 +00:00
mat007
8d08012cdf Reworked MOCK_CONSTRAINT to be able to provide names to parameters
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@667 860be788-9bd5-4423-9f1e-828f051e677b
2013-06-04 22:01:57 +00:00
mat007
1abb1d5495 Updated changelog for 1.2.3
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@663 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-21 06:28:21 +00:00
mat007
400aaddf9a Generalized to MOCK_CONSTRAINT
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@660 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:49:17 +00:00
mat007
8a6edd531e Added floating point comparison constraints
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@659 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:49:09 +00:00
mat007
c8072405c8 Added MOCK_TERNARY_CONSTRAINT helper macro
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@658 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:49:03 +00:00
mat007
0592148204 Tweaked documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@656 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:48:49 +00:00
mat007
415cece00e Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@655 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:48:43 +00:00
mat007
87cd09bdd4 Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@653 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-20 10:48:28 +00:00
mat007
1320a96179 Added support for nullptr as constraint
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@648 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:59:25 +00:00
mat007
10073f807e Fixed boost tests
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@646 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:59:04 +00:00
mat007
d28db33c08 Refactored conversion to boost layout
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@645 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:58:55 +00:00
mat007
d2fbf4167b Moved examples to source code
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@643 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:58:40 +00:00
mat007
ef9a3e2c4c Tweaked documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@642 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:58:29 +00:00
mat007
b560fcca0d Added a warning in the documentation about possible ODR violations with logging
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@641 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-12 08:58:17 +00:00
mat007
8d2fb9c94c Added support for several sequences in 'in'
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@635 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-03 20:17:46 +00:00
mat007
26540da771 Fixed documentation links
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@633 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-03 20:16:17 +00:00
mat007
927748731f Documented quick constraint
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@632 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-03 20:16:01 +00:00
mat007
62adee5d3d Tweaked documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@631 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-03 20:15:18 +00:00
mat007
5cb37bdacd Updated changelog
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@630 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-23 22:49:05 +00:00
mat007
791b807551 Tweaked documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@629 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-23 22:48:55 +00:00
mat007
9dcf6fb274 Documented MOCK_UNARY_CONSTRAINT and MOCK_BINARY_CONSTRAINT
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@628 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-23 22:48:45 +00:00
mat007
c553877466 Updated contributors
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@623 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-11 20:26:59 +00:00
mat007
7b2a9d99f7 Updated changelog
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@621 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-11 20:26:40 +00:00
mat007
4afe1d32d4 Added support for C++11 lambdas as constraints
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@620 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-11 16:24:26 +00:00
mat007
c5861a744d Documented use of C++11 lambdas as actions
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@619 860be788-9bd5-4423-9f1e-828f051e677b
2013-04-11 16:24:02 +00:00
mat007
1ddf17d1c1 Added news section to navbar
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@611 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-10 18:39:34 +00:00
mat007
c5593d5662 Changed https to http
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@610 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-10 18:39:28 +00:00
mat007
3d8a6db28b Updated changelog for 1.2.2
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@609 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-09 21:21:27 +00:00
mat007
200e293b7f Added MOCK_FUNCTOR_TPL
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@608 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-08 20:40:00 +00:00
mat007
a7cdc82a59 Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@606 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-08 08:01:34 +00:00
mat007
b4b9d732d3 Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@601 860be788-9bd5-4423-9f1e-828f051e677b
2013-03-07 07:17:14 +00:00
mat007
aa898eb9a2 Fixed typo in documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@591 860be788-9bd5-4423-9f1e-828f051e677b
2013-01-27 17:52:17 +00:00