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