summaryrefslogtreecommitdiffstats
path: root/upstream/xmlserializer
Commit message (Collapse)AuthorAgeFilesLines
* parameter framework failed to build using clang6Miguel Gaio2019-04-261-3/+0
| | | | | | | | | | | | Warning flag -Winstantiation-after-specialization is now enabled. Fix code accordingly. Bug: 130284799 Test: make Change-Id: I983eec5b538bc02ee19b4202631e171a7bbeecf6 Signed-off-by: Miguel Gaio <miguel.gaio@renault.com>
* [PFW] Integrate PFW core version 3.2.7 releaseSebastien Guiriec2019-03-121-5/+7
| | | | | | | | | | | | | | | | | PFW 3.2.7 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.7 This release contains the following changes: - Tighter checks on XML attributes - Travis-related changes - Documentation fixes - Fix displaying of syntax errors in EDD files Bug: 124767636 Test: build Change-Id: I7b2671156b5275aa2b804246fa65e81613677881 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
* [PFW] Integrate PFW core version 3.2.6 releaseSebastien Guiriec2019-03-121-1/+2
| | | | | | | | | | | | | | | | | | | PFW 3.2.6 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.6 This release contains the following changes: - CMake: define installation components - Enum parameter serialization fix in raw value space - Version number guessing now prioritizes the ".version" file generated by the "git archive" export and then falls back to the git revision (opposite of what was done before). - Some CMake modernization. Bug: 124767636 Test: build Change-Id: Ic55dfc09da3436d0a4182463fa44a4dd6a9bfb80 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
* [PFW] Integrate PFW core version 3.2.5 releaseSebastien Guiriec2019-03-1210-26/+25
| | | | | | | | | | | | | | | | | | PFW 3.2.5 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.5 This release contains the following changes: - CMake Package configuration file generation - Preliminary and unofficial OSX support in Travis-CI - Use clang-tidy for automatic code cleanup - Some more cleanup and fixes - Speed Travis-CI up by using CCache Bug: 124767636 Test: build Change-Id: Ib7ce6824430f3907c0508194e91f71a934bdcda8 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
* parameter-framework: move github upstream code to upstream folderFrançois Gaffie2016-03-0417-0/+1700
Change-Id: I3aa6e8f8fccfcf80fdc2a4e00c17d8b10b45e9dd Signed-off-by: François Gaffie <francois.gaffie@intel.com> Bug: 22887211