3
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
misc: Fix license in COPYING. More... almost 13 years ago
build: Fix Visual Studio warnings. More... almost 13 years ago
build: Remove obsolete autoconf. More... almost 13 years ago
src: Fix includes. More... almost 13 years ago
src: Fix a missing prototype warning. More... almost 13 years ago
src: Fix expect_assert_failure bug not holding a char pointer. More... about 13 years ago
build: Added a def file for windows build. More... over 13 years ago
build: Added CPack config for source and binary generators. More... over 13 years ago
build: Added example build. More... over 13 years ago
build: Added option to build with static library. More... over 13 years ago
build: Added CMake build of cmockery. More... over 13 years ago
src: Fix pointer-to-int cast warnings on ILP32 platforms. More... about 14 years ago
src: Fix pointer casts to int on LP64 platforms. More... about 14 years ago
src: Fix pointer casts to smaller integral type. More... about 14 years ago
src: Fix gcc compiler warning. More... about 14 years ago
src: Fix GCC warning on Windows. More... about 14 years ago
src: Fix a bunch of build warnings. More... about 14 years ago
src: Fixed IsDebuggerPresent() function declaration. More... over 14 years ago
src: Fixed integer conversion warning on HPUX. More... over 14 years ago
src: Fixed a problem on HPUX. More... over 14 years ago
src: Fixed build on HP-UX IA64 v3. More... over 14 years ago
src: Use Google Test output format. More... over 14 years ago
src: Fixed stdout and stderr problems. More... over 14 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 14 years ago
Fixed memory_not_equal_display_error() to display an error if memory blocks are the same. More... almost 15 years ago
Fixed internal links (<a href="#.*">) to headings that contain spaces when index.html is converted to wiki format. More... almost 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... almost 15 years ago
Fixed truncation in integer range checking event structure to store min and max values as LargestIntegralType rather than int. More... almost 15 years ago
* Support for mocking long long (>= 64-bit) parameters. * Changed tabs to spaces in cmockery.c/.h to be consistent with the other source files. * Deleted all trailing whitespace. * Fixed warnings introduced in tests after adding support for 64-bit mocks. More... almost 15 years ago
Deleted all trailing whitespace from cmockery source files. More... almost 15 years ago