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

Avoid Debug Symbol Search #106

Open
wants to merge 5 commits into
base: dev15
Choose a base branch
from

Conversation

netspiri
Copy link

Cherry-pick of etas/vs-boost-unit-test-adapter@dd2756a.

This change was originally requested to avoid the use of debug symbols, possibly allowing for use of the test adapter in scenarios where the debug symbols are not emitted as part of the build process.

This change replaces the use of debug symbols (apart from testing for dynamic use Boost.Test). It is worth discussing if this is the preferred approach or if Boyer Moore search should merely act as a substitute to debug symbols should these symbols are not made available.

P.S This PR should bring to a close the feature-parity attempt with the ETAS fork

Brian Gatt added 5 commits October 22, 2018 14:07
- Coalesce '--list_content' and '--version' support determination
- Represent capability requests in terms of Boost versions
- Apply caching on Boost.Test runner production to minimise symbol lookups
- Add <ForceBoostVesion> configuration setting
- Avoid retaining cache over multiple 'discovery' sessions
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