3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
example: Fix build warnings of product_database_test. More... over 13 years ago
example: Fix build warnings of run_tests. More... over 13 years ago
misc: Fix license in COPYING. More... over 13 years ago
build: Fix Visual Studio warnings. More... over 13 years ago
build: Remove obsolete autoconf. More... over 13 years ago
src: Fix includes. More... over 13 years ago
src: Fix a missing prototype warning. More... over 13 years ago
src: Fix expect_assert_failure bug not holding a char pointer. More... over 13 years ago
build: Added a def file for windows build. More... almost 14 years ago
build: Added CPack config for source and binary generators. More... almost 14 years ago
build: Added example build. More... almost 14 years ago
build: Added option to build with static library. More... almost 14 years ago
build: Added CMake build of cmockery. More... almost 14 years ago
src: Fix pointer-to-int cast warnings on ILP32 platforms. More... almost 15 years ago
src: Fix pointer casts to int on LP64 platforms. More... almost 15 years ago
src: Fix pointer casts to smaller integral type. More... almost 15 years ago
src: Fix gcc compiler warning. More... almost 15 years ago
src: Fix GCC warning on Windows. More... almost 15 years ago
src: Fix a bunch of build warnings. More... almost 15 years ago
src: Fixed IsDebuggerPresent() function declaration. More... almost 15 years ago
src: Fixed integer conversion warning on HPUX. More... almost 15 years ago
src: Fixed a problem on HPUX. More... almost 15 years ago
src: Fixed build on HP-UX IA64 v3. More... almost 15 years ago
src: Use Google Test output format. More... almost 15 years ago
src: Fixed stdout and stderr problems. More... almost 15 years ago
* Fixed assert_*() macros so they no longer truncate values to int. * Fixed printf format specifier for unsigned long long. * Worked around a 64-bit gcc warning when casting a 32-bit integer to a pointer in the expect_assert_failure() macro. More... over 15 years ago
Fixed memory_not_equal_display_error() to display an error if memory blocks are the same. More... over 15 years ago
Fixed internal links (<a href="#.*">) to headings that contain spaces when index.html is converted to wiki format. More... over 15 years ago
* Added bash (awk / sed) script to convert cmockery's html docs to a googlecode.com wiki. * Modified index.html slightly to make the conversion from html to wiki easier. More... over 15 years ago
Fixed truncation in integer range checking event structure to store min and max values as LargestIntegralType rather than int. More... over 15 years ago