gccxml 0.9.0+cvs20100501-2 source package in Bilimbi Test

Changelog

gccxml (0.9.0+cvs20100501-2) unstable; urgency=low

  * debian/support/4.4/bits/c++config.h: New.  Override to disable
    _GLIBCXX_LONG_DOUBLE_COMPAT, allowing compile that includes <complex>.
    Closes: #581051.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  07 Jun 2010 10:10:06 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Steve M. Robbins
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe devel

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gccxml_0.9.0+cvs20100501.orig.tar.gz 16.1 MiB f54804e052f5e399494de92dabb9678e73ce4d01160f59b3103274b7214a0e2b
gccxml_0.9.0+cvs20100501-2.diff.gz 12.6 KiB 300e4fc75bf718fa98fc1ddcf1c19b5ce7e14b45058e827e7e24fbaeedcc70f1
gccxml_0.9.0+cvs20100501-2.dsc 1.1 KiB f8f08689cdfdfa5ad505f30bfcdd9440c8aaaaffeddcf01506781f92dd0ba245

View changes file

Binary packages built by this source

gccxml: XML output extension to GCC

 There is one open-source C++ parser, the C++ front-end to GCC, which
 is currently able to deal with the language in its entirety. The
 purpose of the GCC-XML extension is to generate an XML description of
 a C++ program from GCC's internal representation. Since XML is easy to
 parse, other development tools will be able to work with C++ programs
 without the burden of a complicated C++ parser.