gaoshan
gaoshan
add ifndef macro to supress re-definition errors fix #1592
Version: 3.0.8-beta1 Device: Android 10,level 29 arm64-v8a, used by mediasoup-client-android BT: #00 pc 000000000006f06c /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) [arm64-v8a] 2 #01 pc 0000000000971820 libmediasoupclient_so.so abort_message (/Volumes/Android/buildbot/src/android/ndk-release-r21/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:76) [arm64-v8a] 3 #02 pc 0000000000971978 libmediasoupclient_so.so...
没有明显感觉到系统开启多个GCD线程导致卡顿
I've install cpprestsdk with vcpkg, and executed vcpkg.exe integrate install. But when I #include in visual studio 2019, It has some link error. `Error | LNK2019 | unresolved external symbol...
### 请描述你的建议或任何内容 我习惯在ipad上,用手写笔对网页进行简单标注。 但是我没找到直接手写标准的功能,能否支持,可以把手写笔迹按照图片方式导出就行,或者直接pdf存档也行 ### 补充说明 _No response_
移动平台上 c++使用也很广泛, 是否有相关说明?
We all use Git in Atlassian Stash : )
in ios8.1 NSObjCRuntime.h # if TARGET_OS_IPHONE # define NSFoundationVersionNumber_iPhoneOS_2_0 678.24 # define NSFoundationVersionNumber_iPhoneOS_2_1 678.26 # define NSFoundationVersionNumber_iPhoneOS_2_2 678.29 # define NSFoundationVersionNumber_iPhoneOS_3_0 678.47 # define NSFoundationVersionNumber_iPhoneOS_3_1 678.51 # define NSFoundationVersionNumber_iPhoneOS_3_2 678.60...
xcode中的xctest, 没有办法拿到独立的executable, 无法对文件进行预处理 printf . 还有什么办法 能够在xctest中集成使用lmock?