Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
RISC_OSLib RISC_OSLib
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
    • Labels
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • RiscOS
    • SSources
  • Lib
  • RISC_OSLibRISC_OSLib
  • Merge requests
  • !25

Open
Created Nov 21, 2022 by ROOL@rool🤖Owner
  • Report abuse
Report abuse

Add pre and post hooks for C++ applications

  • Overview 7
  • Commits 1
  • Pipelines 6
  • Changes 14

Ahead of a stable release of the OS, add runtime hooks for C++ applications who require a list of constructors to be called before main(), and list of destructors on any exit. The symbols are defined as weak so have no effect for existing applications, and their names chosen to match ARM's Norcroft C++ product.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: CppSupport