Boost C++ Libraries: Ticket #11655: Add Diab compiler support to boost https://svn.boost.org/trac10/ticket/11655 <p> DIAB is a Wind River cross-compiler that ships with <a class="missing wiki">VxWorks</a> along with GNU and ICC. It's also sold as a standalone product, and popular in bare metal applications such as automotive engine control. It sweet spot is PowerPC and ARM, but variants exist for most 32 bit processors. </p> <p> Since it uses an EDG front end and Dinkum C/C++/STL it mimics many other compilers already present in boost configuration. </p> <p> I also include a patch to work around an EDG namespace bug. The solution was acquired here <a class="ext-link" href="http://osdir.com/ml/python-c++/2005-11/msg00013.html"><span class="icon">​</span>http://osdir.com/ml/python-c++/2005-11/msg00013.html</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11655 Trac 1.4.3 Brian Kuhl <brian.kuhl@…> Wed, 16 Sep 2015 04:57:49 GMT attachment set https://svn.boost.org/trac10/ticket/11655 https://svn.boost.org/trac10/ticket/11655 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">diab_edg_friend_namespace_bug.patch</span> </li> </ul> Ticket Brian Kuhl <brian.kuhl@…> Wed, 16 Sep 2015 04:58:05 GMT attachment set https://svn.boost.org/trac10/ticket/11655 https://svn.boost.org/trac10/ticket/11655 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">diab.patch</span> </li> </ul> Ticket John Maddock Sun, 16 Apr 2017 17:37:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11655#comment:1 https://svn.boost.org/trac10/ticket/11655#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I've applied the Boost.Config changes, and converted the other patches into PR's for the relevant libraries. </p> Ticket