2023-08-23 09:58:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 23 06:30:05 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
|
|
|
|
|
|
|
- split off -doc and -cmake subpackages, which aren't necessary
|
|
|
|
for basic development with cmocka, to avoid pulling in the
|
|
|
|
entire cmake-full package (38MB) with libcmocka-devel
|
|
|
|
- minor simplifications in spec file
|
|
|
|
|
2023-05-05 11:27:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 5 09:26:51 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Add missing cmake config files for 32bit packages
|
|
|
|
|
2023-02-17 15:11:52 +01:00
|
|
|
-------------------------------------------------------------------
|
2023-02-27 14:16:47 +01:00
|
|
|
Mon Feb 27 13:16:24 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Update to version 1.1.7
|
|
|
|
* Fixed tarball generation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-02-17 15:11:52 +01:00
|
|
|
Fri Feb 17 14:11:14 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Update to version 1.1.6
|
|
|
|
* Added new assert macros to compare 2 double given an epsilon
|
|
|
|
* Added meson build system
|
|
|
|
* Added header with version to TAP13 output
|
|
|
|
* Fixed issues with MSVC
|
|
|
|
* Fixed TAP output for skipped tests
|
|
|
|
* Fixed issue with fail_msg
|
|
|
|
* CMake generated configs for find_package(cmocka)
|
|
|
|
* Documentation improvements
|
|
|
|
|
2019-04-24 13:38:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 24 09:43:30 UTC 2019 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Disable LTO (boo#1133122).
|
|
|
|
|
2019-03-28 14:55:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 28 13:54:53 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Update to version 1.1.5
|
|
|
|
* Added cmocka_set_skip_filter()
|
|
|
|
* cmocka version 1.1.4
|
|
|
|
* Added assert_float(_not)_equal()
|
|
|
|
* Added expect_any_always()
|
|
|
|
* Small bug fixes
|
|
|
|
|
2018-09-27 15:58:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 27 13:58:03 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Update to version 1.1.3
|
|
|
|
* Fixed subunit output on failures
|
|
|
|
* Do not abort if a test is skipped
|
|
|
|
* Switched to Modern CMake
|
|
|
|
- Removed 0001-cmake-Only-support-building-docs-the-on-cmake-3.9.patch
|
|
|
|
|
2018-08-30 10:08:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 30 08:04:05 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Fix packaging the documentation
|
2018-08-30 10:42:09 +02:00
|
|
|
- Added 0001-cmake-Only-support-building-docs-the-on-cmake-3.9.patch
|
2018-08-30 10:08:58 +02:00
|
|
|
|
2018-08-29 17:16:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 29 15:15:03 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Update to version 1.1.2
|
|
|
|
* Added function to filter tests (cmocka_set_test_filter)
|
|
|
|
* Added new mocking example (uptime)
|
|
|
|
* Fixed fixture error reporting
|
|
|
|
* Fixed compiler flags detection
|
|
|
|
* Some improvement for API documentation
|
2018-08-29 18:03:31 +02:00
|
|
|
- Added HTML documentation
|
2018-08-29 17:16:02 +02:00
|
|
|
|
2017-04-07 16:33:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 7 14:33:00 UTC 2017 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 1.1.1
|
|
|
|
* Fixed TAP output
|
|
|
|
* Fixed cmocka on Windows x64
|
|
|
|
* Fixed xUnit output durations
|
|
|
|
|
2016-10-25 16:06:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 25 14:05:35 UTC 2016 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Fix url for Source0
|
|
|
|
|
2016-09-21 17:02:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 21 15:01:34 UTC 2016 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 1.1.0
|
|
|
|
* Added support to catch multiple exceptions
|
|
|
|
* Added support to verify call ordering
|
|
|
|
* Added support to pass initial data to test cases
|
|
|
|
* Added will_return_maybe() for ignoring mock returns
|
|
|
|
* Added subtests for groups using TAP output
|
|
|
|
* Added support to write multiple XML files for groups
|
|
|
|
* Improved documentation
|
|
|
|
* Fixed XML output generataion
|
|
|
|
* Fixed Windows builds with VS2015
|
|
|
|
|
2015-07-15 10:37:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 15 08:37:06 UTC 2015 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Do not turn of rpath support
|
|
|
|
|
2015-07-15 10:33:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 14 14:07:14 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Use properly %cmake macro to build nicely with all the linker/cflags
|
|
|
|
- Use proper Url and Source
|
|
|
|
- Properly fails on crashing tests instead of finishing build
|
|
|
|
- Enable cmockery support
|
|
|
|
|
2015-03-12 15:55:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 12 14:57:24 UTC 2015 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 1.0.1
|
|
|
|
* Added a macro for assert_ptr_equal().
|
|
|
|
* Fixed test_realloc() if 0 size is passed.
|
|
|
|
* Fixed objects packaging bug.
|
|
|
|
* Fixed building with newer gcc versions.
|
|
|
|
|
2015-02-17 10:18:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 17 08:13:09 UTC 2015 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Add missing requires for cmake and pkg-config
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 17 08:10:18 UTC 2015 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Turn on unit tests
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 16 18:14:15 UTC 2015 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 1.0.0
|
|
|
|
* Added new test runner with group fixtures. The old runner is deprecated
|
|
|
|
* Added an extensible message output formatter
|
|
|
|
* Added jUnit XML message output
|
|
|
|
* Added subunit message output
|
|
|
|
* Added Test Anything Protocol message output
|
|
|
|
* Added skip() command
|
|
|
|
* Added test_realloc()
|
|
|
|
* Added a cmockery compat header
|
|
|
|
* Fixed a lot of bugs on Windows
|
|
|
|
|
2014-09-11 17:33:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 11 15:03:12 UTC 2014 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 0.4.1
|
|
|
|
* Added CMOCKA_TEST_ABORT env variable to leave threading apps.
|
|
|
|
* Fixed count parameter of expect_check() macro.
|
|
|
|
* Fixed reporting the number of tests.
|
|
|
|
* Fixed cmake config files.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 1 13:57:34 UTC 2014 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Add baselibs.conf as Source.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 26 13:23:43 UTC 2014 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Add BuildRequire for pkg-config.
|
|
|
|
|
2014-08-26 15:24:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 26 13:23:43 UTC 2014 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Add BuildRequire for pkg-config.
|
|
|
|
|
2014-04-11 16:16:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 11 14:16:07 UTC 2014 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 0.4.0
|
|
|
|
* Added support for group testing.
|
|
|
|
* Added assert_return_code().
|
|
|
|
* Added better messages for errors.
|
|
|
|
* Added cmake config mode support.
|
|
|
|
* Fixed bug with unit_test_setup and unit_test_teardown.
|
|
|
|
* Fixed a lot of small bugs.
|
|
|
|
|
2013-11-11 14:18:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 11 13:17:27 UTC 2013 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 0.3.2
|
|
|
|
* Fixed FindNSIS detection.
|
|
|
|
* Fixed unit_test_setup() and unit_test_teardown().
|
|
|
|
* Fixed GTest and GCC message style conformance
|
|
|
|
* Fixed stringification in will_return_always().
|
|
|
|
|
2013-07-10 15:39:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 10 13:38:42 UTC 2013 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 0.3.1
|
|
|
|
* Fixed pointer conversion on s390 and ppc (32bit big endian).
|
|
|
|
* Fixed the customer_database test on big endian.
|
|
|
|
|
2013-06-05 08:45:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 5 06:38:33 UTC 2013 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Update to version 0.3.0
|
|
|
|
* Added a better mock object example.
|
|
|
|
* Added pkgconfig file.
|
|
|
|
* Added new macros mock_type() and mock_ptr_type().
|
|
|
|
* Added more documentation.
|
|
|
|
* Fixed installation problems on some platforms.
|
|
|
|
|
2013-02-05 11:51:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 5 10:16:53 UTC 2013 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Add a libcmocka-devel-static package for the static library.
|
|
|
|
|
2013-01-14 11:49:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 14 10:29:40 UTC 2013 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Uploaded release tarball.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 10 08:56:04 UTC 2012 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Fix building i686 on a x86_64 platform.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 26 13:40:20 UTC 2012 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
- Initial version 0.2.0
|