summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnumeric_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-160/+117
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-2/+2
* doc: Fix all qdoc errors in qnumeric_p.hMartin Smith2017-12-041-1/+2
* Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-051-27/+27
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-9/+2
|\
| * qnumeric_p.h: Simplify code to match currently-supported platformsThiago Macieira2017-01-311-9/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-2/+2
|/
* Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-3/+5
|\
| * Fix qnumeric_p.h with ICC's supplied math.hThiago Macieira2016-08-101-3/+5
* | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-1/+1
* | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-1/+1
|/
* Add initial clang-cl support to QtAndreas Holzammer2016-02-111-3/+3
* Updated license headersJani Heikkinen2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\
| * Fix overflow-checking additions and multiplication on MinGWMatt Hoosier2015-12-021-1/+1
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-1/+92
* | Reimplement qt_inf/qt_snan/qt_qnan using std::numeric_limits.Erik Verbruggen2015-11-191-70/+14
* | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-40/+59
* | Add the QT_HAS_xxx macros for post-C++11 feature testingThiago Macieira2015-10-161-10/+6
|/
* Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-231-0/+117
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-3/+3
* Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-42/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+243