Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Reference
PrevUpHomeNext

ARM

  • AAPCS ABI: Procedure Call Standard for the ARM Architecture
  • AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement

MIPS

  • O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement

PowerPC32

  • SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement

PowerPC64

  • SYSV ABI: PowerPC User Instruction Set Architecture, Book I

X86-32

  • SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
  • MS PE: Calling Conventions

X86-64

  • SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
  • MS PE: x64 Software Conventions

PrevUpHomeNext