Commit Graph

  • 34ebd82d8c Merge pull request #458 from jlindgren90/verify-test Mark VanderVoord 2019-10-29 13:31:47 -04:00
  • 9c82fac380 Update incorrect comment. #458 John Lindgren 2019-10-29 13:21:59 -04:00
  • cf5b2d2568 Make verifyTest() leave Ignores and Callbacks intact. John Lindgren 2019-10-29 13:21:34 -04:00
  • 74d47e8afa Add missed casting mvandervoord 2019-10-29 06:34:09 -04:00
  • 354e2b4da6 Added set of assertions for checking CHAR's and CHAR arrays (not as strings) mvandervoord 2019-10-28 16:54:32 -04:00
  • 60b23dc8a4 Stopped supported -0 as a float output because (a) it is non-portable, only existing on some architectures and (b) relies on the undefined behavior of 1.0/0.0 mvandervoord 2019-10-28 13:43:32 -04:00
  • e1dca8fa48 Add options for different output formats mvandervoord 2019-10-28 12:43:11 -04:00
  • 3f334b8be6 Merge pull request #450 from arcadien/fix_comments Mark VanderVoord 2019-10-28 10:45:23 -04:00
  • be87d790c7 Add verifyTest option to go with resetTest. Fix docs. mvandervoord 2019-10-28 10:32:22 -04:00
  • b75b19c969 CMakeLists fixes #450 Aurelien Labrosse 2019-10-08 19:40:04 +00:00
  • 15631f1c78 More tweaking to make it happy on both windows and *nix mvandervoord 2019-10-25 11:53:59 -04:00
  • 8d044e60c6 update fixture tests too mvandervoord 2019-10-25 11:41:27 -04:00
  • 368a7d8970 Fixed a couple of mistakes in last commit mvandervoord 2019-10-25 11:20:25 -04:00
  • d16c27b085 - added target for checking ANSI compliance - fixed ANSI (C89) issues, including #418 mvandervoord 2019-10-25 10:17:12 -04:00
  • 748efa26b5 Merge pull request #456 from detly/int_array_doc_fix Mark VanderVoord 2019-10-25 06:03:22 -04:00
  • 86b19304ed Added num_elements parameter to docs for TEST_ASSERT_INTn_ARRAY_WITHIN(). #456 Jason Heeris 2019-10-25 14:37:00 +11:00
  • eb0bd42f0d Updated to newer coding standard mvandervoord 2019-10-24 15:33:41 -04:00
  • addd60edab Merge pull request #454 from jlindgren90/common-run-test Mark VanderVoord 2019-10-24 14:42:23 -04:00
  • 277e844bed Convert RUN_TEST() to a function (generated from an ERB template). #454 John Lindgren 2019-10-22 15:18:20 -04:00
  • d10cf6645d Remove unnecessary #includes. John Lindgren 2019-10-22 15:05:34 -04:00
  • 68cc45a918 Make sure setUp/tearDown are always defined. John Lindgren 2019-10-22 15:04:03 -04:00
  • 5fc72fbca1 fix name of teardown function #453 Mark VanderVoord 2019-10-22 06:52:25 -04:00
  • ff697ad29c suite setup and teardown no longer static (simplifies test-supplied instance) Mark VanderVoord 2019-10-22 06:45:47 -04:00
  • ac427b28fc Fixed backwards case. Mark VanderVoord 2019-10-22 06:37:28 -04:00
  • 2d8a69e0d1 update handling of when suite_setup/teardown in use Mark VanderVoord 2019-10-22 06:27:26 -04:00
  • cb8744c496 More argument fixing (I hate flying blind... can't wait to get back on my laptop) Mark VanderVoord 2019-10-21 14:59:31 -04:00
  • 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. #451 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 #449 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 #448 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. #446 Michael Brockus 2019-09-22 06:59:35 -07:00
  • f4251bf87d Remove Unity version number. #445 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. #442 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 #431 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. #430 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. #429 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. #428 Nico Tonnhofer 2019-06-27 08:26:07 +02:00
  • 2b250055bc Add indentation for type autodetection macros #425 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 #414 Dom Postorivo 2019-04-20 15:39:55 -04:00
  • 18430d3b4f Added initial .editorconfig file. #413 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 #347 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