-
Notifications
You must be signed in to change notification settings - Fork 1
implementation
Samuel Crow edited this page Jan 11, 2017
·
4 revisions
- Use and set up an up-to-date cross-compiler
- Port LibC++ for the Amiga
- Convert build scripts to build LibC++ as shared libraries
- Add functionality lacking in LibC++ such as LLVM Abstract Data Types from the ADT directory
- Interfaces that don't allow patching of the implementing classes but instead initialize a custom VTable using entries directly from the implementing classes' VTables. (This is to avoid the need of double-indirection.)
- Reflection using FD files
- Namespaces implemented using directory nesting