- 13 Aug, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Iea043221b965bbbc05f9c98b8f58aa7870acadfe Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-
- 07 Aug, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I9dda1a76e730dfe1790fe6771a6f9ccd63c5d13b Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-
- 06 Aug, 2015 - 1 commit
-
-
Thiago Macieira authored
It's deprecated in C++14. Found by Clang: error: 'register' storage class specifier is deprecated [-Werror,-Wdeprecated-register] Change-Id: Ib306f8f647014b399b87ffff13f23d75e8255950 Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-
- 03 Aug, 2015 - 1 commit
-
-
Bjoern Breitmeyer authored
Change-Id: I54541c588dfa76180ffdf99ac0ed2f6cdc8cfdc4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 01 Aug, 2015 - 1 commit
-
-
Frederik Gladhorn authored
At least on OS X, the test would use the baseline of xmlpatternsxqts since that's where tst_suitetest.h is. QFINDTESTDATA would then resolve Baseline.xml relative to that. Change-Id: I860d7e3143365b33901f721caed813d4d594f28d Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
- 29 Jun, 2015 - 2 commits
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I56232f2e3996efa9804cfabae61db765629e060a
-
Oswald Buddenhagen authored
Change-Id: I2d7bf0419d63ec8dde51162a4c3a7d191a8d2089
-
- 10 Jun, 2015 - 2 commits
-
-
Erik Verbruggen authored
The elements on the parser stack are of a complex type, which bison generated parsers don't know how to reallocate when they need to grow the stack. This patch implements yyoverflow, which is called whenever the parser runs out of stack space. The size of the elements is quite large (152 bytes on x86_64), so the initial stack (which is allocated on the C stack) is set to 1 element. Any subsequent reallocations are done by using QVector for reallocation, copying the elements, and handling the deallocation. Because of the size of the elements, the stack (vectors) are grown linearly. The upper limit of the stack size if left at 10000 elements, which should really be enough for an lalr(1) grammar. Task-number: QTBUG-4470 Change-Id: Ic1ef08655b388c38ef452d03a425cbd31b91825b Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
Erik Verbruggen authored
Identifier names like "IN" and "AS" have a high probability of being defined by certain platforms as macros, esp. with Visual Studio. Change-Id: I1fbc0ae33f94387b83377181b6012683a418459a Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
- 03 Jun, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I40f55a4eabaf2d0d6bcda0a4b6111b27130f24f3
-
- 30 May, 2015 - 2 commits
-
-
Sergio Martins authored
It's much faster Change-Id: I959559a442ab6acf424d7798b9bcd01ab29e65e3 Reviewed-by:
Marc Mutz <marc.mutz@kdab.com>
-
Sergio Martins authored
No need to initialize it before main. Change-Id: I2ebc9a2b04a58275570e967c17ace9028f11d5ba Reviewed-by:
Marc Mutz <marc.mutz@kdab.com> Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-
- 28 May, 2015 - 1 commit
-
-
Sergio Martins authored
Change-Id: I86391bf0ede4fb32037b4e98889650e36ef5d279 Reviewed-by:
Marc Mutz <marc.mutz@kdab.com> Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-
- 26 May, 2015 - 1 commit
-
-
Sergio Martins authored
We have a QSet::contains() since 4.6. Change-Id: Idbafeec6e58aadff4a07e7ed50ac54dc8738623a Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-
- 17 Apr, 2015 - 1 commit
-
-
Jan Arve Saether authored
These tests crashed, and thus prevented us from getting the results from the ~19000 other test cases. Change-Id: I8fd2abcc68b545177f4baa912e9e0d5dbe931201 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
- 15 Apr, 2015 - 1 commit
-
-
Jan Arve Saether authored
It seems to require a larger refactoring in order to solve this, so we skip this for now in order for us to be able to run the remaining tests in CI. Change-Id: I2ae4860a92cdb7fb88ca89c4dd1f047bacbaaf9e Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
- 08 Apr, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I5e588fe388d93483b5d533cdd539d749e4fb4ce8
-
- 07 Apr, 2015 - 1 commit
-
-
Friedemann Kleint authored
Avoid conflicts with the newly introduced qdebug_p.h of QtCore. Change-Id: I04b83e159900d9d36fa96ae5112eb4cdf75c0551 Reviewed-by:
Liang Qi <liang.qi@theqtcompany.com> Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-
- 27 Mar, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: Ic5fa3d4a4bc9e1a9c96c78869c2f8b5c4cd19a07
-
- 25 Mar, 2015 - 2 commits
-
-
Frederik Gladhorn authored
I currently have many failures (I assume through bad testsuite set up), they go by silently on the second run, instead now there will always be output: PASS : tst_XmlPatternsSchemaTS::runTestSuite() SUMMARY: Total: 39193 Failures: 39193 Passes: 0 Not tested: 0 Pass percentage(%): 0 Unexpected failures: 0 Unexpected passes: 0 Result was identical to the baseline, baseline was not updated. PASS : tst_XmlPatternsSchemaTS::checkTestSuiteResult() Change-Id: I4e11832ea711b8cb9feff088a09434122968d080 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
Thiago Macieira authored
We have configure -headersclean now Change-Id: Iaa084ece95cefd5264a34726d85d13ea7a65016d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 18 Mar, 2015 - 1 commit
-
-
Friedemann Kleint authored
It was used to disable code/variables referenced in Q_ASSERT_X. Since the macro is now expanded in release mode as well, this causes compilation errors. Change-Id: I5b90515c042f9d3e76be84cd5385eae081a037c8 Reviewed-by:
Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
-
- 17 Mar, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: If6154bde24204babd512e9713771c7b84661fb02
-
- 24 Feb, 2015 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I714d3efebd14cdf21a3659c1c66c9186ffb36d04
-
Frederik Gladhorn authored
-
- 20 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I1cac4b9b5fa2d07f5fc0b0336a90019844561ae0
-
- 17 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I1dc468d4e08c2dfdc4643410220f18bc8ec450b9 Reviewed-by:
Antti Kokko <antti.kokko@theqtcompany.com>
-
- 15 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
-
- 13 Feb, 2015 - 3 commits
-
-
Sergio Ahumada authored
Remove the ia32 data since there are no linux x86 machines in the CI system (which makes the data useless from an automated testing point of view) and most people use x64 these days anyway Change-Id: I70b1dbb239c9f4310908ede02822c6ca103ea291 Reviewed-by:
Liang Qi <liang.qi@theqtcompany.com>
-
Frederik Gladhorn authored
Change-Id: I3c94e9239cc94cfd3e12a72646314e3687e82d8b
-
Kai Koehne authored
The test relied on operator<<(QDebug, const QUrl &) adding unnecessary spaces. This got fixed in qtbase commit 868201155. Change-Id: I75f71a82f6426da396c1634cecce3b21e3ca8580 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
- 19 Jan, 2015 - 2 commits
-
-
Nico Vertriest authored
Task-number: QTBUG-43810 Change-Id: Ibc6b27e1935d54e90a8842e788b20dd472472065 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: Id327fd1d5933b38c3fcc3f7e9edadb34aaf7a059
-
- 16 Jan, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I18f0254aed77198fe045cd0747931b400e2af6d5
-
- 14 Jan, 2015 - 1 commit
-
-
Frederik Gladhorn authored
-
- 12 Jan, 2015 - 1 commit
-
-
Kai Koehne authored
Replace the generic default label by the new QtInfoMsg enum, which got added to Qt5Core. Change-Id: Ia56d24f29519d8f9c8f184d74b77292ecbb0bd4b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 05 Jan, 2015 - 1 commit
-
-
Leena Miettinen authored
- Add \brief commands to example docs to show descriptions - Add an examples page with the \group command - Link to the examples page from the module index page - Edit the .qdocconf file - Edit the .gitignore file to allow pushing changes to examples - Add a generic thumbnail image for C++ Code Analyzer example Change-Id: I1a313ae26664ce9fc50ef8962f0facd57dea546b Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 02 Jan, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I1a3ce01707f9a09f7370479a97a8d8a738881389
-
- 22 Dec, 2014 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: I8719910e1e48ba73ace71914b38a23c7b12a874b Reviewed-by:
Iikka Eklund <iikka.eklund@theqtcompany.com>
-
- 20 Dec, 2014 - 1 commit
-
-
Kai Koehne authored
This enables us to add a new QtInfoMsg message type to qtbase without breaking qtxmlpatterns. Change-Id: Ia4dcee9390eb6b7fc02cf10067317879e931a092 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-