Commit Graph

  • c19e3f99ce missed function call arguments Mark VanderVoord 2019-10-21 14:45:56 -04:00
  • 9fdcc2d3ff Catch up documentation to match these changes. Mark VanderVoord 2019-10-21 14:29:52 -04:00
  • d9b0edf282 Switch from the inconsistent use of weak symbols to handling setup, etc in script generators Mark VanderVoord 2019-10-21 14:21:52 -04:00
  • 0793de9ef1 Do not fail makefile just because example fails. Mark VanderVoord 2019-10-21 11:27:28 -04:00
  • 9842a4d03d Switching to universal version being in the header file itself. Mark VanderVoord 2019-10-21 10:12:59 -04:00
  • 77008edca9 Support size_t macros Mark VanderVoord 2019-10-21 08:32:35 -04:00
  • 210b7759dd Merge pull request #451 from michaelbadcrumble/meson_support Mark VanderVoord 2019-10-21 06:02:50 -04:00
  • 1748f00fc7 Adding ignore entries. Michael Brockus 2019-10-12 08:50:58 -07:00
  • 8227ea2c36 Update .gitattributes Michael Brockus 2019-10-12 08:44:03 -07:00
  • bcbb476e20 Upgrade Meson support version number two 0.52.0. Michael Brockus 2019-10-12 08:38:10 -07:00
  • 8ce41ede72 Merge pull request #449 from richardhob/richardhob-bugfix-cmake-minimum-version Mark VanderVoord 2019-10-02 14:46:17 -04:00
  • 53916f823c Update CMakeLists.txt richardhob 2019-10-02 11:38:48 -07:00
  • 5cb2b63490 Merge pull request #442 from jlindgren90/win32-compat Mark VanderVoord 2019-09-30 06:01:10 -04:00
  • 50db1a7e67 Merge pull request #445 from michaelbadcrumble/fix_meson_support Mark VanderVoord 2019-09-30 05:58:47 -04:00
  • e1381748f8 Merge pull request #446 from michaelbadcrumble/update_cmake_support Mark VanderVoord 2019-09-30 05:57:27 -04:00
  • 380103ab8c Merge pull request #448 from alecoding/malloc_alignment Mark VanderVoord 2019-09-30 05:55:55 -04:00
  • 7df6cca794 Fix compiler warning Alessio Centazzo 2019-09-29 22:01:03 -07:00
  • 75e88a9bc4 Fix MallocThenReallocGrowsMemoryInPlace Alessio Centazzo 2019-09-29 21:45:51 -07:00
  • fc14856321 Fix malloc alignment Alessio Centazzo 2019-09-29 15:08:48 -07:00
  • 7e3804545c Fixed typo in sub CMakeLists.txt. Michael Brockus 2019-09-22 06:59:35 -07:00
  • f4251bf87d Remove Unity version number. Michael Brockus 2019-09-17 12:23:28 -07:00
  • bc7d89a891 Create CMakeLists.txt Michael Brockus 2019-09-17 12:17:22 -07:00
  • e6f38c2792 Update CMakeLists.txt Michael Brockus 2019-09-17 12:14:47 -07:00
  • 31ab99b860 Update sub meson.build in test runner dir. Michael Brockus 2019-09-17 11:33:31 -07:00
  • 29af4c0e0d Updated sub meson.build in example test dir. Michael Brockus 2019-09-17 11:30:07 -07:00
  • 964a58c053 Updated sub meson script in example src. Michael Brockus 2019-09-17 11:28:47 -07:00
  • f2711a87a6 Update meson.build Michael Brockus 2019-09-17 11:25:17 -07:00
  • 822e244bd4 Update source meson.build Michael Brockus 2019-09-17 09:37:41 -07:00
  • c2c42ce14f Update meson.build Michael Brockus 2019-09-17 09:31:26 -07:00
  • 9578a382cc Fix "rake scripts" when running on Windows. John Lindgren 2019-09-13 16:19:46 -04:00
  • 46263fc148 Get the 2's compliment of the unsigned int number when printing results without relying on problematic recasting of a negated int. (see #439) Mark VanderVoord 2019-09-10 15:52:37 -04:00
  • 2939c420ed Better protection against nested comments (and things that look like comments) Mark VanderVoord 2019-08-12 15:40:43 -04:00
  • 7514b89fa6 Merge pull request #431 from arcadien/AVR_OPTIMISATION Mark VanderVoord 2019-07-09 08:34:47 -04:00
  • 3ac73efe62 optimisation(AVR): Store static string in AVR EEPROM Aurelien Labrosse 2019-07-09 09:58:48 +02:00
  • 1100c5d8f0 Merge pull request #430 from squidfarts/master Mark VanderVoord 2019-07-06 12:00:17 -04:00
  • 3afc0412e1 Changed source of Unity. Michael Brockus 2019-07-06 08:54:07 -07:00
  • 0892db2376 Protect against nil return codes in rakefiles Mark VanderVoord 2019-07-06 11:31:31 -04:00
  • 3e82c0a96f sigh. wrong comment style Mark VanderVoord 2019-07-06 11:07:00 -04:00
  • 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 -04:00
  • a2f25d05d8 Added 'c' in example 4 Michael Brockus 2019-07-05 18:10:58 -07:00
  • 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 -04:00
  • 45020b0d3b Cleanup issue #417 Mark VanderVoord 2019-07-05 19:14:22 -04:00
  • bc72eeb211 Merge pull request #425 from farrrb/fix-ti-c55-sizeof Mark VanderVoord 2019-07-05 15:41:41 -04:00
  • 6b2eb52468 Add test to verify comment-stripping is working with http-style comments. Mark VanderVoord 2019-07-05 15:35:40 -04:00
  • 4661e67233 Merge pull request #429 from squidfarts/master Mark VanderVoord 2019-07-05 15:34:23 -04:00
  • 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