aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of BuiltinFunctionLars Knoll2018-01-151-1/+1
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-263/+333
|\
| * Convert Date methods to new calling conventionLars Knoll2017-11-131-150/+145
| * Change signature for call/callAsConstructorLars Knoll2017-11-071-12/+12
| * Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
| * Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
| * Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
| * Get rid of JSCallData::call()Lars Knoll2017-11-071-3/+3
| * Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
| * Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-43/+43
| * Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+3
| * Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
| * Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-181/+254
| * Change function signatures for call/construct backLars Knoll2017-08-041-5/+6
* | V4 Date.ParseString(): use array in place of QStringListEdward Welbourne2017-11-141-50/+51
* | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-18/+43
* | V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2017-11-141-39/+80
|/
* DateObject: Add a bunch of exception checksRobin Burchell2017-02-071-0/+28
* Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-4/+19
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-239/+236
* 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