platform/upstream/qtdeclarative.git
2013-02-14 Lars KnollAdapt get/set_element to new calling convention
2013-02-14 Simon HausmannPorted closure init runtime functions to new calling...
2013-02-14 Simon HausmannPorted run-time exception throwing functions to new...
2013-02-14 Simon HausmannFix argument order of unary ops
2013-02-14 Simon HausmannPorted built-in exception getter to new calling convention
2013-02-14 Simon HausmannConvert property deletion runtime functions to new...
2013-02-14 Simon HausmannConvert unary ops to new calling convention
2013-02-14 Simon HausmannConvert construct runtime functions to new calling...
2013-02-14 Lars KnollMove the destructor into the new vtable.
2013-02-14 Lars KnollRemove another virtual.
2013-02-14 Lars KnollSilence compiler
2013-02-14 Lars KnollRemove another virtual
2013-02-14 Lars KnollMove call/construct over into the new vtable.
2013-02-14 Lars KnollRemove another virtual and de-inline a call method
2013-02-14 Simon HausmannConvert builtin type of functions to new calling convention
2013-02-14 Simon HausmannConverted calling runtime functions to new calling...
2013-02-14 Simon HausmannFix print and gc in builtin v4 method
2013-02-14 Simon HausmannConvert builtin typeof to the new calling convention
2013-02-14 Simon HausmannConvert run-time functions that take a Value * for...
2013-02-14 Lars KnollRemove the virtual call(ctx) method
2013-02-14 Lars KnollDon't use the slow call() method for Date()
2013-02-14 Lars KnollMove the generic construct() implementation into Script...
2013-02-14 Lars KnollRemove the virtual contruct(ctx) method
2013-02-14 Lars KnollUse faster call/construct methods
2013-02-14 Lars KnollImplement hasInstance through the new 'vtable'
2013-02-14 Lars KnollAdd a C style vtable to Managed and use it for markObjects
2013-02-14 Lars KnollReplace post increment with pre increment if we don...
2013-02-14 Lars KnollConvert post inc/dev operators to new calling convention
2013-02-14 Lars KnollConvert inplace binops to pointer based calling convention
2013-02-14 Lars Knollmake binops pointer based
2013-02-14 Lars Knollthrowing a type error doesn't return a value
2013-02-13 Lars KnollMove get/set_property over to pointer based calling...
2013-02-13 Lars KnollChange activition property calls to be pointer based
2013-02-13 Lars KnollRemove unused method
2013-02-13 Lars KnollFix lookups in catch scopes
2013-02-13 Simon Hausmann[masm] Remove unused code
2013-02-13 Simon HausmannFix scoping for catch blocks
2013-02-13 Lars KnollOptimise property access
2013-02-12 Simon HausmannCleanup: Reduce cpu specific #ifdefs in common masm...
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
next