aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert more methods in QV8EngineLars Knoll2013-09-262-15/+23
* Move more API over to use ValueRefLars Knoll2013-09-262-91/+96
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-262-10/+11
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-14/+19
* Fix API of QQmlV4HandleLars Knoll2013-09-261-11/+4
* Fix Persistent/WeakValue APILars Knoll2013-09-261-5/+10
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-251-1/+1
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-8/+12
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-223-12/+19
* Cleanup Object::define*Property APILars Knoll2013-09-223-89/+89
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-18/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+1
* Further work towards an exact GCLars Knoll2013-09-224-11/+16