aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-2/+3
* Doc: Polish property binding explanationsSze Howe Koh2014-05-161-10/+8
* Remove V8 profiler serviceUlf Hermann2014-05-091-1/+0
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-1/+5
* Remove redundant QQmlBinding members.Michael Brasser2014-03-112-30/+42
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-2/+4
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+1
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-2/+7
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-131-22/+6
* Rename some filesLars Knoll2014-01-312-2/+2
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-4/+4
* Rename V8 profiler classes to V4Ulf Hermann2014-01-233-46/+3
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-212-6/+6
* Add a SimpleArrayData classLars Knoll2014-01-201-12/+6
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-1/+3
|\
| * Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-151-1/+3
* | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-141-1/+4
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+3
* | Rework array handling for JS objectsLars Knoll2014-01-091-11/+15
* | Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-062-5/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-2/+2
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-301-2/+2
* | Move array data into it's own structLars Knoll2014-01-031-8/+8
|/
* Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Simplify & speed up function callingLars Knoll2013-11-092-106/+106
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-042-10/+10
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-293-16/+14
* Protect a few constructors against self destructionLars Knoll2013-10-111-0/+4
* Smaller cleanupsLars Knoll2013-10-111-13/+25
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-6/+12
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-3/+3
* Don't print garbage or crash when using console.logJan Arve Saether2013-10-031-8/+17
* Change exception handling APISimon Hausmann2013-10-021-8/+8
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-6/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-302-30/+32
* Fix API for Object::define*PropertyLars Knoll2013-09-284-8/+8
* Remove Value::fromString()Lars Knoll2013-09-283-16/+16
* Remove more direct QV4::Value usageLars Knoll2013-09-282-6/+7
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-9/+13
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-285-32/+32
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-172/+172