- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 30 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
- 24 3月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 18 7月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 9月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 28 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Starting to enforce our coding style. The first step is that we’ve pulled in Rubocop to check out Ruby syntax. There is likely a bit of customization to do yet AND there is definitely that backlog of todo’s that we just told it to ignore.
-
- 23 1月, 2017 1 次提交
-
-
由 jsalling 提交于
If, longer term, the Travis-CI support for 32-bit is inconsistent the lines that failed are: - make -s DEBUG=-m32 - cd ../example_3 && rake Add target 'ci' for building examples with -Werror
-
- 19 1月, 2017 1 次提交
-
-
由 jsalling 提交于
Altered the rake build so that it passes. The example_3 shows off some failing tests, so the rake build has to ignore those. Update .gitignore file with executables from examples
-
- 03 12月, 2016 1 次提交
-
-
由 Matt Chernosky 提交于
-
- 04 9月, 2016 3 次提交
-
-
由 nah 提交于
-
由 nah 提交于
-
由 nah 提交于
Switch to C language so we can specify operating systems. We have to install ruby 2.1 via rvm because the ruby interpreter on travis ci crashes when running rake ci, however that same version of ruby works fine on my local machine. This work around adds about 6 Minutes to the build and should be replaced as soon as possible to speed up builds.
-
- 31 8月, 2016 1 次提交
-
-
由 jsalling 提交于
Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
-
- 25 4月, 2016 2 次提交
-
-
由 jsalling 提交于
This solves the warnings from -Wredundant-decls when overriding the OUTPUT function with a function declared in another header. It's better this is the non-default option, since using it requires either a declaration of the new function OR a preprocessor guard on declaring UNITY_OUTPUT_CHAR (as in unity.c here), in every file using the function. See Pull Request #185 for more.
-
由 jsalling 提交于
Prevent changes in core Unity from silently breaking Fixture
-
- 30 7月, 2014 4 次提交
-
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-