aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+2
|\|
| * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+2
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* | Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-121-7/+1
* | Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+1
* | Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-1/+1
* | Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-4/+4
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-21/+21
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+2
|/
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
* Fix setUTCXxx methods in DateLars Knoll2014-09-111-18/+9
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-3/+3
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-76/+76
* Convert DateObject over to new storage schemeLars Knoll2014-07-221-1/+1
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-53/+53
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* Fix time zone calculationFabian Bumberger2014-04-241-1/+1
* Call tzset() from getLocalTZA() so we learn about tz changesIain Lane2014-03-271-0/+1
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-2/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-3/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-4/+4
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-48/+48
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-8/+8
* Fix compilation with Mingw.org headersKai Koehne2013-10-311-0/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-20/+20
* Fix API for Object::define*PropertyLars Knoll2013-09-281-7/+9
* Remove Value::fromString()Lars Knoll2013-09-281-10/+10
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-66/+66
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-54/+54
* Further work towards an exact GCLars Knoll2013-09-221-44/+49
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-181-1/+1
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-2/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-99/+99