aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-176-7/+37
|\
| * Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-161-4/+9
| * Fix clang warningAndrew Knight2015-03-101-0/+4
| * QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-092-0/+12
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-061-3/+9
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-3/+9
| | |\
| | | * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
| * | | QV4::Primitive: Help clang disambiguate symbolsGabriel de Dietrich2015-03-061-0/+3
| |/ /
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-037-10/+10
|\| |
| * | QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-262-4/+3
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-4/+5
| |\|
| | * Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
| | * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-01-261-0/+1
| | * Fix usage of pow to C99 standard compliancePasi Petäjäjärvi2015-01-211-1/+1
| | * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-1/+1
| * | Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ...Friedemann Kleint2015-02-232-2/+2
* | | Move memory management related functionality into it's own folderLars Knoll2015-03-0223-887/+22
* | | Introduce a Heap::Pointer classLars Knoll2015-03-022-1/+15
|/ /
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-1910-64/+49
* | Update copyright headersJani Heikkinen2015-02-1299-693/+693
* | Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-114-6/+20
* | Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* | Keep PersistentValueStorage page size in sync with system page sizeTor Arne Vestbø2015-02-021-14/+12
* | Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* | Properly mark all members in QObjectMethodLars Knoll2015-01-231-0/+2
* | Better align data members in ExecutionContextLars Knoll2015-01-232-7/+5
* | Remove the realArgumentsCount member in CallContextLars Knoll2015-01-234-17/+10
* | Store a double in NumberObjectLars Knoll2015-01-236-17/+16
* | CleanupsLars Knoll2015-01-2329-365/+375
* | CleanupsLars Knoll2015-01-2315-81/+46
* | Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-232-59/+60
* | Remove all remaining usages of ValueRefLars Knoll2015-01-2315-110/+29
* | Get rid of most uses of ValueRefLars Knoll2015-01-2346-884/+880
* | QML: Fix MSVC 2013/64bit warnings.Friedemann Kleint2015-01-223-5/+5
* | Rework QJSValue internalsLars Knoll2015-01-212-5/+4
* | Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-212-5/+5
* | Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-2116-51/+25
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-2121-68/+66
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-2124-63/+0
* | Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-2124-175/+66
* | Move vtable out of internalClassLars Knoll2015-01-2020-71/+74
* | Fix a bug in removeMember causing a duplicate transition with an 0 lookup.Robin Burchell2015-01-201-3/+8
* | QV4::InternalClass: Fix a memory leak.Robin Burchell2015-01-201-2/+2
* | Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-164-13/+13
* | Refactor persistent valuesLars Knoll2015-01-168-273/+328
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-167-23/+60
|\|
| * Print exceptions in JS slotsKai Koehne2015-01-091-5/+9
| * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+2
| * Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
| * QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-1/+7