Commit Graph

  • 82cfcab024 Merge ee1b3872f3 into 2988e980fb Dommar92 2017-02-23 10:02:39 +0000
  • ee1b3872f3 Added "less / greater than" comparison tests Dominic Marcinkowski 2017-02-23 10:55:34 +0100
  • 2988e980fb Merge pull request #262 from codehearts/patch-2 Mark VanderVoord 2017-02-15 06:37:21 -0500
  • 1732698324 Fixed incorrect TEST_PROTECT explanation in readme Kate Hart 2017-02-14 09:55:40 -0800
  • 381737538d Merge pull request #260 from jeremyhannon/parseUnityFixtureOutputToJUnitFormat Mark VanderVoord 2017-02-13 21:22:57 -0500
  • 9d5159f940 Merge pull request #261 from codehearts/patch-1 Mark VanderVoord 2017-02-13 21:20:22 -0500
  • 65ce72729c Fixed typo for TEST_PROTECT in readme Kate Hart 2017-02-13 16:15:12 -0800
  • 4dc04d3977
    Enhance parseOutput.rb to support Unity fixture output Jeremy Hannon 2017-02-07 10:38:49 -0600
  • 1782bab0ba handle undetailed lines test summary python script. Mark VanderVoord 2017-01-31 10:10:31 -0500
  • b10e9d0486 Merge pull request #258 from jsalling/feature/max-nibbles Mark VanderVoord 2017-01-26 08:29:38 -0500
  • 60d59d7043 Merge pull request #257 from Letme/master Mark VanderVoord 2017-01-24 21:14:30 -0500
  • 3588e5b6d3 Aligning definition and declaration of UnityPrintFloat Crt Mori 2017-01-24 22:52:43 +0100
  • b4f6afa4cf Test for printing max width of a hex number, back to 100% test coverage jsalling 2017-01-22 21:18:53 -0600
  • ff03e1c915 Merge pull request #252 from jsalling/feature/compile-examples Mark VanderVoord 2017-01-23 08:02:45 -0500
  • e0104179ed Fix 32-bit build issues on Travis-CI by installing multilib jsalling 2017-01-18 22:18:11 -0600
  • a15f0da0d0 Merge pull request #253 from jsalling/feature/cpputest-macros Mark VanderVoord 2017-01-19 06:57:28 -0500
  • 78938f6f05 Merge pull request #254 from jsalling/cleanup/clang-format Mark VanderVoord 2017-01-19 06:56:35 -0500
  • a3fe04f6a4 Merge pull request #255 from jsalling/cleanup/function-prototypes Mark VanderVoord 2017-01-19 06:54:17 -0500
  • 97e4bd252a Ran Unity into a source code formatter, no code changes jsalling 2017-01-18 19:48:40 -0600
  • bb7f889f03 Compile examples in continuous integration, update example_3 readme jsalling 2017-01-18 08:18:37 -0600
  • 51f0f59656 Merge 6e6ef071f0 into 04e10f95ee Harrison 2017-01-18 16:23:27 +0000
  • b29ad2ee68 Removing unnecessary function prototypes, inline PrintOk/Fail jsalling 2017-01-18 09:14:02 -0600
  • 9cdc3d678b Option to exclude CppUTest compatibility asserts jsalling 2017-01-18 08:43:29 -0600
  • 185fb49380 Cleanup example Makefiles, update test runners jsalling 2017-01-18 08:13:41 -0600
  • d460a89a04 Get example 1 to compile easily on systems without ruby jsalling 2016-12-29 22:13:06 -0600
  • 04e10f95ee Merge pull request #249 from jsalling/feature/no-print-mask Mark VanderVoord 2017-01-18 09:01:45 -0500
  • f1fdc47e40 Merge pull request #250 from jsalling/feature/optional-setjmp Mark VanderVoord 2017-01-18 09:00:23 -0500
  • de6f516330 Revert "Cleanup Assert Array idiom to be the same everywhere" jsalling 2017-01-17 21:43:25 -0600
  • 437c474b07 Put back (char) casts, better formatting jsalling 2017-01-17 21:26:15 -0600
  • 74f377f048 Merge pull request #247 from jsalling/feature/warning-pointer-to-int Mark VanderVoord 2017-01-16 08:27:26 -0500
  • fb49b34979 Merge pull request #248 from jsalling/bugfix/fixture-header Mark VanderVoord 2017-01-16 08:27:17 -0500
  • 480335061c No print masking of integers, bounds on hex printing jsalling 2017-01-12 22:18:14 -0600
  • 01ca3899c2 Fix bug in DOUBLES_EQUAL in unity_fixture.h jsalling 2017-01-14 12:22:00 -0600
  • 836d7886cf Pointer-to-int-cast warnings with different widths jsalling 2017-01-11 23:07:02 -0600
  • ef1e2ad58c Option to exclude setjump/longjmp, setjmp.h jsalling 2017-01-14 11:15:30 -0600
  • ee38219498 Cleanup Assert Array idiom to be the same everywhere jsalling 2017-01-14 11:10:58 -0600
  • 4d747080a9 Rename Array Check helper, always return, never longjmp jsalling 2017-01-14 10:56:24 -0600
  • 5449f1e4d1 Condense all longjmp calls into TEST_ABORT() jsalling 2017-01-14 10:41:03 -0600
  • 6695e9e975 Merge pull request #242 from jsalling/feature/fixture-test-name Mark VanderVoord 2017-01-13 16:38:10 -0500
  • c5e9a93418 Merge pull request #243 from jsalling/feature/makefile-clang Mark VanderVoord 2017-01-13 15:47:50 -0500
  • 9954d4f863 Merge pull request #244 from jsalling/cleanup/promotion-warnings Mark VanderVoord 2017-01-13 15:46:07 -0500
  • 7b87a579d1 Merge pull request #245 from jsalling/feature/teardown-not-ignore Mark VanderVoord 2017-01-13 15:43:26 -0500
  • 9e8ab3df84 Merge pull request #241 from jsalling/cleanup/float-testing Mark VanderVoord 2017-01-13 15:42:15 -0500
  • 85ef109282 Merge pull request #240 from jsalling/refactor/skip-exec Mark VanderVoord 2017-01-13 12:08:15 -0500
  • 6c0ca7339f Merge pull request #238 from jsalling/refactor/int-array Mark VanderVoord 2017-01-11 06:19:04 -0500
  • 5112d7dfbd Use default int size for any bad STYLE_T enum value Defensive coding jsalling 2017-01-06 20:45:33 -0600
  • 41df8feaee Fix test for counting CMock_Verify calls jsalling 2016-12-31 13:59:07 -0600
  • 4c78cde202 Finish clean up of float support options jsalling 2016-12-29 23:52:03 -0600
  • e92f2c2762 Update comments to reflect changes to floating point jsalling 2016-12-29 23:10:43 -0600
  • f771f0b98f Finish cleaning up float options in testunity jsalling 2016-12-29 23:06:34 -0600
  • bd4ac58486 Inline the isneg/ispos macros, remove promotion warnings on constants jsalling 2016-12-29 20:47:03 -0600
  • a0cb138533 Organize Makefile so clang works on all platforms, warnings are set jsalling 2016-12-29 20:46:06 -0600
  • 5f33721924 Remove duplicate output of test name, Fixture verbose mode jsalling 2016-12-03 22:24:03 -0600
  • 03e2209e1b Rename UNITY_SKIP_EXECUTION to RETURN_IF_FAIL_OR_IGNORE jsalling 2016-12-03 21:38:40 -0600
  • 994779f0ce Merge pull request #237 from jsalling/feature/ptr-set-size Mark VanderVoord 2016-12-27 08:19:41 -0500
  • f8c585cb93 Merge pull request #236 from jsalling/bugfix/one-test-failure Mark VanderVoord 2016-12-27 08:18:07 -0500
  • 65e401f3de Always run the tearDown() even if test is ignored jsalling 2016-12-05 21:21:03 -0600
  • 64f90b1925 Fix test that failed when any other test failed, too distracting jsalling 2016-11-28 23:36:52 -0600
  • 53bdb6897f Ability to set size of pointer list, smaller default size jsalling 2016-12-23 22:53:24 -0600
  • e1e866ab45 Delete old UNITY_PTR type, no longer used jsalling 2016-12-05 23:20:03 -0600
  • 46560a8030 Add correct masking behavior on unsigned values jsalling 2016-11-28 23:39:11 -0600
  • 5f386a42ff Refactor of IntArray function with switch inside loop, remove repeated code jsalling 2016-11-24 23:12:41 -0600
  • 0603c1cf1e Merge pull request #231 from jsalling/feature/print-floats Mark VanderVoord 2016-12-21 21:18:43 -0500
  • b0870ec8b9 Merge branch 'feature/print-floats' Fix new type name conflicts jsalling 2016-12-15 21:15:30 -0600
  • ee02e3885f Merge pull request #233 from mchernosky/generate-partial-triads Mark VanderVoord 2016-12-12 18:29:25 -0500
  • df2d37459b Try manually installing rspec in Travis CI. Matt Chernosky 2016-12-02 22:57:10 -0700
  • 7b51355e5a Module generator finishes for partially existing files Matt Chernosky 2016-11-29 23:19:52 -0700
  • 8e31f5d869 Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions. Mark VanderVoord 2016-11-29 08:38:51 -0500
  • b77c6b833f Merge pull request #232 from mchernosky/module-create-with-subdir Mark VanderVoord 2016-11-29 06:50:54 -0500
  • 37049a3a20 Fixed error when path provided with module name. Matt Chernosky 2016-11-28 23:57:17 -0700
  • 4386cf356f Added to Module Generator: - configurable case. - better passing of includes and boilerplate information - test only pattern - optional naming conventions for case Mark VanderVoord 2016-11-22 14:24:24 -0500
  • 4e2f0381cc Add ability to inject correct mock prefix Mark VanderVoord 2016-11-21 15:19:16 -0500
  • aa4d773df2 Tests for Printing All float values jsalling 2016-11-16 19:56:17 -0600
  • 25f6417351 Refactor repeated code to print float expected and actual jsalling 2016-11-14 23:28:38 -0600
  • 9f4b1a332f Tests for Printing Floating Point numbers jsalling 2016-11-14 23:10:18 -0600
  • 47f6a85b8c Make UnityPrintFloat on by default jsalling 2016-11-13 23:47:16 -0600
  • 54fe786fae Round ties to even by default, many C libraries follow this jsalling 2016-11-09 23:07:31 -0600
  • 4a27d14734 Correct boundary conditions and add tests jsalling 2016-11-06 22:25:54 -0600
  • 1dfcb54491 Start adding tests. Add const and simplify code. jsalling 2016-11-06 22:22:11 -0600
  • 393f2cb544 Refactor printing after the decimal point, signed types, small numbers... jsalling 2016-11-04 23:56:50 -0500
  • 2de0e8285d Key idea is using double precision calculations makes everything better Print 9 digits jsalling 2016-11-03 23:56:32 -0500
  • e48fe0a07c Reorganize NaN and Inf printing into if-else blocks jsalling 2016-10-12 21:58:28 -0500
  • 30ba118c47 Add printing for large numbers in exponential format jsalling 2016-10-04 23:18:08 -0500
  • 9653fbf7ac Use an integer cast to print floating point numbers more precisely jsalling 2016-09-24 14:16:26 -0500
  • 012064eaea Merge pull request #228 from jeanCarloMachado/test_failure Mark VanderVoord 2016-11-16 20:31:40 -0500
  • 4faae4435d removed duplicated declaration of putcharSpy Jean Carlo Machado 2016-11-16 21:37:51 -0200
  • ac455f2798 We can’t guarantee that the built-in function insane will return 1. It might return any other non-negative value. Therefore we need to force it to be 1 so we can use the comparison operator later. Mark VanderVoord 2016-11-15 09:29:08 -0500
  • d4a35f0949 Refactor to delete smaller number decimal format Generalize loop to print decimal format and exponential Add '+' to exponent when printing larger floats jsalling 2016-09-04 21:18:25 -0500
  • 6ec7c78b66 Writing a float printing routine jsalling 2016-09-04 20:48:29 -0500
  • ae5b4c5799 Added ability to inject defines, much like what was built into Ceedling before Ceedling switched to just using this generator. Mark VanderVoord 2016-11-10 10:10:13 -0500
  • 661c1b2d56 Boost version and remove some debug puts statements v2.4.0 Mark VanderVoord 2016-10-27 23:06:18 -0400
  • 2ce8618014 refactor generate_module so that it can be called as a class from within Ceedling (much like the test runner generator) Mark VanderVoord 2016-10-27 17:33:13 -0400
  • bbf2fe3a93 Merge pull request #227 from jsalling/bugfix/fixture-verbose-eol Mark VanderVoord 2016-10-12 06:55:43 -0400
  • 4ce86fd1c0 Merge pull request #226 from jsalling/feature/nan-not-eq-nan Mark VanderVoord 2016-10-12 06:54:38 -0400
  • 3e30290367 Remove extra newline in verbose output format of fixture jsalling 2016-09-28 22:59:17 -0500
  • 933cc97364 Add option to set NaN != NaN for floating point assertions jsalling 2016-09-28 22:53:15 -0500
  • 1129b18ced Merge pull request #225 from kykrueger/master Mark VanderVoord 2016-10-06 06:54:36 -0400
  • 03b9eaa9ba Fix bug, makefiles for example do not clean on windows kykrueger 2016-10-06 11:00:22 +0200
  • a912ee364e Merge pull request #223 from jeremyhannon/checkLimitBeforeUsingIndex Mark VanderVoord 2016-09-26 23:09:35 -0400
  • 148b4977cf
    check 'i' limit before using it as an array index. Jeremy Hannon 2016-09-26 16:01:03 -0500