<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_parameter-framework/upstream, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/'/>
<entry>
<title>Switch to python 3 - run pylint</title>
<updated>2019-10-09T22:10:50+00:00</updated>
<author>
<name>François Gaffie</name>
<email>francois.gaffie@renault.com</email>
</author>
<published>2019-07-30T12:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=06f9d1430ad0e7370a1721cd8afbedcaef0d86f8'/>
<id>06f9d1430ad0e7370a1721cd8afbedcaef0d86f8</id>
<content type='text'>
Test: build
Change-Id: I4e674977fb50b8e49b49495cda789f93a115c056
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: build
Change-Id: I4e674977fb50b8e49b49495cda789f93a115c056
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>follow-up: Functional test: improve test to run on target</title>
<updated>2019-10-09T22:10:39+00:00</updated>
<author>
<name>François Gaffie</name>
<email>francois.gaffie@renault.com</email>
</author>
<published>2019-04-18T06:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=ade38ca7bd52bf3b455c0d97a75f87aae650aa56'/>
<id>ade38ca7bd52bf3b455c0d97a75f87aae650aa56</id>
<content type='text'>
Apply clang format

Test: build
Change-Id: I321a0506c1880fa5431582247fd9f21d5e6c8235
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply clang format

Test: build
Change-Id: I321a0506c1880fa5431582247fd9f21d5e6c8235
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>follow-up: AF_UNIX socket enablement: allow path URI to bind address</title>
<updated>2019-10-09T22:10:25+00:00</updated>
<author>
<name>François Gaffie</name>
<email>francois.gaffie@renault.com</email>
</author>
<published>2019-04-18T06:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=639e5c89e5404257d68ca1edb94e1bc3eea9416e'/>
<id>639e5c89e5404257d68ca1edb94e1bc3eea9416e</id>
<content type='text'>
Test: build
Change-Id: Ie9e25c3ee9d0da05346954d20b9f8512d8c4cb6e
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: build
Change-Id: Ie9e25c3ee9d0da05346954d20b9f8512d8c4cb6e
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Functional test: improve test to run on target</title>
<updated>2019-04-26T17:59:32+00:00</updated>
<author>
<name>François Gaffie</name>
<email>francois.gaffie@renault.com</email>
</author>
<published>2018-12-04T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=bc5c94366c071965c025fac450162d7ff6a29563'/>
<id>bc5c94366c071965c025fac450162d7ff6a29563</id>
<content type='text'>
-Prevent the test linking with the plugin to allow using any plugin
location
-use customizable plugin path and name.

Bug: 130284799
Test: make

Change-Id: Ie694e8d6664220da06027e8b717e7db21ded0d3e
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Prevent the test linking with the plugin to allow using any plugin
location
-use customizable plugin path and name.

Bug: 130284799
Test: make

Change-Id: Ie694e8d6664220da06027e8b717e7db21ded0d3e
Signed-off-by: François Gaffie &lt;francois.gaffie@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AF_UNIX socket enablement: allow path URI to bind address</title>
<updated>2019-04-26T17:59:31+00:00</updated>
<author>
<name>Miguel Gaio</name>
<email>miguel.gaio@renault.com</email>
</author>
<published>2018-12-04T12:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=2191360f6c25eb140e6cb1085a24f9ff9a18d9c3'/>
<id>2191360f6c25eb140e6cb1085a24f9ff9a18d9c3</id>
<content type='text'>
remote-process CLI is update to
$ remote-process &lt;hostname:port|path&gt; &lt;command&gt; [args..]

Bug: 130284799
Test: make

Change-Id: I834199e3c4e27be6a727ecc93b7ca18ee44ab824
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remote-process CLI is update to
$ remote-process &lt;hostname:port|path&gt; &lt;command&gt; [args..]

Bug: 130284799
Test: make

Change-Id: I834199e3c4e27be6a727ecc93b7ca18ee44ab824
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AF_UNIX socket enablement: use asio::generic::stream_protocol socket type</title>
<updated>2019-04-26T17:59:31+00:00</updated>
<author>
<name>Miguel Gaio</name>
<email>miguel.gaio@renault.com</email>
</author>
<published>2018-12-04T12:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=f7bf29332b17034e1a2d32d1f527ad170a0c46ad'/>
<id>f7bf29332b17034e1a2d32d1f527ad170a0c46ad</id>
<content type='text'>
ASIO provides generic asio::stream_protocol scoket type which handles
both AF_INET6 and AF_UNIX domains.

Convert asio::ip::tcp to asio::generic::stream_protocol

Bug: 130284799
Test: make

Change-Id: I39dc95a0c225b8e5cd9c278cfcfb37d22ff4f54d
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ASIO provides generic asio::stream_protocol scoket type which handles
both AF_INET6 and AF_UNIX domains.

Convert asio::ip::tcp to asio::generic::stream_protocol

Bug: 130284799
Test: make

Change-Id: I39dc95a0c225b8e5cd9c278cfcfb37d22ff4f54d
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AF_UNIX socket enablement: make socket bind address more generic</title>
<updated>2019-04-26T17:59:31+00:00</updated>
<author>
<name>Miguel Gaio</name>
<email>miguel.gaio@renault.com</email>
</author>
<published>2017-12-13T14:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=8a68f31307cfcffa4497078430bf3c59a5c2571c'/>
<id>8a68f31307cfcffa4497078430bf3c59a5c2571c</id>
<content type='text'>
Reword serverPort to bindAddress.

Change bindAddress type to std::string as uint16_t is limited to
tcp/udp port.

Bug: 130284799
Test: make

Change-Id: I84925f857f7983d5182600f7f272a43ba2f37b16
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reword serverPort to bindAddress.

Change bindAddress type to std::string as uint16_t is limited to
tcp/udp port.

Bug: 130284799
Test: make

Change-Id: I84925f857f7983d5182600f7f272a43ba2f37b16
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>parameter framework failed to build using clang6</title>
<updated>2019-04-26T17:59:31+00:00</updated>
<author>
<name>Miguel Gaio</name>
<email>miguel.gaio@renault.com</email>
</author>
<published>2018-06-21T10:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=aed3fb17c1ab7c9d3257f8659f163f43558bc0d8'/>
<id>aed3fb17c1ab7c9d3257f8659f163f43558bc0d8</id>
<content type='text'>
Warning flag -Winstantiation-after-specialization is now enabled.

Fix code accordingly.

Bug: 130284799
Test: make

Change-Id: I983eec5b538bc02ee19b4202631e171a7bbeecf6
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning flag -Winstantiation-after-specialization is now enabled.

Fix code accordingly.

Bug: 130284799
Test: make

Change-Id: I983eec5b538bc02ee19b4202631e171a7bbeecf6
Signed-off-by: Miguel Gaio &lt;miguel.gaio@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PFW] Integrate PFW core version 3.2.8 release</title>
<updated>2019-03-13T00:49:28+00:00</updated>
<author>
<name>Sebastien Guiriec</name>
<email>sebastien.guiriec@renault.com</email>
</author>
<published>2017-05-02T12:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=f10df4cb971d0626ce8d6ec062e73d23a2d33882'/>
<id>f10df4cb971d0626ce8d6ec062e73d23a2d33882</id>
<content type='text'>
PFW 3.2.8 release notes:
https://github.com/intel/parameter-framework/releases/tag/v3.2.8

This release contains the following changes:
- Fix dumpElement remote-process command issue
- Update Unit tests for the different parameter types using catch framework
- Fix windows Wix Installer issue
- Fix build issue for Fedora
- Clean up Client Simulator tool install part

Bug: 124767636
Test: build

Change-Id: If5ed1340b301b8d11a03df94f56c0d2b62b21bf7
Signed-off-by: Sebastien Guiriec &lt;sebastien.guiriec@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PFW 3.2.8 release notes:
https://github.com/intel/parameter-framework/releases/tag/v3.2.8

This release contains the following changes:
- Fix dumpElement remote-process command issue
- Update Unit tests for the different parameter types using catch framework
- Fix windows Wix Installer issue
- Fix build issue for Fedora
- Clean up Client Simulator tool install part

Bug: 124767636
Test: build

Change-Id: If5ed1340b301b8d11a03df94f56c0d2b62b21bf7
Signed-off-by: Sebastien Guiriec &lt;sebastien.guiriec@renault.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PFW] Integrate PFW core version 3.2.7 release</title>
<updated>2019-03-13T00:49:21+00:00</updated>
<author>
<name>Sebastien Guiriec</name>
<email>sebastien.guiriec@renault.com</email>
</author>
<published>2017-05-02T12:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_parameter-framework/commit/?id=d5cdd5fb5966ac9d0f06f61b721b8e5fb12d7ee4'/>
<id>d5cdd5fb5966ac9d0f06f61b721b8e5fb12d7ee4</id>
<content type='text'>
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 &lt;sebastien.guiriec@renault.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;sebastien.guiriec@renault.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
