Sign in
android
/
platform
/
external
/
fff
/
HEAD
c82edb1
Merge remote-tracking branch 'origin/upstream-master'
by Thierry Strudel
· 6 years ago
main
master
master-kernel-build-2021
0ad6e3f
Initial empty repository
by Inna Palant
· 6 years ago
cd727d4
Merge pull request #59 from codehearts/reset-call-history-with-FFF_RESET_HISTORY
by Mike Long
· 6 years ago
86c5e44
Clear `fff.call_history` when calling `FFF_RESET_HISTORY`
by Kate Hart
· 6 years ago
ef24c19
Merge pull request #28 from usr42/refactorings
by Mike Long
· 7 years ago
8b5e44b
Merge remote-tracking branch 'original/master' into refactorings
by usr42
· 7 years ago
d9082e8
Merge remote-tracking branch 'original/master' into refactorings
by usr42
· 7 years ago
9e9438e
Publish lastest fff.h header
by Mike Long
· 7 years ago
953ff07
Merge pull request #35 from alvarez86/return_val_history
by Mike Long
· 7 years ago
ffde053
Merge pull request #20 from usr42/master
by Mike Long
· 7 years ago
2c28c14
Merge branch 'master' into return_val_history
by Mike Long
· 7 years ago
b359c23
Merge pull request #30 from rubiot/vararg_readme
by Mike Long
· 7 years ago
15408ba
Merge remote-tracking branch 'original/master' into refactorings
by usr42
· 7 years ago
82eab51
Update to readme to correct misinformation on C standard
by Mike Long
· 7 years ago
b9a336b
Merge pull request #39 from VincentDary/msvc-macro-fix
by Mike Long
· 7 years ago
e61b221
Fix fff.h for MSVC macro compatibility.
by snak3xe
· 7 years ago
eca3ccb
Fix fakegen.rb C header generator for M macro compatibility.
by snak3xe
· 7 years ago
719dd8b
Merge pull request #38 from nabijaczleweli/master
by Mike Long
· 7 years ago
fcc7f1c
Use markdown instead of inline HTML in README
by nabijaczleweli
· 7 years ago
a795833
Add syntax highlighting to README
by nabijaczleweli
· 7 years ago
fdbac79
Update README to explain the history of returned values
by Paulo Antonio Alvarez
· 7 years ago
e2292d7
fff.h now records the history of returned values
by Paulo Antonio Alvarez
· 7 years ago
3000b0b
Add test cases for saving the history of returned values
by Paulo Antonio Alvarez
· 7 years ago
89ea0e1
Return values saved in history
by Paulo Antonio Alvarez
· 7 years ago
64ec1fc
Merge pull request #1 from usr42/vararg_tests
by Rúbio
· 8 years ago
68692c7
Improve vararg tests
by usr42
· 8 years ago
7cb6671
Adding a section explaining how to fake variadic functions
by Rubio R. C. Terra
· 8 years ago
3ec2c2b
Merge remote-tracking branch 'upstream/master' into refactorings
by usr42
· 8 years ago
248c790
Merge remote-tracking branch 'upstream/master'
by usr42
· 8 years ago
74c07a8
Merge pull request #27 from usr42/issue26
by Mike Long
· 8 years ago
963ec65
Merge pull request #25 from stephan-cr/fix-typos-in-readme
by Mike Long
· 8 years ago
afe4189
Merge pull request #24 from stephan-cr/fix-multistatement-macro
by Mike Long
· 8 years ago
0049662
Merge pull request #23 from usr42/issue21_without_issue13
by Mike Long
· 8 years ago
88e6ac3
Use void as parameter for FUNCNAME##_reset
by usr42
· 8 years ago
3d0919b
Rename putdml to putd_backslash
by usr42
· 8 years ago
4ccfd26
Remove dead code
by usr42
· 8 years ago
7888b6e
Use void as parameter when no parameter exists
by usr42
· 8 years ago
91e796a
Remove brackets when calling putdml
by usr42
· 8 years ago
985fbe3
Replace empty putd with puts
by usr42
· 8 years ago
49c814f
Add putdml
by usr42
· 8 years ago
f6fd3cf
indent funct with block instead of pushd and popd
by usr42
· 8 years ago
dc50381
Fix typos in README
by Stephan Creutz
· 8 years ago
f77932c
Wrap statements in multistatement macro with do {} while (0)
by Stephan Creutz
· 8 years ago
03f61f8
Use function pointer for call_history
by usr42
· 8 years ago
d2992fe
Fix issue13: Add function prototype to DECLARE_*
by usr42
· 8 years ago
4e7451a
Merge pull request #19 from usr42/master
by Mike Long
· 8 years ago
190fa67
Fix FAKE_VALUE_FUNC with 20 parameters
by usr42
· 8 years ago
0ec5f99
Refactor output_macro_counting_shortcuts
by usr42
· 8 years ago
bf2275a
Fix gcc/g++ usage in Makefile
by usr42
· 8 years ago
9c89d72
Merge pull request #18 from aunsbjerg/master
by Mike Long
· 8 years ago
2c47f8a
Added simple explanation and example to readme file
by mj
· 8 years ago
f4b03ca
Removed file I accidentally added
by mj
· 8 years ago
0cf75a2
Added auto counting of parameters for declaration and definition of fake functions for global use. Adjusted unit tests of global functions
by mj
· 8 years ago
daff1fb
added helper for generating argument sequences
by mj
· 8 years ago
765109f
Merge pull request #17 from alvarez86/update_custom_fake_seq_readme
by Mike Long
· 8 years ago
0daa84e
README: Update README.md to give example of SET_CUSTOM_FAKE_SEQ macro
by Paulo Antonio Alvarez
· 8 years ago
ff40273
Merge pull request #16 from CiderMan/master
by Mike Long
· 8 years ago
f88a17c
Merge pull request #15 from alvarez86/custom_fake_seq
by Mike Long
· 8 years ago
df0dc5d
Added missing #include, built and tested
by Steve Hill
· 8 years ago
54cb4ff
Add vim backup files to .gitignore
by Steve Hill
· 8 years ago
218cdf7
fff.h with support to custom fake sequences (non-variadic functions)
by Paulo Antonio Alvarez
· 8 years ago
961289f
Added two test cases for SET_CUSTOM_FAKE_SEQ
by Paulo Antonio Alvarez
· 8 years ago
845a8e2
Support for custom fake function sequences (non-variadic functions)
by Paulo Antonio Alvarez
· 8 years ago
3cd33ed
Add travis build status to readme
by Mike Long
· 9 years ago
ab1c686
Initial try at a travis yaml
by Mike Long
· 9 years ago
984059e
Add git ignore to ignore build directory
by Mike Long
· 9 years ago
8de85a4
Merge pull request #11 from rubiot/variadic_custom_fakes
by Mike Long
· 9 years ago
6392c5f
Build and test with support for variadic custom fakes
by Rubio R. C. Terra
· 9 years ago
8886421
Added test case for FAKE_VALUE_FUNC_VARARG.
by Rubio R. C. Terra
· 9 years ago
8c7bd69
Added macro counting shortcuts for variadic fakes
by Rubio R. C. Terra
· 9 years ago
fa15147
Added custom fake support for variadic functions
by Rubio R. C. Terra
· 9 years ago
a34e5a5
Adding a line break after license
by Rubio R. C. Terra
· 9 years ago
f73252e
Merge pull request #10 from CiderMan/master
by Mike Long
· 9 years ago
bb44ed6
Built and tested following updates
by Steve Hill
· 9 years ago
63fe49c
Change (END_)EXTERN_C to have FFF_ prefix
by Steve Hill
· 9 years ago
701e5c4
Changed comment style to give strict C89 compatibility
by Steve Hill
· 9 years ago
7578fc4
Delete old unused header file
by Mike Long
· 11 years ago
cbe9b8b
Add license file and make gtest compile with own TR1 tuple library
by Mike Long
· 11 years ago
2afa727
Added the tips from Micha into the readme
by Mike Long
· 12 years ago
3612b9e
Update the readme with Micha's information on return by reference
by Mike Long
· 12 years ago
c38a134
Add support for up to 20 arguments
by Mike Long
· 12 years ago
0f9f1d9
Merged varargs support with const support
by Mike Long
· 12 years ago
ef62856
Implement minimal support for varargs
by Micha Hoiting
· 12 years ago
3cf610e
Add support for const parameters in fakes (C only)
by Micha Hoiting
· 12 years ago
cacd5f5
Add vararg support (Work In Progress)
by Micha Hoiting
· 12 years ago
e35ae98
Add test with const parameters
by Micha Hoiting
· 12 years ago
f0ea84c
Improve makefiles
by Micha Hoiting
· 12 years ago
82c6df4
Added custom fake information to the readme documentation
by Mike Long
· 12 years ago
7c00d3a
Cleanup UI example to non-argument length specific syntax
by Mike Long
· 12 years ago
e31153b
Make the driver examples capable of compiling together
by Mike Long
· 12 years ago
be1c831
Added driver testing example and cleanup the buildandtest script
by Mike Long
· 12 years ago
d14ea47
Add tests for returning custom fake return values on non-void custom fakes
by Mike Long
· 13 years ago
4edb01b
Add support to return the return value from custom fakes when it is a non-void function
by Mike Long
· 13 years ago
1aa823e
Add test case for returning values from custom fakes
by Mike Long
· 13 years ago
ef60da4
fix include file name
by Mike Long
· 13 years ago
cd896cc
fix include file name
by Mike Long
· 13 years ago
aacca34
fix include file name
by Mike Long
· 13 years ago
8acac8e
Moved embedded user interface example into own directory
by Mike Long
· 13 years ago
932760d
Removed old fff.h - updated to the new fff style
by Mike Long
· 13 years ago
b034fe2
Updated to new fff style
by Mike Long
· 13 years ago
Next »