aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow nested initializers in CommandLineMarcus Tillmanns3 days1-0/+6
* Merge remote-tracking branch 'origin/17.0'Eike Ziller4 days1-2/+8
|\
| * Fix qbs build when using MinGWChristian Stenger4 days1-2/+8
* | DevContainer: Implement devcontainer InstanceMarcus Tillmanns8 days2-1/+39
* | DevContainer: Fix qbs buildChristian Stenger8 days1-0/+3
* | DevContainer: Add library to parse devcontainer configsMarcus Tillmanns8 days5-0/+118
* | Utils: Add stringutils function to remove comments from json filesMarcus Tillmanns9 days1-0/+88
* | LanguageServer: Use Utils::TextCodec instead of QTextCodechjk11 days1-14/+15
* | Utils: Remove direct uses of QTextCodec from file searchhjk2025-05-151-3/+2
* | TaskTree test: Sync with QtJarek Kobus2025-05-141-6/+15
|/
* Utils: Use Result<> in TemplateEnginehjk2025-04-291-4/+8
* Utils: Merge the two FileSaver::write() overloadshjk2025-04-231-1/+1
* Debugger: Some code cosmetics in dumper testhjk2025-04-231-16/+16
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Core: Use Result<ExternalTool *> in ExternalToolManagerhjk2025-04-151-24/+29
* Utils: Add function to normalize lineendings in a QByteArrayhjk2025-04-151-0/+23
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-4/+4
* Tests: Fix linkingChristian Stenger2025-04-147-6/+7
* Replace most expected_str by Utils::Resulthjk2025-04-116-16/+16
* ExtensionSystem: Return Utils::Result from IPlugin::initialize()Jarek Kobus2025-04-114-22/+16
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-6/+7
* ProjectExplorer: Fix hang on ProcessList updateMarcus Tillmanns2025-04-101-2/+3
* Tests: Add test to qbs buildChristian Stenger2025-04-101-0/+1
* Various tests: Replace QVector by QListhjk2025-04-103-14/+13
* Various tests: Use QList instead of QVectorhjk2025-04-104-18/+17
* ExtensionSystem: Replace QVector with QListhjk2025-04-092-2/+2
* CppEditor: Treat some function-like built-ins like functionsChristian Kandeler2025-04-031-0/+13
* TaskTree: Add postCancelRecipe arg to withCancel()Jarek Kobus2025-04-031-5/+63
* CppEditor: Support constexpr-if in code formatterChristian Kandeler2025-04-011-0/+14
* Valgrind: Move ValgrindProcess into Internal namespaceJarek Kobus2025-03-311-0/+1
* Utils: Use ARCHIVE_ definesMarcus Tillmanns2025-03-241-10/+10
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-244-7/+7
* Utils: Don't "extract" raw filesMarcus Tillmanns2025-03-211-0/+91
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Add unarchiver test for remote pathsMarcus Tillmanns2025-03-211-3/+38
* Tests: Add unarchiver test to qbs buildChristian Stenger2025-03-202-0/+10
* LibArchive: Allow using system libarchiveMarcus Tillmanns2025-03-201-1/+1
* LibArchive: Add basic function testMarcus Tillmanns2025-03-194-0/+144
* Remove the Haskell pluginEike Ziller2025-03-123-739/+0
* Utils: Remove FilePath::calcRelativeFilePath from public interfacehjk2025-03-121-68/+47
* Utils: Simplify ProcessArgshjk2025-03-111-5/+2
* Utils: Simplify FilePath::relativePathFromhjk2025-03-041-14/+32
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-031-1/+2
|\
| * Tests: Fix MSVC compilationOrgad Shaneh2025-03-011-1/+1
| * Tests: Add missing includeMarcus Tillmanns2025-02-281-0/+1
* | fix:ParseTranlationUnit is misspelledTian Shilin2025-02-283-7/+7
* | Merge remote-tracking branch 'origin/16.0'David Schulz2025-02-281-0/+1
|\|
| * Tests: Add missing using namespaceMarcus Tillmanns2025-02-271-0/+1
* | TaskTree: Introduce SimpleCustomTask helperJarek Kobus2025-02-271-11/+3
* | TaskTree: Replace BarrierItem with "When >> Do" constructJarek Kobus2025-02-251-17/+12