aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-5/+9
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-2/+1
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Store the datetime as a double in the date objectLars Knoll2015-04-241-59/+60
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-5/+5
* Get rid of Value::asDateObject()Lars Knoll2015-04-161-18/+18
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-0/+1
|\
| * Fix thread-safety: _POSIX_THREAD_SAFE_FUNCTIONS is in <unistd.h>Thiago Macieira2015-03-051-0/+1
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-6/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-66/+66
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+1
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-3/+3
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* | 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