Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

99 lignes
3.6 KiB

  1. Fri Apr 07 2016 Andreas Schneider <asn@cryptomilk.org>
  2. * cmocka: version 1.1.1
  3. * Fixed TAP output
  4. * Fixed cmocka on Windows x64
  5. * Fixed xUnit output durations
  6. Wed Sep 21 2016 Andreas Schneider <asn@cryptomilk.org>
  7. * cmocka: version 1.1.0
  8. * Added support to catch multiple exceptions
  9. * Added support to verify call ordering
  10. * Added support to pass initial data to test cases
  11. * Added will_return_maybe() for ignoring mock returns
  12. * Added subtests for groups using TAP output
  13. * Added support to write multiple XML files for groups
  14. * Improved documentation
  15. * Fixed XML output generataion
  16. * Fixed Windows builds with VS2015
  17. Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
  18. * cmocka: version 1.0.1
  19. * Added a macro for assert_ptr_equal().
  20. * Fixed test_realloc() if 0 size is passed.
  21. * Fixed objects packaging bug.
  22. * Fixed building with newer gcc versions.
  23. Sun Feb 16 2015 Andreas Schneider <asn@cryptomilk.org>
  24. * cmocka: version 1.0.0
  25. * Added new test runner with group fixtures. The old runner is deprecated
  26. * Added an extensible message output formatter
  27. * Added jUnit XML message output
  28. * Added subunit message output
  29. * Added Test Anything Protocol message output
  30. * Added skip() command
  31. * Added test_realloc()
  32. * Added a cmockery compat header
  33. * Fixed a lot of bugs on Windows
  34. Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
  35. * cmocka: version 0.4.1
  36. * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
  37. * Fixed count parameter of expect_check() macro.
  38. * Fixed reporting the number of tests.
  39. * Fixed cmake config files.
  40. Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
  41. * cmocka: version 0.4.0
  42. * Added support for group testing.
  43. * Added assert_return_code().
  44. * Added better messages for errors.
  45. * Added cmake config mode support.
  46. * Fixed bug with unit_test_setup and unit_test_teardown.
  47. * Fixed a lot of small bugs.
  48. Wed Nov 06 2013 Andreas Schneider <asn@cryptomilk.org>
  49. * cmocka: version 0.3.2
  50. * Fixed FindNSIS detection.
  51. * Fixed unit_test_setup() and unit_test_teardown().
  52. * Fixed GTest and GCC message style conformance
  53. * Fixed stringification in will_return_always().
  54. Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
  55. * cmocka: version 0.3.1
  56. * Fixed pointer conversion on s390 and ppc (32bit big endian).
  57. * Fixed the customer_database test on big endian.
  58. Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
  59. * cmocka: version 0.3.0
  60. * Added a better mock object example.
  61. * Added pkgconfig file.
  62. * Added new macros mock_type() and mock_ptr_type().
  63. * Added more documentation.
  64. * Fixed installation problems on some platforms.
  65. Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
  66. * cmocka: version 0.2.0
  67. * Added doxygen api documentation.
  68. * Added new cmake build system.
  69. * Added support to create windows NSIS installer.
  70. * Fixed examples which didn't work.
  71. * Fixed a huge amount of bugs.
  72. Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
  73. * cmockery: version 0.12
  74. * Made it possible to specify additional compiler, lib tool and link
  75. flags on Windows.
  76. * Added Windows makefile to the tar ball.
  77. Fri Aug 29 10:50:46 2008 Google Inc. <opensource@google.com>
  78. * cmockery: version 0.11
  79. * Made it possible to specify executable, library and object output
  80. directories.
  81. Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
  82. * cmockery: initial release:
  83. A lightweight library to simplify and generalize the process of
  84. writing unit tests for C applications.