Max Kellermann
|
6246d36fe6
|
Merge branch 'v0.20.x'
|
2017-12-16 20:56:06 +01:00 |
|
Max Kellermann
|
dfaf08743c
|
*: check defined(_WIN32) instead of defined(WIN32)
Only _WIN32 is defined by the compiler, and WIN32 is not standardized
and may be missing.
Closes #169
|
2017-12-12 10:22:20 +01:00 |
|
Max Kellermann
|
907fb257cd
|
util/StringAPI: add StringToken(), StringIsEqualIgnoreCase(), StringCollate()
|
2017-05-16 23:04:27 +02:00 |
|
Max Kellermann
|
60bd60db03
|
util/String{Compare,API}: add more "noexcept"
|
2017-05-16 23:02:36 +02:00 |
|
Max Kellermann
|
0fcc28a108
|
util/String{Compare,API}: indent with tabs
|
2017-05-16 23:01:43 +02:00 |
|
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
|
Max Kellermann
|
6eea56861b
|
AUTHORS, ...: update my email address
|
2017-01-17 11:54:55 +01:00 |
|
Max Kellermann
|
6f41791ea6
|
util/StringAPI: add UnsafeCopyStringP()
|
2015-09-01 21:16:22 +02:00 |
|
Max Kellermann
|
0bacbcd04e
|
util/StringAPI: fix include guard name
|
2015-09-01 21:12:16 +02:00 |
|
Max Kellermann
|
a062693875
|
util/StringAPI: add wchar_t overloads
|
2015-03-05 08:58:04 +01:00 |
|
Max Kellermann
|
44565e22a0
|
fs/Traits: use string.h API wrappers
|
2015-03-05 08:58:04 +01:00 |
|