Commit Graph

  • 5417e1baf3 gcc 64-bit target Alexander Klauer 2013-01-17 13:44:05 +0100
  • 07bbeb74da Merge branch 'master' into develop Alexander Klauer 2013-01-17 13:20:49 +0100
  • 5ad372b6b3 Merge pull request #15 from vsayer/master Job Vranish 2013-01-15 07:49:46 -0800
  • 44a77452d0 Merge 56de50cf7f into 7846b50a0a Vivek Ayer 2013-01-15 07:39:27 -0800
  • 7846b50a0a Merge pull request #29 from bjones1/master John Van Enk 2013-01-11 11:54:56 -0800
  • f989897f1a Merge 4817d78de3 into cfc35610b4 bjones1 2013-01-11 11:52:30 -0800
  • 4817d78de3 Fix: Declare all variables before statements in a function. Likewise, place all function prototypes before statements. These changes support Microsoft Visual Studio 2008 Express Edition, which follows C89-style rules. Bryan A. Jones 2013-01-11 12:56:15 -0600
  • 71fb607c52 Merge branch 'master' into develop Alexander Klauer 2013-01-10 10:09:11 +0100
  • cfc35610b4 Merge pull request #27 from bjones1/master John Van Enk 2013-01-09 19:49:45 -0800
  • d040fb7709 Merge 146dfa3b2d into c3475a7397 bjones1 2013-01-09 07:56:00 -0800
  • 146dfa3b2d Fix: Corrected type of size in GuardBytes to be size_t, not int. Bryan A. Jones 2013-01-09 09:54:29 -0600
  • c3475a7397 Merge pull request #25 from malsyned/fixture_fixes Mark VanderVoord 2013-01-09 05:10:34 -0800
  • 38c27adc94 Merge 47bf32edd6 into 16290a5490 malsyned 2013-01-09 05:07:53 -0800
  • 16290a5490 Merge pull request #23 from bjones1/master Mark VanderVoord 2013-01-09 05:07:35 -0800
  • 84390f7f25 Initial implmentation for stack traces wiht gcc on posix and windows Job Vranish 2013-01-02 16:06:51 -0500
  • 17600dcda0 Fix compiler warning - don't try to initialize Unity.AbortFrame Dennis Lambe Jr 2012-12-21 17:40:09 -0500
  • 47bf32edd6 Made unity_fixture IGNORE_TEST() respect the -v verbose flag. Dennis Lambe Jr 2012-12-21 16:07:49 -0500
  • e21881c53f Fixed a unity_fixture bug that prevented IGNORE_TEST from properly counting ignored tests. Dennis Lambe Jr 2012-12-21 16:00:11 -0500
  • 601459a5c2 Fixed compilation warning in unity_fixture.c with optimization on. Dennis Lambe Jr 2012-12-21 15:32:29 -0500
  • 9d84912761 Ensured unity_fixture tests pass Dennis Lambe Jr 2012-12-21 15:07:09 -0500
  • 9cc2c41596 Check return value of malloc for null pointer, avoid unnecessary casts Alexander Klauer 2012-12-07 16:22:38 +0100
  • 94b3851c92 Use size_t for indexing memory Alexander Klauer 2012-12-07 16:09:47 +0100
  • 118d21d369 Adapt allocation size to guard string length Alexander Klauer 2012-12-07 16:09:07 +0100
  • 0493e23af6 Explicit initialisation of fields to be initialised in Unity structure Alexander Klauer 2012-12-07 16:08:08 +0100
  • 73522cca75 Removing inclusion of <string.h> as it includes <stdlib.h> on glibc 2.15 which messes with the malloc overrides Alexander Klauer 2012-12-06 12:50:09 +0100
  • 96adb3ae8a Do not attempt to initialize jmp_buf directly. The standard only guarantees it to be an array type. Alexander Klauer 2012-12-06 12:41:03 +0100
  • 66c5b4d76f Ignore editor swap files Alexander Klauer 2012-12-06 12:40:05 +0100
  • 22e11ba2e6 Removed undefined behaviour due to reserved identifier names Alexander Klauer 2012-12-05 17:30:18 +0100
  • ff10936b8d Ignore testunity.out Alexander Klauer 2012-12-05 17:02:43 +0100
  • 9cbd06b8a4 Execute in local directory. Avoids command not found error when local directory is not in PATH. Alexander Klauer 2012-12-05 17:01:06 +0100
  • 277eb31d29 Removing executable flag from source file Alexander Klauer 2012-12-05 17:00:13 +0100
  • a8f7340eaa Merge bc251726b6 into c6c4c43ee3 bjones1 2012-12-03 09:38:51 -0800
  • bc251726b6 Add: Additional documentation for Unity configuration options. Bryan A. Jones 2012-12-03 11:36:45 -0600
  • c6c4c43ee3 Merge pull request #21 from bjones1/master Mark VanderVoord 2012-11-29 18:38:27 -0800
  • cf612d7874 Merge 5b1e9818e2 into 9c4d18d157 bjones1 2012-11-29 13:37:10 -0800
  • 5b1e9818e2 Fix: Clean up UINTY_xxx_WIDTH detection. Document failing approach (sizeof). Bryan A. Jones 2012-11-29 15:34:09 -0600
  • 9c4d18d157 Merge pull request #18 from bjones1/master Mark VanderVoord 2012-11-29 04:59:36 -0800
  • ea3e56b1a3 Merge ba3bc3797d into 97000e0104 Andrew Bradford 2012-11-28 14:00:20 -0800
  • ba3bc3797d Fix 'make' failure due to lack of build dir Andrew Bradford 2012-11-28 16:57:35 -0500
  • 6bc72cc83d Merge f73c5fa606 into 97000e0104 bjones1 2012-11-26 09:32:30 -0800
  • f73c5fa606 Fix: - Modify tests to compile under MSVC++ EE 2008 - Change type of floating-point constants to single/double precision as appropriate. Bryan A. Jones 2012-11-26 11:29:47 -0600
  • 97000e0104 - make test runner handle spaces and dashes in file names mvandervoord 2012-11-25 15:52:27 -0500
  • 292a6eac9e Merge pull request #17 from bjones1/master Mark VanderVoord 2012-11-21 05:19:21 -0800
  • 62349dd472 Merge c2737fc71c into e8d585b998 bjones1 2012-11-20 12:49:55 -0800
  • c2737fc71c Fix: For floats, make sure all constants are single-precision floating point values. For doubles, make sure all constants are double-precision. Bryan A. Jones 2012-11-20 14:45:04 -0600
  • e8d585b998 Merge pull request #12 from rryles/master John Van Enk 2012-11-19 08:35:17 -0800
  • 56de50cf7f root: fix makefile to run testunity.out Vivek Ayer 2012-11-18 18:08:08 -0800
  • f97f75d752 Merge 2ab2fef60a into 7b9b7d6ae2 rryles 2012-10-31 05:34:54 -0700
  • 2ab2fef60a Array comparisons of floating point types fail if any values are NaN or infinite. Ross Ryles 2012-10-31 12:34:30 +0000
  • 5853e24e1a Added _MESSAGE versions of asserts for floating point specials. Ross Ryles 2012-10-31 08:17:10 +0000
  • b9b18bf547 Added new asserts to check for plus/minus infinity and NaN. Ross Ryles 2012-10-30 17:08:43 +0000
  • b14819bc79 Expanded NaN and Infinity handling to doubles. Ross Ryles 2012-10-30 16:12:50 +0000
  • 899f2f2fab UnityAssertFloatsWithin now fails any test where either a NaN or Infinite value is passed as expected or actual. Ross Ryles 2012-10-30 15:24:10 +0000
  • ae18c560bd Added more tests for TEST_ASSERT_EQUAL_FLOAT with NaNs. Ross Ryles 2012-10-30 15:22:28 +0000
  • 7b9b7d6ae2 Merge pull request #11 from rryles/master Mark VanderVoord 2012-10-30 03:53:14 -0700
  • 42d2631c43 Merge 5027763534 into 731e0f6b5f rryles 2012-10-30 02:30:17 -0700
  • 5027763534 Fixed typo in comment. Ross Ryles 2012-10-30 09:29:54 +0000
  • 83148364a5 Fix For Issue #10 - TEST_ASSERT_EQUAL_FLOAT doesn't fail if actual value is a NaN. Ross Ryles 2012-10-30 09:00:45 +0000
  • 5b69868d4d Merge remote-tracking branch 'upstream/master' Alex Rodriguez 2012-10-04 11:52:10 -0700
  • 4cc60dad9e Bump version. John Van Enk 2012-10-03 15:01:20 -0400
  • a264e27f7c Switch up the testing strategy to handle funny architectural issues. John Van Enk 2012-10-03 14:17:07 -0400
  • 6a15941956 Use a better message and change the test name. John Van Enk 2012-10-03 13:47:18 -0400
  • d6779b76c4 Add test that will break if the _Unity struct ever changes. John Van Enk 2012-10-03 12:44:02 -0400
  • aac87e01b4 Fully expand Unity struct. John Van Enk 2012-10-01 17:31:40 -0400
  • 02e11c9bd0 adding test cases to complete the testing list Xiaochen Pan 2012-08-27 00:36:51 -0400
  • 731e0f6b5f Bump version. v2.1.0 John Van Enk 2012-10-03 15:01:20 -0400
  • aa78d0d500 Merge pull request 'expand_unity_initializer' John Van Enk 2012-10-03 14:37:15 -0400
  • 541fb57a31 Switch up the testing strategy to handle funny architectural issues. John Van Enk 2012-10-03 14:17:07 -0400
  • b973b166e4 Merge d40777292e into 4d7c539715 johnyesberg 2012-10-03 11:02:09 -0700
  • 4d7c539715 Merge pull request from 'panx/master'. John Van Enk 2012-10-03 14:00:28 -0400
  • 09ce309539 Merge b1a991c6c3 into 8661f3f281 John Van Enk 2012-10-03 10:47:24 -0700
  • b1a991c6c3 Use a better message and change the test name. John Van Enk 2012-10-03 13:47:18 -0400
  • aaddd1cd80 Add test that will break if the _Unity struct ever changes. John Van Enk 2012-10-03 12:44:02 -0400
  • 3d1f3a5a00 Fully expand Unity struct. John Van Enk 2012-10-01 17:31:40 -0400
  • 8661f3f281 Merge pull request #5 from wsp/master Greg Williams 2012-09-06 16:20:56 -0700
  • 7b6f1dd661 Merge c5ba747a24 into 8152932fe7 wsp 2012-09-06 16:20:34 -0700
  • 8152932fe7 Merge pull request #8 from alejmrm/fix_within_message Greg Williams 2012-09-06 16:19:14 -0700
  • 382e448d1b Merge e95f662683 into b7d9d007ce Alex Rod 2012-08-28 15:12:41 -0700
  • e95f662683 Fix issue \#7 INTx_WITHIN_MESSAGE() macro Alex Rodriguez 2012-08-28 15:06:09 -0700
  • 5c72015f89 Merge 51af84a727 into b7d9d007ce panx 2012-08-26 21:50:56 -0700
  • 51af84a727 adding test cases to complete the testing list Xiaochen Pan 2012-08-27 00:36:51 -0400
  • c5ba747a24 Fix typos in unity_test_summary.rb usage statement. Scott Parrish 2012-08-17 22:51:21 -0400
  • d40777292e Modifications to work with MPLAB. Not checked against any other platform. John Yesberg 2012-06-30 16:30:12 +1000
  • b7d9d007ce Merge branch 'master' of github.com:ThrowTheSwitch/Unity John Van Enk 2012-06-20 20:03:36 -0400
  • 4724af154c Added directory task to create temp build/ folder, and added .gitignore to prevent this new folder form being tracked by git. Greg Williams 2012-02-13 08:44:04 -0500
  • 91ea65ca12 - I've decided to automatically turn on 64-bit support if the pointers, ints, or longs require it. mvandervoord 2012-05-28 01:07:35 +0000
  • 4ddc77efd6 - docs are now caught up to latest feature set mvandervoord 2012-05-27 23:37:56 +0000
  • c4f0537c0c - changed the default handling to always include stdint unless told to exclude it. mvandervoord 2012-05-27 21:54:53 +0000
  • dbdc603024 - further fixes to pointer auto-detect mvandervoord 2012-05-27 21:48:49 +0000
  • c1b954eb9d - added size auto-detection support from limits.h - fixed error in _INT macro size guessing mvandervoord 2012-05-27 20:29:33 +0000
  • 4742b5d77a Change gcc.yml default to gcc_32.yml (explicitly compile for 32-bit target) Scott Vokes 2012-04-27 11:53:12 -0400
  • d0c3f24f4d If using UNITY_SUPPORT_64, UNITY_POINTER_WIDTH should default to 64 (not 32). Scott Vokes 2012-04-27 10:31:54 -0400
  • 17663feed2 Added directory task to create temp build/ folder, and added .gitignore to prevent this new folder form being tracked by git. Greg Williams 2012-02-13 08:44:04 -0500
  • d0d5ec5d75 - unity_test_summary script callable from command line again - fixed obj_file sorting in rakefiles - gave better anchors for gcc to grab on test pass/fail by breaking them out as functions - fixed minor type issues mvandervoord 2012-01-02 21:38:36 +0000
  • 3a82e1eeab - fixed summarizer to handle more generic input - ignore comments in test parser - fixed a couple bugs in 16-bit support - fixed minor compiler errors for less lenient compilers - fixed error in docs. - renamed link to link_it in rakefiles to avoid collision in new versions of rake mvandervoord 2011-10-11 02:40:04 +0000
  • 152e78a4a8 - cleaned up pointer support to handle arrays and to give error when you have an illegal configuration mvandervoord 2011-05-14 15:52:52 +0000
  • 504bf2edee - fixed conditional self-tests - rolled in DOUBLE support from Mark Vismer (thanks!) mvandervoord 2011-05-03 11:05:56 +0000
  • 7deba78730 - backed out Mike's incorrect changes to generate_test_runner - made generate_test_runner's two include groups more clearly differentiated - added negative tests to int16's. mvandervoord 2011-04-28 00:29:20 +0000
  • b44d3f3e9d git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@132 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e mkarlesky 2011-04-27 04:36:26 +0000
  • 9691acfb82 fixed forgotten includes mkarlesky 2011-04-27 04:24:05 +0000