aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-043-13/+45
|\
| * Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
| * algorithm.h: Fix compilation with Qt 5.13.1Friedemann Kleint2019-07-031-2/+2
| * Fix compilation with Qt 5.13hjk2019-07-031-4/+4
| * Utils: Add toSet/toList functionshjk2019-07-022-5/+28
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-0/+4
|\|
| * Clang: Watch directories instead of filesMarco Bubke2019-06-271-0/+4
* | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+14
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-201-1/+1
|\|
| * Utils: Fix default argument of ConsoleProcess::StartChristian Kandeler2019-06-181-1/+1
* | Utils: reserve result container size in partitionDavid Schulz2019-06-191-0/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-185-7/+18
|\|
| * SSH: Fix running remote process in terminalChristian Kandeler2019-06-145-7/+13
* | Fix qbs buildChristian Kandeler2019-06-181-1/+13
* | CMake build: Build fix for "Enable macro editing for the Clang indexer"Cristian Adam2019-06-141-0/+6
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-1319-976/+1615
* | ProjectExplorer: Let ArgumentsAspect use a multi-line editChristian Kandeler2019-06-132-0/+76
* | Utils: Use CommandLine in ConsoleProcesshjk2019-06-134-15/+32
* | Utils: Use CommandLine in ShellCommandhjk2019-06-112-31/+29
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-116-41/+17
* | Utils: Encourage marking of raw command line parametershjk2019-06-062-6/+24
* | CMake: Allow for relative install prefixesTobias Hunger2019-06-061-2/+5
* | Utils: Add a CommandLine::splitArguments() convenience functionhjk2019-06-064-12/+42
|/
* Utils: Pass an optional OsType parameter to CommandLine::addArghjk2019-06-052-6/+7
* Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-034-43/+51
* Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+1
* CMake: Fix relative tools pathOrgad Shaneh2019-05-311-1/+1
* ProjectExplorer/Android: Some more use of Utils::CommandLinehjk2019-05-292-0/+7
* WinRt: Use new Utils::CommandLinehjk2019-05-292-0/+19
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-292-8/+26
* CMake build: Add unittest CMake build filesCristian Adam2019-05-291-7/+6
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Fix a few strings after FileName renaminghjk2019-05-281-23/+23
* Utils: Remove rarely used FilePath constructorhjk2019-05-282-8/+0
* Utils: Rename FileName to FilePathhjk2019-05-2825-312/+315
* Fix some deprecation warnings about String::sprintf() and qVariantFromValue()Friedemann Kleint2019-05-281-8/+6
* CMake: Use extend_qtc_target in UtilsTobias Hunger2019-05-271-41/+34
* Utils: Remove now-unused FileName::appendPath()hjk2019-05-272-12/+0
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-241-2/+0
* Variant: Prepare for C++17 supportOrgad Shaneh2019-05-241-2/+17
* Utils: Remove copy contructor to silence warningMarco Bubke2019-05-231-7/+0
* Utils: Make FileName comparison work with URLshjk2019-05-201-4/+8
* Utils: Make FileName::shortNativePath a memberhjk2019-05-202-5/+6
* Utils: Make FileName::isFileNewerThan a memberhjk2019-05-202-8/+9
* Utils: Make FileName::canonicalPath a memberhjk2019-05-202-6/+7
* Qt Creator CMake portCristian Adam2019-05-171-0/+214
* Utils: Make FileName hold an QUrl optionallyhjk2019-05-172-1/+46
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-152-4/+3
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-154-0/+13