- 29 6月, 2022 1 次提交
-
-
由 Calm_1024 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
-
- 19 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 18 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 22 9月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 02 8月, 2017 1 次提交
-
-
由 Aviv Palivoda 提交于
-
- 24 1月, 2017 1 次提交
-
-
由 jsalling 提交于
Correct clean target and print test fails during coverage in Makefile
-
- 30 12月, 2016 1 次提交
-
-
由 jsalling 提交于
Delete warning flags included by -Wall, -Wextra, or produce false postives
-
- 04 9月, 2016 6 次提交
-
-
由 nah 提交于
-
由 nah 提交于
-
由 nah 提交于
-
由 nah 提交于
-
由 nah 提交于
-
由 nah 提交于
Add check for linux and move initial CFLAG settings inside linux check. Add CFLAGS specific to osx and clang to the existing osx/darwin check. Ignore clang warning about default on covered enum switch, look at pull #217 and pull #177 for more info about why that warning is ignored on clang. Ignore unknown clang options so that I don't have to change CFLAG settings elsewhere in the file, clang should just ignore options it dosen't know about.
-
- 26 8月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 25 8月, 2016 2 次提交
- 04 5月, 2016 1 次提交
-
-
由 jsalling 提交于
Add config flag for 64-bit, max covered lines even with 32-bit compilers Always print uncovered lines, delete separate make target
-
- 26 4月, 2016 1 次提交
-
-
由 Jerry Jacobs 提交于
-
- 13 4月, 2016 1 次提交
-
-
由 Jerry Jacobs 提交于
-
- 03 3月, 2016 1 次提交
-
-
由 jsalling 提交于
Revert the previous commit. Add tests for extended enum cases. Fix crash due to accessing 'trait_names' array out of bounds. Adding an extra invalid value to the end of an enum causes '-Wswitch' flag to warn unless there is a switch default case - also enabled by '-Wall'.
-
- 02 3月, 2016 1 次提交
-
-
由 jsalling 提交于
Unity is at 92% coverage now Run 'make -s' to see coverage information for unity.c Run 'make uncovered' to get missing lines output
-