Elias Steurer

Results 19 issues of Elias Steurer

- Windows 10 x64 - Unreal Engine 4.20.2 MSVC 2017 - Android NDK & SDK 22 - 1.2.05 example project Testing under Windows works fine but when I try to...

`writer_tests` used in `add_dependencies` does only exist if tests are enabled. Add an additional `AND BUILD_TESTING`: ``` if(CLANG_TIDY AND PROTOBUF_FOUND AND BUILD_TESTING) message(STATUS "Looking for clang-tidy - found ${CLANG_TIDY}") add_custom_target(clang-tidy...

I have a project with many tables, but every time I try to add the complete list of tables to my storage the app crashes. I created a python script...

``` [1/2] "/opt/homebrew/Cellar/cmake/3.27.3/bin/cmake" -E chdir ".." "/opt/homebrew/Cellar/cmake/3.27.3/bin/cmake" "/Users/eliassteurer/Code/Cpp/vcpkg/buildtrees/pcl/src/pcl-1.13.1-38090574eb.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/Users/eliassteurer/Code/Cpp/vcpkg/packages/pcl_arm64-ios" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DPCL_ALLOW_BOTH_SHARED_AND_STATIC_DEPENDENCIES=ON" "-DPCL_BUILD_WITH_BOOST_DYNAMIC_LINKING_WIN32=0" "-DPCL_BUILD_WITH_FLANN_DYNAMIC_LINKING_WIN32=0" "-DPCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32=0" "-DPCL_SHARED_LIBS=0" "-DPCL_ENABLE_MARCHNATIVE=OFF" "-DWITH_DAVIDSDK=OFF" "-DWITH_DOCS=OFF" "-DWITH_DSSDK=OFF" "-DWITH_ENSENSO=OFF" "-DWITH_OPENMP=OFF" "-DWITH_OPENNI=OFF" "-DWITH_PNG=ON" "-DWITH_QHULL=ON" "-DWITH_RSSDK=OFF" "-DWITH_RSSDK2=OFF" "-DBUILD_apps=OFF"...

kind: bug
module: cmake

I tested this with Qt 6.6 on Windows 11 MSVC 2022 17.8 ``` 11:31:06: Starting C:\Users\Ryzen-7950X\Documents\build-CoroTest-Desktop_Qt_6_6_0_MSVC2019_64bit-Debug\appCoroTest.exe... Slow operation start Slow operation end ASSERT: "this->mAwaitedCoroutine != nullptr" in file C:\Users\Ryzen-7950X\Documents\CoroTest\ThirdParty\qcoro\qcoro\impl/task.h, line...

bug

Hi, nice project. The license of QOlm https://github.com/OlivierLDff/QOlm/blob/main/Licence.md is not a valid license. It is generally advisable to stick with well known licenses. I would recommend change it to MIT...

### Describe the project you are working on Looks like this will ship with Chromium 113 and Firefox 113 (yes, both will have the same version). See https://developer.chrome.com/blog/webgpu-release/ and https://bugzilla.mozilla.org/show_bug.cgi?id=1746245...

topic:porting
topic:rendering
platform:web
implementer wanted

### Expected Behavior Modules are part of C++20 and should greatly decrease compile times, see https://en.cppreference.com/w/cpp/language/modules ### Current Behavior (optional) _No response_ ### Context Hi, I'm not a user of...

a:feature
to-triage

### Describe the feature Hi, I'm not a user of aws-sdk-cpp, but I'm tracking the progress of c++20 modules support on https://arewemodulesyet.org/ and this is the issue we are linking...

breaking-change
feature-request
p2

> Countly iOS, MacOS, Android, Windows and Javascript SDKs come with crash analytics support built-in. This is from https://count.ly/plugins/crash-analytics. Is there any support planned for the cpp sdk? I would...