<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/flatcc, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-11-18T18:02:05+00:00</updated>
<entry>
<title>flatcc: fix debug build</title>
<updated>2018-11-18T18:02:05+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2018-11-18T16:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f7abb6250282d3860e2330d5412e25606d78efe6'/>
<id>urn:sha1:f7abb6250282d3860e2330d5412e25606d78efe6</id>
<content type='text'>
flatcc is named flatcc_d if BR2_ENABLE_DEBUG is set because of the
following line in CMakeLists.txt: set(CMAKE_DEBUG_POSTFIX "_d")

So update FLATCC_TARGET_REMOVE_FLATCC_COMPILER hook to replace flatcc
by flatcc*

Fixes:
 - http://autobuild.buildroot.org/results/a47f49cd2fdd809257bd7e83dca620f2e6aac85b

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>flatcc: conditionally require c++ in cmake</title>
<updated>2018-09-08T13:46:14+00:00</updated>
<author>
<name>Joel Carlson</name>
<email>joelsoncarl@gmail.com</email>
</author>
<published>2018-09-06T21:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=56296d51bef2ad97487602150871541c25107b8b'/>
<id>urn:sha1:56296d51bef2ad97487602150871541c25107b8b</id>
<content type='text'>
Patches CMake files in flatcc to conditionally set c++ as a required
language depending on if FLATCC_TEST option is set, as only the tests
include a c++ file.

Fixes
http://autobuild.buildroot.net/results/8fb0447eed1d55b7687f657530e31695cf77ce5c/

Signed-off-by: Joel Carlson &lt;JoelsonCarl@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>flatcc: bump to version 0.5.2</title>
<updated>2018-08-28T20:48:34+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2018-08-28T12:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=64b8f4e6bb867c5f38f32ef89f363e580c570b1a'/>
<id>urn:sha1:64b8f4e6bb867c5f38f32ef89f363e580c570b1a</id>
<content type='text'>
Drop upstream patch.

Add license file hash.

Cc: Joel Carlson &lt;JoelsonCarl@gmail.com&gt;
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>flatcc: fix build with gcc 8</title>
<updated>2018-06-12T06:41:21+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2018-06-10T18:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=82818284ed77276902b49f4b82106faf43b89003'/>
<id>urn:sha1:82818284ed77276902b49f4b82106faf43b89003</id>
<content type='text'>
gcc 8 enables a strncpy() warning. This breaks the build of flatcc that
enables -Werror. Add upstream patch fixing the issue.

Fixes:
http://autobuild.buildroot.net/results/0e3/0e3a959855fad5899db184f7d2c960c89df03672/
http://autobuild.buildroot.net/results/d2c/d2c03bc253bdf135b0f31f3d1e6fd33f7d37d64b/
http://autobuild.buildroot.net/results/163/1636ec6ddad92add95f42451d941156451c6d936/

Cc: Joel Carlson &lt;JoelsonCarl@gmail.com&gt;
Cc: Mikkel Fahnøe Jørgensen &lt;mikkel@dvide.com&gt;
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Reviewed-by: Joel Carlson &lt;JoelsonCarl@gmail.com&gt;
Tested-by: Joel Carlson &lt;JoelsonCarl@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>flatcc: new package</title>
<updated>2018-06-05T17:00:10+00:00</updated>
<author>
<name>Joel Carlson</name>
<email>joel.carlson@cosmicaes.com</email>
</author>
<published>2018-05-31T17:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bfbfa5b8e2abcea6f18ee439660321f1788a7e82'/>
<id>urn:sha1:bfbfa5b8e2abcea6f18ee439660321f1788a7e82</id>
<content type='text'>
This adds flatcc as a new package, pulling v0.5.1 from github. flatcc
has both a host tool (the compiler), and libraries for the target.

Signed-off-by: Steve deRosier &lt;steve.derosier@lairdtech.com&gt;
Signed-off-by: Joel Carlson &lt;joel.carlson@cosmicaes.com&gt;
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
[Thomas: add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
</feed>
