summaryrefslogtreecommitdiff
path: root/src/common-lib/qtyaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* yaml: missing values are actually null/~, not empty strings6.4Robert Griebl2023-03-211-70/+74
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Clazy: fix srcRobert Griebl2021-08-201-1/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-13/+13
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-8/+7
* Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-311-0/+7
|\
| * Fix crash in parallel YAML parsingRobert Griebl2020-01-311-16/+20
* | Fix compiler and code-model warningsRobert Griebl2019-11-081-195/+0
* | Better YAML error outputRobert Griebl2019-11-081-8/+33
* | Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-5/+32
* | Fix copyright headersRobert Griebl2019-11-051-0/+1
* | Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-301-47/+449
* | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
|/
* Add support for env variables and std. paths in am-config.yamlRobert Griebl2019-06-061-12/+6
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Clang code model fixesRobert Griebl2018-04-171-1/+2
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Introduce config file cachingRobert Griebl2017-04-251-7/+1
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-2/+3
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-3/+3
* Fix memory leak when parsing YAML filesRobert Griebl2017-02-221-11/+8
* Fixed conversion of YAML null values to JSRobert Griebl2017-01-301-5/+11
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Added a way to add config paths that are relative to the config fileRobert Griebl2017-01-111-6/+12
* Optimized the Qt side of the YAML parserRobert Griebl2016-11-231-63/+75
* Make the build warning freeRobert Griebl2016-10-191-1/+4
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-7/+7
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-141-1/+2
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-201-4/+4
* Initial commit of Pelagicore's ApplicationManager with squashed history.Robert Griebl2015-10-261-0/+390