Opened 14 years ago

Closed 14 years ago

#2327 closed Patches (fixed)

[config] Preliminary support for CodeGear C++ Builder 2009

Reported by: Nicola Musatti Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

I'm enclosing a preliminary patch to support the latest compiler from CodeGear (ex Borland).

Attachments (4)

boost_config.patch (8.5 KB ) - added by Nicola Musatti 14 years ago.
libs_config.patch (961 bytes ) - added by Nicola Musatti 14 years ago.
boost_config2.patch (1.6 KB ) - added by Nicola Musatti 14 years ago.
libs_config2.patch (14.6 KB ) - added by Nicola Musatti 14 years ago.

Download all attachments as: .zip

Change History (10)

by Nicola Musatti, 14 years ago

Attachment: boost_config.patch added

by Nicola Musatti, 14 years ago

Attachment: libs_config.patch added

comment:1 by John Maddock, 14 years ago

Status: newassigned

Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an is_abstract intrinsic instead?

comment:2 by John Maddock, 14 years ago

I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying.

Thanks, John.

in reply to:  1 comment:3 by Nicola Musatti, 14 years ago

Replying to johnmaddock:

Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an is_abstract intrinsic instead?

Exactly.

in reply to:  2 comment:4 by Nicola Musatti, 14 years ago

Replying to johnmaddock:

I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying.

Thanks, John.

Fair enough. I'll post further patches as soon as I have things ready.

Thank you!

comment:5 by Nicola Musatti, 14 years ago

I'm attaching another couple of patches with test cases, documentation and a small change to codegear.hpp. These patches also include the non applied changes from the previous ones.

by Nicola Musatti, 14 years ago

Attachment: boost_config2.patch added

by Nicola Musatti, 14 years ago

Attachment: libs_config2.patch added

comment:6 by John Maddock, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [48893]) Fixes #2327. Additional Codegear support macros and configuration.

Note: See TracTickets for help on using tickets.