projects
/
platform
/
upstream
/
qtdeclarative.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/qtdeclarative.git
2013-02-14
Simon Hausmann
Convert property deletion runtime functions to new...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Convert unary ops to new calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Convert construct runtime functions to new calling...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Move the destructor into the new vtable.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Remove another virtual.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Silence compiler
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Remove another virtual
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Move call/construct over into the new vtable.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Remove another virtual and de-inline a call method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Convert builtin type of functions to new calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Converted calling runtime functions to new calling...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Fix print and gc in builtin v4 method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Convert builtin typeof to the new calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Simon Hausmann
Convert run-time functions that take a Value * for...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Remove the virtual call(ctx) method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Don't use the slow call() method for Date()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Move the generic construct() implementation into Script...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Remove the virtual contruct(ctx) method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Use faster call/construct methods
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Implement hasInstance through the new 'vtable'
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Add a C style vtable to Managed and use it for markObjects
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Replace post increment with pre increment if we don...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Convert post inc/dev operators to new calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
Convert inplace binops to pointer based calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
make binops pointer based
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Lars Knoll
throwing a type error doesn't return a value
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Lars Knoll
Move get/set_property over to pointer based calling...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Lars Knoll
Change activition property calls to be pointer based
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Lars Knoll
Remove unused method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Lars Knoll
Fix lookups in catch scopes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Simon Hausmann
[masm] Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Simon Hausmann
Fix scoping for catch blocks
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Lars Knoll
Optimise property access
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Simon Hausmann
Cleanup: Reduce cpu specific #ifdefs in common masm...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Also lookup properties in the prototype by index
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Fix a crash in JSON
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Implement a first iteration of the fast property lookup...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Saner handling of property deleting with internal classes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Fixes to the memory manager
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Fix identifier handling in strings
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Lars Knoll
Use internal classes to store the layout of members
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix name function expressions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix debug build with Visual Studio
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build with Visual Studio
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix link error on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build with Visual Studio
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix alloca usage on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix cmath function usage
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build on platforms without INFINITY
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Simplify UChar stub hack
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Make ExecutableAllocator compile on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Centralize code to determine system page size
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build against Windows.h
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix conflict of member variable with compiler intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Implement thread stack base determination with the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Remove unnecessary sys/mman.h inclusion
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build with non-gcc compilers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix build of time related code on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Make it possible to omit the udis86 assembler from...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Work around broken min/max macro definitions on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Don't do -rdynamic on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix exports in v4 binary
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Simon Hausmann
Fix objects dir for debug and release builds
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Also mark the last item in the last chunk
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Include stdlib for arc4random().
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Restore the context pointer after returning from setjmp
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Don't insert undefined elements into the sparse array
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Inline some code only used from one place
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Remove some duplicated code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Lars Knoll
Don't use a QVector to store the array data
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Fix GC for the last object in a chunk.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Add memory scribbling back in.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Fix compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
MOTH: have the VM::Function hold on to regexps.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Fix compilation for access to the extensible flag.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Erik Verbruggen
Fixed the llvm bits of the build process.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Don't use a QVector to hold the member data
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Rename qv4array.* to qv4sparsearray.*
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Move the Array code into Object itself
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Rename variables and functions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Move the property data out of the hash table
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Lars Knoll
Refactor property access
commit
|
commitdiff
|
tree
|
snapshot
2013-02-03
Lars Knoll
Fix a bug in Array::push_back
commit
|
commitdiff
|
tree
|
snapshot
2013-02-03
Lars Knoll
Fix possible out of bounds access
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Simon Hausmann
Avoid duplicated feature defines between tools/v4/v4...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Jędrzej Nowacki
Build fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Erik Verbruggen
Re-enable llvm code in main.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Erik Verbruggen
Fix compilation on Mac with clang.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Jędrzej Nowacki
Cleanup namespaces.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Lars Knoll
V8 benchmark suite
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Simon Hausmann
Don't link v4 against QtGui
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Lars Knoll
Minor improvements to Context creation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Lars Knoll
Convert Math functions to contextless form
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Lars Knoll
Make things more compliant with a regular Qt module
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Remove some unused methods
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Inline some code for property lookups
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Make sure we compare identifiers
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Convert a few more builtins into versions that don...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Add an identifier cache
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Lars Knoll
Don't ignore the v4 subdir
commit
|
commitdiff
|
tree
|
snapshot
next