1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
James Fraser
a31a9ee38c Added support for specifying calling conventions. 2018-11-16 02:01:11 +11:00
Mike Long
2c28c14e83 Merge branch 'master' into return_val_history 2018-01-28 17:24:54 +00:00
Mike Long
b359c2391b Merge pull request #30 from rubiot/vararg_readme
Adding a section explaining how to fake variadic functions
2018-01-28 17:21:05 +00:00
Mike Long
82eab51659 Update to readme to correct misinformation on C standard
It turns out that nested functions are a gcc thing - not standard C.

Closes #34
2017-12-18 19:57:20 +01:00
nabijaczleweli
fcc7f1c46f Use markdown instead of inline HTML in README 2017-10-08 01:44:10 +02:00
nabijaczleweli
a795833cba Add syntax highlighting to README 2017-10-08 01:39:36 +02:00
Paulo Antonio Alvarez
fdbac79ada Update README to explain the history of returned values
Gives some motivation as well as a simple example taken from the test
suite of fff.
2017-08-15 23:49:07 -03:00
Rubio R. C. Terra
7cb667102d Adding a section explaining how to fake variadic functions 2017-02-06 18:14:02 -02:00
Stephan Creutz
dc50381b24 Fix typos in README 2017-01-24 21:31:37 +01:00
mj
2c47f8aa49 Added simple explanation and example to readme file 2016-12-18 15:19:08 +01:00
Paulo Antonio Alvarez
0daa84efe6 README: Update README.md to give example of SET_CUSTOM_FAKE_SEQ macro
The readme now contains an example taken from the test suite of how to
use the SET_CUSTOM_FAKE_SEQ macro.
2016-09-26 22:58:32 -03:00
Mike Long
3cd33eda54 Add travis build status to readme 2016-07-06 10:41:08 +02:00
Mike Long
2afa7273b7 Added the tips from Micha into the readme 2013-07-20 13:43:51 +08:00
Mike Long
3612b9e84e Update the readme with Micha's information on return by reference 2013-07-04 17:10:30 +08:00
Mike Long
82c6df459c Added custom fake information to the readme documentation 2012-09-14 08:11:00 +08:00
Mike Long
b034fe2822 Updated to new fff style 2012-06-26 21:07:44 +08:00
Mike Long
329b83f15a Fix typo in readme 2011-04-26 20:06:29 +01:00
Mike Long
b98825d20a Update documentation with new declaration style 2011-04-26 17:38:00 +01:00
Mike Long
01aebe40e0 Add overrides for argument and call histories 2011-03-23 09:49:00 +01:00
Mike Long
7f0890916a Fix typo 2011-03-22 21:51:32 +01:00
Mike Long
f02e387a40 Adding documentation for return value sequences 2011-03-22 21:50:10 +01:00
Mike Long
49281bd779 Add details for the other method of checking dropped histories 2011-02-19 21:36:25 +01:00
Mike Long
a6eeacdaf0 Added initial documentation for argument histories 2011-02-19 21:05:29 +01:00
Mike Long
d43e9c9243 Fix typo 2011-01-03 20:05:08 +01:00
Mike Long
023f09edf2 Fix typo 2011-01-03 20:04:20 +01:00
Mike Long
e75a8cdfba Add cheat sheet 2011-01-03 19:55:36 +01:00
Mike Long
aa9a9edd90 Explain header-only 2011-01-03 12:24:51 +01:00
Mike Long
e034598562 Fixed typo in example 2011-01-03 12:13:05 +01:00
Mike Long
64c57b015d Changed readme to markdown and added more details 2011-01-01 15:32:26 +01:00