summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\ | | | | | | | | Conflicts: dist/changes-4.6.1
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | warning fixes for platforms, where qreal == floatJoerg Bornemann2010-01-111-256/+256
|/ | | | Reviewed-by: thartman
* Compile on Visual Studio 2003Eskil Abrahamsen Blomfeldt2009-10-051-1/+1
| | | | | | Don't add export declaration for the definition of the variable. Reviewed-by: Gunnar
* Added qFastSin() and qFastCos() functions.Kim Motoyoshi Kalland2009-10-021-0/+305
The new functions use a lookup table. Reviewed-by: Trond