Skip to content

[bddisasm] Update to 3.0.1#50081

Merged
JavierMatosD merged 1 commit into
microsoft:masterfrom
user-45-20:bddisasm-3.0.1
Feb 19, 2026
Merged

[bddisasm] Update to 3.0.1#50081
JavierMatosD merged 1 commit into
microsoft:masterfrom
user-45-20:bddisasm-3.0.1

Conversation

@user-45-20

Copy link
Copy Markdown
Contributor
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

The current version of bddisasm available on vcpkg, v3.0.0, has a bug: not all of the required interface headers are listed in CMakeLists.txt:

set(BDDISASM_PUBLIC_HEADERS
    "inc/bddisasm.h"
    "inc/bddisasm_status.h"
    "inc/bddisasm_types.h"
    "inc/bddisasm_version.h"
    "inc/bdx86_constants.h"
    "inc/bdx86_core.h"
    "inc/bdx86_cpuidflags.h"
    "inc/bdx86_registers.h")

this list is missing "inc/bdx86_api_legacy.h" and "inc/bdx86_api_mini.h", which are referenced in bdx86_core.h. As a result these files are not copied when installing the package, which results in compilation errors when you try to use the library:

L:\test\build\win-msvc-debug\vcpkg_installed\x64-windows-static\include\bddisasm\bdx86_core.h(1945): fatal error C1083: Cannot open include file: 'bdx86_api_legacy.h': No such file or directory

This effectively makes the current vcpkg port for bddisasm unusable.

Version 3.0.1 contains the required fix for this issue.
See: bitdefender/bddisasm#115

The previous upstream version 3.0.0 had a bug that effectively made the port unusable.
Version 3.0.1 contains the required fix. See: bitdefender/bddisasm#115
@JavierMatosD JavierMatosD merged commit 0320e9d into microsoft:master Feb 19, 2026
15 checks passed
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.

2 participants