aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/project/nimblebuildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-3/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Nim: Convert to Tr::trhjk2022-10-111-2/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Nim: Proliferate FilePath use in NimbleBuildSystemhjk2021-08-241-17/+14
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-6/+6
* Core: filepathify file renamingDavid Schulz2021-06-171-2/+2
* Nim: Pass on parse errors to issues paneChristian Stenger2021-03-181-0/+16
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-6/+10
* Nim: Fix some nimble pathsBernhard Beschow2021-01-041-2/+1
* Nim: Remove unused methodBernhard Beschow2021-01-041-8/+3
* Nim: Fix handling of project settingsChristian Stenger2020-09-111-4/+7
* Nim: Fix running when building with nimbleChristian Stenger2020-09-081-3/+6
* Remove unused members from some classesChristian Kandeler2020-04-231-1/+0
* Nim: Fix nim trying to parse several timesTobias Hunger2020-03-021-1/+6
* Nim: Fix build broken target info on WindowsFilippo Cucchetto2020-02-171-2/+2
* Nim: workaround to project parsing loopsFilippo Cucchetto2020-02-171-7/+5
* Nim: Adapt to recent buildconfiguration changeshjk2019-11-291-48/+79
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-1/+2
* ProjectExplorer: Make more use of available convenience functionshjk2019-11-211-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-15/+85
* Nim: Fix compileChristian Stenger2019-11-051-16/+13
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-041-0/+149