Mark VanderVoord
|
1d336f6ddb
|
Fix broken standardized failure output. Fix formatting issues
|
2026-03-20 17:34:45 -04:00 |
|
Mark VanderVoord
|
54fb72f508
|
Merge pull request #824 from ThrowTheSwitch/refactor/uint_handling
Cleanup of Warnings and Fix UINT printing issue.
|
2026-03-12 14:25:51 -04:00 |
|
Mark VanderVoord
|
b7de1081f3
|
Merge branch 'master' into refactor/uint_handling
|
2026-03-12 14:23:11 -04:00 |
|
Mark VanderVoord
|
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.
|
2026-03-12 14:19:12 -04:00 |
|
Mark VanderVoord
|
943f4706ee
|
improve test readability for self tests under rake.
|
2026-03-12 12:40:49 -04:00 |
|
Mark VanderVoord
|
a2838c4f8d
|
Merge pull request #794 from jeronstone/master
String test case parameter & command-line argument error fix
|
2026-03-04 07:47:23 -05:00 |
|
Mark VanderVoord
|
08d09f5ed6
|
fail the test for output formatting issues
|
2026-01-23 16:24:36 -05:00 |
|
Mark VanderVoord
|
b57c7e0b5c
|
Better output validation for catching bug #807
|
2026-01-23 16:19:24 -05:00 |
|
Mark VanderVoord
|
1be9a7d4f5
|
cleanup of warnings
|
2026-01-23 14:07:04 -05:00 |
|
Mark VanderVoord
|
d1fe18bd54
|
Updates for the new year.
|
2026-01-23 11:18:36 -05:00 |
|
Mark VanderVoord
|
51d2db98e2
|
Merge pull request #815 from JamesB192/master
🐛🐧 Try build Unity w/ -DUNITY_EXCLUDE_FLOAT_PRINT
|
2025-11-12 09:50:31 -05:00 |
|
James Browning
|
747c2ee73f
|
Misadress style CI bot failure, my bad
|
2025-11-12 05:19:20 -08:00 |
|
James Browning
|
18c4e93767
|
Try build Unity w/ -UUNITY_EXCLUDE_FLOAT_PRINT
|
2025-11-12 04:50:06 -08:00 |
|
Mark VanderVoord
|
d89dafa413
|
Merge pull request #812 from savashn/table-of-contents
[docs] Add table of contents in Unity Assertions Reference
|
2025-10-27 09:42:53 -04:00 |
|
savashn
|
3240ac9811
|
add table of contents in docs
|
2025-10-27 10:06:33 +03:00 |
|
Mark VanderVoord
|
36e9b197ec
|
Merge pull request #806 from RolandMarchand/ansi-c-comments
Convert C++ comments to ANSI C style
|
2025-09-29 16:16:46 -04:00 |
|
Roland Marchand
|
864b4ea554
|
Convert C++ comments to ANSI C style
|
2025-09-25 21:22:51 -04:00 |
|
Mark VanderVoord
|
0d7ea70b55
|
Merge pull request #798 from ml-physec/fix-details-print
Update detail-stack implementation after #784
|
2025-08-07 09:51:31 -04:00 |
|
ml-physec
|
25e9af9edd
|
Update detail-stack implementation after #784
|
2025-08-07 13:52:40 +02:00 |
|
Joshua Stone
|
c80e23c1ca
|
String test case parameter & command-line argument error fix
|
2025-07-17 22:09:10 -04:00 |
|
Mark VanderVoord
|
bddb1366a2
|
Merge pull request #769 from rsmyth-ecmi/MesonConfig
Add some more Meson config options
|
2025-07-10 13:53:28 -04:00 |
|
Mark VanderVoord
|
04f3d38892
|
Merge pull request #771 from rsmyth-ecmi/MesonFix
Fix meson pkg-config generation
|
2025-07-10 13:53:04 -04:00 |
|
Mark VanderVoord
|
3ba2bb9b27
|
Merge pull request #790 from rsmyth-ecmi/shebangFix
Fix up shebangs in the auto directory
|
2025-07-10 13:52:27 -04:00 |
|
Mark VanderVoord
|
0bc0fed904
|
Merge pull request #784 from burakutkuc/fix-assert-uint-overflow
fix: Correct UINT max value handling (thanks @burakutkuc!)
|
2025-07-10 08:35:42 -04:00 |
|
burakutkuc
|
f96b64f552
|
fix: fixed error from regression test results; removed the unnecessary int-uint distinction for hex values in the "array within" feature.
|
2025-07-10 13:35:15 +03:00 |
|
Mark VanderVoord
|
eb79bce1b5
|
Bump version to encapsulate recent changes.
|
2025-07-09 17:00:30 -04:00 |
|
Mark VanderVoord
|
fe8d1e9911
|
Merge pull request #792 from RossSmyth/errors
Fix up some warnings/errors
|
2025-07-09 15:47:35 -04:00 |
|
Ross Smyth
|
12705bf83f
|
Remove warning without emits
|
2025-07-09 15:30:01 -04:00 |
|
Mark VanderVoord
|
fa03368cae
|
Merge pull request #775 from ml-physec/more-details
Detail-Stack API
|
2025-07-09 15:23:44 -04:00 |
|
Ross Smyth
|
4a59f29362
|
Fix -Wmissing-prototypes errors
This one was a bit tough, but I think this works fine.
|
2025-07-09 15:20:47 -04:00 |
|
Ross Smyth
|
6decd7aa29
|
Wno-unused-macros and Wno-padded don't emit anything
|
2025-07-09 15:17:56 -04:00 |
|
Ross Smyth
|
faaaaa4fca
|
Fix Wmissing-noreturn errors
|
2025-07-09 15:17:56 -04:00 |
|
Ross Smyth
|
8bac36463d
|
Fix reserved-identifier errors
These are reserved by the standard
|
2025-07-09 15:17:56 -04:00 |
|
Ross Smyth
|
1638627cb5
|
Fix -Wextra-semi-stmt error with proper macro hygiene
"empty expression statement has no effect; remove unnecessary ';'"
These macros were not properly wrapped
|
2025-07-09 15:17:56 -04:00 |
|
Ross Smyth
|
442a060acd
|
Fix clang errors in makefile
|
2025-07-02 21:13:09 -04:00 |
|
Ross Smyth
|
e4942f1a21
|
Fix up shebangs in the auto directory
|
2025-06-25 14:42:53 -04:00 |
|
Ross Smyth
|
4c8dab0edd
|
Fix meson pkg-config generation
The pkg-config file does not include the subdir
in its build flags, so files will fail to find the
Unity headers.
|
2025-06-25 12:30:26 -04:00 |
|
burakutkuc
|
6a3fc440e3
|
fix: Add casts in function-like macros for type safety
|
2025-06-13 16:43:35 +03:00 |
|
burakutkuc
|
ac52c4182a
|
fix: Fail when values are equal but equality is not allowed. Handled HEX asserts as unsigned; applied the same unsigned logic across all integer-based comparisons.
|
2025-06-13 16:25:22 +03:00 |
|
Buccno
|
bcb0746186
|
fix: Correct UINT max value handling
|
2025-06-05 11:00:57 +03:00 |
|
Mark VanderVoord
|
b9d897b5f3
|
Merge pull request #783 from rstahn/patch-1
Cleanup definition of UNITY_COMPARISON_T in unity_internals.h
|
2025-05-28 12:05:50 -04:00 |
|
Roland Stahn
|
50c37200b9
|
Fix definition of UNITY_NOT_EQUAL in unity_internals.h
|
2025-05-28 10:07:04 +02:00 |
|
Roland Stahn
|
5edda03c78
|
Cleanup definition of UNITY_COMPARISON_T in unity_internals.h
remove unused values UNITY_WITHIN and UNITY_UNKNOWN
update value UNITY_NOT_EQUAL
|
2025-05-28 09:55:17 +02:00 |
|
Mark VanderVoord
|
48fbee97f7
|
Merge pull request #781 from rstahn/patch-1
Extend UNITY_NORETURN mapping for (older) IAR compilers
|
2025-05-27 10:17:35 -04:00 |
|
Roland Stahn
|
3fb2484313
|
Add IAR specific mapping for UNITY_NORETURN
|
2025-05-27 14:33:15 +02:00 |
|
Mark VanderVoord
|
9578ffd885
|
Merge pull request #778 from yahyayozo/master
[Docs] Fix typos in docs files (Thanks for your help, @yahyayozo ! I appreciate it!)
|
2025-04-25 21:35:04 -04:00 |
|
yahyayozo
|
69478185a3
|
[Docs] Fix typos in docs files
|
2025-04-19 18:54:28 +01:00 |
|
ml-physec
|
bfc785c665
|
Add example
|
2025-04-16 19:21:48 +02:00 |
|
ml-physec
|
c359bf37b0
|
Initial implementation
|
2025-04-16 19:21:33 +02:00 |
|
Mark VanderVoord
|
23e8edbd64
|
Merge pull request #714 from jamestiotio/shuffle_tests
Add support for randomizing test execution order
|
2025-03-31 10:04:14 -04:00 |
|