mgood7123

Results 106 issues of mgood7123

would it be possible to modify parse_error to support error probogation? i have a basic version working parse_error.hpp ```C++ namespace TAO_PEGTL_NAMESPACE { namespace internal { class parse_error { private: std::string...

question

the following does not work as the buffer is not accumulative ```C++ #define LOG_INFO(...) { \ EA::StdC::Printf("INFO: " __VA_ARGS__); \ EA::StdC::Printf("\n"); \ } ``` in the second, the buffer is...

```CMakeLists.txt add_subdirectory(EASTL) add_subdirectory(EASTL/test/packages/EAAssert) add_subdirectory(EASTL/test/packages/EAMain) add_subdirectory(EASTL/test/packages/EAStdC) add_subdirectory(EASTL/test/packages/EAThread) target_link_libraries(GLShaper OpenGL_Library glm EASTL EAAssert EAMain EAStdC EAThread) ``` ``` [1/7] Linking CXX shared library GLShaper/EASTL/test/packages/EAStdC/libEAStdC.dylib FAILED: GLShaper/EASTL/test/packages/EAStdC/libEAStdC.dylib : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++17 -g3 -O0...

is it possible to acquire or traverse all entries present in a dictionary?

``` if (getGradle().getStartParameter().getTaskRequests().toString().contains("Free")) { apply plugin: 'com.google.gms.google-services' apply plugin: 'io.fabric' } ```

**Please describe your feature request.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] is it possible to implement windows style thread management...

**Description of Change** expose more api's **Bugs Fixed** None **API Changes** Added: - `bool SKBitmap.SetInfo(SKImageInfo info)` - `bool SKBitmap.SetInfo(SKImageInfo info, int rowBytes)` - `bool SKBitmap.ComputeIsOpaque()` - `void SKBitmap.AllocPixels(SKImageInfo info)` -...

**Description of Change** Adds some more ctor overloads. **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** can be toggled on/off via `SKNativeObject.LOG_ALLOCATIONS` (default is false) **Bugs Fixed** - Fixes # **API Changes** None. **Behavioral Changes** None. **Required skia PR** https://github.com/mono/SkiaSharp/pull/2157 **PR Checklist** -...

**Description of Change** depends on PR https://github.com/mono/SkiaSharp/pull/2155 **Bugs Fixed** - Fixes # **API Changes** None. **Behavioral Changes** None. **Required skia PR** https://github.com/mono/SkiaSharp/pull/2156 **PR Checklist** - [ ] Has tests (if...