Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
elastic
/
ml-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
67
Star
157
Code
Issues
59
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[ML] Fix compiler warnings across the codebase
- #2985
#2985
Merged
edsavage
merged 23 commits into
elastic:main
elastic/ml-cpp:main
from
edsavage:fix/compiler-warnings
edsavage/ml-cpp:fix/compiler-warnings
Copy head branch name to clipboard
Aug 11, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
[ML] Fix compiler warnings across the codebase
#2985
edsavage
merged 23 commits into
elastic:main
elastic/ml-cpp:main
from
edsavage:fix/compiler-warnings
edsavage/ml-cpp:fix/compiler-warnings
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2026
[ML] Fix compiler warnings across the codebase
Show description for 2aa6d67
edsavage
committed
2aa6d67
View commit details
Copy full SHA for 2aa6d67
Browse repository at this point
Commits on Mar 13, 2026
[ML] Run clang-format on compiler warning fixes
Show description for 1edba0a
edsavage
committed
1edba0a
View commit details
Copy full SHA for 1edba0a
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into fix/compiler-warnings
Show description for 0f382ef
edsavage
committed
0f382ef
View commit details
Copy full SHA for 0f382ef
Browse repository at this point
[ML] Fix deprecated implicit this capture via [=] in C++20
Show description for 27e3df7
edsavage
committed
27e3df7
View commit details
Copy full SHA for 27e3df7
Browse repository at this point
Formatting
edsavage
committed
5e44996
View commit details
Copy full SHA for 5e44996
Browse repository at this point
Commits on Mar 24, 2026
[ML] Initialise tokenTypeName to "unknown" for future-proofing
Show description for fe09511
edsavage
committed
fe09511
View commit details
Copy full SHA for fe09511
Browse repository at this point
Commits on Apr 8, 2026
[ML] Fix category count comparison to iterate map keys
Show description for 76a6eb1
edsavage
committed
76a6eb1
View commit details
Copy full SHA for 76a6eb1
Browse repository at this point
[ML] Fix high-priority compiler warnings (potential bugs)
Show description for 2268efc
edsavage
committed
2268efc
View commit details
Copy full SHA for 2268efc
Browse repository at this point
[ML] Fix remaining [=] implicit this captures for C++20
Show description for 505dcf2
edsavage
committed
505dcf2
View commit details
Copy full SHA for 505dcf2
Browse repository at this point
[ML] Fix implicit size_t to double conversions
Show description for 43045d9
edsavage
committed
43045d9
View commit details
Copy full SHA for 43045d9
Browse repository at this point
[ML] Suppress MSVC C4723 in CMathsFuncsTest
Show description for 63e3e85
edsavage
committed
63e3e85
View commit details
Copy full SHA for 63e3e85
Browse repository at this point
[ML] Suppress Clang -Wunused-macros
Show description for b3bf995
edsavage
committed
b3bf995
View commit details
Copy full SHA for b3bf995
Browse repository at this point
[ML] Suppress Clang -Wunused-macros for test targets only
Show description for 4b7e9a5
edsavage
committed
4b7e9a5
View commit details
Copy full SHA for 4b7e9a5
Browse repository at this point
Commits on Jul 29, 2026
Merge branch 'main' into fix/compiler-warnings
Show description for e88740a
edsavage
and
cursoragent
committed
e88740a
View commit details
Copy full SHA for e88740a
Browse repository at this point
[ML] Replace deprecated std::is_pod with ml::core::is_pod_v (MSVC C4996)
Show description for c29ff6a
edsavage
and
cursoragent
committed
c29ff6a
View commit details
Copy full SHA for c29ff6a
Browse repository at this point
[ML] Suppress MSVC C4250 (dominance) for instrumentation diamond
Show description for 47bc55f
edsavage
and
cursoragent
committed
47bc55f
View commit details
Copy full SHA for 47bc55f
Browse repository at this point
[ML] Suppress GCC -Wsubobject-linkage for test targets only
Show description for b7a79e5
edsavage
and
cursoragent
committed
b7a79e5
View commit details
Copy full SHA for b7a79e5
Browse repository at this point
[ML] Add CResultType operator| overloads to fix deprecated enum-enum OR
Show description for f1ff6d3
edsavage
and
cursoragent
committed
f1ff6d3
View commit details
Copy full SHA for f1ff6d3
Browse repository at this point
[ML] Suppress MSVC C4324 for intended alignas padding
Show description for a93378d
edsavage
and
cursoragent
committed
a93378d
View commit details
Copy full SHA for a93378d
Browse repository at this point
[ML] Fix implicit narrowing in central-moments custom add
Show description for b6536f6
edsavage
and
cursoragent
committed
b6536f6
View commit details
Copy full SHA for b6536f6
Browse repository at this point
[ML] Replace deprecated boost::json::error_code with boost::system::error_code
Show description for 63113d7
edsavage
and
cursoragent
committed
63113d7
View commit details
Copy full SHA for 63113d7
Browse repository at this point
Commits on Jul 30, 2026
[ML] Compute cut size once in CBootstrapClusterer trace log
Show description for 57e3c4c
edsavage
and
cursoragent
committed
57e3c4c
View commit details
Copy full SHA for 57e3c4c
Browse repository at this point
Commits on Aug 10, 2026
[ML] Consolidate test-target warning suppressions into one genex block
Show description for 9b3e71f
edsavage
and
cursoragent
committed
9b3e71f
View commit details
Copy full SHA for 9b3e71f
Browse repository at this point
You can’t perform that action at this time.