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