- 05 Dec, 2013 - 1 commit
-
-
Tim Blechmann authored
Change-Id: I0de4140323db25765243748dfed8533bca39217c Reviewed-by:
Olivier Goffart <ogoffart@woboq.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-
- 26 Nov, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I473774c5e7a62c2aa8541d22327366364ad70553
-
- 25 Nov, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I7129dbbb914ca981017375004a1da7b102640dde Reviewed-by:
Matti Paaso <matti.paaso@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 18 Nov, 2013 - 1 commit
-
-
Erik Verbruggen authored
On Mavericks with Apple's Clang 5.0 (3.3 based): ../3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:320:117: error: non-const reference cannot bind to bit-field 'm_attributesInPrevious' ...add(StructureTransitionTableHash::Key(RefPtr<UString::Rep>(existingTransition->m_nameInPrevious.get()), existingTransition->m_attributesInPrevious), exi... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++11 specific: ../3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:179:35: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] LineInfo info = { instructions().size(), n->lineNo() }; ^~~~~~~~~~~~~~~~~~~~~ Both occur in multiple places. Task-number: QTBUG-34842 Change-Id: I98a29b51718a6e0db8749ac1b495e071e9fe479d Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 06 Nov, 2013 - 1 commit
-
-
Jerome Pasion authored
In 5.2, the HTML output is in a flatter structure and when they are hosted in qt-project.org/doc, the documentation will be found at http://qt-project.org/doc/qt-$QT_VER The url variable is used by projects outside of Qt 5 which need to link to Qt 5 documentation, such as Qt Creator. Task-number: QTBUG-34584 Change-Id: I77ed98ade58cdd4c6f5c365682993f1be3f3e958 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 01 Nov, 2013 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I3c0a1ae83615120f9a0cf8202d4facf915decde2 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
YunQiang Su authored
Task-number: QTBUG-33187 Change-Id: Iaebca6f5095e16c0316549c8a548cfc0a447faf3 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 24 Oct, 2013 - 1 commit
-
-
Friedemann Kleint authored
Starting with MSVC 2013, more functions are provided. Change-Id: Iabbc9a94e7ed01584baaa1bb17c06e41ac70830f Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 22 Oct, 2013 - 1 commit
-
-
Andy Shaw authored
In the QtScript Debugger if a variable had a number in it then it would not tab complete to show the member variables. This accounts for digits so that it is correctly able to find the variable to complete on. Change-Id: I4fe0b3b776aba0e3caa6dd524c1a0c59421ea515 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 08 Oct, 2013 - 2 commits
-
-
Jerome Pasion authored
-produced by git-split-ws Change-Id: I1661678174c62971a7bbf4acb2890fdf590d2f3d Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Jerome Pasion authored
-reduces QDoc warnings -lists the classes in the C++ pages Change-Id: I97db6b8bec4d44d1ee37ed2925ef7309cd0d420f Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-
- 27 Sep, 2013 - 2 commits
-
-
Thiago Macieira authored
QString("new Date(%0)").arg(1380318500 * 1000.0) expands to "new Date(1.38032e+12)". That's an unnecessary rounding and cuts off interesting bits out of the date. It took me quite a while debugging QScriptEngine trying to find out why the time_t and the JS Date internal numbers were different. Change-Id: Id880f3f11edd0af07e1726eac0242d4a9625c368 Reviewed-by:
John Layt <jlayt@kde.org>
-
Thiago Macieira authored
This reverts commit eff4a0f3 . That commit disabled a test that had a legitimate failure, caused by a QDateTime regression. Said regression was fixed by qtbase commit 475cbed2446d0e3595e7b8ab71dcbc1ae5f59bcf. Change-Id: I1212dc8414d5a0d8d87bbe2e2a667475fd30414c Reviewed-by:
John Layt <jlayt@kde.org>
-
- 26 Sep, 2013 - 1 commit
-
-
Friedemann Kleint authored
QtAlgorithms is getting deprecated, see http://www.mail-archive.com/development@qt-project.org/msg01603.html Change-Id: If4dc8f69fd75315390a4850be732715064f5fdd8 Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by:
Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-
- 24 Sep, 2013 - 2 commits
-
-
Mitch Curtis authored
Task-number: QTBUG-33622 Change-Id: Id719eadf3caa5ed34850ae189652f26eed7a6aea Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Mitch Curtis authored
This reverts commit 37ec5822, as 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c was also reverted with: https://codereview.qt-project.org/#change,65560 Change-Id: I73bd91e3ac97384db27107051faead7a8cad3d91 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 13 Sep, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ia10bb1e8b5fa8bb93e76bf2e295df5c10336e582
-
- 12 Sep, 2013 - 1 commit
-
-
Friedemann Kleint authored
Introduce compiler defines for 32/64 bit and adapt the text file. Task-number: QTBUG-32829 Change-Id: I9cdbe5b306264858953e2c710b48300f5690e7db Reviewed-by:
Simo Fält <simo.falt@digia.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-
- 06 Sep, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I8352e99c9886882115b5808e6903ce09645949ba
-
- 02 Sep, 2013 - 1 commit
-
-
Oswald Buddenhagen authored
there is no point in scanning it, and it's incredibly slow. Change-Id: Ife2fe879b8285f18bb714804c532a68ed64f84d8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 29 Aug, 2013 - 1 commit
-
-
Tobias Hunger authored
Change-Id: Ib8db978f3f5414fccfcf772f7fa9b2b7ddbc761c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 27 Aug, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I98df818f6411c38a6ad8a8efaf6b6a0203dbb958
-
- 20 Aug, 2013 - 1 commit
-
-
Sergio Ahumada authored
This tests seem to be passing on MinGW 4.8, so removing them from the expect_fail.txt file. Change-Id: I3786d410f1e0937ddc1ceedd8ffd3c07d2619c40 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 12 Aug, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: Ieba84e0e32cc81d328bd5178caecb5005b62ab81
-
- 02 Aug, 2013 - 1 commit
-
-
Jerome Pasion authored
\qtvariable indicates the QT variable needed in .pro files. Change-Id: I018b00a19c3bbd2aa4bf34712f414569dd50775b Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 26 Jul, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I025901e52747805c61dc7edd40d5f2d067291bd0
-
- 23 Jul, 2013 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I6f3686ed8b527004af33f4ef62bf835220f5a7a9 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Sergio Ahumada authored
Change-Id: I256a0624ba33c55bba2a400df42cd8ef66fc7394 Reviewed-by:
Wouter Huysentruit <wouter.huysentruit@dzine.be> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 11 Jul, 2013 - 2 commits
-
-
Frederik Gladhorn authored
Change-Id: I4231685b78a7886928efe191aa7f09bb8a50e81e
-
Friedemann Kleint authored
Change-Id: I2a89644fa7440b0ef113d956affd745716607aee Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 08 Jul, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6d17ba2357350199bb0f0043cc0cc741df6785b4 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 26 Jun, 2013 - 1 commit
-
-
Jerome Pasion authored
-also enabled linking to 'qtdoc' for the homepage link Change-Id: I74781effabac4c73c8a286347e5aa0821d5931f0 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 12 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Id041591bce92162e8c615034c24c56199064e76d
-
- 11 Jun, 2013 - 1 commit
-
-
Raphael Kubo da Costa authored
They are primarily useful for getting rid of some libstdc++-specific includes which break the build with libc++, and also for simplifying the code and removing a Darwin-specific code path. r139553 by ossy@webkit.org: Use sync_add_and_fetch instead of gnu_cxx::exchange_and_add https://bugs.webkit.org/show_bug.cgi?id=106729 After r139514 we need atomicIncrement(int64_t volatile*) for all platform. Now the GCC implementation of atomicIncrement() is based on gnu_cxx::exchange_and_add, which doesn't support int64_t type, but sync_add_and_fetch does. Reviewed by Benjamin Poulain. r139921 by benjamin@webkit.org: Use GCC's implementation of atomicIncrement/Decrement on Mac https://bugs.webkit.org/show_bug.cgi?id=106976 Reviewed by Filip Pizlo. wtf/Atomics.h: GCC and LLVM have builtin for atomic ADD and SUB: sync_add_and_fetch, sync_sub_and_fetch. Using them let the compiler just generate the atomic operations inline instead of generating a function call to LibC. It also simplify the code a bit. Change-Id: Ic85cc1cc436477c63d2ebaf4f9ee2dfe7c05839f Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 06 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
-
- 05 Jun, 2013 - 1 commit
-
-
Mitch Curtis authored
This patch fixes a test failure introduced by 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c. tst_QScriptEngine::dateConversionJSQt and tst_QScriptEngine::dateConversionQtJS removed milliseconds from the JS-converted datetime, as QTime::toString() previously did not include them. Now it does, so we can remove this code. Change-Id: Iaddfc050adf8360bee776086b27de001702d221d Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 04 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf sync.profile Change-Id: I0c7564e03a51df9aba7dd53640802e318417bd0e
-
- 29 May, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ie9a9cd6a4b4f7f4735ff65f47c754b4609e1a1da Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 25 May, 2013 - 1 commit
-
-
Sergio Ahumada authored
This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Id206bb81aa4bd719ac8818b98103238deb05435d Reviewed-by:
Iikka Eklund <iikka.eklund@digia.com>
-
- 24 May, 2013 - 1 commit
-
-
Jerome Pasion authored
The group in qtdoc was replaced by the new overviews in qtdoc. Change-Id: I55518f8cf581a4de394863e359a3a848fc9842b0 Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-