Commit Graph

  • 9a393a28d5 Merge pull request #50 from uozuAho/master Mark VanderVoord 2014-02-28 16:52:34 -0500
  • 8c5456059f Merge pull request #34 from hoodja/master Mark VanderVoord 2014-02-28 16:42:35 -0500
  • 701ee5101d fixed another double-float issue: make sure doubles are not both included and excluded. Mark VanderVoord 2014-02-28 15:57:37 -0500
  • bd0d5ecf29 more tweaks (cast to the right type) Mark VanderVoord 2014-02-28 15:47:11 -0500
  • e8c71529f8 Merge 9366a3904c into aa36e5556b jwalkerbg60 2014-02-28 22:38:52 +0200
  • 294c417444 rework initialization of Unity's internal structure to be more easily cross-compiler supported. Mark VanderVoord 2014-02-28 15:34:39 -0500
  • 9366a3904c Merge remote-tracking branch 'upstream/master' Ivan Cenov 2014-02-28 22:33:25 +0200
  • 60f0c1a8ae fixed double calls to actually use double handler instead of float handler Mark VanderVoord 2014-02-28 15:25:02 -0500
  • d3c18c26ad support different encoding styles and force to something we can work with. Mark VanderVoord 2014-02-28 10:37:47 -0500
  • aa36e5556b Merge pull request #56 from holderbaum/master Mark VanderVoord 2014-02-24 16:29:19 -0500
  • 5fbc23e856 Print an EOL before printing the TestResult while executing the spec Jakob Holderbaum 2014-02-16 06:03:31 +0100
  • b23c8243b3 Merge remote-tracking branch 'upstream/master' Ivan Cenov 2013-12-20 21:52:16 +0200
  • a18b894618 Merge pull request #55 from Jcarnage/master Mark VanderVoord 2013-12-20 06:48:38 -0800
  • 5cdd6b6778 Initial import of report parser. unknown 2013-12-20 07:59:47 -0500
  • 6041a83200 [FEATURE] Range Testing TEST_CASE()-like macro Alex Rodriguez 2013-12-15 20:25:43 -0700
  • 8bb8044b2c [Feature] Range Testing TEST_CASE()-like macro Alex Rodriguez 2013-12-13 15:31:25 -0700
  • 438a5547b3 * Repaired several UINT macros to cast to unsigned instead of signed int. Ivan Cenov 2013-11-18 11:15:01 +0200
  • 40c23412f9 Added guard for the case when floats are disabled and doubles are enabled. Ivan Cenov 2013-11-13 20:32:32 +0200
  • e769798610 Revert "d_zero now depends on UNITY_EXCLUDE_DOUBLE at compiletime." Ivan Cenov 2013-11-13 17:18:43 +0200
  • 211441dda4 Added TEST_ASSERT_... macros for integer compares (>, >=, <=, <) for signed and unsigned Ivan Cenov 2013-11-12 20:34:32 +0200
  • 394f3e0eb9 d_zero now depends on UNITY_EXCLUDE_DOUBLE at compiletime. UNITY_EXCLUDE_FLOAT controls f_zero only and not d_zero. Ivan Cenov 2013-11-11 21:22:39 +0200
  • deb05f56e7 Removed bad symbol at first line. Ivan Cenov 2013-11-11 21:18:28 +0200
  • 72ffa63700 Added function UnityPrintDouble and call it from UnityAssertDouble... functions instead of casting to float and calling UnityPrintFloat. Ivan Cenov 2013-11-11 21:11:49 +0200
  • 9c4e82d4a2 Issue #1: Repaired macros: Ivan Cenov 2013-11-11 18:24:41 +0200
  • f32d09253f Merge remote-tracking branch 'upstream/master' Alex Rodriguez 2013-11-06 13:47:22 -0700
  • 854b68b110 Merge remote-tracking branch 'upstream/master' Warwick Stone 2013-11-05 21:28:11 +1100
  • d9ac0e1077 Merge branch 'master' of https://github.com/ThrowTheSwitch/Unity Mark VanderVoord 2013-09-22 12:53:21 -0400
  • a8ad38b2e5 Merge pull request #37 from sdhawley/master Mark VanderVoord 2013-09-22 09:29:25 -0700
  • fbafe7b9c6 Merge 19c405ff95 into 72c55e0266 Steve 2013-09-22 09:19:50 -0700
  • 3399bba27b - merged in changes by TheGreenDroid to reduce Lint and Compiler warnings Mark VanderVoord 2013-09-22 12:10:42 -0400
  • 72c55e0266 - Fixed script tests to match Shelly's changes Mark VanderVoord 2013-09-22 11:53:48 -0400
  • 635884b08a Merge branch 'master' of https://github.com/ThrowTheSwitch/Unity Mark VanderVoord 2013-09-22 11:40:02 -0400
  • f5e2ed7648 Merge pull request #44 from shellyniz/master Mark VanderVoord 2013-09-22 08:15:28 -0700
  • fd2c3a563a Merge 4460fc50f1 into dddf13595d shellyniz 2013-09-22 08:11:45 -0700
  • ff1339ca5a - Fixed a gcc warning when -Wall enabled. (Thanks gjcamann) Mark VanderVoord 2013-09-22 10:58:36 -0400
  • dddf13595d Merge pull request #51 from canton7/feature/ptr-attribute Mark VanderVoord 2013-09-17 04:26:48 -0700
  • 90d991d2e5 Merge 6dd44f23c9 into 79ea2883a9 Antony Male 2013-09-17 04:24:47 -0700
  • 79ea2883a9 Merge pull request #46 from canton7/feature/hex-array-test-fixes Mark VanderVoord 2013-09-17 04:19:10 -0700
  • 184f15799e Merge 318dc8f35a into 29812f3f5b Antony Male 2013-09-17 04:17:45 -0700
  • 6dd44f23c9 Allow pointer types to have an attribute Antony Male 2013-07-17 14:49:34 +0100
  • aef0e58f6e Merge 17600dcda0 into 29812f3f5b malsyned 2013-09-05 10:54:55 -0700
  • e4727092e8 Added Eclipse error parsers Warwick Stone 2013-09-05 19:12:26 +1000
  • d95d7a0cb1 Merge 2403aa0468 into 29812f3f5b thegreendroid 2013-08-26 06:20:42 -0700
  • 8ca802d4dc Updated examples * Renamed example x to example 3 Warwick Stone 2013-07-19 21:30:35 +1000
  • d27699d97a Updated examples * Updated example 2 readme * Broke up huge line in example 2 makefile Warwick Stone 2013-07-17 23:27:25 +1000
  • efc1df828f Added example * Added example that uses unity test fixture Warwick Stone 2013-07-17 23:23:09 +1000
  • 1b9b197298 Added another example * Simple makefile example, extracted from existing example Warwick Stone 2013-07-17 22:48:50 +1000
  • 5932565bae Updated example * Moved existing example to its own directory, with the intention of adding more examples * Existing example uses its own .yml file instead of one of the files in targets/. Warwick Stone 2013-07-17 22:42:43 +1000
  • 843370a7c2 Updated example makefile * Make would fail due to missing build directory. Now it doesn't try to delete build/ Warwick Stone 2013-07-17 22:14:47 +1000
  • 29812f3f5b Merge pull request #49 from uozuAho/master Mark VanderVoord 2013-07-14 13:20:26 -0700
  • da876699e8 Merge 53a5ae92c1 into 6f49140354 uozuAho 2013-07-14 03:45:52 -0700
  • 53a5ae92c1 Updated examples rakefile * Build directory created if it doesn't exist. This fixes a gcc "no such file or directory" error when running rake Warwick Stone 2013-07-14 20:37:39 +1000
  • 6f49140354 Merge pull request #47 from canton7/feature/memory-array-test-fixes Mark VanderVoord 2013-06-28 04:50:42 -0700
  • 6187206750 Merge 2b484e4239 into 6bff2eb938 Antony Male 2013-06-28 04:49:44 -0700
  • 6bff2eb938 Merge pull request #45 from canton7/feature/16bitIntArrayEqual Mark VanderVoord 2013-06-28 04:49:09 -0700
  • 2b484e4239 Fix tests testing TEST_ASSERT_EQUAL_MEMORY_ARRAY on 16-bit platforms Antony Male 2013-06-28 11:10:51 +0100
  • 318dc8f35a Fix unit tests for TEST_ASSERT_EQUAL_HEX_ARRAY on 16-bit architectures Antony Male 2013-06-28 10:56:23 +0100
  • b1d7f9842e Merge 07736afe63 into 770789e9c1 Antony Male 2013-06-28 01:41:43 -0700
  • 07736afe63 Fix TEST_ASSERT_EQUAL_INT_ARRAY for int sizes other than 32 bits Antony Male 2013-06-28 09:34:49 +0100
  • 4460fc50f1 Update generate_test_runner.rb shellyniz 2013-06-21 20:23:24 +0300
  • 2403aa0468 Fixing static analysis / Clang warnings thegreendroid 2013-06-07 21:26:08 +1200
  • b2b80aaa47 Test Case Filtering Based on User Specified Pattern =================================================== pbhar 2013-05-21 13:33:56 +0530
  • c4f42b817a Two scripts are modified to filter-out test cases based on some user specified pattern in the makefile. The pattern should be preceded by command line option "-f" or "--filter_out". pbhar 2013-04-26 13:40:15 +0530
  • e52e859518 Modified Randomization of Test Cases : Seeding Included pbhar 2013-04-26 13:04:19 +0530
  • 19c405ff95 One more edit to build under cygwin Stephen Hawley 2013-04-12 15:01:13 -0500
  • c54145145f A small change to the makefile so that it builds in a cygwin environment U-AM\505903 2013-04-12 13:18:32 -0500
  • 770789e9c1 Merge pull request #36 from aguegu/master John Van Enk 2013-03-25 06:23:22 -0700
  • fd399f1bed Merge 356b43d1c2 into ad3861ab43 Weihong Guan 2013-03-25 01:10:51 -0700
  • 356b43d1c2 add './' to in example makefile, since . may not be included in PATH Weihong.Guan 2013-03-25 16:05:30 +0800
  • 8cb76f461a Randomization Feature for Test Cases Order : Included pbhar 2013-03-15 13:29:09 +0530
  • 9087dea3f5 Merge remote-tracking branch 'upstream/master' Alex Rodriguez 2013-03-08 16:50:42 -0700
  • 12d3d8eebc Merge branch 'master' of https://github.com/ThrowTheSwitch/Unity James Hood 2013-03-04 21:22:09 -0600
  • 5e401afa83 updating CLI for unity_fixture.h to handle unknown command line arguments (instead of entering an infinite loop) James Hood 2013-03-04 14:35:18 -0600
  • 9e96a27b09 set test-unit constraint to try to get it to work with ruby 1.8 Job Vranish 2013-02-14 09:51:37 -0500
  • cc0926dfac debugging build failure on ruby 1.8 Job Vranish 2013-02-14 09:37:39 -0500
  • 51573c8850 debugging build failure on ruby 1.8 Job Vranish 2013-02-14 09:14:53 -0500
  • db2540fe1e added Gemfile Job Vranish 2013-02-14 09:04:33 -0500
  • 34b26d9311 report correct (zero-based) index in string array equality mismatch James Hood 2013-02-06 09:58:21 -0600
  • d9448e40b5 fix missing #define when UNIT_EXCLUDE_FLOAT is used Alex Rodriguez 2013-02-04 17:03:31 -0700
  • 748647f0d2 Update makefile Chris Dew 2013-02-01 12:47:02 +0000
  • 765316a472 gcc 64-bit target Alexander Klauer 2013-01-17 13:44:05 +0100
  • ad3861ab43 set test-unit constraint to try to get it to work with ruby 1.8 Job Vranish 2013-02-14 09:51:37 -0500
  • 56ed87fa45 debugging build failure on ruby 1.8 Job Vranish 2013-02-14 09:37:39 -0500
  • 307363db28 debugging build failure on ruby 1.8 Job Vranish 2013-02-14 09:14:53 -0500
  • baad1dfa42 Merge branch 'master' of github.com:ThrowTheSwitch/Unity Job Vranish 2013-02-14 09:05:54 -0500
  • 08b80dcbd1 added Gemfile Job Vranish 2013-02-14 09:04:33 -0500
  • af76099975 Merge pull request #32 from alejmrm/missing_defs4uf_ud Mark VanderVoord 2013-02-06 17:01:53 -0800
  • 43b45a3311 Merge ef37c6bc60 into 6181bedcd3 Alex Rod 2013-02-06 17:01:00 -0800
  • 6181bedcd3 Merge pull request #33 from hoodja/master Mark VanderVoord 2013-02-06 16:54:30 -0800
  • 527a7fcdea Merge b8d47ff2a3 into 5429d508a6 James Hood 2013-02-06 16:52:40 -0800
  • 5429d508a6 Merge pull request #30 from TheCount/feature-gcc-64 Mark VanderVoord 2013-02-06 16:52:25 -0800
  • ab2c1623d5 Merge 5417e1baf3 into 6ff4ee8225 Alexander Klauer 2013-02-06 16:50:32 -0800
  • 6ff4ee8225 Merge pull request #31 from chrisdew/master Mark VanderVoord 2013-02-06 16:49:57 -0800
  • b8d47ff2a3 report correct (zero-based) index in string array equality mismatch James Hood 2013-02-06 09:58:21 -0600
  • ef37c6bc60 fix missing #define when UNIT_EXCLUDE_FLOAT is used Alex Rodriguez 2013-02-04 17:03:31 -0700
  • f1e588c417 Merge 726227b1b7 into 5ad372b6b3 Chris Dew 2013-02-01 04:47:57 -0800
  • 726227b1b7 Update makefile Chris Dew 2013-02-01 12:47:02 +0000
  • e88bc7957f Merge remote-tracking branch 'upstream/master' Alex Rodriguez 2013-01-18 11:01:36 -0700
  • 7f065ebcd0 Merge c317ec76fd into 5ad372b6b3 Alexander Klauer 2013-01-17 05:30:49 -0800
  • c317ec76fd Make initializer dependent on language version Alexander Klauer 2013-01-17 14:29:24 +0100