Commit Graph

  • 7552c187fb Ignore missing noreturn and unused functions. nah 2016-09-04 10:20:31 -05:00
  • a06b187a3d Ignore missing noreturn and unused functions. nah 2016-09-04 10:20:31 -05:00
  • 65f0febf03 Ignore padding and float to double implicit warning. nah 2016-09-04 09:55:49 -05:00
  • f979a374f9 Ignore padding and float to double implicit warning. nah 2016-09-04 09:55:49 -05:00
  • 906447f13f Don't need to print out rake's version anymore. nah 2016-09-04 09:43:25 -05:00
  • 31d936286f Don't need to print out rake's version anymore. nah 2016-09-04 09:43:25 -05:00
  • 1dcf902ec2 Don't need sudo on Linux so remove it. nah 2016-09-04 09:40:30 -05:00
  • 0990647535 Don't need sudo on Linux so remove it. nah 2016-09-04 09:40:30 -05:00
  • f255511a7c Test on both Linux and OSX. nah 2016-09-04 09:34:59 -05:00
  • c1c436c45c Test on both Linux and OSX. nah 2016-09-04 09:34:59 -05:00
  • 647c846f9f Set CFLAGS differently for linux and osx. nah 2016-09-04 09:25:44 -05:00
  • 07ce5cbec7 Set CFLAGS differently for linux and osx. nah 2016-09-04 09:25:44 -05:00
  • 68a43b8fe3 Merge pull request #213 from jsalling/feature/simplify-testunity-output Mark VanderVoord 2016-09-02 09:10:05 -04:00
  • c244811dda Merge pull request #213 from jsalling/feature/simplify-testunity-output Mark VanderVoord 2016-09-02 09:10:05 -04:00
  • de39186187 Add test for C string escape sequences jsalling 2016-08-03 22:38:15 -05:00
  • 1f55d16829 Add test for C string escape sequences jsalling 2016-08-03 22:38:15 -05:00
  • af590028fa Unity to print C-style escaped strings as "\x16" Changes from "\0x16" before, makes it easier to copy strings from output jsalling 2016-08-03 21:31:37 -05:00
  • 6e6149e181 Unity to print C-style escaped strings as "\x16" Changes from "\0x16" before, makes it easier to copy strings from output jsalling 2016-08-03 21:31:37 -05:00
  • 0cc3e45a23 Suppress output of FAIL messages that are expected during testing Works when using the putcharSpy, transparent without it jsalling 2016-04-27 23:35:50 -05:00
  • 453ef5ccd7 Suppress output of FAIL messages that are expected during testing Works when using the putcharSpy, transparent without it jsalling 2016-04-27 23:35:50 -05:00
  • 382c7087f4 Merge pull request #211 from jsalling/feature/testunity-fail-output Mark VanderVoord 2016-08-31 07:20:34 -04:00
  • a25e984f48 Merge pull request #211 from jsalling/feature/testunity-fail-output Mark VanderVoord 2016-08-31 07:20:34 -04:00
  • de7627f098 Merge pull request #212 from jsalling/feature/C89-comments Mark VanderVoord 2016-08-31 07:18:36 -04:00
  • 6f980c3d31 Merge pull request #212 from jsalling/feature/C89-comments Mark VanderVoord 2016-08-31 07:18:36 -04:00
  • 41c2e5889b Bump the version Floats now pass Infinity == Infinity assertions jsalling 2016-08-30 21:51:38 -05:00
  • e5a0d0c6ec Bump the version Floats now pass Infinity == Infinity assertions jsalling 2016-08-30 21:51:38 -05:00
  • da7e375cf9 Start building Unity & Fixture with C89 flags in continuous integration Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL jsalling 2016-08-27 16:15:00 -05:00
  • 91b020becb Start building Unity & Fixture with C89 flags in continuous integration Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL jsalling 2016-08-27 16:15:00 -05:00
  • 6d54ec2ff7 Get rid of conversion warning when using UNITY_FLOAT_VERBOSE with doubles Change the parameter of UnityPrintFloat from float to double (_UD) The call to snprintf uses implict default promotion to a double anyway jsalling 2016-08-27 15:34:10 -05:00
  • a0123a90c0 Get rid of conversion warning when using UNITY_FLOAT_VERBOSE with doubles Change the parameter of UnityPrintFloat from float to double (_UD) The call to snprintf uses implict default promotion to a double anyway jsalling 2016-08-27 15:34:10 -05:00
  • 54aa838c8a Change the fallback isinf() macro to NOT need f_zero defined Delete old comments from before math.h was the default isinf() method jsalling 2016-08-27 15:27:52 -05:00
  • 17a980098e Change the fallback isinf() macro to NOT need f_zero defined Delete old comments from before math.h was the default isinf() method jsalling 2016-08-27 15:27:52 -05:00
  • 028ca953d7 Finish checking for equal floats in Arrays functions Refactor to use the same code everywhere for FloatWithin check Rename and fix a few tests for new behavior, infinity == infinity jsalling 2016-08-27 15:12:45 -05:00
  • 1510b86f31 Finish checking for equal floats in Arrays functions Refactor to use the same code everywhere for FloatWithin check Rename and fix a few tests for new behavior, infinity == infinity jsalling 2016-08-27 15:12:45 -05:00
  • a74920d112 Merge pull request #210 from jsalling/feature/int-detection Mark VanderVoord 2016-08-26 15:03:44 -04:00
  • 0798042453 Merge pull request #210 from jsalling/feature/int-detection Mark VanderVoord 2016-08-26 15:03:44 -04:00
  • 268c5b7e0b Make testunity.c printing uniform during failure, delete word "Previous" jsalling 2016-04-27 23:40:47 -05:00
  • 6d1b1402e3 Make testunity.c printing uniform during failure, delete word "Previous" jsalling 2016-04-27 23:40:47 -05:00
  • 113f2fc32a Add line numbers to Unity test Runner generated by awk script jsalling 2016-04-27 23:38:43 -05:00
  • d1002e7c23 Add line numbers to Unity test Runner generated by awk script jsalling 2016-04-27 23:38:43 -05:00
  • 28c94bd403 Remove references to UNITY_EXCLUDE_SIZEOF, rework config header jsalling 2016-08-25 08:48:29 -05:00
  • 84ae8136ef Remove references to UNITY_EXCLUDE_SIZEOF, rework config header jsalling 2016-08-25 08:48:29 -05:00
  • 9aa4c7f1aa Clean up Makefile, move -Wredundant-decls to test build CC always exists inside make so ?= doesn't assign to it jsalling 2016-08-24 20:04:14 -05:00
  • 863daebf8a Clean up Makefile, move -Wredundant-decls to test build CC always exists inside make so ?= doesn't assign to it jsalling 2016-08-24 20:04:14 -05:00
  • e4e2210eb6 Improving integer width detection The C preprocessor cannot use sizeof in #if etc. jsalling 2016-05-03 22:20:34 -05:00
  • f2640193f8 Improving integer width detection The C preprocessor cannot use sizeof in #if etc. jsalling 2016-05-03 22:20:34 -05:00
  • 8beb9715be C89 comment style changes only jsalling 2016-08-23 23:10:05 -05:00
  • 118a0ad6db C89 comment style changes only jsalling 2016-08-23 23:10:05 -05:00
  • 3108aba5c7 If two floats happen to be equal, return right away Covers the cases where infinity == infinity jsalling 2016-08-23 22:36:02 -05:00
  • d920799f2d If two floats happen to be equal, return right away Covers the cases where infinity == infinity jsalling 2016-08-23 22:36:02 -05:00
  • daad2bc82b removed some newer style comments that crept into the codebase. Mark VanderVoord 2016-08-23 06:46:51 -04:00
  • cf30025684 removed some newer style comments that crept into the codebase. Mark VanderVoord 2016-08-23 06:46:51 -04:00
  • 75ad84c92f Merge pull request #209 from jsalling/cleanup/fixture-memory-testing Mark VanderVoord 2016-08-21 13:49:55 -04:00
  • ecab5067ba Merge pull request #209 from jsalling/cleanup/fixture-memory-testing Mark VanderVoord 2016-08-21 13:49:55 -04:00
  • 92f6d5dd08 Verify the tests for Internal Malloc implementation free all the heap Make it more clear that each test of the internal heap implementation should free in LIFO order. Without this check, memory can be stranded but still pass. jsalling 2016-08-21 11:53:15 -05:00
  • cb6bade05d Verify the tests for Internal Malloc implementation free all the heap Make it more clear that each test of the internal heap implementation should free in LIFO order. Without this check, memory can be stranded but still pass. jsalling 2016-08-21 11:53:15 -05:00
  • d837342b15 Move free() calls before test asserts, add comments to ReallocFail test jsalling 2016-08-21 11:45:54 -05:00
  • e93c9802ef Move free() calls before test asserts, add comments to ReallocFail test jsalling 2016-08-21 11:45:54 -05:00
  • 03ac71b8c9 Reorder free calls to free all memory The internal malloc must free in LIFO order jsalling 2016-08-21 11:27:47 -05:00
  • fae3382a35 Reorder free calls to free all memory The internal malloc must free in LIFO order jsalling 2016-08-21 11:27:47 -05:00
  • f276c79f9b Merge branch 'feature/cmd_line_args' Mark VanderVoord 2016-08-11 13:37:51 -04:00
  • 2a405f5268 Merge branch 'feature/cmd_line_args' Mark VanderVoord 2016-08-11 13:37:51 -04:00
  • 06bae56d30 Revert "Merge pull request #205 from bryongloden/patch-2" This reverts commit 783fcaea97 The guard memory bytes should never be freed inside unity_malloc() jsalling 2016-08-09 00:51:38 -05:00
  • b1606fea84 Revert "Merge pull request #205 from bryongloden/patch-2" This reverts commit d7af26f185 The guard memory bytes should never be freed inside unity_malloc() jsalling 2016-08-09 00:51:38 -05:00
  • 783fcaea97 Merge pull request #205 from bryongloden/patch-2 Mark VanderVoord 2016-08-02 14:55:42 -04:00
  • d7af26f185 Merge pull request #205 from bryongloden/patch-2 Mark VanderVoord 2016-08-02 14:55:42 -04:00
  • fbc20934e0 Merge pull request #206 from bryongloden/patch-3 Mark VanderVoord 2016-08-02 14:55:00 -04:00
  • 4327a7064b Merge pull request #206 from bryongloden/patch-3 Mark VanderVoord 2016-08-02 14:55:00 -04:00
  • 13160e5f1e Update unity_fixture_Test.c Bryon Gloden, CISSP® 2016-07-28 17:11:11 -04:00
  • fbe2d568a8 Update unity_fixture_Test.c Bryon Gloden, CISSP® 2016-07-28 17:11:11 -04:00
  • 4fd5f79f28 Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 19:41:30 -04:00
  • c199158095 Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 19:41:30 -04:00
  • 0737b4117f Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 16:02:41 -04:00
  • 529d928632 Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 16:02:41 -04:00
  • 094c05e904 Update unity_fixture_Test.c Bryon Gloden, CISSP® 2016-07-26 14:40:00 -04:00
  • 7234b3b783 Update unity_fixture_Test.c Bryon Gloden, CISSP® 2016-07-26 14:40:00 -04:00
  • b1d8388ab8 Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 14:19:41 -04:00
  • a56afffb33 Update unity_fixture.c Bryon Gloden, CISSP® 2016-07-26 14:19:41 -04:00
  • 57676b5edc - Fixed cases with wildcards in file handling. Mark VanderVoord 2016-07-17 19:11:09 -04:00
  • e6a24fbf76 - Fixed cases with wildcards in file handling. Mark VanderVoord 2016-07-17 19:11:09 -04:00
  • ad0c07c9ad Merge pull request #204 from dmurdin/tms470 Mark VanderVoord 2016-07-13 06:49:48 -04:00
  • 9af9e5c247 Merge pull request #204 from dmurdin/tms470 Mark VanderVoord 2016-07-13 06:49:48 -04:00
  • cec38d13d3 Merge pull request #203 from dmurdin/pathslash Mark VanderVoord 2016-07-13 06:48:57 -04:00
  • 1bd2196564 Merge pull request #203 from dmurdin/pathslash Mark VanderVoord 2016-07-13 06:48:57 -04:00
  • f1a4a5e652 Weak attribute fix for TMS470 Compilers. Daniel Murdin 2016-07-13 10:36:43 +02:00
  • a03be3f703 Weak attribute fix for TMS470 Compilers. Daniel Murdin 2016-07-13 10:36:43 +02:00
  • 44c429bd8b Escape backslashes for windows paths, fixes #137. Daniel Murdin 2016-07-13 10:31:52 +02:00
  • 329e5d143c Escape backslashes for windows paths, fixes #137. Daniel Murdin 2016-07-13 10:31:52 +02:00
  • f2f073d533 Fix warnings if you use UNITY_EXCLUDE_FLOAT Joe Kroesche 2016-07-10 20:36:08 -05:00
  • 653d94aa8d Fix warnings if you use UNITY_EXCLUDE_FLOAT Joe Kroesche 2016-07-10 20:36:08 -05:00
  • 1cecab30e8 - Added alias for filter -n of -f - Added ability to surround filter strings in either type of quotes - Added ability to filter on multiple test strings as a comma delimited list - Added ability to filter on test_file:test_name - Added ability to use alternate syntax for filter of -f="blah" Mark VanderVoord 2016-07-08 17:35:37 -04:00
  • b891abb4bc - Added alias for filter -n of -f - Added ability to surround filter strings in either type of quotes - Added ability to filter on multiple test strings as a comma delimited list - Added ability to filter on test_file:test_name - Added ability to use alternate syntax for filter of -f="blah" Mark VanderVoord 2016-07-08 17:35:37 -04:00
  • f05385250c - Document new define in unity.h. Will still need to be added to real docs Mark VanderVoord 2016-07-08 16:10:14 -04:00
  • 6fd811ca3f - Document new define in unity.h. Will still need to be added to real docs Mark VanderVoord 2016-07-08 16:10:14 -04:00
  • f205b7de05 - If we declare main before the definition, we make sure the arguments match Mark VanderVoord 2016-07-08 16:05:32 -04:00
  • b34a4196bc - If we declare main before the definition, we make sure the arguments match Mark VanderVoord 2016-07-08 16:05:32 -04:00
  • eba387fa3e - Add tests which prove command line arguments now work with runner. Fixed a few bugs in this area. Mark VanderVoord 2016-06-27 08:41:58 -04:00
  • 6549a31c85 - Add tests which prove command line arguments now work with runner. Fixed a few bugs in this area. Mark VanderVoord 2016-06-27 08:41:58 -04:00
  • 96f51e8530 Updated method of testing generate_test_runner script to be a FUNCTIONAL test instead of a perfect code match. Backfilled most tests and added some coverage not previously present. Still need to test new command line args and a few cmock details. Mark VanderVoord 2016-06-22 20:57:11 -04:00
  • d5d4913ba7 Updated method of testing generate_test_runner script to be a FUNCTIONAL test instead of a perfect code match. Backfilled most tests and added some coverage not previously present. Still need to test new command line args and a few cmock details. Mark VanderVoord 2016-06-22 20:57:11 -04:00