Commit Graph

  • 2663cb9d0d Merge pull request #400 from art-of-dom/travis-fix Mark VanderVoord 2019-03-25 11:37:26 -04:00
  • 1576432bc3 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
  • 67678060a2 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
  • 7d1c72a88e 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
  • df6af0ef7e 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
  • 1fb4108590 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
  • 47ca265784 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
  • 8e31be84a8 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
  • 8947c02cec 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
  • e835d7bf41 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
  • 7f5e465aba 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
  • be5cd2ebdb 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
  • df6d7c0f20 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
  • 4b5dd39882 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
  • fcb59e1a61 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
  • 23ff123791 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
  • 34f1f0b3a8 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
  • 90b1baf834 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
  • 8e20ed784d 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
  • dde15abe06 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
  • bd0d2a32ae 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
  • aff15a44ca 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
  • 5b198df248 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
  • e3ca09986e 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
  • 3c75694ed8 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
  • 71bd7ea79e 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
  • 2a04838393 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
  • 004d470f67 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
  • 6887ccd653 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
  • 9b70a58776 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
  • c4af5ed0a7 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
  • 0be0a3ab44 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
  • 9e08553e9b 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
  • 11e8408eac 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
  • 655f08cc29 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
  • 5f8fab986e 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
  • 5510fafaab 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
  • a088b9225e 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
  • a2e216f9b6 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
  • 8faa638e8b 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
  • df06aceefc 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
  • 60fdb5808b 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
  • b147426cc0 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
  • 3349626c97 Some cleanup Kochise 2018-10-31 11:41:44 +01:00
  • 96127581a0 Some cleanup Kochise 2018-10-31 11:30:13 +01:00
  • af00b51005 Some cleanup Kochise 2018-10-31 11:30:13 +01:00
  • be765649f1 Some cleanup Kochise 2018-10-31 11:24:37 +01:00
  • da56be4e6c 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
  • 73dcc92802 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
  • f9e9ae4ef8 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
  • ac6b0041a3 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
  • 0451c4363b 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
  • 4736422a66 Changed some text issues Filip Michalak 2018-10-22 15:32:22 +02:00