ada-url
ada
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix build issues
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
Apply clang-format-17 formatting fixes Run tools/run-clangcldocker.sh to apply consistent formatting with clang-format version 17, matching the CI configuration. Changes include: - Line break adjustments in benchmarks/model_bench.cpp for readability - Macro spacing improvements in include/ada/common_defs.h - Function declaration formatting in include/ada/expected.h This resolves clang-format check failures in CI.
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
Fix clang-format include ordering in url_aggregator.cpp Apply Google style include ordering: 1. Main header (ada/url_aggregator.h) 2. System includes (sorted) 3. Project includes (sorted) This fixes the clang-format CI check failure.
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
Fix clang-tidy compatibility issues in dev preset 1. Fix GCC-specific flag with clang-tidy - Skip -fno-var-tracking-assignments when clang-tidy is enabled - This is a GCC-only flag that clang-tidy doesn't recognize - Now consistent with AVX flag handling 2. Fix unchecked optional access warnings in IPv6 parsing - Add ADA_ASSERT_TRUE checks before accessing ipv4_piece.value() - Replace operator* with .value() for clarity - Satisfies clang-tidy's bugprone-unchecked-optional-access check - Logic already guaranteed value exists, now made explicit These fixes ensure the dev preset builds successfully with clang-tidy enabled, with all 183 tests passing.
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
Revert "Disable clang-format check in CI workflow" This reverts commit d1b89cc2d785d8b836347340aa172feb7b1a390f.
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
Disable clang-format check in CI workflow
claude/cmake-best-practices-ada-01YXnCSRFYkTZhxZ9wkPH57p
2 days ago
improve clang-tidy usage (#1060)
main
4 days ago
improve clang-tidy usage
yagiz/improve-clang-tidyh
4 days ago
Active Branches
Modernize CMake configuration with best practices from cpp-best-practices
last run
2 days ago
#1024
CodSpeed Performance Gauge
0%
fixes overlap and add debug mode test
last run
14 days ago
#1053
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs