aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Simple cache of url for QQmlCompiledDataRobin Burchell2014-12-171-0/+5
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-1/+1
* Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-151-1/+0
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-9/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-0/+2
* CleanupSimon Hausmann2014-08-151-83/+81
* Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-23/+31
* Fix crash on host/target word size mismatchesSimon Hausmann2014-05-091-6/+5
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-8/+17
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+2
* V4 string table cleanupsSimon Hausmann2014-03-281-2/+2
* Various cleanupsSimon Hausmann2014-03-281-5/+12
* Clean, part 3Simon Hausmann2014-03-191-1/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-1/+11
* Remove unused entries in CompiledDataLars Knoll2014-03-071-5/+2
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-2/+0
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-051-0/+5
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-021-1/+3
* Clean up our internal namespacesLars Knoll2014-02-231-5/+2
* [new compiler] Fix order of alias vs non-alias bindingsSimon Hausmann2014-02-041-1/+5
* [new compiler] Fix binding initialization orderSimon Hausmann2014-02-041-0/+48
* [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-1/+2
* [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-031-1/+2
* [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-031-2/+3
* CleanupsLars Knoll2014-01-311-4/+4
* Rename some filesLars Knoll2014-01-311-1/+1
* Implement Lookup::indexedSetterLars Knoll2014-01-311-1/+2
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-291-5/+16
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-1/+2
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-2/+3
* Use lookups for indexed accessesLars Knoll2014-01-201-1/+2
* [new compiler] Correct the use of default propertySimon Hausmann2014-01-201-1/+1
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-1/+2
* [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-171-1/+1
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-0/+1
* Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-091-0/+2
* Simplify & speed up function callingLars Knoll2013-11-091-1/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+10
* Speed up id object lookupsSimon Hausmann2013-10-291-2/+11
* Add a constant table to the compiled dataLars Knoll2013-10-291-1/+7
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-2/+6
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+1
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-0/+1
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-1/+1
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-1/+5
* Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-201-0/+1