|
Nov 20 `09
|
06:14 |
Commit |
dascandy
committed
[81]
Added filters and dontcares tests.
81 Added filters and dontcares tests.
|
|
Nov 19 `09
|
22:14 |
Commit |
dascandy
committed
[80]
fixed makefile to use plain gcc again
80 fixed makefile to use plain gcc again
|
|
20:46 |
Commit |
dascandy
committed
[79]
- Added Match handler
- Added dontcare option
- Fixed memory leaks
- Found ou...
79 - Added Match handler
- Added dontcare option
- Fixed memory leaks
- Found out real neat thing about destructors that allows a new neat feature that'll come in the next revision
- Git and Windows don't play along - I'll put these in the Git repo when I have access to a *x machine.
- This also most likely doesn't work on GCC (or any other as I havent tested it). Please don't treat this as a release-worthy bit of code.
|
|
Nov 02 `09
|
23:01 |
Commit |
dascandy
committed
[78]
minor fix in build, added toplevel makefile. Will check this into git in a bit
78 minor fix in build, added toplevel makefile. Will check this into git in a bit
|
|
Oct 29 `09
|
20:26 |
Commit |
dascandy
committed
[77]
This puts back the functionality that classmock had. Not satisfied though, yo...
77 This puts back the functionality that classmock had. Not satisfied though, you can't test part of a class by mocking out the other half of it because original functions aren't kept in. Ideas about that are more than welcome! :-)
|
|
Oct 20 `09
|
14:54 |
Commit |
dascandy
committed
[76]
Tried to add EDG support back in. No idea whether it worked; don't have an ED...
76 Tried to add EDG support back in. No idea whether it worked; don't have an EDG compiler.
|
|
14:20 |
Commit |
dascandy
committed
[75]
Fixed the 0x version to match the regular one, added warning that I've stripp...
75 Fixed the 0x version to match the regular one, added warning that I've stripped the 0x version of everything but GCC support (as GCC is also the only one with variadic templates, and hence the only one I can test).
|
|
13:21 |
Commit |
dascandy
committed
[74]
Added GCC support. Need to remove classmock tests.
74 Added GCC support. Need to remove classmock tests.
|
|
12:29 |
Commit |
dascandy
committed
[73]
Removed classmock, added multiple inheritance support. Need to port to GCC an...
73 Removed classmock, added multiple inheritance support. Need to port to GCC and 0x version.
|
|
11:18 |
Commit |
dascandy
committed
[72]
72
|
|
Oct 12 `09
|
20:28 |
Commit |
baberuth
committed
[71]
Forgot to included *_0x.o in .d(ependencies) files
71 Forgot to included *_0x.o in .d(ependencies) files
|
|
19:49 |
Commit |
baberuth
committed
[70]
Added .d files for include dependencies, in the future this will be updated t...
70 Added .d files for include dependencies, in the future this will be updated to automake
|
|
Oct 11 `09
|
11:16 |
Commit |
dascandy
committed
[69]
Fixed the GCC support, also fixed the 0x version. All now works fine again. N...
69 Fixed the GCC support, also fixed the 0x version. All now works fine again. Need to set up a build machine.
|
|
Oct 09 `09
|
20:36 |
Commit |
dascandy
committed
[68]
Added support for const-reference parameters that aren't instantiable, as sug...
68 Added support for const-reference parameters that aren't instantiable, as suggested by Jonathan Robson. Hope this works for you too.
|
|
Oct 07 `09
|
11:38 |
Commit |
dascandy
committed
[67]
Added mocking of destructors; added tests with auto_ptr. Awaiting tests & tim...
67 Added mocking of destructors; added tests with auto_ptr. Awaiting tests & time to add to the 0x branch. *NOT* tested with GCC or any platform other than MSVC/WinXP; please inform me about results.
|
|
May 27 `09
|
17:00 |
Commit |
christian.rexwinkel
committed
[66]
Added support for combining "Do" and "Return" when setting expectations
66 Added support for combining "Do" and "Return" when setting expectations
|
|
May 05 `09
|
18:04 |
Commit |
dascandy
committed
[65]
Tagged 3.1 release
65 Tagged 3.1 release
|
|
18:03 |
Commit |
dascandy
committed
[64]
Minor adjustment to is_virtual because I removed a class that was used only t...
64 Minor adjustment to is_virtual because I removed a class that was used only there (and the environment didn't recompile it - somebody else made a bug I guess). Added support for Visual Studio in Edit&Continue, to help mostly beginners that have the default setting and that get stuck on this before the first expectation can be violated. If you really use Visual Studio's Edit&Continue in C++, please mail me as I'm having a hard time believing there's anybody who uses it. Also added two hard-coded constants as configurable parameters.
|
|
15:57 |
Commit |
dascandy
committed
[63]
Added overload test, added minor change to allow overloads properly. Added ED...
63 Added overload test, added minor change to allow overloads properly. Added EDG compiler support (specifically the Greenhills compiler) with help from two colleagues.
|
|
Apr 28 `09
|
16:23 |
Commit |
christian.rexwinkel
committed
[62]
Tagged 2.1 release
62 Tagged 2.1 release
|