-
Notifications
You must be signed in to change notification settings - Fork 1
WIP Windows lite #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
36f706e to
cfd5285
Compare
9c404c1 to
7d71c77
Compare
libs/base/string_utils.hpp
Outdated
|
|
||
| template <typename T, typename = std::enable_if_t<std::is_signed<T>::value && sizeof(T) == sizeof(long long)>> | ||
| long long IntConverter(char const * start, char ** stop, int base) | ||
| template<std::integral T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| template<std::integral T> | |
| template <std::integral T> |
libs/base/string_utils.hpp
Outdated
| template <typename T, | ||
| typename = std::enable_if_t<std::is_unsigned<T>::value && sizeof(T) == sizeof(unsigned long long)>> | ||
| unsigned long long IntConverter(char const * start, char ** stop, int base) | ||
| template<std::floating_point T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| template<std::floating_point T> | |
| template <std::floating_point T> |
libs/base/string_utils.hpp
Outdated
| } | ||
|
|
||
| result = static_cast<T>(v); | ||
| return true; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| } | |
| } // namespace impl |
libs/base/string_utils.hpp
Outdated
|
|
||
| [[nodiscard]] inline bool to_int(char const * s, int & i, int base = 10) | ||
| template<std::signed_integral T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| template<std::signed_integral T> | |
| template <std::signed_integral T> |
libs/base/string_utils.hpp
Outdated
| } | ||
|
|
||
| [[nodiscard]] inline bool to_uint(char const * s, unsigned int & i, int base = 10) | ||
| template<std::unsigned_integral T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| template<std::unsigned_integral T> | |
| template <std::unsigned_integral T> |
| @@ -177,8 +172,10 @@ int main(int argc, char * argv[]) | |||
| { | |||
| std::unique_ptr<qt::ScreenshotParams> screenshotParams; | |||
|
|
|||
| #ifndef _WIN32 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| #ifndef _WIN32 | |
| #ifndef _WIN32 |
| if (!FLAGS_lang.empty()) | ||
| (void)::setenv("LANGUAGE", FLAGS_lang.c_str(), 1); | ||
| #endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[clang-format] reported by reviewdog 🐶
| #endif | |
| #endif |
db1e745 to
1cab00a
Compare
c98b520 to
8e5fdc6
Compare
Signed-off-by: Alexander Borsuk <[email protected]>
Signed-off-by: Alexander Borsuk <[email protected]>
Signed-off-by: Alexander Borsuk <[email protected]>
…h-HK and zh-MO Signed-off-by: Alexander Borsuk <[email protected]>
Signed-off-by: Alexander Borsuk <[email protected]>
Drive-by: fix log spam from usiage of glLineWidth with values greater than 1 in core context. Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Viktor Govako <[email protected]>
Signed-off-by: Andrei Shkrob <[email protected]>
Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Osyotr <[email protected]>
Signed-off-by: Osyotr <[email protected]>
No description provided.