| .. |
|
archdetect.cpp
|
WebAssembly for QtBase
|
2018-08-30 06:48:33 +00:00 |
|
global.pri
|
Add qbswap for a memory region
|
2018-07-04 03:04:40 +00:00 |
|
minimum-linux.S
|
Move the minimum Linux version declarations to a header
|
2017-10-28 06:08:59 +00:00 |
|
minimum-linux_p.h
|
QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()
|
2017-11-11 08:12:11 +00:00 |
|
qcompilerdetection.h
|
WebAssembly for QtBase
|
2018-08-30 06:48:33 +00:00 |
|
qconfig-bootstrapped.h
|
Merge remote-tracking branch 'origin/5.11' into 5.12
|
2018-09-27 11:08:55 +02:00 |
|
qconfig.cpp.in
|
Begin port of qtbase to CMake
|
2018-11-01 11:48:46 +00:00 |
|
qendian.cpp
|
Add ++/--/min/max to QSpecialInteger
|
2018-08-17 11:31:28 +00:00 |
|
qendian.h
|
Add ++/--/min/max to QSpecialInteger
|
2018-08-17 11:31:28 +00:00 |
|
qendian_p.h
|
Move endian-specific integer types to public qtendian header
|
2017-07-09 09:00:16 +00:00 |
|
qflags.h
|
doc: Add template text to \fn commands in qglobal.cpp
|
2017-12-08 14:05:30 +00:00 |
|
qfloat16.cpp
|
Document the new qfloat16 functions with the other qfloat16 functions
|
2018-01-24 21:13:08 +00:00 |
|
qfloat16.h
|
Merge remote-tracking branch 'origin/5.10' into dev
|
2018-01-02 09:58:44 +01:00 |
|
qfloat16_f16c.c
|
Fix compiling qfloat16_f16c.c with C89 compiler
|
2018-02-14 15:49:14 +00:00 |
|
qfloat16_p.h
|
qfloat16: NaN is not infinite
|
2017-12-27 11:50:09 +00:00 |
|
qglobal.cpp
|
Avoid races on TZ in environment via tzset() calls
|
2018-10-22 10:07:01 +00:00 |
|
qglobal.h
|
Remove QConditional in favor of std::conditional/std::is_unsigned
|
2018-09-05 14:11:15 +00:00 |
|
qglobal_p.h
|
Avoid races on TZ in environment via tzset() calls
|
2018-10-22 10:07:01 +00:00 |
|
qglobalstatic.h
|
Modernize the "thread" feature
|
2018-08-17 00:34:36 +00:00 |
|
qglobalstatic.qdoc
|
Modernize the "thread" feature
|
2018-08-17 00:34:36 +00:00 |
|
qhooks.cpp
|
QHostAddress: make it implictly shared
|
2017-01-19 14:09:47 +00:00 |
|
qhooks_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qisenum.h
|
Remove compiler-specific implementations of Q_IS_ENUM
|
2016-11-09 09:13:01 +00:00 |
|
qlibraryinfo.cpp
|
Modernize the "datestring" feature
|
2018-09-24 17:12:29 +00:00 |
|
qlibraryinfo.h
|
Modernize the "datestring" feature
|
2018-09-24 17:12:29 +00:00 |
|
qlogging.cpp
|
Merge remote-tracking branch 'origin/5.11' into 5.12
|
2018-09-30 01:00:19 +02:00 |
|
qlogging.h
|
Mark some functions as cold
|
2017-11-30 13:18:39 +00:00 |
|
qlogging_p.h
|
logging: Clarify and document how we look for the presence of a console
|
2018-03-07 18:12:09 +00:00 |
|
qmalloc.cpp
|
Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)
|
2017-04-04 07:08:16 +00:00 |
|
qnamespace.h
|
Qt namespace: Remove comment about stylesheet propagation
|
2018-10-12 06:49:53 +00:00 |
|
qnamespace.qdoc
|
Windows QPA: Dispatch skipped touch/pen events if compression is off
|
2018-09-14 15:41:28 +00:00 |
|
qnumeric.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qnumeric.h
|
Mark some more functions with Q_DECL_CONST_FUNCTION
|
2017-04-05 08:00:04 +00:00 |
|
qnumeric_p.h
|
QCborValue: move the toDiagnosticNotation() function to its own file
|
2018-07-30 16:21:12 +00:00 |
|
qoperatingsystemversion.cpp
|
Add macOS Mojave (10.14) to QOperatingSystemVersion
|
2018-06-18 16:29:18 +00:00 |
|
qoperatingsystemversion.h
|
Add macOS Mojave (10.14) to QOperatingSystemVersion
|
2018-06-18 16:29:18 +00:00 |
|
qoperatingsystemversion_darwin.mm
|
Remove compatibility code paths for macOS < 10.10 and iOS < 8.0
|
2017-01-09 10:11:48 +00:00 |
|
qoperatingsystemversion_p.h
|
Add a "shim" to allow use of Clang 5's __builtin_available everywhere
|
2017-12-08 19:23:04 +00:00 |
|
qoperatingsystemversion_win.cpp
|
Windows code: Fix clang-tidy warnings about C-style casts
|
2018-08-30 06:26:44 +00:00 |
|
qoperatingsystemversion_win_p.h
|
Add a "shim" to allow use of Clang 5's __builtin_available everywhere
|
2017-12-08 19:23:04 +00:00 |
|
qprocessordetection.h
|
WebAssembly for QtBase
|
2018-08-30 06:48:33 +00:00 |
|
qrandom.cpp
|
Modernize the "thread" feature
|
2018-08-17 00:34:36 +00:00 |
|
qrandom.h
|
qrandom.h: actually #undef min and max instead of using parentheses
|
2017-12-28 21:30:28 +00:00 |
|
qrandom_p.h
|
Change QRandomGenerator to have a deterministic mode
|
2017-11-11 08:11:00 +00:00 |
|
qsysinfo.h
|
QSysInfo: add a function that returns the boot ID
|
2017-11-05 18:34:09 +00:00 |
|
qsystemdetection.h
|
WebAssembly for QtBase
|
2018-08-30 06:48:33 +00:00 |
|
qt_pch.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qt_windows.h
|
MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 API
|
2017-10-19 10:58:59 +00:00 |
|
qtrace_p.h
|
Tracepoints: add missing include
|
2018-07-04 23:24:41 +00:00 |
|
qtypeinfo.h
|
Merge remote-tracking branch 'origin/5.9' into dev
|
2017-02-28 13:03:36 +01:00 |
|
qtypetraits.h
|
Remove qtypetraits.h's contents altogether
|
2017-01-12 22:16:06 +00:00 |
|
qversiontagging.cpp
|
Update the Qt version tagging to adapt to expected Qt 5.16
|
2018-07-18 15:57:05 +00:00 |
|
qversiontagging.h
|
Use the namespace-mangled symbol for the qt_version_tag group name
|
2017-07-07 07:22:03 +00:00 |