index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
6.2
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Qt component for application lifecycle management
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common-lib
/
qtyaml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
HEAD
dev
Zoltan Gera
8 days
1
-0
/
+1
*
Better safe than sorry: std::chrono object constructors are weird
Robert Griebl
2024-12-02
1
-1
/
+1
*
YAML: quote reserved keywords in mapping keys when generating YAML
Robert Griebl
2024-08-07
1
-68
/
+89
*
Fix Axivion style violations
Robert Griebl
2024-06-18
1
-3
/
+3
*
Refactor the representation of the YAML configuration
Robert Griebl
2024-05-29
1
-26
/
+140
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-3
/
+3
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-2
/
+2
*
Clazy: modernize
Robert Griebl
2024-01-08
1
-3
/
+3
*
Modernize string literals
Robert Griebl
2024-01-08
1
-52
/
+54
*
Improve YAML debug output
Robert Griebl
2023-12-22
1
-27
/
+27
*
Quicklaunch: improve the runtimesPerContainer setting
Robert Griebl
2023-12-12
1
-1
/
+1
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-6
/
+6
*
yaml: missing values are actually null/~, not empty strings
Robert Griebl
2023-03-21
1
-70
/
+74
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
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