summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Utils: Improve print function for SmallStringVectorwip/clang-queryMarco Bubke2016-11-171-1/+1
* Utils: Improve debug output of SmallStringMarco Bubke2016-11-171-5/+14
* Utils: Add const reverse iterators to SmallStringMarco Bubke2016-11-172-0/+33
* UnitTests: Add QByteArray printerMarco Bubke2016-11-172-67/+73
* CMake: Move code to read CMakeCache.txt into CMakeItem classTobias Hunger2016-11-174-87/+93
* CMake: Clean up more paths in server-modeTobias Hunger2016-11-171-1/+1
* CMake: Unify names for important directories in server-modeTobias Hunger2016-11-171-3/+3
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-11-1672-544/+693
|\
| * Debugger: Improve QAtomicPointer dumperhjk2016-11-162-7/+28
| * Document building QtC with system qbsKai Koehne2016-11-161-0/+3
| * Debugger: Disable some of the LLDB inheritance dumperhjk2016-11-161-3/+4
| * Debugger: Make std::set::iterator dumper test pass for libc++hjk2016-11-161-1/+8
| * Debugger: Recognize '-' as start of numeric template argumenthjk2016-11-161-1/+1
| * Debugger: Workaround gdb.lookup_symbol ignoring QArrayData::shared_nullhjk2016-11-161-20/+24
| * Clang: Take precompiled headers into account when parsing source filesDenis Klychkov2016-11-1611-31/+89
| * iOS: Fix buildNikolai Kosjar2016-11-161-0/+2
| * iOS: Make iOS simulator usage asynchronousVikas Pachdha2016-11-163-332/+551
| * Debugger: Use a more direct way to detect LLDB bitfieldshjk2016-11-161-3/+4
| * Debugger: Expose DebuggerKitInformation::ConfigurationErrorshjk2016-11-164-23/+21
| * Debugger: Make QRegExp dumper test pass on Machjk2016-11-162-0/+2
| * Fix that files could not be dropped onto welcome screenEike Ziller2016-11-162-0/+25
| * macOS: Fix that some actions still had icon in menuEike Ziller2016-11-153-8/+2
| * Reduce thread priority for test parsingEike Ziller2016-11-153-24/+41
| * QmlDesigner: Adding try catch blockThomas Hartmann2016-11-151-10/+14
| * ProjectExplorer: Don't show context menu when it makes no sensehjk2016-11-152-10/+3
| * CppEditor: Fix null pointer accessNikolai Kosjar2016-11-151-1/+1
| * Clang: Require LLVM >= 3.9.0Nikolai Kosjar2016-11-154-6/+6
| * ClangStaticAnalyzer: Raise supported clang version to 3.9.0Nikolai Kosjar2016-11-151-2/+2
| * CppTools: Fix crash on document closeNikolai Kosjar2016-11-151-2/+2
| * Debugger: Merge two variants to set detach-on-forkhjk2016-11-151-4/+1
| * Debugger: Remove some unused and forgotten functionhjk2016-11-152-8/+0
| * Debugger: Use explicit sizes in SSE dumpershjk2016-11-151-3/+3
| * Fix readability of TODO entries on dark themesJan Kundrát2016-11-143-3/+3
| * ProjectExplorer: Avoid accessing nullptr for unconfigured projectsChristian Stenger2016-11-142-2/+3
| * Debugger: Robustify typedef member lookuphjk2016-11-141-3/+24
| * Debugger: Force #include <boost/version.hpp> in boost dumper testshjk2016-11-141-0/+3
| * winrt: Remove experimental flagMaurice Kalinowski2016-11-141-1/+0
| * Update Russian translationSergey Belyashov2016-11-141-314/+299
| * Replace WIN32 define with _WIN32Kai Koehne2016-11-145-8/+10
| * AutoTest: Use themed test result iconsAlessandro Portale2016-11-1413-24/+49
| * AutoTest: Fix handling of enabled state for code parserChristian Stenger2016-11-145-22/+18
* | ProjectExplorer: Use Utils::FileName in ProjectImporter APITobias Hunger2016-11-167-20/+20
* | TextEditor: Fix warnings about inconsitent use of overrideTobias Hunger2016-11-161-11/+11
* | FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-166-89/+168
* | Tools: Disable clangrefactoringbackend againChristian Stenger2016-11-161-1/+1
* | iOS: Fix buildNikolai Kosjar2016-11-161-0/+2
* | Fix double spaceJarek Kobus2016-11-161-1/+1
* | Fix stringJarek Kobus2016-11-161-1/+1
* | iOS: Make iOS simulator usage asynchronousVikas Pachdha2016-11-163-332/+551
* | CMake: Fix generator warning for server-mode cmake toolsTobias Hunger2016-11-151-3/+4