summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* doc: Correct remaining qdoc warnings in QRandomGeneratorMartin Smith2018-01-021-15/+8
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0215-72/+188
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-307-4/+78
| |\
| | * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
| | * QNX: fix slog2 for QNX7Samuli Piippo2017-12-131-1/+1
| | * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-086-9/+146
| * | qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
| * | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-1/+7
| * | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-086-33/+39
| |\ \
| | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-284-31/+31
| | * | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
| | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-205-347/+788
| | |\ \
| | * | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-112-1/+6
| * | | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-041-6/+27
* | | | | Fix build with -no-feature-regularexpressionUlf Hermann2017-12-211-0/+1
* | | | | Fix build with ICC: it miscompiles the F16C intrinsicsThiago Macieira2017-12-211-2/+2
* | | | | qfloat16_f16c.c: inline in qfloat16.cpp if F16C is permitted in thereThiago Macieira2017-12-153-4/+37
* | | | | doc: Add template text to \fn commands in qglobal.cppMartin Smith2017-12-082-85/+84
* | | | | doc: Fix all qdoc errors in qnumeric_p.hMartin Smith2017-12-041-1/+2
* | | | | doc: Add missing template textMartin Smith2017-12-041-1/+3
* | | | | doc: Fix qdoc errors for \fn commands in endian functionsMartin Smith2017-12-041-42/+42
* | | | | Add template text to \fn commands for QGlobalStaticMartin Smith2017-12-041-6/+6
* | | | | Remove two obsolete qdoc commentsMartin Smith2017-12-031-37/+0
* | | | | Replace qrand() engine with C++11 <random> LCG and deprecateThiago Macieira2017-11-301-83/+59
* | | | | Mark some functions as coldMarc Mutz2017-11-303-3/+18
* | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-4/+13
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-3/+12
| |\| | | | | |_|/ | |/| |
| | * | Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-305-347/+788
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-235-347/+788
| |\| | |
| | * | | qfloat16(float) constructor: explicit cast on aarch64 to avoid warningShawn Rutledge2017-11-181-1/+1
| | * | | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-121-3/+3
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-3/+3
| | | |\| | | | | | |/ | | | |/|
| | | | * Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
| | * | | QRandomGenerator: optimize the global() and system() storageThiago Macieira2017-11-112-62/+144
| | * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-112-13/+101
| | * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-112-9/+58
| | * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-113-303/+581
| | * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-112-65/+8
| | |/ /
| | * | Fix unused variable warning when compiling in release mode with GCC 7Thiago Macieira2017-11-031-0/+2
* | | | Fix search-replaced broken commentAllan Sandfeld Jensen2017-11-231-2/+2
* | | | Fix qFloatFromFloat16_fast on NEONAllan Sandfeld Jensen2017-11-231-1/+1
* | | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-215-0/+186
* | | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-212-26/+56
|/ / /
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-1/+1