Code analysis
4,121 results
4,121 results
Merge branch 'svn/trunk' r4362
Code analysis
#3945:
Commit c8239a5
pushed
by
dreamer
Fix arguments for triggering imgmount help message
Replace '-help' with '--help" to follow long-style GNU convention.
Add '-h' to follow short-style GNU convention.
Fix '/?' to follow MS-DOS conve...
Code analysis
#3944:
Commit eaa48f2
pushed
by
dreamer
Mention unit tests in README.md
Code analysis
#3943:
Commit 10daa81
pushed
by
dreamer
Add Unit Tests via Google Test
Code analysis
#3942:
Pull request #588
synchronize
by
dreamer
Mention unit tests in README.md
Code analysis
#3941:
Commit 10daa81
pushed
by
dreamer
Update allowed warnings limits
Code analysis
#3940:
Commit b4e3c87
pushed
by
dreamer
Optimize remaining checks for empty strings
Code analysis
#3939:
Commit d1dc83e
pushed
by
dreamer
Replace strlen call for checking if string is empty
Using "strlen(s) == 0" triggers PVS warning (correctly, because it's
rather pointless function call).
Code analysis
#3938:
Commit e050395
pushed
by
dreamer
Replace strlen call for checking if string is empty
Using "strlen(s) == 0" triggers PVS warning (correctly, because it's
rather pointless function call).
Code analysis
#3937:
Commit e050395
pushed
by
dreamer
Merge branch 'svn/trunk' r4361
Code analysis
#3936:
Commit 58c122a
pushed
by
dreamer
Add Unit Tests via Google Test
Code analysis
#3935:
Pull request #588
synchronize
by
dreamer
Add UTs for safe_strcpy function
Update documentation, add more asserts.
This function is critical for prevention of buffer overflows, therefore
I feel justified in adding some death tests as well.
Code analysis
#3934:
Commit 3f834a4
pushed
by
dreamer
Change formatting rule for macro line breaks
Code analysis
#3933:
Commit 1a38a54
pushed
by
dreamer
Move dynamic block initialization for core_dyn_x86
Code analysis
#3932:
Commit c0bf5d8
pushed
by
dreamer
WIP Move dynamic block initialization to core_dynrec
Code analysis
#3931:
Commit 9c73b3f
pushed
by
dreamer
Add Unit Tests via Google Test
Code analysis
#3930:
Pull request #588
synchronize
by
dreamer
Write brief documentation on building unit tests
Code analysis
#3929:
Commit d4a0495
pushed
by
dreamer
Add Unit Tests via Google Test
Code analysis
#3928:
Pull request #588
synchronize
by
dreamer
fixup! Extend buildsystem with ability to run unit tests
Code analysis
#3927:
Commit 4e88050
pushed
by
dreamer
Add Unit Tests via Google Test
Code analysis
#3926:
Pull request #588
synchronize
by
dreamer
WIP Add UTs for safe_strcpy function
Update documentation, add more asserts.
This function is critical for prevention of buffer overflows, therefore
I feel justified in adding some death tests as...
Code analysis
#3925:
Commit 28a0cd4
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
Code analysis
#3924:
Commit 8af36db
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
Code analysis
#3923:
Commit 85071c8
pushed
by
dreamer
Remove test auto-generated by VS
Code analysis
#3922:
Commit eae1604
pushed
by
dreamer
Update VS project filter for new midi source files
Code analysis
#3921:
Commit b73d8d0
pushed
by
dreamer