vitaut
|
0867c1b447
|
Test writing to ostream
|
2016-03-08 06:47:53 -08:00 |
|
Victor Zverovich
|
6883d6e724
|
Merge pull request #285 from mwinterb/winerror_winu
Changed format_windows_error to not need LocalFree
|
2016-03-06 06:55:37 -08:00 |
|
vitaut
|
5324d385c0
|
Fix a MSVC warning
|
2016-03-04 06:44:12 -08:00 |
|
Michael Winterberg
|
2a05a87fe7
|
Changed format_windows_error to not need LocalFree
This is for non-'Desktop' applications that have a
more limited collection of functions.
|
2016-03-02 17:35:34 -08:00 |
|
vitaut
|
3ecad55910
|
Fix sign conversion warnings
|
2016-03-02 07:53:14 -08:00 |
|
vitaut
|
d929fdeb9b
|
Fix clang warnings
|
2016-03-02 07:02:57 -08:00 |
|
vitaut
|
9d577cae6f
|
Fix handling of negative error codes in format_error_code
|
2016-03-02 07:01:21 -08:00 |
|
Patrik Weiskircher
|
6178bc6f8e
|
Fix switch fall-through warning
Clang with `-Wimplicit-fallthrough` enabled shows a warning here without
the break.
|
2016-02-23 12:59:26 -05:00 |
|
Mario Werner
|
a659d8079e
|
Merge branch 'master' into update-project-layout
|
2016-01-31 17:00:05 +01:00 |
|
Mario Werner
|
3019a8c1fd
|
moved code into cppformat subdirectory
Proxy headers have been placed into the project root to emit
deprecation warnings.
|
2016-01-29 12:49:35 +01:00 |
|