qt6-bb10/src/corelib
Edward Welbourne 4ef8e9427c Reduce scope of a hack using volatile in favor of viewAt()
We can now get qt_configure_strs to tell us the size of the string, as
well as its start, bypassing the strlen()-calling branch of
fromLocal8Bit() that caused the need for a hack using a volatile
variable. However, QT_CONFIGURE_SETTINGS_PATH still needs the volatile
hack.

Change-Id: I0181abf512123e6355acdd506d6845c3fb75c0e3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-12-02 17:38:33 +01:00
..
animation Allow negative delta for designer animation driver 2021-10-18 20:40:26 +03:00
compat QByteArrayList: fix narrowing in join() implementations [2/2] 2021-11-05 09:06:22 +01:00
doc Document the example showing the benefits of using bindable properties 2021-12-02 12:53:34 +01:00
global Reduce scope of a hack using volatile in favor of viewAt() 2021-12-02 17:38:33 +01:00
io QTemporaryDir: Set directory permissions at the time of creation 2021-11-26 03:39:33 +01:00
itemmodels Make QAbstractProxyModel itemData() behave like data() 2021-11-26 17:12:07 +00:00
kernel QObject: Q_ASSERT the object type before calling a PMF 2021-11-27 21:38:22 -08:00
mimetypes Fix internal mimetypes db on Windows when compressed by an external tool 2021-11-09 08:39:38 +01:00
platform wasm: add Blob and File type 2021-11-30 09:06:54 +10:00
plugin QNX: check and use elf.h from alternative location 2021-11-30 14:37:52 +02:00
serialization QDataStream: remove pointless guard around std::pair operators 2021-11-04 17:11:36 +01:00
text QString et al: fix lastIndexOf() API asymmetry 2021-12-02 16:05:33 +00:00
thread Fix QFuture continuations/handlers to work with move-only callables 2021-12-01 01:58:18 +01:00
time Remove some spurious prefixes in declarations 2021-11-18 18:13:20 +01:00
tools QVarLengthArray: make static if's constexpr 2021-12-02 01:01:56 +01:00
CMakeLists.txt QPluginLoader: add COFF PE file parser 2021-11-19 22:51:03 -08:00
Qt6AndroidMacros.cmake Use depfile to control ABI-specific builds of executable targets 2021-12-02 14:28:09 +01:00
Qt6CTestMacros.cmake Replace BUILD_OPTIONS_LIST variable by the getter function 2021-12-02 16:34:22 +01:00
Qt6CoreConfigExtras.cmake.in Add _make_aab target 2021-11-30 20:16:13 +01:00
Qt6CoreConfigureFileTemplate.in CMake: Fix unnecessary rebuilding upon reconfiguration 2020-10-30 17:19:27 +01:00
Qt6CoreMacros.cmake Fix dependency chain that collects the metatype json files 2021-12-02 16:34:23 +01:00
Qt6WasmMacros.cmake CMake: Make qt6_wasm_add_target_helpers an internal function 2021-08-04 17:01:11 +02:00
QtCore.dynlist Remove old pre-6.0 hooks 2021-10-22 19:12:07 -07:00
configure.cmake Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
debug_script.py Fix lldbbridge.py loading when using lldb + Python 3 from CLI 2021-09-07 12:53:37 +02:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00
qtcore.tracepoints