LICENSE
NOTICE
README.md
pyproject.toml
boostopt/__init__.py
boostopt.egg-info/PKG-INFO
boostopt.egg-info/SOURCES.txt
boostopt.egg-info/dependency_links.txt
boostopt.egg-info/entry_points.txt
boostopt.egg-info/requires.txt
boostopt.egg-info/top_level.txt
boostopt/adapters/__init__.py
boostopt/adapters/domain/__init__.py
boostopt/adapters/domain/performance/__init__.py
boostopt/adapters/domain/performance/_verify.py
boostopt/adapters/domain/performance/compare.py
boostopt/adapters/domain/performance/correctness.py
boostopt/adapters/domain/performance/inputs.py
boostopt/adapters/domain/performance/metamorphic.py
boostopt/adapters/domain/performance/performance.py
boostopt/adapters/domain/performance/reuse.py
boostopt/adapters/domain/performance/sanitizers.py
boostopt/adapters/domain/performance/harness/__init__.py
boostopt/adapters/domain/performance/harness/synth.py
boostopt/adapters/domain/performance/harness/template.py
boostopt/adapters/language/__init__.py
boostopt/adapters/language/cpp/__init__.py
boostopt/adapters/language/cpp/cmake_ctest.py
boostopt/adapters/language/cpp/compile_db.py
boostopt/adapters/language/cpp/link.py
boostopt/adapters/language/cpp/mutator.py
boostopt/adapters/language/cpp/profile.py
boostopt/adapters/language/cpp/profiler.py
boostopt/adapters/language/cpp/regex_detect.py
boostopt/adapters/language/cpp/sensor.py
boostopt/adapters/language/cpp/analysis/__init__.py
boostopt/adapters/language/cpp/analysis/detect.py
boostopt/adapters/language/cpp/analysis/parse.py
boostopt/adapters/language/cpp/analysis/pointers.py
boostopt/adapters/language/cpp/analysis/safety.py
boostopt/adapters/language/cpp/analysis/types.py
boostopt/adapters/language/cpp/build/__init__.py
boostopt/adapters/language/cpp/build/compile.py
boostopt/adapters/language/cpp/build/toolchain.py
boostopt/adapters/language/cpp/transforms/__init__.py
boostopt/adapters/language/cpp/transforms/base.py
boostopt/adapters/language/cpp/transforms/fuse_map_lookup.py
boostopt/adapters/language/cpp/transforms/list_to_vector.py
boostopt/adapters/language/cpp/transforms/map_to_unordered_map.py
boostopt/adapters/language/cpp/transforms/pass_by_const_ref.py
boostopt/adapters/language/cpp/transforms/reserve.py
boostopt/adapters/language/cpp/transforms/verbatim.py
boostopt/adapters/proposer/__init__.py
boostopt/adapters/proposer/frontier.py
boostopt/adapters/proposer/rules.py
boostopt/engine/__init__.py
boostopt/engine/api.py
boostopt/engine/apply_txn.py
boostopt/engine/baselines.py
boostopt/engine/cache.py
boostopt/engine/config.py
boostopt/engine/gate.py
boostopt/engine/ledger.py
boostopt/engine/models.py
boostopt/engine/orchestrator.py
boostopt/engine/ports.py
boostopt/engine/registry.py
boostopt/engine/workspace.py
boostopt/examples/__init__.py
boostopt/runtime/__init__.py
boostopt/runtime/bench_runner.py
boostopt/runtime/budget.py
boostopt/runtime/fs.py
boostopt/runtime/llm.py
boostopt/runtime/provision.py
boostopt/runtime/receipt.py
boostopt/runtime/sandbox.py
boostopt/runtime/telemetry.py
boostopt/runtime/models/__init__.py
boostopt/surfaces/__init__.py
boostopt/surfaces/_help.py
boostopt/surfaces/daemon.py
boostopt/surfaces/hosted_client.py
boostopt/surfaces/patches.py
boostopt/surfaces/uninstall.py
boostopt/surfaces/cli/__init__.py
boostopt/surfaces/cli/__main__.py
boostopt/surfaces/cli/config_build.py
boostopt/surfaces/cli/main.py
boostopt/surfaces/cli/parser.py
boostopt/surfaces/cli/render.py