- 30 9月, 2019 6 次提交
-
-
由 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 9 次提交
-
-
由 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.
-
由 Michael Brockus 提交于
Removed 'unity_src' variable because Unity only one source file, changed library method to static only because there was some issues with using Unity as a shared library, cleaned sub meson.build script and fixed comment in sub source root.
-
由 Michael Brockus 提交于
Cleaned up compiler flags in root meson.build, renamed a variable and removed 'c_std=<standard version>' because Meson sets C standard flag to C11 by default.
-
- 11 9月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Get the 2's compliment of the unsigned int `number` when printing results without relying on problematic recasting of a negated int. (see #439)
-
- 13 8月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 09 7月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
optimisation(AVR): Store static string in AVR EEPROM
-
由 Aurelien Labrosse 提交于
* This can save a lot of program memory and allow to run test on ATTiny
-
- 07 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Quick fix to Meson example.
-
- 06 7月, 2019 10 次提交
-
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection.
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
TI C55x compatibility patches - removal of sizeof operator from the interfaces
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Meson support for Unity unit testing framework.
-
- 04 7月, 2019 8 次提交
-
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
- Tweak a couple style problems with Ruby scripts.
-
- 03 7月, 2019 1 次提交
-
-
由 Michael Brockus 提交于
-