Commit Graph

  • af4c20fa20 Updating CMakeLists.txt. Michael Brockus 2019-07-03 21:04:07 -07:00
  • c10f87f1e6 Fixed issues regarding the example Meson project. Michael Brockus 2019-07-03 21:03:39 -07:00
  • c7185b3a5a Added prototypes to stop errors when Ninja. Michael Brockus 2019-07-03 15:55:19 -07:00
  • e89b281e43 Wrote info in readme.txt Michael Brockus 2019-07-03 15:54:19 -07:00
  • b1fd5ad887 Added option with_examples and version info. Michael Brockus 2019-07-03 15:31:26 -07:00
  • ab9f8d0959 Added example 4 in examples directory. Michael Brockus 2019-07-03 15:30:50 -07:00
  • c30730faf6 cleanup warning. Mark VanderVoord 2019-07-03 15:07:44 -04:00
  • 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 -04:00
  • bd4d35ddd0 Added meson.build in src directory. Michael Brockus 2019-07-02 19:58:16 -07:00
  • 7dbfc4be56 Adding root meson.build file. Michael Brockus 2019-07-02 19:57:55 -07:00
  • 10f10b5e58 Merge pull request #428 from Wurstnase/master Mark VanderVoord 2019-06-27 06:42:31 -04:00
  • 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 +02:00
  • 2b250055bc Add indentation for type autodetection macros Fabian Zahn 2019-05-12 19:57:54 +02:00
  • 06ddace18d Update documentation of "UNITY_POINTER_WIDTH" Fabian Zahn 2019-05-12 19:44:02 +02:00
  • 885ae9638e Introduce patch from "UnityAssertEqualIntArray" for "UnityAssertNumbersArrayWithin" in order to get rid of the sizeof() operator Fabian Zahn 2019-05-12 09:31:26 +02:00
  • ae3aad7b89 Remove the remaining sizeof() operators from internal interface Fabian Zahn 2019-05-12 09:24:49 +02:00
  • 8168382b91 Adjust testHexPrintsUpToMaxNumberOfNibbles (independent of sizeof operator and arithmetics) Fabian Zahn 2019-05-12 09:16:41 +02:00
  • c9b1d217fd Merge pull request #414 from art-of-dom/silent-unity-fixture Mark VanderVoord 2019-05-04 21:08:02 -04:00
  • ca1c7fa823 Merge pull request #413 from farrrb/feature-editorconfig Mark VanderVoord 2019-05-04 16:14:09 -04:00
  • 01a907393a silent mode in unity fixture Dom Postorivo 2019-04-20 15:39:55 -04:00
  • 18430d3b4f Added initial .editorconfig file. Fabian Zahn 2019-05-04 16:01:44 +02:00
  • 197bf351ae Merge pull request #347 from kykrueger/issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:21 -04:00
  • e9f9638497 Merge branch 'master' into issue-#346-documentation-improvement Mark VanderVoord 2019-05-04 08:13:14 -04:00
  • 071044bdd6 Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config Mark VanderVoord 2019-05-04 08:11:04 -04:00
  • d70047881e Merge pull request #377 from elliot-gawthrop/execution-time-embedded Mark VanderVoord 2019-05-04 07:53:37 -04:00
  • 2697770ae9 Merge pull request #379 from elliot-gawthrop/auto-runner-args Mark VanderVoord 2019-05-04 07:51:40 -04:00
  • 6a1c0590a9 Merge pull request #389 from squidfarts/master Mark VanderVoord 2019-05-04 07:50:54 -04:00
  • fc7317f103 Merge pull request #399 from frot/master Mark VanderVoord 2019-05-04 07:49:56 -04:00
  • 94446cdb5e Merge pull request #404 from farrrb/fix-nibbles-UnityPrintNumberHex Mark VanderVoord 2019-05-04 07:39:59 -04:00
  • 2b0d093837 Merge pull request #403 from farrrb/fix-issue-392 Mark VanderVoord 2019-05-04 07:39:22 -04:00
  • 25c15f632e Merge pull request #410 from art-of-dom/test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:32:52 -04:00
  • 7514de0582 Merge branch 'master' into test-cleanup-gt-lt Mark VanderVoord 2019-05-04 07:28:12 -04:00
  • 93fbc3fbd0 Merge pull request #412 from art-of-dom/array-within Mark VanderVoord 2019-04-20 15:31:58 -04:00
  • 9340582797 ARRAY_WITHIN in unity Dom Postorivo 2019-04-15 21:33:56 -04:00
  • 89465c88b0 Add tests for GREATER_OR_EQUAL, LESS_OR_EQUAL, LESS_THAN, and GREATER_THAN Dom Postorivo 2019-04-14 15:59:40 -04:00
  • f51e658e8a Merge pull request #409 from art-of-dom/unity_fixture_colour_fix Mark VanderVoord 2019-04-13 14:57:28 -04:00
  • 480d505cd7 Merge pull request #408 from art-of-dom/str-cmp-tests Mark VanderVoord 2019-04-13 14:53:27 -04:00
  • 0bd6bf7b2b Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior Dom Postorivo 2019-04-13 14:08:45 -04:00
  • f69fbe8a95 expliticly show test failures of unequal strings Dom Postorivo 2019-04-13 11:45:27 -04:00
  • 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 +02:00
  • 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 +02:00
  • 2191b2ba8e Allow multi line test-function definitions. Fredrik Rothamel 2019-03-13 13:41:29 +01:00
  • 8507757c6a Merge pull request #401 from ty93/master Mark VanderVoord 2019-03-26 16:33:17 -04:00
  • aecc642594 recursive search for target test files in test summary python script Tomer Yogev 2019-03-26 17:32:30 +02:00
  • 2663cb9d0d Merge pull request #400 from art-of-dom/travis-fix Mark VanderVoord 2019-03-25 11:37:26 -04:00
  • 6315c4c4c3 Fix travis config Dom Postorivo 2019-03-23 19:58:15 -04:00
  • 49ffac33ec Merge pull request #397 from AlexanderBrevig/fix_unary_minus_on_unsigned_warning Mark VanderVoord 2019-03-11 22:35:02 -04:00
  • 0dafa0b306 use unary minus on the incoming int instead of the casted uint Alexander Brevig 2019-03-12 00:17:37 +01:00
  • a78c799701 Merge pull request #391 from detly/master Mark VanderVoord 2019-02-21 17:07:10 -05:00
  • ead95b3ab8 Removed leading underscore from module generator header guards. Jason Heeris 2019-02-22 08:38:29 +11:00
  • 3e4d064c42 Singing my name on the script. Michael Brockus 2019-02-19 09:45:50 -08:00
  • 9dc7cb1b5c Adding CMake script to unity test framework. Michael Brockus 2019-02-18 12:35:53 -08:00
  • 076f0fff56 Improvements to the execution time feature elliot 2018-12-01 21:43:49 +00:00
  • 145691519b Add ability to override name of the 'resetTest' function elliot 2018-12-05 21:14:25 +00:00
  • 9ef1088eb7 Merge pull request #387 from farrrb/rework-operator-precedence Mark VanderVoord 2019-01-30 15:48:50 -05:00
  • b723c9f250 Added braces to avoid implementation solely based on operator precedence. Fabian Zahn 2019-01-30 21:10:23 +01:00
  • d451148907 Merge pull request #386 from teaguecl/teaguecl_example1_bugfix Mark VanderVoord 2019-01-26 07:45:55 -05:00
  • bc2ab233ee Fix error in example_1 and example_2 teaguecl 2019-01-25 21:51:25 -08:00
  • 9d1ffe26d6 Fix error in example_1 teaguecl 2019-01-25 21:22:55 -08:00
  • 38c48704c5 Merge pull request #383 from farrrb/feature-printf Mark VanderVoord 2019-01-25 06:09:20 -05:00
  • a6e9f85f71 Added examples for the configuration of UnityPrintFormatted and exclusion of <stddef.h> Fabian Zahn 2019-01-25 07:00:32 +01:00
  • 69cebb5c30 Merge pull request #385 from bluca/c90 Mark VanderVoord 2019-01-24 16:48:07 -05:00
  • 5074a3d8b2 Make unity.c compatible with c90 Luca Boccassi 2019-01-24 21:44:34 +00:00
  • 92a345b264 Added documentation and changed all the code examples to backtick (code) blocks. Fabian Zahn 2019-01-24 20:12:16 +01:00
  • 4f8656f658 Added some documentation for the helper function. Fabian Zahn 2019-01-24 19:21:08 +01:00
  • 95ccc6edc1 Changed the compiler switch behaviour for printf (default: disabled). Macro UNITY_EXCLUDE_PRINT_FORMATTED changed to UNITY_INCLUDE_PRINT_FORMATTED. Enable printf via "-DUNITY_INCLUDE_PRINT_FORMATTED" compiler option. Fabian Zahn 2019-01-24 18:42:51 +01:00
  • 5918ee0cdf Merge branch 'master' into feature-printf Fabian Zahn 2019-01-24 18:32:07 +01:00
  • a284984365 Merge pull request #382 from dpostorivo/ifndef-64-runner Mark VanderVoord 2018-12-21 23:12:59 -05:00
  • 516f7be045 generate runner defines with #ifndef guards Dom Postorivo 2018-06-13 23:44:58 -04:00
  • 38d8263741 Merge pull request #380 from elliot-gawthrop/test-case-string Mark VanderVoord 2018-12-11 06:56:47 -05:00
  • 5db2a3dbd9 Add support for strings in TEST_CASE() Elliot Gawthrop 2018-12-09 21:21:46 +00:00
  • f433480f7f Merge pull request #299 from jlindgren90/float-printing Mark VanderVoord 2018-11-28 15:27:37 -05:00
  • 8e0f54d23b Merge pull request #375 from jlindgren90/int-min-printing Mark VanderVoord 2018-11-28 15:23:03 -05:00
  • d09f4953ff Fix another signed integer overflow. John Lindgren 2018-11-28 15:17:25 -05:00
  • 8a77f48634 Fix undefined behavior when printing INT_MIN/INT64_MIN. John Lindgren 2018-11-28 14:40:40 -05:00
  • 39fbd13cae Merge branch 'master' into float-printing John Lindgren 2018-11-28 14:02:41 -05:00
  • 58be52f088 Merge pull request #374 from jlindgren90/rubocop Mark VanderVoord 2018-11-28 13:42:51 -05:00
  • 5cd1c33b0e Fix uninitialized constant John Lindgren 2018-11-28 13:36:27 -05:00
  • 6b657c6f17 Fix (most) Rubocop warnings. John Lindgren 2018-11-28 13:27:00 -05:00
  • 28bf7954f2 Merge pull request #364 from farrrb/fix-issue-360 Mark VanderVoord 2018-11-14 06:17:38 -05:00
  • e8ba63cf7b Merge pull request #370 from danyeaw/license-location Mark VanderVoord 2018-11-14 06:09:10 -05:00
  • 100c73d37f Move license for GitHub detection Dan Yeaw 2018-11-13 21:07:05 -05:00
  • eab9283a98 Merge pull request #353 from kykrueger/issue-#352-uninitialized-value-warning Mark VanderVoord 2018-11-07 09:22:46 -05:00
  • 7dd21c333e Fix unintended array overrun in example (#360. Thanks @quantum-leaps) Mark VanderVoord 2018-11-02 07:42:47 -04:00
  • 695dd04d53 Merge pull request #365 from Kochise/patch-2 Mark VanderVoord 2018-10-31 07:13:30 -04:00
  • 27f631aaa8 Merge pull request #366 from Kochise/patch-1 Mark VanderVoord 2018-10-31 06:48:32 -04:00
  • 50ce8a880a Some cleanup Kochise 2018-10-31 11:41:44 +01:00
  • 96127581a0 Some cleanup Kochise 2018-10-31 11:30:13 +01:00
  • be765649f1 Some cleanup Kochise 2018-10-31 11:24:37 +01:00
  • f1100dd19a Added support for %b (bits / binary), %f (float) and %g (double). Fabian Zahn 2018-10-27 18:21:01 +02:00
  • b4ab81bbe9 Added first working implementation. Fabian Zahn 2018-10-27 16:00:52 +02:00
  • e84cb29acc Fixed an "array index out of bounds violation" in the examples (regarding issue #360). Fabian Zahn 2018-10-27 11:24:29 +02:00
  • 7d2bf62b7e Merge pull request #363 from Deltrix/patch-1 Mark VanderVoord 2018-10-22 10:42:30 -04:00
  • 01cbce870a Changed some text issues Filip Michalak 2018-10-22 15:32:22 +02:00
  • e4dfeaa14d Merge pull request #362 from meslem12/patch-1 Mark VanderVoord 2018-10-18 22:58:40 -04:00
  • 7cc3cf478b fixed compile error UNITY_PRINT_EXEC_TIME() Levin Messing 2018-10-18 23:55:38 +02:00
  • e025b8cd1d Merge pull request #359 from farrrb/fix-include-stddef Mark VanderVoord 2018-10-14 16:24:19 -04:00
  • e2e549a22f Added include of 'stddef.h' to 'unity_internals.h' if 'UNITY_EXCLUDE_STDDEF_H' is not defined. This adds compiler independent support for the 'NULL' macro. Fabian Zahn 2018-10-14 14:08:09 +02:00
  • e0d52d1a79 fix uninitialzed value warning Kyle Krueger 2018-09-12 17:46:11 +02:00
  • 56f1646087 add missing trailing slash Kyle Krueger 2018-09-10 15:19:15 +02:00