aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Devcontainer: Implement workspace mountMarcus Tillmanns32 hours1-10/+22
* Devcontainer: Implement variable substitutionMarcus Tillmanns34 hours1-17/+103
* Devcontainer: Add lifecycle hook executionMarcus Tillmanns37 hours1-5/+51
* Devcontainer: Add image container testMarcus Tillmanns40 hours1-0/+32
* Debugger: Remove Qt5Compat dependency in autotesthjk2 days1-1/+1
* Utils: Remove Text{Codec,Encoding}::mibEnum()hjk3 days1-1/+1
* CPlusPlus: Drop a few simple accessor functionshjk3 days1-6/+4
* Revert "Tests: Disable devcontainer auto test for MSVC2019"Christian Stenger4 days2-9/+0
* Devcontainer: Make "context" argument non optionalMarcus Tillmanns4 days1-1/+0
* Devcontainer: Inspect ImageMarcus Tillmanns4 days1-3/+7
* Devcontainer: Check docker system before running testsMarcus Tillmanns5 days1-0/+18
* DevContainer: Replace monostate with optionalMarcus Tillmanns5 days1-6/+13
* Utils: Move TextCodec::encodingForLocale() to TextEncodinghjk9 days1-1/+1
* TextEditor: Reduce use of (Q)TextCodechjk10 days1-1/+1
* LanguageServer: Reduce use of (Q)TextCodechjk10 days1-47/+74
* Tests: Disable devcontainer auto test for MSVC2019Christian Stenger11 days2-0/+9
* UpdateInfo: Separate retrieval of "available" packagesEike Ziller2025-06-111-0/+35
* TaskTree: Add optional WorkflowPolicy arg to When() c'torsJarek Kobus2025-06-061-0/+29
* TaskTree: Make more classes finalJarek Kobus2025-06-051-1/+1
* qbs build: Use bundled libarchive, if necessaryChristian Kandeler2025-06-021-15/+1
* TaskTree: Add When overloadJarek Kobus2025-06-021-0/+18
* Utils: Allow nested initializers in CommandLineMarcus Tillmanns2025-05-271-0/+6
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-261-2/+8
|\
| * Fix qbs build when using MinGWChristian Stenger2025-05-261-2/+8
* | DevContainer: Implement devcontainer InstanceMarcus Tillmanns2025-05-222-1/+39
* | DevContainer: Fix qbs buildChristian Stenger2025-05-221-0/+3
* | DevContainer: Add library to parse devcontainer configsMarcus Tillmanns2025-05-225-0/+118
* | Utils: Add stringutils function to remove comments from json filesMarcus Tillmanns2025-05-211-0/+88
* | LanguageServer: Use Utils::TextCodec instead of QTextCodechjk2025-05-191-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