- 24 2月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix additional primitive type conversion warnings on Linux
-
由 jsalling 提交于
Using gcc 4.8 on Ubuntu 14
-
- 23 2月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Clean up int conversion warnings in Fixture
-
- 22 2月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Delete unused Fixture internals functions for failure, ignore, & test counts
-
- 19 2月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Bugfix - line numbers output by Fixture memory checks
-
- 18 2月, 2016 5 次提交
-
-
由 Mark VanderVoord 提交于
Clean up int conversion warnings in core Unity using a 32-bit build
-
由 Mark VanderVoord 提交于
Move Makefile output to build/ directory in Fixture (Thanks jsalling!)
-
由 Mark VanderVoord 提交于
Permissions changed back from -x for testunity.c (Thanks jsalling!)
-
由 jsalling 提交于
Gets rid of warnings about extern with clang's -Weverything
-
由 jsalling 提交于
Turn on -Wconversion in Makefile, fix all warnings
-
- 13 2月, 2016 2 次提交
- 10 2月, 2016 4 次提交
-
-
由 jsalling 提交于
Comment out -Wconversion for now, since the build would fail
-
由 jsalling 提交于
These wrapper functions should be in Unity core if warranted. Use the Unity struct directly for access, or consider macro functions
-
由 jsalling 提交于
The old failure would print the line in unity_fixture.c, not very useful. Now using CurrentTestLineNumber, which is better.
-
由 jsalling 提交于
-
- 09 2月, 2016 2 次提交
- 06 2月, 2016 2 次提交
- 04 2月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Feature - remove dependencies from Fixture, add internal heap option (Wow! Thanks jsalling!)
-
- 02 2月, 2016 3 次提交
-
-
由 jsalling 提交于
This feature removes the dependency on malloc/free for constrained embedded systems without a heap. It uses a static heap inside Unity Fixture. Setting UNITY_INTERNAL_HEAP_SIZE_BYTES sizes the heap. Add tests for new option, add targets to makefile for running tests. UNITY_FIXTURE_MALLOC for Fixture use only, remove from unity_output_Spy.c.
-
由 Mark VanderVoord 提交于
Added support for mocks in sub-directories. (Thanks pmendham! This is helpful!)
-
由 Peter Mendham 提交于
feedback from @mvandervoord (Thanks).
-
- 01 2月, 2016 2 次提交
- 31 1月, 2016 1 次提交
-
-
由 jsalling 提交于
For redefinition of UNITY_FIXTURE_MALLOC/...FREE use both or replace both. Clean up whitespace, remaining void*, and comment.
-
- 29 1月, 2016 1 次提交
-
-
由 Peter Mendham 提交于
This supports mock headers of the form: #include "some/dir/MockMyCode.h" Where the mock name is actually MockMyCode. I *think* this is the most common scenario when working with mocks in subdirectories but if not this could be modified to support alternate schemes.
-
- 27 1月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Removed unecessary output when generating a test runner (Thanks pmendham!)
-
由 Peter Mendham 提交于
-
- 24 1月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Fixture rakefile has a conflict defining UNITY_OUTPUT_CHAR
-
- 20 1月, 2016 6 次提交
-
-
由 Mark VanderVoord 提交于
Two small changes to runner generation
-
由 Peter Mendham 提交于
Changed the guard syntax as it was cumbersome for header files in deep sub-directories. Added framework/mock includes to make the header file stand alone. Made sure that a valid prototype was generated in the case of no arguments (void).
-
由 Peter Mendham 提交于
This allows alternative entry points. This is intended for the integration of the unit test into a larger system or for it to be used with a platform/OS which requires an application entry point other than main. At the moment there is no way to change the type signature.
-
由 jsalling 提交于
-
由 jsalling 提交于
-
- 16 1月, 2016 1 次提交
-
-
由 jsalling 提交于
Delete unused variables and empty functions Make setUp & tearDown (used in Unity core) optionally defined if 'weak' linking is present
-
- 08 1月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Bugfix for UnityAssertNumbersWithin()
-
由 Mark VanderVoord 提交于
-