Romain Vimont
|
536b31829a
|
Separate multi-words filenames by '_'
Rename foobar.ext to foo_bar.ext.
<https://github.com/Genymobile/scrcpy/pull/226#discussion_r209454865>
|
2018-08-15 19:30:01 +02:00 |
|
Romain Vimont
|
3ed80a1fac
|
Define macros wrappers for logs
Use macros to wrap SDL_Log* functions with the "application" category.
|
2018-02-13 10:10:18 +01:00 |
|
Romain Vimont
|
6fe65d9f5c
|
Log with category APPLICATION
All our logs should use APPLICATION category. The logs for other
categories are not printed by default under the "critical" level.
|
2018-02-12 16:09:34 +01:00 |
|
Romain Vimont
|
d5b349f670
|
Do not inline lockutil functions
This duplicates chars in the final binary.
|
2017-12-18 11:07:42 +01:00 |
|