secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
927 stars 140 forks source link

Remove Boost Graph #547

Open sritejakv opened 1 year ago

sritejakv commented 1 year ago

Story

Managing dependencies in C++ is a hard task. Especially, there is one dependency that always makes problems: Boost. We have decided to de-boostify PhASAR. The only part left is boost graph. Remove it.

Hint: In the private branch f-PathTracingNew (uni-gitlab) we already have a custom implementation that we might want to use here.

Prerequisites

Out Of Scope

Acceptance Criteria

The following acceptance criteria are defined regarding the result of this story: Clarify what the final result should be, not how to accomplish it.

Related Stories

Follow-up Stories