1. 251cacd cmocka: Add support for xunit reports by Jakub Hrozek · 9 years ago
  2. b14b55e cmocka: Add subunit message output type by Jakub Hrozek · 9 years ago
  3. 3e3d6be cmocka: Add a function to select the message output type by Jakub Hrozek · 9 years ago
  4. 3e8d86a doc: Update cmocka documentation for new environment variables by Jakub Hrozek · 9 years ago
  5. 41e0fc5 doc: Update cmocka documentation for new test runner. by Andreas Schneider · 10 years ago
  6. 19c17a3 cmocka: Mark run_tests as deprecated. by Andreas Schneider · 10 years ago
  7. 1ae54ca cmocka: Add new message printing formatter for testcases by Jakub Hrozek · 9 years ago
  8. 5ebe083 tests: Add a test for failing group setup by Jakub Hrozek · 9 years ago
  9. 5e8c5d9 tests: Use new cmocka test runner in our tests and examples by Andreas Schneider · 10 years ago
  10. 05c73e1 cmocka: Add support to print errors into a buffer. by Andreas Schneider · 9 years ago
  11. 4b68c98 cmocka: Add correct checks for clock_gettime(). by Andreas Schneider · 10 years ago
  12. 5c315f7 cmocka: Implement a new test runner. by Andreas Schneider · 10 years ago
  13. 28f3315 tests: Add tests for test_malloc() and test_realloc(). by Andreas Schneider · 9 years ago
  14. 5c61f53 cmocka: Add explicit libc_alloc, realloc, free by Jakub Hrozek · 9 years ago
  15. 42c0012 cmocka: Add a test_realloc() function. by Andreas Schneider · 9 years ago
  16. e55cf4c cmocka: Allow test_free() to deal with NULL pointers. by Andreas Schneider · 9 years ago
  17. 6a31004 cmocka: Make global variables thread local. by Andreas Schneider · 10 years ago
  18. 0626fee cmake: Add configure checks for thread local storage. by Andreas Schneider · 10 years ago
  19. 2289747 config: Remove unused options. by Andreas Schneider · 10 years ago
  20. e0e7c23 cmocka: Use ARRAY_SIZE everywhere. by Andreas Schneider · 10 years ago
  21. d4b2fff config: Fix define for strsignal(). by Andreas Schneider · 10 years ago
  22. de142cd cmocka: Fix setting size_of_set in expect_set(). by Andreas Schneider · 10 years ago
  23. 815ad96 GNU_SOURCE is not a compiler flag by Jakub Hrozek · 10 years ago
  24. 2487f7a cmake: Use standard cmake variables in CMakeLists.txt. by Andreas Schneider · 10 years ago
  25. a083c08 cmocka: do not use # with the %p printf modifier by Emil Velikov · 10 years ago
  26. d07cff1 cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormat by Emil Velikov · 10 years ago
  27. 8642ef2 cmocka: introduce LargestIntegralTypePrintfUnsignedFormat modifier by Emil Velikov · 10 years ago
  28. 61b2b55 cmocka: use %p to printf a pointer by Emil Velikov · 10 years ago
  29. 606ba3c cmocka: fix doxygen comment for assert_not_in_range() by Michael Adam · 10 years ago
  30. 27f19eb cmocka: fix doxygen comment for assert_in_range() by Michael Adam · 10 years ago
  31. c3ee48d cmocka: fix doxygen comment for assert_return_code() by Michael Adam · 10 years ago
  32. 401ac92 Bump version to 0.4.1. by Andreas Schneider · 10 years ago cmocka-0.4.1
  33. 6e44d3e cmake: Fix cmocka cmake-config files. by Andreas Schneider · 10 years ago
  34. 12b3daf doc: Improve documentation for fail_msg(). by Andreas Schneider · 10 years ago
  35. 9f0079d cmake: Install cmake config to the correct directory. by Andreas Schneider · 10 years ago
  36. 0c3529c cmocka: Fix type of number_of_test_states which can be negative. by Andreas Schneider · 10 years ago
  37. 636d58e Correctly report the number of tests without the number of setup/teardown functions included by Sebastian Dröge · 10 years ago
  38. 4bf87f3 cmocka: Add CMOCKA_TEST_ABORT env variable to leave threading apps. by Andreas Schneider · 10 years ago
  39. 3488c7f coverity: Add _assert_return_code model. by Andreas Schneider · 10 years ago
  40. 2fa79b7 cmake: Ignore .ycm_extra_conf.pyc. by Andreas Schneider · 10 years ago
  41. 80812a2 doc: Document the group functions. by Andreas Schneider · 10 years ago
  42. 1e99cc2 include: Fix count parameter of expect_check() macro by Sebastian Dröge · 10 years ago
  43. 8ff6c2f Bump version to 0.4.0. by Andreas Schneider · 10 years ago cmocka-0.4.0
  44. c835170 cmocka: Define inline if not defined with MSVC. by Andreas Schneider · 10 years ago
  45. 5988e5e Add YouCompleteMe config. by Andreas Schneider · 10 years ago
  46. 01898b8 tests: Add test_group_fixtures. by Andreas Schneider · 10 years ago
  47. a046988 cmocka: Add support for test groups. by Andreas Schneider · 10 years ago
  48. 93cd14b cmake: Update UseDoxygen.cmake. by Andreas Schneider · 10 years ago
  49. 14ee9c6 tests: Improve the fixture test. by Andreas Schneider · 10 years ago
  50. f67534a cmocka: Add a dummy function for setup and teardown. by Andreas Schneider · 10 years ago
  51. 1704824 cmake: Create the compile command database by default. by Andreas Schneider · 10 years ago
  52. 3931098 doc: Fix some typos. by Andreas Schneider · 10 years ago
  53. 70c723c Test should not be run if setup function fails by Lukas Slebodnik · 10 years ago
  54. e6e9961 basic_test should be run with other CMOCKA_TESTS by Lukas Slebodnik · 10 years ago
  55. 82ca8f9 Use prefix for commonly used macro PRINTF_ATTRIBUTE by Lukas Slebodnik · 10 years ago
  56. a1e707b Enable warning Wundef by Lukas Slebodnik · 10 years ago
  57. 1e56a56 Use static modifier for temporary_buffer by Lukas Slebodnik · 10 years ago
  58. 5ffa656 Use better formatting string for printing numbers by Lukas Slebodnik · 10 years ago
  59. dff5afd cmake: Do not build the chef_wrap example on OSX. by Andreas Schneider · 10 years ago
  60. 3770c5d cmake: Add cmake config mode support. by Andreas Schneider · 10 years ago
  61. 11df27b tests: Close the fd in test_assert_macros_fail. by Andreas Schneider · 10 years ago
  62. c2ba3eb Revert "tests: Use internal allocation for test_fixtures." by Andreas Schneider · 10 years ago
  63. a950999 cmocka: Fix typo in the docs. by Andreas Schneider · 10 years ago
  64. f781fb1 cmake: Run examples in 'make test' too. by Andreas Schneider · 10 years ago
  65. e21d7d9 tests: Add test_basics. by Andreas Schneider · 10 years ago
  66. eb3613e tests: Use internal allocation for test_fixtures. by Andreas Schneider · 10 years ago
  67. 8687e1b tests: Add test_fixtures. by Andreas Schneider · 10 years ago
  68. c154b21 tests: Add test_exception_handler_fail. by Andreas Schneider · 10 years ago
  69. b2a9d09 tests: Add test_assert_macros_fail. by Andreas Schneider · 10 years ago
  70. 3fca343 tests: Add test_assert_macros. by Andreas Schneider · 10 years ago
  71. 417b92d cmocka: Add assert_return_code(). by Andreas Schneider · 10 years ago
  72. e0795bf example: Define UNIT_TESTING in run_tests.c. by Andreas Schneider · 10 years ago
  73. 4bf9142 cmake: Fix calling the assert_module test. by Andreas Schneider · 10 years ago
  74. e35d844 doc: Improve the API mainpage. by Andreas Schneider · 10 years ago
  75. be3f313 example: Add the most simple test with cmocka. by Andreas Schneider · 10 years ago
  76. 443bc01 example: Fix exception handler test on Solaris. by Andreas Schneider · 10 years ago
  77. 0e7737e Add obj directory for config.h to .clang_complete. by Andreas Schneider · 10 years ago
  78. d81fb90 example: Add an exampele to test exception handling. by Andreas Schneider · 10 years ago
  79. faef972 cmocka: Print better message for exceptions. by Andreas Schneider · 10 years ago
  80. 8aaf97c config: Add missing define for strsignal(). by Andreas Schneider · 10 years ago
  81. 51ac2be cmake: Fix compilation with -D_FORTIFY_SOURCE. by Andreas Schneider · 10 years ago
  82. de5adf3 Add obj directory to .gitignore. by Andreas Schneider · 10 years ago
  83. ba9759f cmake: Exclude obj directory. by Andreas Schneider · 10 years ago
  84. 1cc01e4 Update ChangeLog. by Andreas Schneider · 10 years ago cmocka-0.3.2
  85. 84ee44e include: Don't stringify twice with will_return_always(). by Travis Hendrickson · 10 years ago
  86. 5c8a0fb include: Fix unit_test_teardown macro. by Andreas Schneider · 10 years ago
  87. fc5f144 Fix GTest and GCC message style conformance by Aleksandr Vinokurov · 11 years ago
  88. e121e9b doc: Update the main doc page. by Andreas Schneider · 11 years ago
  89. 2e0b2ac cmake: Disable broken latex doc generation. by Andreas Schneider · 11 years ago
  90. d684142 include: Correctly define unit_test_setup() and unit_test_teardown(). by Andreas Schneider · 11 years ago
  91. c69d643 coverity: Add modeling file for assert functions. by Andreas Schneider · 11 years ago
  92. ce9c96b README: Fix a typo and improve cmocka cmldine. by Andreas Schneider · 11 years ago
  93. 939e82c cmake: Fix description and display name. by Andreas Schneider · 11 years ago
  94. 090a440 cmake: Fix a typo in FindNSIS. by Andreas Schneider · 11 years ago
  95. f9aef52 cmake: Update FindNSIS module. by Andreas Schneider · 11 years ago
  96. 8aa8546 cmake: Fix homepage url. by Andreas Schneider · 11 years ago
  97. 358ecf3 cmake: Bump version number and so version. by Andreas Schneider · 11 years ago
  98. 4a4e911 example: Add missing stdlib.h. by Andreas Schneider · 11 years ago
  99. c367df5 Add .gitignore. by Andreas Schneider · 11 years ago
  100. 8d3e410 include: Don't redefine uintptr_t on Windows. by Andreas Schneider · 11 years ago