aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf
Commit message (Expand)AuthorAgeFilesLines
* masm: fix -Wundef warningsGiuseppe D'Angelo2025-02-212-9/+9
* Set allocated memory to 0 on VxWorksKarim Pinter2025-02-191-0/+5
* Use MAP_JIT on all Apple platformsUlf Hermann2024-12-171-5/+4
* QtQml: Revert to old executable memory detection for macOS on x86Ulf Hermann2024-12-171-0/+21
* masm: On canAllocateExecutableMemory(), test for actual usage patternUlf Hermann2024-10-241-3/+22
* OSAllocatorPosix.cpp: Don't rely on transitive includesFabian Kosmale2024-06-261-0/+1
* masm: Remove unnecessary MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-2/+0
* masm: Don't crash on failed MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-6/+5
* Update 3rd party directories to SPDX-License-RefLucie Gérard2024-01-101-39/+3
* Undefine CPU definition as it is already defined in VxWorks sourcesTomasz Kozlowski2023-09-111-0/+3
* vxworks: mark vxworks as unixŁukasz Matysiak2023-08-311-0/+6
* Support building for Raspberry Pi 1 or ZeroDimitrios Apostolou2023-04-171-0/+1
* Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-251-16/+7
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-081-1/+1
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-061-7/+16
* QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-251-3/+15
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-051-0/+3
* Avoid -Wignored-attributes warning with clangFabian Kosmale2021-11-021-1/+5
* Replace all includes of windows.h with qt_windows.hUlf Hermann2021-10-254-4/+4
* Remove unneeded dlfcn.h in OSAllocatorPosix.cppPierre-Yves Siret2021-07-021-1/+0
* MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
* Remove winrtOliver Wolff2020-06-041-125/+0
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-282-8/+3
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-051-1/+1
* Get rid of Q_OPENGL_ES* macrosEskil Abrahamsen Blomfeldt2020-04-171-3/+0
* Remove dladdr usage from masmTasuku Suzuki2019-07-081-13/+1
* rtems: Add platform definitionMikhail Svetkin2019-06-281-0/+5
* Enable back references in YarrUlf Hermann2019-04-181-0/+1
* masm: Don't call fclose(nullptr) and initialize staticsUlf Hermann2018-11-141-1/+2
* Fix compilation in C++11 modeLars Knoll2018-10-151-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-012-5/+9
|\
| * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-282-5/+9
* | Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* | Fix udis86 compilationErik Verbruggen2018-08-141-2/+2
* | Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-111-1/+1
* | Get rid of the SH4 macro assemblerLars Knoll2018-08-111-4/+0
* | Update Yarr to the latest version from WebKitLars Knoll2018-08-106-13/+40
* | Add comment about use of memfd for JIT memory allocations on AndroidSimon Hausmann2018-05-281-0/+3
* | android-clang: Fix crash in V4 JITEskil Abrahamsen Blomfeldt2018-05-251-1/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-273-0/+21
|\|
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-263-0/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-9/+9
|\|
| * Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
* | Add a feature to mark mmap-allocated pages on Linux tooThiago Macieira2018-02-082-2/+86
|/
* Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-5/+0
* Use __builtin_trap in GCC tooThiago Macieira2017-07-221-1/+1
* Fix compilation with the Intel compilerThiago Macieira2017-04-031-1/+1
* winrt: Switch to always use VirtualAllocFromAppMaurice Kalinowski2017-02-281-52/+22
* winrt: Fix application startupMaurice Kalinowski2017-02-281-6/+13
* Remove branch compaction #ifdefSimon Hausmann2017-01-311-4/+0