macOS builds
4,146 results
4,146 results
Merge branch 'svn/trunk' r4362
macOS builds
#4193:
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...
macOS builds
#4192:
Commit eaa48f2
pushed
by
dreamer
Mention unit tests in README.md
macOS builds
#4191:
Commit 10daa81
pushed
by
dreamer
Add Unit Tests via Google Test
macOS builds
#4190:
Pull request #588
synchronize
by
dreamer
Mention unit tests in README.md
macOS builds
#4189:
Commit 10daa81
pushed
by
dreamer
Update allowed warnings limits
macOS builds
#4188:
Commit b4e3c87
pushed
by
dreamer
Optimize remaining checks for empty strings
macOS builds
#4187:
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).
macOS builds
#4186:
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).
macOS builds
#4185:
Commit e050395
pushed
by
dreamer
Merge branch 'svn/trunk' r4361
macOS builds
#4184:
Commit 58c122a
pushed
by
dreamer
Add Unit Tests via Google Test
macOS builds
#4183:
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.
macOS builds
#4182:
Commit 3f834a4
pushed
by
dreamer
Change formatting rule for macro line breaks
macOS builds
#4181:
Commit 1a38a54
pushed
by
dreamer
Move dynamic block initialization for core_dyn_x86
macOS builds
#4180:
Commit c0bf5d8
pushed
by
dreamer
WIP Move dynamic block initialization to core_dynrec
macOS builds
#4179:
Commit 9c73b3f
pushed
by
dreamer
Add Unit Tests via Google Test
macOS builds
#4178:
Pull request #588
synchronize
by
dreamer
Write brief documentation on building unit tests
macOS builds
#4177:
Commit d4a0495
pushed
by
dreamer
Add Unit Tests via Google Test
macOS builds
#4176:
Pull request #588
synchronize
by
dreamer
fixup! Extend buildsystem with ability to run unit tests
macOS builds
#4175:
Commit 4e88050
pushed
by
dreamer
Add Unit Tests via Google Test
macOS builds
#4174:
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...
macOS builds
#4173:
Commit 28a0cd4
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
macOS builds
#4172:
Commit 8af36db
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
macOS builds
#4171:
Commit 85071c8
pushed
by
dreamer
Remove test auto-generated by VS
macOS builds
#4170:
Commit eae1604
pushed
by
dreamer
Update VS project filter for new midi source files
macOS builds
#4169:
Commit b73d8d0
pushed
by
dreamer