Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from "sleigh" to "ghidra" for include directory #229

Merged
merged 5 commits into from
Dec 29, 2023

Conversation

ekilmer
Copy link
Contributor

@ekilmer ekilmer commented Dec 28, 2023

This only affects header files from upstream Ghidra repository.

Instead of #include <sleigh/header.hh> it will now be #include <ghidra/header.hh> for headers from upstream.

closes #216

related to open upstream PR NationalSecurityAgency/ghidra#5950

This only affects header files from upstream Ghidra repository.

Instead of `include <sleigh/header.hh>` it will now be
`include <ghidra/header.hh>` for headers from upstream.
@ekilmer ekilmer force-pushed the ekilmer/use-ghidra-include-dir branch from 38688be to e4cfc93 Compare December 28, 2023 16:00
@ekilmer ekilmer marked this pull request as ready for review December 28, 2023 18:33
@ekilmer ekilmer requested a review from tetsuo-cpp as a code owner December 28, 2023 18:33
@ekilmer
Copy link
Contributor Author

ekilmer commented Dec 28, 2023

If we want to merge this, it should be done before making a release for Ghidra 11.0. At least it will be in line with Ghidra's major version increment to signal breaking changes (even if upstream isn't actually making this breaking change.

Copy link
Contributor

@tetsuo-cpp tetsuo-cpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I can prepare a release for 11.0 tomorrow.

support/include/sleigh/libsleigh.hh Outdated Show resolved Hide resolved
support/include/sleigh/libsleigh.hh Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
@ekilmer ekilmer merged commit 0c3b79a into master Dec 29, 2023
13 checks passed
@ekilmer ekilmer deleted the ekilmer/use-ghidra-include-dir branch December 29, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking Change: Use ghidra instead of sleigh for header file directory
2 participants