1. 1609a51 Update to counting fake generation macro by Mike Long · 12 years ago
  2. 522a972 Update to counting fake generation macro by Mike Long · 12 years ago
  3. 899f561 Some small tidying by Mike Long · 12 years ago
  4. 480c88e Added helper macro to generate fake reset function by Mike Long · 12 years ago
  5. 7aee4ec Cleanup generator by Mike Long · 12 years ago
  6. 3d6cfd2 Moved global variables into struct so they don't pollute the global namespace by Mike Long · 12 years ago
  7. fef801e Cleanup generator to remove deleted code by Mike Long · 12 years ago
  8. 3345f90 Unified cpp and c fake definitions by Mike Long · 12 years ago
  9. 6f07a11 Generated file by Mike Long · 12 years ago
  10. 039f3d9 Clean up indentation by Mike Long · 12 years ago
  11. 72ec46f Common test cases for Fake Function Framework by Mike Long · 12 years ago
  12. f8af106 Test suite for global fakes from a cpp context by Mike Long · 12 years ago
  13. 8ee3ba7 A simple test framework for C code with googletest compatibility by Mike Long · 12 years ago
  14. 2e0bb77 Add fakes for common test cases by Mike Long · 12 years ago
  15. 54fae16 Add fakes for common test cases by Mike Long · 12 years ago
  16. 09a7472 Add common test cases by Mike Long · 12 years ago
  17. 5f914c5 Factor out common test cases into a common include file by Mike Long · 12 years ago
  18. 8a1ccaf Factor out common test cases into a common include file by Mike Long · 12 years ago
  19. b89df06 Build global cpp test suite by Mike Long · 12 years ago
  20. e98ee50 Generated file by Mike Long · 12 years ago
  21. f145ecd Add global definition macro and remove cpp static initializer by Mike Long · 12 years ago
  22. 5d89d72 Add global definitions and full reset calls by Mike Long · 12 years ago
  23. 4438bf2 Add fff global definitions by Mike Long · 12 years ago
  24. 952b251 Run global cpp tests by Mike Long · 12 years ago
  25. 33d4b0c Initial tests for global fakes by Mike Long · 12 years ago
  26. c8fcb22 Separate declaration and definition of fakes to enable global fakes by Mike Long · 12 years ago
  27. 1f2b89b Add custom fake tests by Mike Long · 12 years ago
  28. fbcd099 Generated file by Mike Long · 12 years ago
  29. 0476f02 Build global fakes tests by Mike Long · 12 years ago
  30. 65da4e6 Run global fakes tests by Mike Long · 12 years ago
  31. e256f6f Added custom fakes by Mike Long · 12 years ago
  32. 8e9a4c0 Create xml test report during run and also run examples by Mike Long · 12 years ago
  33. c10aca2 Update the cpp example to use the new fff header by Mike Long · 12 years ago
  34. 1fe87ba Update the examples to use the new fff header by Mike Long · 12 years ago
  35. 887be4d Change reset function to memset by Mike Long · 12 years ago
  36. 1bcf41f Moved fake variables into struct to avoid polluting global namespace by Mike Long · 12 years ago
  37. 0a15a67 Cleanup in code generator by Mike Long · 12 years ago
  38. 3ade176 Added INCREMENT_CALL_COUNT and RESET_FAKE_RESULT helpers by Mike Long · 12 years ago
  39. 3df78df Add more helpers by Mike Long · 12 years ago
  40. 9187775 Add more helpers by Mike Long · 12 years ago
  41. c505d08 Create helper functions by Mike Long · 12 years ago
  42. 3c8beea Add googletest library and update makefiles by Mike Long · 12 years ago
  43. 329b83f Fix typo in readme by Mike Long · 13 years ago
  44. b98825d Update documentation with new declaration style by Mike Long · 13 years ago
  45. e34f577 New feature: no longer need to specify argument count in the declaration by Mike Long · 13 years ago
  46. 01aebe4 Add overrides for argument and call histories by Mike Long · 13 years ago
  47. 7f08909 Fix typo by Mike Long · 13 years ago
  48. f02e387 Adding documentation for return value sequences by Mike Long · 13 years ago
  49. c44f725 Adding return value sequences by Mike Long · 13 years ago
  50. 0631d2e Make cpp reset function static by Mike Long · 13 years ago
  51. c1d80c7 memset return values in reset function by Mike Long · 13 years ago
  52. 19f0c41 Cleaned up example by Mike Long · 13 years ago
  53. f732f95 Merge branch 'docs' by Mike Long · 13 years ago
  54. 49281bd Add details for the other method of checking dropped histories by Mike Long · 13 years ago
  55. 637ddd5 Merge branch 'argument_history' by Mike Long · 13 years ago
  56. 567971a Added another method for checking dropped histories by Mike Long · 13 years ago
  57. e8475e8 Fixed tabs for spaces by Mike Long · 13 years ago
  58. a6eeacd Added initial documentation for argument histories by Mike Long · 13 years ago
  59. 6cbdb1c Clear argument history when RESET_FAKE called by Mike Long · 13 years ago
  60. f12810c Added basic argument history of fixed size by Mike Long · 13 years ago
  61. 2043a11 Added tests from C context by Mike Long · 13 years ago
  62. d43e9c9 Fix typo by Mike Long · 13 years ago
  63. 023f09e Fix typo by Mike Long · 13 years ago
  64. e75a8cd Add cheat sheet by Mike Long · 13 years ago
  65. aa9a9ed Explain header-only by Mike Long · 13 years ago
  66. e034598 Fixed typo in example by Mike Long · 13 years ago
  67. 7b0a149 Better examples with better code by Mike Long · 13 years ago
  68. f923a5a Register function call when fake is called by Mike Long · 13 years ago
  69. 71c66bf Removed src base directory by Mike Long · 13 years ago
  70. 64c57b0 Changed readme to markdown and added more details by Mike Long · 13 years ago
  71. b22903e Unit tests for the framework by Mike Long · 13 years ago
  72. 96e7a77 Moved examples out of test directory by Mike Long · 13 years ago
  73. e4ffef0 Renamed to fff and added function call history by Mike Long · 13 years ago
  74. 98cde86 Fixed bug for multi-argument functions by Mike Long · 13 years ago
  75. 7c1ce9c Added a basic C test suite template by Mike Long · 13 years ago
  76. 205c702 Update README by Mike Long · 13 years ago
  77. 014c49b Improved Makefile and generate a C and C++ compatible header by Mike Long · 13 years ago
  78. ba00fb0 Improve build to output binaries to build/ by Mike Long · 13 years ago
  79. 732e5be Initial build script by Mike Long · 13 years ago
  80. 4fbd1e4 Moved out test code to seperate directory by Mike Long · 13 years ago
  81. 5def7f1 Initial commit by Mike Long · 13 years ago