- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 30 10月, 2019 4 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
- 28 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
Fix docs.
-
- 25 10月, 2019 4 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
由 mvandervoord 提交于
-
- 30 9月, 2019 3 次提交
-
-
由 Alessio Centazzo 提交于
Fix compiler complaint about declaration after statement
-
由 Alessio Centazzo 提交于
The realloc was not taking in account extra bytes needed for the the pointer proper alignment
-
由 Alessio Centazzo 提交于
Make sure the malloc alignment is always aligned to the architecture's pointer size
-
- 06 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 04 5月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 14 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 29 11月, 2018 2 次提交
-
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Jeremy Hannon 提交于
parameter names should match between declaration and definition. (MISRA 2004 rule 16.4)
-
- 10 9月, 2017 1 次提交
-
-
由 balaksh 提交于
-
- 09 9月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 04 8月, 2017 1 次提交
-
-
由 Aviv Palivoda 提交于
-
- 02 8月, 2017 1 次提交
-
-
由 Aviv Palivoda 提交于
-
- 26 6月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
- Fixed some style issues.
-
- 29 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 28 3月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 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.
-
- 21 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 19 1月, 2017 1 次提交
-
-
由 jsalling 提交于
Used clang-format, which produces noise on stuff you don't care about and requires setting it up to match the existing code base. Kept the potentially useful changes, discarded the rest, some manual tweaking required. It did catch lots of pesky indentation mistakes.
-
- 18 1月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 15 1月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 29 12月, 2016 1 次提交
-
-
由 jsalling 提交于
Remove UNITY_FIXTURES option, which was probably not doing what was originally indended. It was suppressing the test name even in quiet mode.
-
- 24 12月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 29 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions.
-
- 11 10月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 26 9月, 2016 1 次提交
-
-
由 Max Payne 提交于
Mangling issues, as always.
-
- 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
-
- 24 8月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 22 8月, 2016 1 次提交
-
-
由 jsalling 提交于
Make it more clear that each test of the internal heap implementation should free in LIFO order. Without this check, memory can be stranded but still pass.
-