platform/upstream/qtdeclarative.git
2013-02-12 Lars KnollAlso lookup properties in the prototype by index
2013-02-12 Lars KnollFix a crash in JSON
2013-02-12 Lars KnollImplement a first iteration of the fast property lookup...
2013-02-12 Lars KnollSaner handling of property deleting with internal classes
2013-02-12 Lars KnollFixes to the memory manager
2013-02-12 Lars KnollFix identifier handling in strings
2013-02-12 Lars KnollUse internal classes to store the layout of members
2013-02-09 Simon HausmannFix name function expressions
2013-02-09 Simon HausmannFix debug build with Visual Studio
2013-02-09 Simon HausmannFix build with Visual Studio
2013-02-09 Simon HausmannFix link error on Windows
2013-02-09 Simon HausmannFix build with Visual Studio
2013-02-09 Simon HausmannFix alloca usage on Windows
2013-02-09 Simon HausmannFix cmath function usage
2013-02-09 Simon HausmannFix build on platforms without INFINITY
2013-02-09 Simon HausmannSimplify UChar stub hack
2013-02-09 Simon HausmannMake ExecutableAllocator compile on Windows
2013-02-09 Simon HausmannCentralize code to determine system page size
2013-02-09 Simon HausmannFix build against Windows.h
2013-02-09 Simon HausmannFix conflict of member variable with compiler intrinsic
2013-02-09 Simon HausmannImplement thread stack base determination with the...
2013-02-09 Simon HausmannRemove unnecessary sys/mman.h inclusion
2013-02-09 Simon HausmannFix build with non-gcc compilers
2013-02-09 Simon HausmannFix build of time related code on Windows
2013-02-09 Simon HausmannMake it possible to omit the udis86 assembler from...
2013-02-09 Simon HausmannWork around broken min/max macro definitions on Windows
2013-02-09 Simon HausmannDon't do -rdynamic on Windows
2013-02-09 Simon HausmannFix exports in v4 binary
2013-02-09 Simon HausmannFix objects dir for debug and release builds
2013-02-06 Lars KnollAlso mark the last item in the last chunk
2013-02-06 Erik VerbruggenInclude stdlib for arc4random().
2013-02-06 Lars KnollRestore the context pointer after returning from setjmp
2013-02-06 Lars KnollDon't insert undefined elements into the sparse array
2013-02-06 Lars KnollInline some code only used from one place
2013-02-06 Lars KnollRemove some duplicated code
2013-02-06 Lars KnollDon't use a QVector to store the array data
2013-02-06 Erik VerbruggenFix GC for the last object in a chunk.
2013-02-06 Erik VerbruggenAdd memory scribbling back in.
2013-02-06 Erik VerbruggenFix compiler warning.
2013-02-06 Erik VerbruggenMOTH: have the VM::Function hold on to regexps.
2013-02-06 Erik VerbruggenFix compilation for access to the extensible flag.
2013-02-06 Erik VerbruggenFixed the llvm bits of the build process.
2013-02-04 Lars KnollDon't use a QVector to hold the member data
2013-02-04 Lars KnollRename qv4array.* to qv4sparsearray.*
2013-02-04 Lars KnollMove the Array code into Object itself
2013-02-04 Lars KnollRename variables and functions
2013-02-04 Lars KnollMove the property data out of the hash table
2013-02-04 Lars KnollRefactor property access
2013-02-03 Lars KnollFix a bug in Array::push_back
2013-02-03 Lars KnollFix possible out of bounds access
2013-02-01 Simon HausmannAvoid duplicated feature defines between tools/v4/v4...
2013-02-01 Jędrzej NowackiBuild fix.
2013-01-31 Erik VerbruggenRe-enable llvm code in main.
2013-01-31 Erik VerbruggenFix compilation on Mac with clang.
2013-01-31 Jędrzej NowackiCleanup namespaces.
2013-01-31 Lars KnollV8 benchmark suite
2013-01-31 Simon HausmannDon't link v4 against QtGui
2013-01-31 Lars KnollMinor improvements to Context creation
2013-01-31 Lars KnollConvert Math functions to contextless form
2013-01-31 Lars KnollMake things more compliant with a regular Qt module
2013-01-30 Lars KnollRemove some unused methods
2013-01-30 Lars KnollInline some code for property lookups
2013-01-30 Lars KnollMake sure we compare identifiers
2013-01-30 Lars KnollConvert a few more builtins into versions that don...
2013-01-30 Lars KnollAdd an identifier cache
2013-01-30 Lars KnollDon't ignore the v4 subdir
2013-01-30 Lars KnollAdd subtypes to String
2013-01-30 Lars KnollMove string hash and error type fields
2013-01-30 Lars KnollOptimise decode/encodeURI
2013-01-30 Lars KnollFix compilation on 64bit
2013-01-30 Jędrzej NowackiBuild fixup, QT_BEGIN_HEADER was removed.
2013-01-30 Jędrzej NowackiSay hello to QtV4 module.
2013-01-30 Lars KnollFix a bug with Unicode surrogates in decodeURI
2013-01-30 Lars KnollAllocate larger chunks if we use lots of memory
2013-01-29 Lars KnollUse faster calling path for more builtin methods
2013-01-29 Lars KnollOptimise callProperty for Strings.
2013-01-29 Lars KnollAdd a faster code path for calling builtin methods
2013-01-29 Lars KnollRemove the virtual Object::className()
2013-01-29 Lars KnollRemove Object::call()
2013-01-29 Lars KnollAllocate execution context and local variables in one...
2013-01-29 Lars KnollDon't copy formals and locals from VM::Function to...
2013-01-29 Lars KnollGarbage collection for Strings
2013-01-29 Erik VerbruggenSplit CallBuitin variants into separate instructions.
2013-01-29 Erik Verbruggen"Fix" llvm build by adding empty definitions for missin...
2013-01-29 Erik VerbruggenChange TEMP handling in the interpreter.
2013-01-28 Simon HausmannFix build on ia32
2013-01-28 Lars KnollProperly working post increment/decrement operators
2013-01-28 Lars KnollSmaller cleanup
2013-01-28 Lars Knollnew eval() should throw a type error
2013-01-28 Lars KnollAdd a mechanism to protect managed objects from deletion
2013-01-28 Lars KnollSet the prototype for FunctionObject in it's constructor
2013-01-28 Lars KnollMost statements don't return a value
2013-01-28 Lars KnollProperly set the length of the eval function
2013-01-28 Lars KnollFix call expressions with a subscript
2013-01-28 Jędrzej NowackiFix constness of Value::toXXX functions.
2013-01-28 Lars KnollNumber/Boolean.prototype.toString() also accept matchin...
2013-01-28 Lars KnollThe function prototype has a length property
2013-01-28 Lars Knolltest function names for eval or arguments in strict...
2013-01-27 Lars KnollFix a bug in the evaluation of &&
2013-01-25 Simon HausmannFix empty return statement in eval
next