Qt Base (Core, Gui, Widgets, Network, ...)
Go to file
Even Oscar Andersen 0568511e84 wasm: Make sure QDir::mkpath("/") works on webassembly
As described in bug QTBUG-127767 mkdir("/") returns ENOSPC
on webassembly, and the code is not prepared to handle that.
We solve it by explicitly checking for "/" which shall
always be present.

Fixes: QTBUG-127767
Change-Id: Icf86f0b681ac3bd8ddc97c1a4168c2faf02aa4a1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-09-25 20:15:31 +02:00
.github/workflows
LICENSES Update license rule to Unicode-3.0 2024-08-12 12:10:07 +02:00
bin CMake: Don't hard-code "libexec" in qt-configure-module 2024-08-16 12:36:35 +02:00
cmake cmake: Skip warnings-are-errors when using Xcode generator 2024-09-24 16:50:34 +02:00
coin Enable ctest junit XML test summary for the ASAN configuration 2024-09-20 11:21:16 +02:00
config.tests Fix compile-time CRYPTO detection, and detection on MSVC ARM64 2024-09-17 15:47:43 +02:00
dist Remove dist/README 2024-02-29 15:35:57 +01:00
doc Doc: Drop parentheses and fifth macro argument in offline '\grid' 2024-09-20 16:28:55 +02:00
examples Examples/Sql/Masterdetail: Fix deleting rows 2024-09-07 23:12:43 +02:00
lib
libexec CMake: Generate a config.redo script in per-repo build dirs 2024-07-30 16:12:19 +02:00
mkspecs Android: rename and clarify QT_ANDROID_API_VERSION CMake variable 2024-08-26 09:29:28 +02:00
qmake Make per-repos WARNINGS_ARE_ERRORS work 2024-09-12 12:03:37 +02:00
src wasm: Make sure QDir::mkpath("/") works on webassembly 2024-09-25 20:15:31 +02:00
tests wasm: Make sure QDir::mkpath("/") works on webassembly 2024-09-25 20:15:31 +02:00
util qsimd_x86: disable the requirement that CPUs must have RNGs 2024-09-25 00:56:08 +00:00
.cmake.conf Bump Apple OS deployment targets and minimum/maximum SDK/Xcode versions 2024-08-21 16:49:58 +00:00
.gitattributes
.gitignore
.lgtm.yml
.tag
CMakeLists.txt cmake: add _extra_files IDE target from heuristics 2024-04-12 08:36:01 +08:00
config_help.txt configure: Add example how to pass CMake variables 2024-09-04 14:46:31 +02:00
configure Do not assume FHS in scripts 2024-06-25 11:44:00 +02:00
configure.bat configure.bat: Fix errors on Windows 2024-03-05 11:56:24 +01:00
configure.cmake Fix compile-time CRYPTO detection, and detection on MSVC ARM64 2024-09-17 15:47:43 +02:00
dependencies.yaml
licenseRule.json Include relevant Unicode Inc. copyright line in generated data files 2024-08-30 19:58:47 +02:00
qt_cmdline.cmake CMake: Add a way to use system/bundled 3rdparty libs in bulk 2024-06-18 07:05:30 +02:00