aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonbuildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-3/+2
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-4/+3
* Replace most expected_str by Utils::Resulthjk2025-04-111-4/+4
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Add pyproject.toml support for Python projectsJaime Resano2025-03-111-17/+56
* Utils: Simplify FilePath::relativePathFromhjk2025-03-041-3/+3
* Fix adding duplicated project filesJaime Resano2025-02-131-26/+34
* ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-1/+1
* Python: Remove unneeded BuildSystem constructor and memberChristian Kandeler2025-01-301-18/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* ProjectExplorer: Let build systems do renamings in bulkChristian Kandeler2024-09-161-7/+23
* Debugger: add python debugger setting in run configurationDavid Schulz2023-12-041-0/+7
* Python: Create a default BuildSystem for Python targetsDavid Schulz2023-12-011-0/+10
* Python: use kits page in python wizardsDavid Schulz2023-11-281-4/+17
* Python: split buildsystem and project into separate filesDavid Schulz2023-11-141-0/+364