summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-043-0/+5
|\
| * Simplify RPATHs for qmake buildEike Ziller2019-11-043-0/+5
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-011-1/+1
|\ \ | |/
| * CMake: Configure fix for qtcdebuggerCristian Adam2019-10-281-1/+1
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-282-0/+3
|\ \ | |/
| * QmlDesigner: Add support for move gadget to 3D edit viewMiikka Heikkinen2019-10-252-0/+3
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-232-0/+22
|\ \ | |/
| * QmlDesigner: Fix cmake buildEike Ziller2019-10-211-0/+1
| * QmlDesigner: Implement Quick3DNodeInstance wrapperThomas Hartmann2019-10-212-0/+10
| * qml2puppet: Fix CMake buildAlessandro Portale2019-10-211-1/+1
| * Add edit camera controls for 3D edit viewPasi Keränen2019-10-212-0/+8
| * QmlDesigner: Implement command for synchronising the selectionThomas Hartmann2019-10-212-0/+3
* | Update perfparserUlf Hermann2019-10-211-0/+0
|/
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-51/+26
|\
| * iOS: Fix failure to run an app on iOS version 13 onwardsVikas Pachdha2019-10-141-51/+26
* | CMake: Fix build with Clang 9Orgad Shaneh2019-10-101-1/+1
* | CMake Build: Add build for winrtdebughelperCristian Adam2019-10-102-12/+7
* | CMake Build: Add support for qtcdebuggerCristian Adam2019-10-102-18/+10
* | CMake Build: Add build for wininterruptCristian Adam2019-10-102-10/+10
* | Clang: Support skip warnings with LLVM9Orgad Shaneh2019-10-072-6/+2
* | Merge remote-tracking branch 'origin/master' into 4.11Eike Ziller2019-10-021-2/+5
|\ \
| * | sdktool: Document WebAssembly typesAlessandro Portale2019-09-301-2/+5
* | | Short live McuSupporthjk2019-09-301-76/+182
* | | Update perfparser submoduleUlf Hermann2019-09-301-0/+0
|/ /
* | Clangbackend: Use Qt debugging instead of std::cerrCristian Adam2019-09-241-6/+3
* | Fix build of clangrefactoring backend on WindowsCristian Adam2019-09-233-3/+3
* | Debugging: Enable Windows debugging for clang toolsCristian Adam2019-09-193-19/+9
* | ClangRefactoring: Fix MSVC warningOrgad Shaneh2019-09-181-1/+1
* | CMake build system for sdktool: use extend_qtc_executableAlessandro Portale2019-09-171-3/+3
* | Update perfparser submoduleUlf Hermann2019-09-031-0/+0
* | Update perfparser to latest masterUlf Hermann2019-08-291-0/+0
* | Fix CMake buildEike Ziller2019-08-281-1/+0
* | ClangPchManager: Fix merge in ProjectPartsManagerMarco Bubke2019-08-271-7/+14
* | ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-271-4/+4
* | Clang: Reduce database accessesMarco Bubke2019-08-277-42/+52
* | Clang: Optimize file path cacheMarco Bubke2019-08-276-24/+26
* | ClangPchManager: Optimize difference computingMarco Bubke2019-08-271-8/+4
* | ClangPchManager: Watch unchanged PCHsMarco Bubke2019-08-275-22/+111
* | ClangPchManager: Update PCHs if time stamps of dependencies changedMarco Bubke2019-08-277-64/+264
* | ClangPchManager: Expose more internals from BuildDependenciesProviderMarco Bubke2019-08-273-11/+20
* | ClangPchManager: Fix transactions in precompiled header storageMarco Bubke2019-08-271-3/+6
* | Clang: Add fetchTimeStamps to PrecompiledHeaderStorageMarco Bubke2019-08-272-0/+25
* | ClangPchManager: Use TimeStamp instead of long longMarco Bubke2019-08-273-10/+11
* | ClangRefactoring: Remove file status collectionMarco Bubke2019-08-278-142/+0
* | Clang: Improve updating of PCHsMarco Bubke2019-08-273-5/+11
* | ClangPchManager: Set the time stamp to -1 if a file changedMarco Bubke2019-08-271-1/+1
* | Clang: Set indexing time stamp by dependent sourcesMarco Bubke2019-08-273-14/+53
* | ClangPchManager: Return always a null entry if there is no file statusMarco Bubke2019-08-271-1/+2
* | ClangPchManager: Take argument by referenceMarco Bubke2019-08-272-2/+2
* | Clang: Move transactions to storageMarco Bubke2019-08-271-2/+0