- 29 10月, 2019 3 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
Stopped supported -0 as a float output because (a) it is non-portable, only existing on some architectures and (b) relies on the undefined behavior of 1.0/0.0
-
由 mvandervoord 提交于
-
- 28 10月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix CMakeLists
-
由 mvandervoord 提交于
Fix docs.
-
- 27 10月, 2019 1 次提交
-
-
由 Aurelien Labrosse 提交于
-
- 25 10月, 2019 8 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
由 Mark VanderVoord 提交于
Added num_elements parameter to docs for TEST_ASSERT_INTn_ARRAY_WITHIN
-
由 Jason Heeris 提交于
-
由 mvandervoord 提交于
-
由 Mark VanderVoord 提交于
Convert RUN_TEST() to a function
-
- 23 10月, 2019 3 次提交
-
-
由 John Lindgren 提交于
Converting RUN_TEST() from a macro to a function significantly reduces the size of the compiled binary. On amd64, the largest test runner in the test suite (testsample_DefaultsThroughCommandLine_runner.o) was reduced from 3.4 kB to 2.4 kB (stripped).
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
- 22 10月, 2019 8 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 21 10月, 2019 4 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Meson support upgrade to version 0.52.0.
-
- 12 10月, 2019 3 次提交
-
-
由 Michael Brockus 提交于
Adding basic ignore entry for example and main build directories.
-
由 Michael Brockus 提交于
Adding Meson build script into hit attributes as text.
-
由 Michael Brockus 提交于
This is because Meson now has better support for static libraries.
-
- 03 10月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
Update CMakeLists.txt minimum version
-
由 richardhob 提交于
Update the CMAKE minimum version from `3` to `3.0` to fix error in Windows 10 x64 with CMAKE 3.15.4: cmake_minimum_required could not parse VERSION "3".
-
- 30 9月, 2019 6 次提交
-
-
由 Mark VanderVoord 提交于
Fix "rake scripts" when running on Windows.
-
由 Mark VanderVoord 提交于
Fix Meson build system support.
-
由 Mark VanderVoord 提交于
Update CMake support.
-
由 Mark VanderVoord 提交于
Fix malloc alignment (Thanks @alecoding )
-
由 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
-