Skip to content

BCP dump of all the required Boost Headers to use Boost Heap library in a standalone project.

Notifications You must be signed in to change notification settings

roncapat/Boost-Heap-standalone-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Boost Heap 1.65.1 BCP Dump

This is a dump of all the required Boost Headers to use Boost Heap library in a standalone project.

This repository is suited for submodule inclusion in any git-based project.

The library has been used successfully in a project targeting RTEMS Real Time Embedded Operating System, whithout modifications from the BCP dump.

The BCP dump has been executed on an instance of Ubuntu 18.04, where Boost was installed from the official repositories.

You can obtain a dump like this using BCP and excluding non-boost headers (since you will use platform-provided equivalents, at least in a POSIX environment like RTEMS).

mkdir temp
bcp --boost=/usr/include heap ./temp
mkdir BoostHeap
mv ./temp/boost BoostHeap/
rm -rf temp

About

BCP dump of all the required Boost Headers to use Boost Heap library in a standalone project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages