Dynamic Libraries
From Adobe Open Source Wiki
(Difference between revisions)
m |
m (→Related Work) |
||
| Line 32: | Line 32: | ||
[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1400.html] N1400 Toward standardization of dynamic libraries, Matt Austern | [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1400.html] N1400 Toward standardization of dynamic libraries, Matt Austern | ||
| + | [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1418.html] N1418 Dynamic Libraries in C++ Notes from the Technical Session in Santa Cruz, Oct. 21, 2002 | ||
==Acknowledgments== | ==Acknowledgments== | ||
Revision as of 19:47, 8 November 2006
[This page is being used to collaborate on a paper. You are welcome to read and comment on it, but consider it a work in progress, not a final product.]
Title: Dynamic Library Support for C++
Authors: Sean Parent, Mat Marcus
Contents
|
Abstract
Introduction
Body
Basic Use Cases
Separate Compilation (Revision Locked)
Upgradable Component (Not Revision Locked)
Plug-In Component
Dynamic Library Issues
Standard ABI
Name Mangling
RTTI
Exception Handling
Replacement Operators
Symbol Visibility
Inline Functions and Template Instantiations
Exported Templates
Library Versioning
Multiple Versions in Same Application
Issues with New Language Features?
Related Work
[1] N1400 Toward standardization of dynamic libraries, Matt Austern
[2] N1418 Dynamic Libraries in C++ Notes from the Technical Session in Santa Cruz, Oct. 21, 2002