I hereby claim:
- I am alexpux on github.
- I am alexey83 (https://keybase.io/alexey83) on keybase.
- I have a public key ASA-0UgK1KA-HXcxVONlxk1wLUZ7KzS4fkAD92c5wKItvgo
To claim this, I am signing this object:
cd qtbase\ && ( if not exist Makefile C:\SDK\srcs\qt5\qtbase\bin\qmake C:\SDK\srcs\qt5\qtbase\qtbase.pro -o Makefile ) && mingw32-make -j3 -f Makefile | |
mingw32-make[1]: Entering directory `C:/SDK/srcs/qt5/qtbase' | |
cd src\ && ( if not exist Makefile C:\SDK\srcs\qt5\qtbase\bin\qmake C:\SDK\srcs\qt5\qtbase\src\src.pro -o Makefile ) && mingw32-make -j3 -f Makefile | |
mingw32-make[2]: Entering directory `C:/SDK/srcs/qt5/qtbase/src' | |
mingw32-make[2]: warning: -jN forced in submake: disabling jobserver mode. | |
cd tools\ && ( if not exist Makefile C:\SDK\srcs\qt5\qtbase\bin\qmake C:\SDK\srcs\qt5\qtbase\src\tools\tools.pro -o Makefile ) && mingw32-make -j3 -f Makefile | |
mingw32-make[3]: Entering directory `C:/SDK/srcs/qt5/qtbase/src/tools' | |
mingw32-make[3]: warning: -jN forced in submake: disabling jobserver mode. | |
cd bootstrap\ && ( if not exist Makefile C:\SDK\srcs\qt5\qtbase\bin\qmake C:\SDK\srcs\qt5\qtbase\src\tools\bootstrap\bootstrap.pro -o Makefile ) && mingw32-make -j3 -f Makefile | |
mingw32-make[4]: Entering directory ` |
-- The CXX compiler identification is GNU 7.2.0 | |
-- The C compiler identification is GNU 7.2.0 | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works |
-- The CXX compiler identification is GNU 7.3.0 | |
-- The C compiler identification is GNU 7.3.0 | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works |
# This is the CMakeCache file. | |
# For build in directory: c:/repo/mingw-w64-darktable/src/build-x86_64 | |
# It was generated by CMake: C:/building/msys64/mingw64/bin/cmake.exe | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. |
I hereby claim:
To claim this, I am signing this object:
--- /mingw64/x86_64-w64-mingw32/include/mfplay.h.orig 2018-07-16 15:01:12.563347000 +0300 | |
+++ /mingw64/x86_64-w64-mingw32/include/mfplay.h 2018-07-17 07:46:44.899293500 +0300 | |
@@ -3,12 +3,43 @@ | |
* This file is part of the mingw-w64 runtime package. | |
* No warranty is given; refer to the file DISCLAIMER.PD within this package. | |
*/ | |
-#ifndef _INC_MFPLAY | |
-#define _INC_MFPLAY | |
+ | |
+#ifndef __REQUIRED_RPCNDR_H_VERSION__ |
cpp_quote("/**") | |
cpp_quote(" * This file is part of the mingw-w64 runtime package.") | |
cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.") | |
cpp_quote(" */") | |
cpp_quote("") | |
cpp_quote("#include <winapifamily.h>") | |
cpp_quote("") | |
cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)") | |
import "unknwn.idl"; |
WARNING: No acceptable ASM compiler found! | |
Please make sure you have installed NASM from http://www.nasm.us | |
and refer BUILDING.md. | |
WARNING: warnings were emitted in the configure phase | |
INFO: configure completed successfully | |
cd .; ./tools/gyp_node.py -fmake --ignore-environment "--toplevel-dir=." -Icommon.gypi -Iconfig.gypi "--depth=." "-Dcomponent=static_library" "-Dlibrary=static_library" "-Dlinux_use_bundled_binutils=0" "-Dlinux_use_bundled_gold=0" "-Dlinux_use_gold_flags=0" node.gyp | |
g++ -o out/Release/obj.host/v8_libbase/deps/v8/src/base/bits.o deps/v8/src/base/bits.cc '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DWIN32' '-D_CRT_SECURE_NO_DEPRECATE' '-D_CRT_NONSTDC_NO_DEPRECATE' '-D_HAS_EXCEPTIONS=0' '-DBUILDING_V8_SHARED=1' '-DBUILDING_UV_SHARED=1' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_INTL_SUPPORT' '-DV8_USE_SIPHASH' '-DV8_CONCURRENT_MARKING' '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-D |
diff --git a/Source/WebCore/accessibility/AXObjectCache.cpp b/Source/WebCore/accessibility/AXObjectCache.cpp | |
index 3998f313e0f6..31b8a2b78c32 100644 | |
--- a/Source/WebCore/accessibility/AXObjectCache.cpp | |
+++ b/Source/WebCore/accessibility/AXObjectCache.cpp | |
@@ -1707,7 +1707,9 @@ CharacterOffset AXObjectCache::startOrEndCharacterOffsetForRange(RefPtr<Range> r | |
void AXObjectCache::startOrEndTextMarkerDataForRange(TextMarkerData& textMarkerData, RefPtr<Range> range, bool isStart) | |
{ | |
- memset(&textMarkerData, 0, sizeof(TextMarkerData)); | |
+ // This memory must be zero'd so instances of TextMarkerData can be tested for byte-equivalence. |
[1m[34m ->(B[m[1m Build debug version ...(B[m | |
-- The C compiler identification is GNU 9.1.0 | |
-- The CXX compiler identification is GNU 9.1.0 | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe | |
-- Check for working C compiler: C:/building/msys64/mingw64/bin/gcc.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/building/msys64/mingw64/bin/g++.exe |