Skip to content

feat: Add plugin template with precompiled header (PCH) support#20

Merged
0xeb merged 1 commit into
mainfrom
feature/pch-and-testing
Dec 9, 2025
Merged

feat: Add plugin template with precompiled header (PCH) support#20
0xeb merged 1 commit into
mainfrom
feature/pch-and-testing

Conversation

@0xeb

@0xeb 0xeb commented Dec 9, 2025

Copy link
Copy Markdown
Member

Summary

  • Adds new templates/plugin-pch/ template demonstrating precompiled header usage for faster builds
  • PCH pre-parses stable IDA SDK and STL headers that rarely change
  • Includes USE_PCH CMake option to disable PCH if needed
  • Updated agent documentation with comprehensive PCH usage guide

- New templates/plugin-pch/ template for faster build times
- PCH pre-parses stable IDA SDK and STL headers
- Includes fallback for non-PCH builds via USE_PCH option
- Updated agent documentation with PCH usage guide
@0xeb 0xeb merged commit 7e39706 into main Dec 9, 2025
8 checks passed
@0xeb 0xeb deleted the feature/pch-and-testing branch December 9, 2025 01:47
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.

1 participant