aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-2/+2
* Clean up some duplicated methodsLars Knoll2016-11-291-2/+5
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+6
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-0/+22
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\
| * QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-24/+24
|\|
| * Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-24/+24
* | Add a QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-24/+24
* 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