Commit Graph

  • e6d2f3e5d9
    Update .gitattributes Micheal Brockus 2019-07-16 10:09:36 -0700
  • bd1c3a737d Wrote "readme.txt" Michael Brockus 2019-07-13 22:49:30 -0700
  • 4a70106b94 Created C++ example. Michael Brockus 2019-07-13 22:49:14 -0700
  • 526a4753c5 Updated readme.txt. Michael Brockus 2019-07-13 22:47:42 -0700
  • 40eca76292 Changed ".c" -> ".cc" in example-5. Michael Brockus 2019-07-13 22:47:10 -0700
  • 7514b89fa6
    Merge pull request #431 from arcadien/AVR_OPTIMISATION Mark VanderVoord 2019-07-09 08:34:47 -0400
  • 3ac73efe62 optimisation(AVR): Store static string in AVR EEPROM Aurelien Labrosse 2019-07-09 09:58:48 +0200
  • 1100c5d8f0
    Merge pull request #430 from squidfarts/master Mark VanderVoord 2019-07-06 12:00:17 -0400
  • 3afc0412e1 Changed source of Unity. Michael Brockus 2019-07-06 08:54:07 -0700
  • 0892db2376 Protect against nil return codes in rakefiles Mark VanderVoord 2019-07-06 11:31:31 -0400
  • 3e82c0a96f sigh. wrong comment style Mark VanderVoord 2019-07-06 11:07:00 -0400
  • 0000f1e6d2 Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection. Mark VanderVoord 2019-07-06 11:02:32 -0400
  • a2f25d05d8 Added 'c' in example 4 Michael Brockus 2019-07-05 18:10:58 -0700
  • a54d58a8fd It doesn't seem like there is a time where setUp and tearDown aren't required in Fixture. Mark VanderVoord 2019-07-05 19:29:21 -0400
  • 45020b0d3b Cleanup issue #417 Mark VanderVoord 2019-07-05 19:14:22 -0400
  • bc72eeb211
    Merge pull request #425 from farrrb/fix-ti-c55-sizeof Mark VanderVoord 2019-07-05 15:41:41 -0400
  • 6b2eb52468 Add test to verify comment-stripping is working with http-style comments. Mark VanderVoord 2019-07-05 15:35:40 -0400
  • 4661e67233
    Merge pull request #429 from squidfarts/master Mark VanderVoord 2019-07-05 15:34:23 -0400
  • af4c20fa20 Updating CMakeLists.txt. Michael Brockus 2019-07-03 21:04:07 -0700
  • c10f87f1e6 Fixed issues regarding the example Meson project. Michael Brockus 2019-07-03 21:03:39 -0700
  • c7185b3a5a Added prototypes to stop errors when Ninja. Michael Brockus 2019-07-03 15:55:19 -0700
  • e89b281e43 Wrote info in readme.txt Michael Brockus 2019-07-03 15:54:19 -0700
  • b1fd5ad887 Added option with_examples and version info. Michael Brockus 2019-07-03 15:31:26 -0700
  • ab9f8d0959 Added example 4 in examples directory. Michael Brockus 2019-07-03 15:30:50 -0700
  • c30730faf6 cleanup warning. Mark VanderVoord 2019-07-03 15:07:44 -0400
  • f2d826c7c5 - Added options for how to handle TEST_ASSERT_EQUAL shorthand - Tweak a couple style problems with Ruby scripts. Mark VanderVoord 2019-07-03 15:03:03 -0400
  • bd4d35ddd0 Added meson.build in src directory. Michael Brockus 2019-07-02 19:58:16 -0700
  • 7dbfc4be56 Adding root meson.build file. Michael Brockus 2019-07-02 19:57:55 -0700
  • 10f10b5e58
    Merge pull request #428 from Wurstnase/master Mark VanderVoord 2019-06-27 06:42:31 -0400
  • a59db2bdbf add a blank line after #include "unity.h" The include must be in the first line, else you may expect some issues. Some autoformat tools could sort the includes alphabetically and could break the test. Nico Tonnhofer 2019-06-27 08:26:07 +0200
  • 1968abee1a Added version number. Michael Brockus 2019-05-27 23:24:34 -0700
  • 1598576a5d Added meson.build in source dir. Michael Brockus 2019-05-27 21:35:47 -0700
  • 0c937ba9ca Added meson.build in root. Michael Brockus 2019-05-27 21:35:06 -0700
  • 2b250055bc Add indentation for type autodetection macros Fabian Zahn 2019-05-12 19:57:54 +0200
  • 06ddace18d Update documentation of "UNITY_POINTER_WIDTH" Fabian Zahn 2019-05-12 19:44:02 +0200
  • 885ae9638e Introduce patch from "UnityAssertEqualIntArray" for "UnityAssertNumbersArrayWithin" in order to get rid of the sizeof() operator Fabian Zahn 2019-05-12 09:31:26 +0200
  • ae3aad7b89 Remove the remaining sizeof() operators from internal interface Fabian Zahn 2019-05-12 09:24:49 +0200
  • 8168382b91 Adjust testHexPrintsUpToMaxNumberOfNibbles (independent of sizeof operator and arithmetics) Fabian Zahn 2019-05-12 09:16:41 +0200
  • 439efab9ac Added preprocessor check for 8-bit support and ignore tests relying on 8-bit character width. Jason Heeris 2019-03-02 21:28:41 +1100
  • 6f6b52d41b Added extra preprocessor define for variadic macro support. Jason Heeris 2019-03-03 13:10:03 +1100
  • bec2c4bae7 Relaxed pointer width restrictions. Jason Heeris 2019-03-03 13:24:30 +1100
  • de93b95ed8
    Merge branch 'master' into master Jai 2019-05-08 10:17:32 +0530
  • e4a74d504b Fixed whitespaces and include guards (consistent naming) in unity_fixture_internals.h and unity_fixture_malloc_overrides.h. Fabian Zahn 2019-05-05 13:29:34 +0200
  • 048345610d Fixed whitespaces in unity_fixture_Test.h/.c and added missing braces. Fabian Zahn 2019-05-05 13:21:44 +0200
  • 09c6a4457d Fixed whitespaces in unity_output_Spy.h/.c and added missing braces. Fabian Zahn 2019-05-05 13:10:35 +0200
  • 10ad9c1279 Fixed whitespaces (indentation) in examples/example_2/test/test_runners/*.c files. Fabian Zahn 2019-05-05 13:04:12 +0200
  • f27e05aea0 Fixed whitespaces in test/testdata/* and removed some inconsistent new lines. Fabian Zahn 2019-05-05 13:01:42 +0200
  • 5b70849e5a Fixed whitespaces in testparameterized.c and removed some inconsistent new lines. Fabian Zahn 2019-05-05 12:59:48 +0200
  • 7314d62ba2 Fixed whitespaces in unity_fixture.h/.c and removed some inconsistent new lines. Fabian Zahn 2019-05-05 12:49:22 +0200
  • 20950eb633 Fixed whitespaces in examples/* and removed some inconsistent new lines. Fabian Zahn 2019-05-05 12:32:02 +0200
  • a0e2c8dcd7 Added Visual Studio folder to .gitignore Fabian Zahn 2019-05-05 09:29:21 +0200
  • 63cde0f798 Cleanup of testunity.c Fabian Zahn 2019-05-04 20:51:46 +0200
  • 16afd7efad Fixed whitespaces in unity.h and added missing new lines. Fabian Zahn 2019-05-04 20:27:41 +0200
  • 98e805877f Fixed whitespaces in unity.c and added missing braces. Fabian Zahn 2019-05-04 19:41:08 +0200
  • c9b1d217fd
    Merge pull request #414 from art-of-dom/silent-unity-fixture Mark VanderVoord 2019-05-04 21:08:02 -0400
  • ca1c7fa823
    Merge pull request #413 from farrrb/feature-editorconfig Mark VanderVoord 2019-05-04 16:14:09 -0400
  • 01a907393a silent mode in unity fixture Dom Postorivo 2019-04-20 15:39:55 -0400
  • 18430d3b4f Added initial .editorconfig file. Fabian Zahn 2019-05-04 16:01:44 +0200
  • 197bf351ae
    Merge pull request #347 from kykrueger/issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:21 -0400
  • e9f9638497
    Merge branch 'master' into issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:14 -0400
  • 071044bdd6
    Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config Mark VanderVoord 2019-05-04 08:11:04 -0400
  • d70047881e
    Merge pull request #377 from elliot-gawthrop/execution-time-embedded Mark VanderVoord 2019-05-04 07:53:37 -0400
  • 2697770ae9
    Merge pull request #379 from elliot-gawthrop/auto-runner-args Mark VanderVoord 2019-05-04 07:51:40 -0400
  • 6a1c0590a9
    Merge pull request #389 from squidfarts/master Mark VanderVoord 2019-05-04 07:50:54 -0400
  • fc7317f103
    Merge pull request #399 from frot/master Mark VanderVoord 2019-05-04 07:49:56 -0400
  • 94446cdb5e
    Merge pull request #404 from farrrb/fix-nibbles-UnityPrintNumberHex Mark VanderVoord 2019-05-04 07:39:59 -0400
  • 2b0d093837
    Merge pull request #403 from farrrb/fix-issue-392 Mark VanderVoord 2019-05-04 07:39:22 -0400
  • 25c15f632e
    Merge pull request #410 from art-of-dom/test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:32:52 -0400
  • 7514de0582
    Merge branch 'master' into test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:28:12 -0400
  • 93fbc3fbd0
    Merge pull request #412 from art-of-dom/array-within Mark VanderVoord 2019-04-20 15:31:58 -0400
  • 9340582797 ARRAY_WITHIN in unity Dom Postorivo 2019-04-15 21:33:56 -0400
  • 89465c88b0 Add tests for GREATER_OR_EQUAL, LESS_OR_EQUAL, LESS_THAN, and GREATER_THAN Dom Postorivo 2019-04-14 15:59:40 -0400
  • f51e658e8a
    Merge pull request #409 from art-of-dom/unity_fixture_colour_fix Mark VanderVoord 2019-04-13 14:57:28 -0400
  • 480d505cd7
    Merge pull request #408 from art-of-dom/str-cmp-tests Mark VanderVoord 2019-04-13 14:53:27 -0400
  • 0bd6bf7b2b Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior Dom Postorivo 2019-04-13 14:08:45 -0400
  • f69fbe8a95 expliticly show test failures of unequal strings Dom Postorivo 2019-04-13 11:45:27 -0400
  • f77b4b1243
    Merge branch 'master' into master Jai 2019-04-09 19:29:13 +0530
  • e97a2947a9 Typecast warning issues solved MCHP-MAIN\I50992 2019-04-09 19:19:24 +0530
  • d01e32299e Used sizeof() operator for pointer increments and substituted sizeof() operator for the unsigned int mask calculation to "UNITY_INT_WIDTH / 8" in function "UnityAssertEqualIntArray". Fabian Zahn 2019-04-06 11:55:24 +0200
  • 52ff8613a2 Fixed maximum number of nibbles for processor where sizeof() operator doesn't return the size of a type in 8-bit bytes (e.g. the TI C2000 series). Fabian Zahn 2019-04-07 11:56:34 +0200
  • 2191b2ba8e Allow multi line test-function definitions. Fredrik Rothamel 2019-03-13 13:41:29 +0100
  • 8507757c6a
    Merge pull request #401 from ty93/master Mark VanderVoord 2019-03-26 16:33:17 -0400
  • aecc642594 recursive search for target test files in test summary python script Tomer Yogev 2019-03-26 17:32:30 +0200
  • 2663cb9d0d
    Merge pull request #400 from art-of-dom/travis-fix Mark VanderVoord 2019-03-25 11:37:26 -0400
  • 6315c4c4c3 Fix travis config Dom Postorivo 2019-03-23 19:58:15 -0400
  • 49ffac33ec
    Merge pull request #397 from AlexanderBrevig/fix_unary_minus_on_unsigned_warning Mark VanderVoord 2019-03-11 22:35:02 -0400
  • 0dafa0b306 use unary minus on the incoming int instead of the casted uint Alexander Brevig 2019-03-12 00:17:37 +0100
  • 273c05318c Fixed UnityPrintNumberHex() octet counting. Jason Heeris 2019-03-04 21:53:11 +1100
  • adf873a0e0 Fixed size switching in UnityNumToPtr(). Jason Heeris 2019-03-04 15:23:23 +1100
  • 4d90f6f240 Use sizeof for all UnityNumToPtr conversions. Jason Heeris 2019-03-04 15:00:47 +1100
  • c6b822cc6c Use different senses of length in UnityAssertEqualIntArray(). Jason Heeris 2019-03-04 14:28:32 +1100
  • 5ab0e42234 Decoupled sizing from display length. Jason Heeris 2019-03-04 13:18:57 +1100
  • 138dc8175d Use variadic macro macro in test fixture extra. Jason Heeris 2019-03-04 21:26:29 +1100
  • f8d9e49e91 Relaxed pointer width restrictions. Jason Heeris 2019-03-03 13:24:30 +1100
  • 132261d614 Added extra variadic macro define. Jason Heeris 2019-03-03 13:10:03 +1100
  • 61b0636834 Added preprocessor check for 8-bit support. Jason Heeris 2019-03-02 21:28:41 +1100
  • 32b7fb5b82 added binary file compare asserts Dom Postorivo 2017-05-07 22:32:26 +0100
  • a78c799701
    Merge pull request #391 from detly/master Mark VanderVoord 2019-02-21 17:07:10 -0500
  • ead95b3ab8 Removed leading underscore from module generator header guards. Jason Heeris 2019-02-22 08:38:29 +1100
  • 3e4d064c42 Singing my name on the script. Michael Brockus 2019-02-19 09:45:50 -0800