Commit Graph

  • 00124952ee Merge pull request #850 from youdie006/fix-unity-test-summary-defaults master Mark VanderVoord 2026-09-09 09:17:49 -04:00
  • 6635784422 fix(scripts): read the defaulted args in unity_test_summary manon 2026-09-09 12:28:38 +09:00
  • 43f5ce1737 Merge pull request #849 from Angel2Eyes/fix/838-unity-print-exec-time Mark VanderVoord 2026-09-06 14:36:30 -04:00
  • 35f6243d7b Fix default UNITY_INCLUDE_EXEC_TIME macros Angel2Eyes 2026-09-06 19:03:48 +03:00
  • 2b67b99a4a Bump version in preparation for next release Mark VanderVoord 2026-08-25 10:08:43 -04:00
  • 3b3dfe1f24 Merge pull request #841 from 94xhn/fix/omit-begin-end-suite-teardown Mark VanderVoord 2026-08-24 18:51:47 -04:00
  • e48e25e84d Merge pull request #844 from swaldhoer/patch-1 Mark VanderVoord 2026-08-24 18:47:41 -04:00
  • d07f0b5bed Merge pull request #846 from swaldhoer/patch-3 Mark VanderVoord 2026-08-24 18:45:42 -04:00
  • 4ad1309a85 Refactor generate_test_runner to clearly support system include with others... and to smooth some rough edges. Mark VanderVoord 2026-08-24 18:39:44 -04:00
  • 8500dd29c8 Merge pull request #848 from ThrowTheSwitch/feature/choose-printable-chars Mark VanderVoord 2026-08-24 16:55:13 -04:00
  • a05a9fb8ea Fix stylistic issues. Replace bool with portable int (it's C, after all). feature/choose-printable-chars Mark VanderVoord 2026-08-24 16:48:38 -04:00
  • c6d8d3f641 Merge pull request #847 from ssilverman/choose-printable-chars Mark VanderVoord 2026-08-24 16:00:47 -04:00
  • 66fc62189c config: Add UNITY_IS_PRINTABLE_CHAR function macro Shawn Silverman 2026-08-18 18:55:46 -07:00
  • d831594f7d Fix UnityPrint filename escaping in test runner swaldhoer 2026-08-15 20:13:38 +02:00
  • c9adf34876 Update main function signature in test runner swaldhoer 2026-08-15 20:08:02 +02:00
  • f27cbc7849 Make test runner code compile using '-Werror=unused-parameter' swaldhoer 2026-08-13 09:03:39 +02:00
  • 3a6eb6dfd7 Add "ignore" test when there are no tests provided in a runner (fixed Ceedling #1181). Remove erb dependency. Mark VanderVoord 2026-07-21 11:26:20 -04:00
  • b6763fbd9c tweaks to the default test fixture to fix self-test issues. v2.7.0 Mark VanderVoord 2026-07-15 23:42:52 -04:00
  • 0021ec5925 Flesh out target files more fully. Add contributors to change log for this upcoming release. Mark VanderVoord 2026-07-15 17:23:05 -04:00
  • 94672ec34b fix(generator): Call teardown without begin/end 94xhn 2026-07-15 06:19:27 +08:00
  • 76e0803cb4 tweaks to clean up a couple warnings. Mark VanderVoord 2026-07-07 15:37:06 -04:00
  • 9f8694c04c Bump version pre-release Mark VanderVoord 2026-07-07 14:47:14 -04:00
  • 9b80991430 streamline built-in target files to make them a better foundation. Mark VanderVoord 2026-07-07 14:31:06 -04:00
  • ff41c2d2a4 Fix TEST_ASSERT_EACH_EQUAL_MEMORY to take a single value, not a pointer. Add tests to verify. Mark VanderVoord 2026-07-06 16:53:09 -04:00
  • 41d6933b39 Remove situations where we're comparing floats with == (Fixes #819) Mark VanderVoord 2026-07-06 14:47:41 -04:00
  • a3b703b4d9 Fix slashes in arguments to test runner generator Mark VanderVoord 2026-07-06 14:09:24 -04:00
  • c1ac482adc Merge pull request #659 from fy666/master Mark VanderVoord 2026-07-06 12:21:15 -04:00
  • b706271f32 Fixed bug in the last commit. Mark VanderVoord 2026-07-03 11:31:06 -04:00
  • 3b481b79ae Merge pull request #713 from jonathangjertsen/string-first-char-diff Mark VanderVoord 2026-07-03 11:22:01 -04:00
  • 82e10aa1ca Merge pull request #748 from cristiancristea00/fix/eol-print-docs Mark VanderVoord 2026-07-03 11:19:15 -04:00
  • be7005dcb6 Merge pull request #750 from michael-dwan/fix/Issue-749_build_errors_in_older_clangs Mark VanderVoord 2026-07-03 11:18:37 -04:00
  • 3ad685c42c Merge pull request #770 from artem-sharipov/fix-werror-float-equal-build-fail Mark VanderVoord 2026-07-03 10:46:14 -04:00
  • 202f7fbc62 Merge pull request #801 from jack-rmds/stylize_as_junit_py_enhance_suite_name Mark VanderVoord 2026-07-03 10:42:00 -04:00
  • f7af881da1 Merge pull request #839 from ThrowTheSwitch/feature/missing_assertions Mark VanderVoord 2026-07-03 09:30:34 -04:00
  • df163ff8f5 Fill in missing tests and documentation. Mark VanderVoord 2026-07-03 09:29:04 -04:00
  • 23cc6c4a8e Merge pull request #813 from savashn/not-equal-string Mark VanderVoord 2026-07-03 09:06:44 -04:00
  • 207432bf45 Merge pull request #818 from chrfle/master Mark VanderVoord 2026-07-02 21:24:34 -04:00
  • c99c7b7607 Merge pull request #834 from adityachilka1/fix/output-start-complete-header-declaration Mark VanderVoord 2026-07-02 21:14:29 -04:00
  • 2277d5594b Merge pull request #836 from lucasssvaz/fix/cast_each_float Mark VanderVoord 2026-07-02 21:11:52 -04:00
  • 532cfa6f38 Drop variable length array notation from test runner generator (Fixes #1173) Mark VanderVoord 2026-07-02 21:06:12 -04:00
  • bbf8f3728a Golly. Fixed typo Mark VanderVoord 2026-05-29 11:49:46 -04:00
  • c3a01d8d65 Better reporting during running example projects Mark VanderVoord 2026-05-29 11:26:20 -04:00
  • 7a591c4115 update the makefiles too Mark VanderVoord 2026-05-29 11:07:37 -04:00
  • 1e7adbfa64 We purposefully have a bug in the example code, so ask gcc not to detect it for us. Mark VanderVoord 2026-05-29 11:02:24 -04:00
  • dd70d40adf Make sure that examples get run with ci, and using appropriate settings. Mark VanderVoord 2026-05-29 10:29:30 -04:00
  • 444fbda72a refactor self-test engine to match Ceedling's tool format Mark VanderVoord 2026-05-28 16:11:35 -04:00
  • 324d0624f3 Pull paths from reusable target information. Mark VanderVoord 2026-05-26 17:13:03 -04:00
  • e78601137d Add casts to avoid warnings when using unity in CPP Lucas Saavedra Vaz 2026-05-26 12:49:05 -03:00
  • cc5385d3ad Add UNITY_OUTPUT_START/COMPLETE_HEADER_DECLARATION macros (closes #799). aditya 2026-05-22 19:22:13 +05:30
  • 4fe7d60259 Merge pull request #833 from adityachilka1/fix/meson-extension-memory-feature Mark VanderVoord 2026-05-22 08:43:35 -04:00
  • 43956bd0bc meson: restore extension_memory as feature (fixes #829) aditya 2026-05-22 15:41:36 +05:30
  • c7b0faabdc Clean up testing pipeline some more... centralized reporting. Mark VanderVoord 2026-05-18 11:53:26 -04:00
  • ed99435177 tweaks to target scheme Mark VanderVoord 2026-05-16 22:44:09 -04:00
  • cc00ca6f07 Make example 3 use same yml files as other tests. Mark VanderVoord 2026-05-15 15:24:32 -04:00
  • 56d69ddf64 Fix Issue #828: Don't use -Weverything for production use. Mark VanderVoord 2026-05-15 14:26:54 -04:00
  • b1d96f2491 Work on yaml file reusability for other projects. Catch up a couple test details. Mark VanderVoord 2026-05-15 14:16:57 -04:00
  • 6502a671d3 Merge pull request #764 from dloidolt/fix-meson-depreciation Mark VanderVoord 2026-03-27 12:52:34 -04:00
  • ff30792124 Merge branch 'master' into fix-meson-depreciation Mark VanderVoord 2026-03-27 12:52:19 -04:00
  • e3aa7b42b0 Merge pull request #777 from dloidolt/meson_generator_extra_args Mark VanderVoord 2026-03-27 09:06:49 -04:00
  • 5e3a3db2f1 bump version Mark VanderVoord 2026-03-20 20:08:39 -04:00
  • d3d348fe51 Merge pull request #823 from Dariqq/UNITY_SUPPORT64 Mark VanderVoord 2026-03-20 19:41:58 -04:00
  • cdfc44eaf3 Merge pull request #825 from ivankravets/patch-4 Mark VanderVoord 2026-03-20 19:41:04 -04:00
  • 1d336f6ddb Fix broken standardized failure output. Fix formatting issues Mark VanderVoord 2026-03-20 17:34:45 -04:00
  • 54fb72f508 Merge pull request #824 from ThrowTheSwitch/refactor/uint_handling Mark VanderVoord 2026-03-12 14:25:51 -04:00
  • b7de1081f3 Merge branch 'master' into refactor/uint_handling Mark VanderVoord 2026-03-12 14:23:11 -04:00
  • 849d95e119 improve new format checking to capture all valid outputs. improve floating point special case reporting to always use verbose. fix bug in arrays where values were sometimes not shown. Mark VanderVoord 2026-03-12 14:19:12 -04:00
  • 943f4706ee improve test readability for self tests under rake. Mark VanderVoord 2026-03-12 12:40:49 -04:00
  • a2838c4f8d Merge pull request #794 from jeronstone/master Mark VanderVoord 2026-03-04 07:47:23 -05:00
  • 888dc3ca26 Remove copyright information from library.json Ivan Kravets 2026-02-03 18:33:42 +02:00
  • 08d09f5ed6 fail the test for output formatting issues Mark VanderVoord 2026-01-23 16:24:36 -05:00
  • b57c7e0b5c Better output validation for catching bug #807 Mark VanderVoord 2026-01-23 16:19:24 -05:00
  • 1be9a7d4f5 cleanup of warnings Mark VanderVoord 2026-01-23 14:07:04 -05:00
  • d1fe18bd54 Updates for the new year. Mark VanderVoord 2026-01-23 11:18:36 -05:00
  • 29451d61b5 cmake: Add option for UNITY_SUPPORT64 Dariqq 2026-01-20 18:10:32 +00:00
  • 4d35efd1bc meson: Add option for UNITY_SUPPORT_64 Dariqq 2026-01-20 18:10:14 +00:00
  • 71227c64df stylize_as_junit.rb: XML escape test name Christer Fletcher 2025-12-16 09:15:24 +01:00
  • 51d2db98e2 Merge pull request #815 from JamesB192/master Mark VanderVoord 2025-11-12 09:50:31 -05:00
  • 747c2ee73f Misadress style CI bot failure, my bad James Browning 2025-11-12 05:19:20 -08:00
  • 18c4e93767 Try build Unity w/ -UUNITY_EXCLUDE_FLOAT_PRINT James Browning 2025-11-12 04:48:49 -08:00
  • a2d634cbaf add missing not_equal variants for strings savashn 2025-10-27 23:13:01 +03:00
  • d89dafa413 Merge pull request #812 from savashn/table-of-contents Mark VanderVoord 2025-10-27 09:42:53 -04:00
  • 3240ac9811 add table of contents in docs savashn 2025-10-27 10:06:33 +03:00
  • 36e9b197ec Merge pull request #806 from RolandMarchand/ansi-c-comments Mark VanderVoord 2025-09-29 16:16:46 -04:00
  • 864b4ea554 Convert C++ comments to ANSI C style Roland Marchand 2025-09-25 21:22:51 -04:00
  • 5afafc4a99 unity_internals: Update UNITY_PRINT_EXEC_TIME for older clang, to fix Wextra-semi-stmt and Wsign-conversion errors. Michael Dwan 2024-09-05 19:00:57 -07:00
  • 69c7210dea Remove test file extensions from test suite name Jacques Boivin 2025-08-22 14:01:49 -04:00
  • 0d7ea70b55 Merge pull request #798 from ml-physec/fix-details-print Mark VanderVoord 2025-08-07 09:51:31 -04:00
  • 25e9af9edd Update detail-stack implementation after #784 ml-physec 2025-08-07 13:44:02 +02:00
  • c80e23c1ca String test case parameter & command-line argument error fix Joshua Stone 2025-07-17 22:09:10 -04:00
  • bddb1366a2 Merge pull request #769 from rsmyth-ecmi/MesonConfig Mark VanderVoord 2025-07-10 13:53:28 -04:00
  • 04f3d38892 Merge pull request #771 from rsmyth-ecmi/MesonFix Mark VanderVoord 2025-07-10 13:53:04 -04:00
  • 3ba2bb9b27 Merge pull request #790 from rsmyth-ecmi/shebangFix Mark VanderVoord 2025-07-10 13:52:27 -04:00
  • 0bc0fed904 Merge pull request #784 from burakutkuc/fix-assert-uint-overflow Mark VanderVoord 2025-07-10 08:35:42 -04:00
  • f96b64f552 fix: fixed error from regression test results; removed the unnecessary int-uint distinction for hex values in the "array within" feature. burakutkuc 2025-07-10 13:35:15 +03:00
  • eb79bce1b5 Bump version to encapsulate recent changes. Mark VanderVoord 2025-07-09 17:00:30 -04:00
  • fe8d1e9911 Merge pull request #792 from RossSmyth/errors Mark VanderVoord 2025-07-09 15:47:35 -04:00
  • 12705bf83f Remove warning without emits Ross Smyth 2025-07-02 22:27:44 -04:00
  • fa03368cae Merge pull request #775 from ml-physec/more-details Mark VanderVoord 2025-07-09 15:23:44 -04:00
  • 4a59f29362 Fix -Wmissing-prototypes errors Ross Smyth 2025-07-02 21:43:20 -04:00
  • 6decd7aa29 Wno-unused-macros and Wno-padded don't emit anything Ross Smyth 2025-07-02 21:38:12 -04:00