- 25 10月, 2019 5 次提交
-
-
由 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 7 次提交
-
-
由 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
-
由 Alessio Centazzo 提交于
Make sure the malloc alignment is always aligned to the architecture's pointer size
-
- 22 9月, 2019 1 次提交
-
-
由 Michael Brockus 提交于
Fixed a simple mistake.
-
- 18 9月, 2019 7 次提交
-
-
由 Michael Brockus 提交于
Removed Unity version number from Meson build scripts so there is one less thing to change when doing updates to this script.
-
由 Michael Brockus 提交于
Added new CMakeLists.txt here in the src dir, moved add library method from root script to sub script.
-
由 Michael Brockus 提交于
Moved the add library method into sub dir. Also made this CMakeLists.txt script compatible for versions os CMake starting from 3.x and up.
-
由 Michael Brockus 提交于
Put source in an array, cleaned up script and fixed comment.
-
由 Michael Brockus 提交于
Removed newlines and fixed comment.
-
由 Michael Brockus 提交于
Added foreach loop to avoid DRY, Put source files in map structors, fixed comment.
-
由 Michael Brockus 提交于
Moved example dir variable into source meson.build script, fixed comment.
-