- 30 Aug, 2017 15 commits
-
-
Marco Bubke authored
Change-Id: I1c8164a32c3cbfa27ce72db5093bbda613e1b9d9 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
-
Eike Ziller authored
Change-Id: I5b12586086297b57e250bbbd9c94818623ad33f9
-
Tobias Hunger authored
Change-Id: Ia6fca1df88ec5d2ed79de07b3633894a255c88d8 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
BogDan Vatra authored
Qt 5.6.3 LTS adds gradle template but QtCreator failed to use it because it compares Qt versions instead to search for gradle templates in QT_DIR/src/3rdparty/gradle Task-number: QTCREATORBUG-18811 Change-Id: I97c817f143a1d76fe4e2544b138cad9f4914eeee Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
Robert Loehning authored
Currently, only the end of a filename as actually compared since the title also contains "filename.h" when the title starts with "otherfilename.h" Change-Id: I60dd4dc1fd7c53fee2ddbc44953bcfe4d75c7530 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Filipe Azevedo authored
Change-Id: I054612716872cdb90f2a3fb5d31c20e19962ebaf Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Marco Bubke authored
Change-Id: I7a310402ec4527e4db47b46e34078885e08dac0b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Task-number: QTCREATORBUG-18814 Change-Id: I638fa4dd993e8efbabefc883622e1619b4e5d9cc Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I1fd3d1ebb3788e39d3c900df6af92c0cd94d667b Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: Ic6e8da5c7db0cfa325774640fe1202845d7b3e00 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Kandeler authored
Change-Id: Ib44d02ff0f8feb816a86fc6050e24a6cf9edbc71 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Christian Kandeler authored
Change-Id: If024aed2ddf06236284881a51df6af4b96585dfa Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
obj/gtest-clang-printing.o:gtest-clang-printing.cpp:llvm::VerifyDisableABIBreakingChecks: error: undefined reference to 'llvm::DisableABIBreakingChecks' Change-Id: Ifca2670c088962f6b60b6de522eb9e19e472bdb4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: I7169473818cf726545a85cdc686655b0d4dbf3e7 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 29 Aug, 2017 20 commits
-
-
Orgad Shaneh authored
Change-Id: I9ab2c68d2bd07b0dd89051a2f5f6fa51676d8594
-
Marco Bubke authored
Clang is internally using an id to handle files. We add now a mapping from their AST local id to out global id. Change-Id: I2d724761287b5e915237175134ec5d3b92099ddb Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
The old algorithm was comparing the string two times. One timer for smaller and one for larger. And memcmp on a long string still costs. The new one has a three state so it can compare smaller, greater and equal in one. There is a reverse version too which has big advantage for file paths. Change-Id: Ica4024f0a071803c697e2c1f26edd3eb1b203f9f Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I5cb81dffd6f1fda6bdcba0eedaf79f0bc91348b5 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Extend file path cache to 64 bit integer. Change-Id: I5627f13d59a3214f389087038482cbcc8d0eb484 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I8ff879631ae022bc870431628be002903360369c Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I64c25eef8eaa6cc6c3ff09d41866972b6c7248d0 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: I38d9716225b81091e8e75b26c9c2258a2aefa987 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
We already share same classes there which has nothing to do with IPC and I want to more for sharing. So we should use a name which fits better. Change-Id: Idfb12b6de714206117b92634ad719c6a0e290e78 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tim Jenssen authored
Change-Id: Iff6438daf70840116f02fcc439a6327c9401c32c Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Christian Stenger authored
When using pastebin there can be various errors. Add another one and try to handle it gracefully as this is a server side error we cannot influence ourselves. Change-Id: I2bcd5b7752bfbb98e2b3fd41cc8ebb9daf0ebf32 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-18691 Change-Id: Ibd17e7edf1c2cfdcc54ff2b9f16a9125bb217a84 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Eike Ziller authored
Starting to use macos qmake scope. 5.6.3 should be around soon so we can still regression test latest two patch levels. Change-Id: I14f67a26e26c50f6dd0fb8b621f13780b0b05f76 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Change-Id: Iee053367d5548af65c3f8e36e65377e7b8b0dd07 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Change-Id: I8cb6d208a6864b9a1ba428bced6c3d65440c5fee Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Different MIME type restrictions can be specified for auto formatting and executing the menu command. Update the screenshot that shows Beautifier options. Change-Id: Ie6028bef252c6b13d87c6c4eed465eddae991408 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Task-number: QTCREATORBUG-18805 Change-Id: Ic178a2f8bf167a8e0c683e055b22211e52f18395 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Eike Ziller authored
Explicitly pull in the sources that are needed from utils, instead of linking against the library. Also generate another copy of app_version.h for sdktool, so it is not necessary to run qmake on src/app/ before building sdktool. For Qbs, it already depends on the separate app_version_header product. Change-Id: I102c3a928f88a6035640166035c1bca29b126068 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: I44845b3cc6f393e76a2f3ff5f166c6170c4eff56 Reviewed-by:
Robert Loehning <robert.loehning@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Joerg Bornemann authored
Tell QTestLib to use OutputDebugString for logging when "Run in Terminal" is turned off. This way we are able to distinguish CDB's output from the debuggee's output. Task-number: QTCREATORBUG-16161 Change-Id: Ie5e6e4a0cbb853167766f782521101eff2e1963a Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 28 Aug, 2017 5 commits
-
-
Alessandro Portale authored
Change-Id: Ieb6855daf932297008a5bc498bc30a7ae0061178 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Marco Bubke authored
Change-Id: I9ccfc8febd95cbf8cb9c9d3ea45388e50df434d0 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Friedemann Kleint authored
Fixes warnings "Empty filename passed to function" (introduced by qtbase 0dee566e98f5ff4f224e596de1c04de4f9685df4) emitted when running Qt Creator against 5.10. The warnings originate from Kit::icon(). Change-Id: I501914195b8e4d340fd02362b215ffc6e3dc99d4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Fixes wrong linked lines when make terminates. The lines marked with ** are linked instead of the lines marked with &&. int main() { boo; } main.cpp: In function 'int main()': main.cpp:3:5: error: 'boo' was not declared in this scope boo; ^~~ && main.cpp:3:5: note: suggested alternative: 'bool' && boo; && ^~~ &&** bool ** mingw32-make[1]: *** [Makefile.Debug:98: debug/main.o] Error 1 ** mingw32-make: *** [Makefile:34: debug] Error 2 ** mingw32-make[1]: Leaving directory 'D:/Projects/test' Change-Id: I33b87d5b20e1e5ee21319986086c832a4aa77e07 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Marco Bubke authored
It is now possible to read values at once. for (auto [name, value] : statement.tupleValues<String, int>(1000, "foo", 20)) .... Change-Id: I3d4bc5218810b4620e1df625126aa490f30bbc71 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-