Commit Graph

  • e59185cd8d Fix another access outside array bounds. Lino Mastrodomenico 2019-12-08 22:34:47 +0000
  • 86caf7ec97 Fix access outside array bounds. Lino Mastrodomenico 2019-12-08 22:32:18 +0000
  • e3132cdddd Change the way we ignore the default runner. mvandervoord 2019-12-05 13:51:55 -0500
  • c5c36ab29f Do NOT include the default test runner if a custom runner has been defined. Cleanup some style issues. mvandervoord 2019-12-05 13:19:43 -0500
  • 2f79302d5c
    Merge pull request #465 from michaelbadcrumble/meson_support Mark VanderVoord 2019-12-04 06:02:32 -0500
  • de1cb75e4c Keep Meson support back to version 0.50.0 Michael Brockus 2019-12-03 22:49:22 -0800
  • 3fb17f33e2 Update root meson.build Michael Brockus 2019-12-03 22:45:37 -0800
  • e2682ae43a update (commented out) example of using WEAK (which is not supported any longer) mvandervoord 2019-11-12 18:26:15 -0500
  • c3d7662a1e fixture example doesn't use memory extra v2.5.0 mvandervoord 2019-10-30 10:05:49 -0400
  • ded22fef63 Make memory handling optional in fixtures mvandervoord 2019-10-30 09:50:22 -0400
  • 37a0f7184c
    Merge pull request #459 from elliot-gawthrop/combined_suite Mark VanderVoord 2019-10-30 09:33:18 -0400
  • 2aaf3c4504
    Merge pull request #461 from jlindgren90/duplicate-branch Mark VanderVoord 2019-10-30 09:31:14 -0400
  • d34f72282f
    Merge pull request #463 from ThrowTheSwitch/refactor/split_mem_from_fixture Mark VanderVoord 2019-10-30 09:26:40 -0400
  • 179b492e18 Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it mvandervoord 2019-10-30 09:00:53 -0400
  • 5dd5931114 Try to keep compiler from complaining about this cast that we KNOW is okay. mvandervoord 2019-10-30 08:53:08 -0400
  • 94dc637d03 While we're fixing warnings / errors, disable this (otherwise helpful) error because we are purposefully making this example file fail for this. mvandervoord 2019-10-30 08:48:08 -0400
  • e40b0bf2b5 Let's just go with it. Why fight the warnings when they could catch other issues? mvandervoord 2019-10-30 08:42:46 -0400
  • efd02920ca Fix path problem in Travis CI mvandervoord 2019-10-30 08:06:52 -0400
  • fbded74349 Split memory from fixtures and make it's own addon mvandervoord 2019-10-30 07:52:07 -0400
  • 3fb86421b2
    Merge pull request #460 from jlindgren90/array-64 Mark VanderVoord 2019-10-29 17:21:35 -0400
  • 8072c5c946 Remove exactly duplicated 'else if' branch. John Lindgren 2019-10-29 17:10:45 -0400
  • 32e6d93ab0 Fix TEST_ASSERT_HEX64_ARRAY_WITHIN truncating delta to 32 bits. John Lindgren 2019-10-29 16:59:59 -0400
  • a303e08859 Option to omit UnityBegin/UnityEnd calls in generate_test_runner anon 2019-10-29 19:38:43 +0000
  • 34ebd82d8c
    Merge pull request #458 from jlindgren90/verify-test Mark VanderVoord 2019-10-29 13:31:47 -0400
  • 9c82fac380 Update incorrect comment. John Lindgren 2019-10-29 13:21:59 -0400
  • cf5b2d2568 Make verifyTest() leave Ignores and Callbacks intact. John Lindgren 2019-10-29 13:21:34 -0400
  • 74d47e8afa Add missed casting mvandervoord 2019-10-29 06:34:09 -0400
  • 354e2b4da6 Added set of assertions for checking CHAR's and CHAR arrays (not as strings) mvandervoord 2019-10-28 16:54:32 -0400
  • 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 -0400
  • e1dca8fa48 Add options for different output formats mvandervoord 2019-10-28 12:43:11 -0400
  • 3bf370e2d8
    Merge branch 'master' into feat/list_leaked_mem Mark VanderVoord 2019-10-28 11:08:46 -0400
  • 3f334b8be6
    Merge pull request #450 from arcadien/fix_comments Mark VanderVoord 2019-10-28 10:45:23 -0400
  • be87d790c7 Add verifyTest option to go with resetTest. Fix docs. mvandervoord 2019-10-28 10:32:22 -0400
  • b75b19c969 CMakeLists fixes Aurelien Labrosse 2019-10-08 19:40:04 +0000
  • 15631f1c78 More tweaking to make it happy on both windows and *nix mvandervoord 2019-10-25 11:53:59 -0400
  • 8d044e60c6 update fixture tests too mvandervoord 2019-10-25 11:41:27 -0400
  • 368a7d8970 Fixed a couple of mistakes in last commit mvandervoord 2019-10-25 11:20:25 -0400
  • d16c27b085 - added target for checking ANSI compliance - fixed ANSI (C89) issues, including #418 mvandervoord 2019-10-25 10:17:12 -0400
  • 748efa26b5
    Merge pull request #456 from detly/int_array_doc_fix Mark VanderVoord 2019-10-25 06:03:22 -0400
  • 86b19304ed Added num_elements parameter to docs for TEST_ASSERT_INTn_ARRAY_WITHIN(). Jason Heeris 2019-10-25 14:37:00 +1100
  • eb0bd42f0d Updated to newer coding standard mvandervoord 2019-10-24 15:33:41 -0400
  • 859bf8f2aa Make CMock_Verify() etc. available as UnityRunner_Verify() etc. John Lindgren 2019-10-22 15:33:39 -0400
  • addd60edab
    Merge pull request #454 from jlindgren90/common-run-test Mark VanderVoord 2019-10-24 14:42:23 -0400
  • 277e844bed Convert RUN_TEST() to a function (generated from an ERB template). John Lindgren 2019-10-22 15:18:20 -0400
  • d10cf6645d Remove unnecessary #includes. John Lindgren 2019-10-22 15:05:34 -0400
  • 68cc45a918 Make sure setUp/tearDown are always defined. John Lindgren 2019-10-22 15:04:03 -0400
  • 3cbbbdacb1 Merge branch 'master' into runner-api John Lindgren 2019-10-22 11:09:47 -0400
  • 5fc72fbca1 fix name of teardown function Mark VanderVoord 2019-10-22 06:52:25 -0400
  • ff697ad29c suite setup and teardown no longer static (simplifies test-supplied instance) Mark VanderVoord 2019-10-22 06:45:47 -0400
  • ac427b28fc Fixed backwards case. Mark VanderVoord 2019-10-22 06:37:28 -0400
  • 2d8a69e0d1 update handling of when suite_setup/teardown in use Mark VanderVoord 2019-10-22 06:27:26 -0400
  • 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 -0400
  • c19e3f99ce missed function call arguments Mark VanderVoord 2019-10-21 14:45:56 -0400
  • 9fdcc2d3ff Catch up documentation to match these changes. Mark VanderVoord 2019-10-21 14:29:52 -0400
  • d9b0edf282 Switch from the inconsistent use of weak symbols to handling setup, etc in script generators Mark VanderVoord 2019-10-21 14:21:52 -0400
  • 0793de9ef1 Do not fail makefile just because example fails. Mark VanderVoord 2019-10-21 11:27:28 -0400
  • 9842a4d03d Switching to universal version being in the header file itself. Mark VanderVoord 2019-10-21 10:12:59 -0400
  • 77008edca9 Support size_t macros Mark VanderVoord 2019-10-21 08:32:35 -0400
  • 210b7759dd
    Merge pull request #451 from michaelbadcrumble/meson_support Mark VanderVoord 2019-10-21 06:02:50 -0400
  • 1748f00fc7
    Adding ignore entries. Michael Brockus 2019-10-12 08:50:58 -0700
  • 8227ea2c36
    Update .gitattributes Michael Brockus 2019-10-12 08:44:03 -0700
  • bcbb476e20
    Upgrade Meson support version number two 0.52.0. Michael Brockus 2019-10-12 08:38:10 -0700
  • 4c5b195759 Add test runner interface. John Lindgren 2018-11-29 10:37:35 -0500
  • 916ee9b5be Introduce unity_setup_stubs.h and eliminate UNITY_INCLUDE_SETUP_STUBS. John Lindgren 2019-09-13 13:05:29 -0400
  • 8ce41ede72
    Merge pull request #449 from richardhob/richardhob-bugfix-cmake-minimum-version Mark VanderVoord 2019-10-02 14:46:17 -0400
  • 53916f823c
    Update CMakeLists.txt richardhob 2019-10-02 11:38:48 -0700
  • 5cb2b63490
    Merge pull request #442 from jlindgren90/win32-compat Mark VanderVoord 2019-09-30 06:01:10 -0400
  • 50db1a7e67
    Merge pull request #445 from michaelbadcrumble/fix_meson_support Mark VanderVoord 2019-09-30 05:58:47 -0400
  • e1381748f8
    Merge pull request #446 from michaelbadcrumble/update_cmake_support Mark VanderVoord 2019-09-30 05:57:27 -0400
  • 380103ab8c
    Merge pull request #448 from alecoding/malloc_alignment Mark VanderVoord 2019-09-30 05:55:55 -0400
  • 7df6cca794 Fix compiler warning Alessio Centazzo 2019-09-29 22:01:03 -0700
  • 75e88a9bc4 Fix MallocThenReallocGrowsMemoryInPlace Alessio Centazzo 2019-09-29 21:45:51 -0700
  • fc14856321 Fix malloc alignment Alessio Centazzo 2019-09-29 15:08:48 -0700
  • 7e3804545c
    Fixed typo in sub CMakeLists.txt. Michael Brockus 2019-09-22 06:59:35 -0700
  • f4251bf87d
    Remove Unity version number. Michael Brockus 2019-09-17 12:23:28 -0700
  • bc7d89a891
    Create CMakeLists.txt Michael Brockus 2019-09-17 12:17:22 -0700
  • e6f38c2792
    Update CMakeLists.txt Michael Brockus 2019-09-17 12:14:47 -0700
  • 31ab99b860
    Update sub meson.build in test runner dir. Michael Brockus 2019-09-17 11:33:31 -0700
  • 29af4c0e0d
    Updated sub meson.build in example test dir. Michael Brockus 2019-09-17 11:30:07 -0700
  • 964a58c053
    Updated sub meson script in example src. Michael Brockus 2019-09-17 11:28:47 -0700
  • f2711a87a6
    Update meson.build Michael Brockus 2019-09-17 11:25:17 -0700
  • 822e244bd4
    Update source meson.build Michael Brockus 2019-09-17 09:37:41 -0700
  • c2c42ce14f
    Update meson.build Michael Brockus 2019-09-17 09:31:26 -0700
  • 9578a382cc Fix "rake scripts" when running on Windows. John Lindgren 2019-09-13 16:19:46 -0400
  • 546b287cd2
    Update version number to match Unity version Micheal Brockus 2019-09-10 18:34:43 -0700
  • b97e950dfd
    Fix compiler flag issue Micheal Brockus 2019-09-10 18:31:12 -0700
  • 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 -0400
  • ea82e1b63e Fix undefined behavior in UnityPrintNumber. John Lindgren 2019-09-10 15:47:47 -0400
  • 49f4f8c616 Enable undefined behavior sanitizers when testing under GCC. John Lindgren 2019-09-10 15:29:48 -0400
  • 071d5b2d30 Make library method static only. Michael Brockus 2019-08-13 08:14:38 -0700
  • f0da87f7f4 Updated compiler flags in root dir. Michael Brockus 2019-08-13 08:13:10 -0700
  • 2939c420ed Better protection against nested comments (and things that look like comments) Mark VanderVoord 2019-08-12 15:40:43 -0400
  • 9507a6f173 Added newly tested compiler flag lists. Michael Brockus 2019-07-17 17:05:37 -0700
  • 32fed44a5c Fixed commit so I can marge. Michael Brockus 2019-07-17 16:10:09 -0700
  • 38bba95dea Adding .cc to attrubuts file. Michael Brockus 2019-07-17 16:09:16 -0700
  • 4ed56ed8f0 Making Unity build static only. Michael Brockus 2019-07-17 16:07:08 -0700
  • 18ccce3091 Fixed example five. Michael Brockus 2019-07-17 16:06:50 -0700
  • 7951aacaab CLeane up meson.build in root dir. Michael Brockus 2019-07-17 15:56:06 -0700
  • 0082d10df1
    Remove from gcc section for c++ compatibility. Micheal Brockus 2019-07-16 10:16:30 -0700
  • 40bf9b6fae
    Remove entry from MSVC section. Micheal Brockus 2019-07-16 10:11:55 -0700