| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'v6.2.13-lts' into tqtc/lts-6.2-opensource | Tarja Sundqvist | 2025-08-27 | 1 | -68/+89 |
| |\ |
|
| | * | YAML: quote reserved keywords in mapping keys when generating YAML | Robert Griebl | 2024-08-08 | 1 | -68/+89 |
| * | | Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso... | Tarja Sundqvist | 2024-02-22 | 1 | -70/+74 |
| |\| |
|
| | * | yaml: missing values are actually null/~, not empty strings | Robert Griebl | 2023-03-21 | 1 | -70/+74 |
| * | | Revert "Update commercial license headers"v6.2.5-lts-lgpl | Tarja Sundqvist | 2022-11-24 | 1 | -12/+12 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2022-06-13 | 1 | -12/+12 |
| * | Clazy: fix src | Robert Griebl | 2021-08-20 | 1 | -1/+1 |
| * | Update copyright headers to 2021 an finally switch to the GPL | Robert Griebl | 2021-06-01 | 1 | -25/+13 |
| * | Qt6 port, part 2 .. compiling with cmake | Robert Griebl | 2020-11-28 | 1 | -13/+13 |
| * | Qt 6 port, part 1 .. without cmake | Robert Griebl | 2020-11-28 | 1 | -8/+7 |
| * | Merge remote-tracking branch 'gerrit/5.13' into 5.14 | Robert Griebl | 2020-01-31 | 1 | -0/+7 |
| |\ |
|
| | * | Fix crash in parallel YAML parsing | Robert Griebl | 2020-01-31 | 1 | -16/+20 |
| * | | Fix compiler and code-model warnings | Robert Griebl | 2019-11-08 | 1 | -195/+0 |
| * | | Better YAML error output | Robert Griebl | 2019-11-08 | 1 | -8/+33 |
| * | | Fully transparent and generic cache for config and app database | Robert Griebl | 2019-11-07 | 1 | -5/+32 |
| * | | Fix copyright headers | Robert Griebl | 2019-11-05 | 1 | -0/+1 |
| * | | Rewrite of the YAML parser abstraction for Qt | Robert Griebl | 2019-10-30 | 1 | -47/+449 |
| * | | Rename from Luxoft AM to Qt AM | Robert Griebl | 2019-08-05 | 1 | -1/+1 |
| |/ |
|
| * | Add support for env variables and std. paths in am-config.yaml | Robert Griebl | 2019-06-06 | 1 | -12/+6 |
| * | Update copyright statements | Robert Griebl | 2018-12-18 | 1 | -1/+2 |
| * | Clang code model fixes | Robert Griebl | 2018-04-17 | 1 | -1/+2 |
| * | Update Pelagicore copyright headers to 2018 | Robert Griebl | 2018-02-07 | 1 | -1/+1 |
| * | Introduce config file caching | Robert Griebl | 2017-04-25 | 1 | -7/+1 |
| * | Replace all foreach loops with C++11 ranged-for loops | Robert Griebl | 2017-03-14 | 1 | -2/+3 |
| * | Replace C++03 throw(Exception) specifications with C++11 noexcept(false) | Robert Griebl | 2017-03-14 | 1 | -3/+3 |
| * | Fix memory leak when parsing YAML files | Robert Griebl | 2017-02-22 | 1 | -11/+8 |
| * | Fixed conversion of YAML null values to JS | Robert Griebl | 2017-01-30 | 1 | -5/+11 |
| * | Updated Pelagicore AG copyright to 2017 | Robert Griebl | 2017-01-16 | 1 | -1/+1 |
| * | Added a way to add config paths that are relative to the config file | Robert Griebl | 2017-01-11 | 1 | -6/+12 |
| * | Optimized the Qt side of the YAML parser | Robert Griebl | 2016-11-23 | 1 | -63/+75 |
| * | Make the build warning free | Robert Griebl | 2016-10-19 | 1 | -1/+4 |
| * | Reimplemented build-system as a real Qt module | Robert Griebl | 2016-10-17 | 1 | -7/+7 |
| * | Fixed license header to align with the final QtAS contract. | Robert Griebl | 2016-06-02 | 1 | -6/+16 |
| * | Use the same license wording for GPL3 as the standard Qt 5.7 license. | Robert Griebl | 2016-04-11 | 1 | -13/+14 |
| * | Updated copyright year to 2016 | Robert Griebl | 2016-03-17 | 1 | -1/+1 |
| * | Fixed all relevant clazy warnings - especially QString related ones. | Robert Griebl | 2016-01-14 | 1 | -1/+2 |
| * | Tweaked the header layout a little bit, so that it passes the CI check. | Robert Griebl | 2015-11-20 | 1 | -4/+4 |
| * | Initial commit of Pelagicore's ApplicationManager with squashed history. | Robert Griebl | 2015-10-26 | 1 | -0/+390 |