Yuriy Solodkyy

Results 31 issues of Yuriy Solodkyy

NDK r19 is now considered obsolete and unsupported by Android. That was the last time non side-by-side NDK was supported, which is the only way cpprestsdk currently builds on Android....

### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: prebuilt * Firebase C++ SDK version: 8.3.0 * Problematic Firebase Component:...

api: auth
type: bug

### Feature proposal * Firebase Component: Auth [GameKit](https://developer.apple.com/documentation/gamekit?language=objc) is supported by Apple on both iOS and macOS and its [Game Center authentication API](https://developer.apple.com/documentation/gamekit/authenticating_a_player?language=objc) is 99% reusable between OSes, with the...

type: feature request
api: auth

- cocos2d-x version: 3.17 and 4.0 - devices test on: Alcatel OneTouch - developing environments - NDK version: 21.4.7075529 When running code on Android, I hit JNI error mentioned in...

Current adaptation for boost::any is wrong. The problem is that currently XTL still keeps the same assumption that the polymorphic implementation does: the offsets within objects of the same class...

bug

C++ containers are harder to decompose because they are not recursive data structures (not expressed in their own terms, not containing an instance of themselves like lists and trees in...

enhancement

Windows headers are incompatible with /Za flag, which disables language extensions. Windows header right now seems to only be used for timing purposes, so we can include it conditionally when...

help wanted

Right now bindings generate non-generic names member0, member1, ..., memberN. Replace them with generic equivalents that can be accessed with variadic templates etc.

enhancement

This is not a Mach7 bug per se, likely an Apple one, but this tracks the fact that the use of __builtin_assume is currently commented out for clang. This started...

bug

On Dec 12, 2014, at 15:23, Andrzej Krzemienski wrote: Hi Yuriy, I have made a simple benchmark of visiting boost::variant with Mach7 vs using boost::static_visitor. Here is the code of...

bug