projects
/
profile
/
ivi
/
qtjsbackend.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
profile/ivi/qtjsbackend.git
2012-06-13
Aaron Kennedy
[V8] Add hashing and comparison methods to v8::String
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Peter Varga
Updated V8 from git://github.com/v8/v8.git to 3e6ec7e01...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
yangguo@chromium.org
Fix GCC 4.7 (C++11) compilation.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Yuchen Deng
V8: Fix cross builds with win32-g++-cross mkspec
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Jonathan Liu
[V8] Add support for MinGW-w64
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Peter Varga
[V8] Update expected results of V8's cctests
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Holger Hans...
test: Allow linking to the gyp build mips/arm release...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Kent Hansen
Re-enable snapshots for non-cross-compiled builds
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
yangguo@chromium.org
MIPS: Removed unused variables.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Holger Hans...
mips: Fix the global compare routines for mips
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Holger Hans...
mips: Add the qml mode to the lithium code generation...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Holger Hans...
v8: Fix the compilation of the standalone test on GNU...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Kent Hansen
Fix regression in custom object comparison on arm
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Kent Hansen
Fix regression in eval compilation on arm
commit
|
commitdiff
|
tree
|
snapshot
2012-05-08
Peter Varga
Add testcases for fallback interceptors
commit
|
commitdiff
|
tree
|
snapshot
2012-04-30
Sean Harmer
[V8] Implement new parts of platform port for QNX
commit
|
commitdiff
|
tree
|
snapshot
2012-04-27
Sean Harmer
[V8] Update QNX platform port so that it builds once...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Peter Varga
[V8] Disable randomize hashes in V8
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Peter Varga
Fix compilation after V8 update
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Thiago Macieira
[V8] Fix compilation with Intel CC.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Sean Harmer
[V8] Add support for QNX platform
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Kai Koehne
[V8] Add flag to avoid breakpoint relocation
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Remove execute flag from v8-debug.h
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Kent Hansen
[V8] Fix deprecated Python code
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Jedrzej Nowacki
[V8] QtScript/V8: Add new v8 api to check if a value...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Allow a script to be flagged as "native"
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Add custom object compare callback
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Allow access to the calling script data
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Introduce a QML compilation mode
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Generalize external object resources
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Add a "fallback" mode for named property interceptors
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Aaron Kennedy
[V8] Add hashing and comparison methods to v8::String
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Peter Varga
Updated V8 from git://github.com/v8/v8.git to 57f8959fb...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Yuchen Deng
Improve .gitignore list
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Thiago Macieira
Fix compilation with Intel CC.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
vegorov@chromium.org
Fix GCC 4.7 warnings, which are related to char being...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jonathan Liu
[V8] Remove dependency on _mkgmtime to determine local...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Holger Hans...
mips: Fix the build on MIPS by adding the lithium files...
qt-v5.0.0-alpha1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Kent Hansen
Fix assert in stub-cache.cc when loading qml-mode functions
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Sean Harmer
[V8] Add support for QNX platform
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Kent Hansen
Let V8 throw the exception when QML property lookup...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Aurindam Jana
[V8] BreakPoint Relocation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Girish Ramakrishnan
Don't pass CAN_USE_VFP_INSTRUCTIONS to V8.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Aurindam Jana
[V8] Add flag to avoid breakpoint relocation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
yangguo@chromium.org
Fixed VFP detection through compiler defines.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Jonathan Liu
[V8] Simplify silent abort by raising SIGABRT directly
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Jonathan Liu
[V8] Fix double-rounding in strtod for MinGW
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Kent Hansen
Disable snapshots
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Girish Ramakrishnan
Don't assume hardfloat passing convention.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Jonathan Liu
[V8] Fix MinGW-w64 compilation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Peter Varga
Add testcase for Context::GetCallingQmlGlobal function
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Toby Tomkins
Remove pin of qtbase for qtjsbackend.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Toby Tomkins
Pin qtjsbackend to set version of qtbase.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aurindam Jana
[V8] Fix crash when querying for scopes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aurindam Jana
[V8] Update ScriptBreakPoints for ScriptRegExp
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Holger Hans...
[V8] mips: Add support for custom object compare callback
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Holger Hans...
[V8] uclibc: __GLIBC__ might be defined on uclibc builds
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Kai Koehne
[V8] Add flag to avoid breakpoint relocation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Remove execute flag from v8-debug.h
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Kent Hansen
[V8] Fix deprecated Python code
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Jedrzej Nowacki
[V8] QtScript/V8: Add new v8 api to check if a value...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Allow a script to be flagged as "native"
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Add custom object compare callback
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Allow access to the calling script data
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Introduce a QML compilation mode
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Generalize external object resources
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Add a "fallback" mode for named property interceptors
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Aaron Kennedy
[V8] Add hashing and comparison methods to v8::String
commit
|
commitdiff
|
tree
|
snapshot
2012-03-01
Peter Varga
Updated V8 from git://github.com/v8/v8.git to 06e55bc22...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-23
Peter Varga
Extend the update-v8.sh script
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Holger Hans...
mips: Add support for custom object compare callback
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Ben Noordhuis
freebsd: implement missing VirtualMemory methods
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Holger Hans...
uclibc: __GLIBC__ might be defined on uclibc builds
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Kent Hansen
Add snapshot support for non-cross-compiled builds
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Jason McDonald
Remove "All rights reserved" line from license headers.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Jason McDonald
Update obsolete contact address.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Aurindam Jana
[V8] Fix crash when querying for scopes
commit
|
commitdiff
|
tree
|
snapshot
2012-01-06
Simon Hausmann
Added helper script for cherry-picking commits from v8
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Sergio Ahumada
Added missing license headers.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Simon Hausmann
Added helper script for easier V8 updates
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Simon Hausmann
Added missing README to explain initial update procedure
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aurindam Jana
[V8] Update ScriptBreakPoints for ScriptRegExp
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Kai Koehne
[V8] Add flag to avoid breakpoint relocation
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Remove execute flag from v8-debug.h
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Kent Hansen
[V8] Fix deprecated Python code
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Jedrzej Nowacki
[V8] QtScript/V8: Add new v8 api to check if a value...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Allow a script to be flagged as "native"
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Add custom object compare callback
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Allow access to the calling script data
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Introduce a QML compilation mode
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Generalize external object resources
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Add a "fallback" mode for named property interceptors
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Aaron Kennedy
[V8] Add hashing and comparison methods to v8::String
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Simon Hausmann
Imported v8 version 3.7.3 from https://github.com/v8...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Simon Hausmann
Disable snapshots until we have support for host builds...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Simon Hausmann
Created QtJSBackend module.
commit
|
commitdiff
|
tree
|
snapshot