Commit Graph

  • 1a681340de Merge pull request #564 from BAUR-GmbH/master Mark VanderVoord 2021-06-02 11:42:32 -04:00
  • f944b08878 Use stdnoreturn.h for c11 and [[ noreturn ]] for c++11. ThrowTheSwitch#563 Bernhard Breuß 2021-06-02 16:56:14 +02:00
  • bd3c7dfd0d Merge pull request #562 from kisvegabor/patch-1 Mark VanderVoord 2021-06-02 09:52:45 -04:00
  • fa5644bd07 Fix typo in UnityHelperScriptsGuide.md Gabor Kiss-Vamosi 2021-06-02 15:38:27 +02:00
  • 7d37a8e11e Merge pull request #561 from druckdev/master Mark VanderVoord 2021-05-31 11:04:01 -04:00
  • edfc5ae355 Support UNITY_INCLUDE_EXEC_TIME under Apples OSX druckdev 2021-05-31 12:55:37 +02:00
  • 410de1a02b Add macros for testing inequalities between floats, doubles Jonathan Reichelt Gjertsen 2021-05-24 14:53:29 +02:00
  • 27ef0eb44e Fix some formatting errors in the assertions reference Jonathan Reichelt Gjertsen 2021-05-24 14:52:24 +02:00
  • dc96c3e6dd Fix strict-overflow compiler warning Erik Flodin 2021-04-17 19:00:06 +02:00
  • 8e1e9c18ab Fix ruby style warnings as reported by rubocop Erik Flodin 2021-04-15 22:22:33 +02:00
  • 63ea077a29 Add some docs for the Meson generator Peter Membrey 2021-04-04 22:14:28 +08:00
  • 31f5b47fc5 Add generator code to build file and make script executable Peter Membrey 2021-04-04 01:54:43 +08:00
  • 77bd4f9943 Add test for function pointers in parameterized tests Jannis Baudisch 2021-04-01 10:29:22 +02:00
  • b51303a65b Improve regex for test parameterization to support function pointers Jannis Baudisch 2021-04-01 10:29:22 +02:00
  • 4cfb39290a Refactor generator expressions for CMake Fabian Zahn 2021-02-27 11:14:43 +01:00
  • fa32e530ba Remove "error: assuming signed overflow does not occur when reducing constant in comparison [-Werror=strict-overflow]" Fabian Zahn 2021-02-27 10:49:34 +01:00
  • 7edf9d9ac5 Fix #510 (-Wextra-semi-stmt with clang compiler) Fabian Zahn 2021-02-27 08:53:53 +01:00
  • 61f4428435 Merge pull request #543 from farrrb/bugfix/fix-issue-531 Mark VanderVoord 2021-02-26 13:01:42 -05:00
  • 0168ea1541 Enable __attribute__ when __clang__ is definedgit Fabian Zahn 2021-02-26 18:46:27 +01:00
  • ccd7ca72f3 Merge pull request #542 from farrrb/patch-1 Mark VanderVoord 2021-02-26 07:38:47 -05:00
  • 66cec22838 Update UnityConfigurationGuide.md Fabian Zahn - 0xFAB 2021-02-26 07:51:57 +01:00
  • 74cde089e6 Merge pull request #540 from numaru/master Mark VanderVoord 2021-02-12 15:42:25 -05:00
  • 63fef7dd10 Enlarge the TEST_RANGE() regex to accept more spaces Kin Numaru 2021-02-12 20:25:34 +01:00
  • 78dea55ba5 Merge pull request #539 from Borowiec-B/master Mark VanderVoord 2021-02-10 09:28:45 -05:00
  • 563b93e5ec Fix typo in doc throwaway47912 2021-02-10 15:20:03 +01:00
  • 0b899aec14 Fix conditional issue in generator script. Bump version. v2.5.2 Mark VanderVoord 2021-01-26 08:59:27 -05:00
  • d8eb8414f4 Stop noticing my sublime files. ;) Mark VanderVoord 2021-01-16 21:20:09 -05:00
  • 05994f5061 Merge pull request #536 from ThrowTheSwitch/test/switch_to_actions Mark VanderVoord 2021-01-16 21:05:49 -05:00
  • fcab680286 Ruby script cleanup. Fix warnings. Remove 32-bit tests from standard suite because they're not running on most platforms. Mark VanderVoord 2021-01-16 21:03:18 -05:00
  • 3c1c5338af Need to checkout. Drop Slack support Mark VanderVoord 2021-01-16 20:27:49 -05:00
  • 9e7c259822 Do we need to be admin to install gems? Mark VanderVoord 2021-01-16 20:19:29 -05:00
  • ce132da37f Merge pull request #535 from ThrowTheSwitch/test/switch_to_actions Mark VanderVoord 2021-01-16 20:15:22 -05:00
  • ffb51ecb7e Switch from Travis to Github Actions. Update year in docs. Mark VanderVoord 2021-01-16 20:05:20 -05:00
  • 0b078cdb6e Merge pull request #533 from carsonalh/master Mark VanderVoord 2021-01-08 09:01:41 -05:00
  • 53e1449f89 Fixed CMake install when compiled with extensions Carson Holloway 2021-01-08 10:18:37 +10:00
  • 830f77f9ee Merge pull request #509 from alecoding/issue_507 Mark VanderVoord 2021-01-07 18:08:51 -05:00
  • 038dd81213 Merge pull request #520 from softwareinmotion/runner_mock_suffix Mark VanderVoord 2021-01-07 18:08:09 -05:00
  • 99fb90a939 Merge pull request #522 from JuPrgn/master Mark VanderVoord 2021-01-07 18:05:48 -05:00
  • b7469138a5 Merge pull request #530 from carsonalh/master Mark VanderVoord 2021-01-07 18:05:05 -05:00
  • 418c1635f2 Added option to compile fixture and memory extensions in CMakeLists.txt Carson Holloway 2020-12-20 12:58:11 +11:00
  • 386c540510 Merge pull request #524 from sardior/exlude-details-compile-fix Mark VanderVoord 2020-10-12 08:36:48 -04:00
  • 723b9fee53 Update unity.c Robert Sławomir Kőműves 2020-10-08 00:55:47 +02:00
  • 76c3755fe3 Add guard TEST on test module template Julien PEYREGNE 2020-09-07 10:37:26 +02:00
  • c3afe99a77 parse mock files correctly Fabian Weik 2020-08-27 13:21:45 +02:00
  • 98045925af Merge pull request #514 from michaelbrockus/let_meson_handle_flags Mark VanderVoord 2020-08-06 06:37:48 -04:00
  • 62d0e7d68e Update meson.build Michael Brockus 2020-08-05 21:15:37 -07:00
  • 52d5f59b72 Update meson.build Michael Brockus 2020-08-05 21:13:06 -07:00
  • 09acb0b64f Merge pull request #513 from carsonalh/msvcfix Mark VanderVoord 2020-07-18 10:37:51 -04:00
  • e640949eb3 Patched compilation error for MSVC. Carson Holloway 2020-07-18 21:59:28 +10:00
  • 6fecc8eb38 Added MSVC options to CMakeLists.txt. Carson Holloway 2020-07-18 21:52:00 +10:00
  • 777ad17420 Added MSVC options to CMakeLists.txt. Carson Holloway 2020-07-18 21:52:00 +10:00
  • 8bbfe1f5ac Fix warning from issue #507 Alessio Centazzo 2020-06-06 08:07:57 -07:00
  • 0126e4804c Merge pull request #504 from phyrwork/master Mark VanderVoord 2020-05-26 08:04:03 -04:00
  • b4b1994bd7 Fix TEST_ASSERT_BIT(S)_HIGH testing only lower 32-bits Connor Newton 2020-05-26 12:52:02 +01:00
  • fedd1495c2 Merge pull request #503 from andred/master Mark VanderVoord 2020-05-25 11:09:55 -04:00
  • a6a4e9766d unity: annotate noreturn APIs (fix Wsuggest-attribute=noreturn warnings) André Draszik 2020-05-25 15:32:16 +01:00
  • 06a668579f Merge pull request #501 from andred/master Mark VanderVoord 2020-05-25 06:59:32 -04:00
  • 9760c4f14f unity: fix Wswitch-enum warning André Draszik 2020-05-25 07:48:16 +01:00
  • f5ff3504b5 auto/run_test: fix Wsign-compare warning André Draszik 2020-05-25 07:14:14 +01:00
  • b0032caca4 Merge pull request #499 from jsloth/bugfix/suiteTearDown Mark VanderVoord 2020-05-04 16:09:30 -04:00
  • dcb30731f8 Fixed suiteTearDown not matching prototype Jakob Olesen 2020-05-04 20:34:45 +02:00
  • 77c394e975 Merge pull request #498 from AlariOis/master Mark VanderVoord 2020-05-04 09:48:23 -04:00
  • 87f382fbb2 Merge branch 'master' into master Mark VanderVoord 2020-05-04 09:45:03 -04:00
  • 97f6d55256 c99 support for new RUN_TEST macro Alari Õis 2020-05-04 08:20:19 +03:00
  • cf949f45ca Bump Version v2.5.1 Mark VanderVoord 2020-05-03 16:03:07 -04:00
  • fd80d514ee Revert "More elegant RUN_TEST macro" Mark VanderVoord 2020-05-03 08:57:21 -04:00
  • 9f4b2251de Merge pull request #493 from VShilenkov/master Mark VanderVoord 2020-05-02 14:38:02 -04:00
  • c5413ce16b Merge pull request #497 from AlariOis/master Mark VanderVoord 2020-05-02 14:36:03 -04:00
  • cdfb7e092c More elegant RUN_TEST macro Alari Õis 2020-05-01 08:18:09 +03:00
  • ae8b98e80b Merge pull request #496 from AlariOis/master Mark VanderVoord 2020-04-25 08:55:07 -04:00
  • ec31dfacad Fixed typos in documentation Alari Õis 2020-04-25 07:14:21 +03:00
  • a2af08c773 project: revert UNITY_VERSION_* to unity.h Vitalii Shylienkov 2020-04-14 11:02:24 +02:00
  • b397a72e89 cmake: get version from meson Vitalii Shylienkov 2020-04-13 13:08:18 +02:00
  • 2a2a4d19c5 meson: supports version Vitalii Shylienkov 2020-04-13 12:47:07 +02:00
  • a78e6c8566 Merge pull request #494 from jlindgren90/master Mark VanderVoord 2020-04-09 16:10:46 -04:00
  • 2485d49d13 Wrap UNITY_TEST_ASSERT in a do ... while(0) block John Lindgren 2020-04-09 13:03:16 -04:00
  • d603ccdc3b cmake: update CMake Vitalii Shylienkov 2020-04-09 13:58:45 +02:00
  • 10fd84f02b Merge pull request #492 from farshield/fix_small_typo Mark VanderVoord 2020-03-28 13:34:31 -04:00
  • ff479e9aa0 Fix small typo Gavriil Pascalau 2020-03-28 18:31:43 +01:00
  • 87d8de6d55 Disable osx tests because (1) they are slow and (2) the toolchain is old and crusty mvandervoord 2020-03-19 10:02:38 -04:00
  • 615cf2349e Update self-test parameters mvandervoord 2020-03-19 09:48:40 -04:00
  • 8c4ae7aacd clarification in docs (#468) mvandervoord 2020-03-18 15:19:35 -04:00
  • 2c3e75e859 Fixed issue #486 mvandervoord 2020-03-17 20:38:11 -04:00
  • 371e062555 Fixed issue #480 - better protection against bad pattern matching. mvandervoord 2020-03-17 16:24:25 -04:00
  • f61a7ea8e4 Fix Issue #479 (Thanks @cy18) mvandervoord 2020-03-17 16:12:08 -04:00
  • a67cb27dd4 Merge pull request #472 from jlindgren90/master Mark VanderVoord 2020-03-17 15:35:47 -04:00
  • 99199515fd Update documentation. Add UNITY_PRINT_TEST_CONTEXT (thanks @jlindgren90 !) Replaces PR #473 mvandervoord 2020-03-17 15:01:46 -04:00
  • 3e4dfec147 Add support for alternate forms of header and source files to test runner generator. This borrows heavily from #477 (Thanks @Tuc-an) but maintains the ability to sort files that don't need to be relinked. mvandervoord 2020-03-17 14:02:54 -04:00
  • 75754de04e more of the same. mvandervoord 2020-03-16 20:38:54 -04:00
  • 6e3ecbf92b Declare the test variable static mvandervoord 2020-03-16 20:26:10 -04:00
  • d7a05a56df Working with very picky compilers. :) mvandervoord 2020-03-16 20:14:02 -04:00
  • 6a86a83207 Merge pull request #487 from michaelbadcrumble/master Mark VanderVoord 2020-03-16 19:55:55 -04:00
  • 3ee46e3da3 Forgot EOL mvandervoord 2020-03-16 19:51:05 -04:00
  • a58054b013 Update makefile to run tests. tweak broken tests. mvandervoord 2020-03-16 19:33:51 -04:00
  • 71e77ce6fb Added NOT-EQUAL int variants. Organized Unit Tests mvandervoord 2020-03-16 18:45:40 -04:00
  • bad429428d Add assertion for checking empty null-terminated arrays. This is particularly useful for check c strings. mvandervoord 2020-03-16 15:04:40 -04:00
  • 5e9acef74f Merge pull request #488 from jvcdk/feature/test_printf Mark VanderVoord 2020-02-18 10:02:41 -05:00
  • 22a047ebb5 Updated documentation and examples to reflect the TEST_PRINTF function. Jørn Villesen Christensen 2020-02-14 12:35:41 +01:00
  • 3da0b4652c Implement macro TEST_PRINTF: Works like TEST_MESSAGE, but with a format-string. Jørn Villesen Christensen 2020-02-14 12:31:53 +01:00
  • 3b80ba73fe add clang to CI file Michael 2020-02-08 10:39:34 -08:00