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
.
microsoft
/
cpp_client_telemetry
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
102
Code
Issues
110
Pull requests
22
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add noexcept to non-throwing methods (+ noexcept move ops and LogSessionData parse hardening)
- #1179
#1179
Merged
bmehta001
merged 17 commits into
main
microsoft/cpp_client_telemetry:main
from
user/mkoscumb/AddNoexceptToNonThrowingMethods
microsoft/cpp_client_telemetry:user/mkoscumb/AddNoexceptToNonThrowingMethods
Copy head branch name to clipboard
Jul 1, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Add noexcept to non-throwing methods (+ noexcept move ops and LogSessionData parse hardening)
#1179
bmehta001
merged 17 commits into
main
microsoft/cpp_client_telemetry:main
from
user/mkoscumb/AddNoexceptToNonThrowingMethods
microsoft/cpp_client_telemetry:user/mkoscumb/AddNoexceptToNonThrowingMethods
Copy head branch name to clipboard
Commits
Commits on Jun 26, 2023
Add noexcept on non throwing methods identified by static analysis
Matthew Koscumb (mkoscumb)
committed
0ac617f
View commit details
Copy full SHA for 0ac617f
Browse repository at this point
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Matthew Koscumb (mkoscumb)
authored
fcc321e
View commit details
Copy full SHA for fcc321e
Browse repository at this point
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Matthew Koscumb (mkoscumb)
authored
1d9ee3e
View commit details
Copy full SHA for 1d9ee3e
Browse repository at this point
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Matthew Koscumb (mkoscumb)
authored
7e3ca2e
View commit details
Copy full SHA for 7e3ca2e
Browse repository at this point
Commits on Jun 28, 2023
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Matthew Koscumb (mkoscumb)
authored
a3177f2
View commit details
Copy full SHA for a3177f2
Browse repository at this point
Commits on Aug 3, 2023
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Lalit Kumar Bhasin (lalitb)
authored
3a1b79a
View commit details
Copy full SHA for 3a1b79a
Browse repository at this point
Commits on Aug 15, 2023
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
Lalit Kumar Bhasin (lalitb)
authored
3cab212
View commit details
Copy full SHA for 3cab212
Browse repository at this point
Commits on Jun 12, 2026
Merge remote-tracking branch 'msft/main' into bhamehta/noexcept-takeover-1179
Show description for d099b1f
bmehta001
committed
d099b1f
View commit details
Copy full SHA for d099b1f
Browse repository at this point
Commits on Jun 17, 2026
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
bmehta001
authored
225ee96
View commit details
Copy full SHA for 225ee96
Browse repository at this point
LogSessionDataProvider: harden convertStrToLong (reset errno, reject negatives)
Show description for 2ac4ecc
bmehta001
and
Copilot
committed
2ac4ecc
View commit details
Copy full SHA for 2ac4ecc
Browse repository at this point
Commits on Jun 18, 2026
LogSessionDataProvider: parse with strtoull to match uint64_t return type
Show description for c58c82e
bmehta001
and
Copilot
committed
c58c82e
View commit details
Copy full SHA for c58c82e
Browse repository at this point
LogSessionDataProvider: mark remove_eol noexcept
Show description for 39f6646
bmehta001
and
Copilot
committed
39f6646
View commit details
Copy full SHA for 39f6646
Browse repository at this point
EventProperties: add noexcept move constructor and move assignment
Show description for f495b47
bmehta001
and
Copilot
committed
f495b47
View commit details
Copy full SHA for f495b47
Browse repository at this point
Commits on Jun 19, 2026
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
bmehta001
authored
e5419e3
View commit details
Copy full SHA for e5419e3
Browse repository at this point
Commits on Jun 22, 2026
LogSessionDataProvider: fix %d format specifier for const char* names
Show description for 51bd229
bmehta001
and
Copilot
committed
51bd229
View commit details
Copy full SHA for 51bd229
Browse repository at this point
Commits on Jun 29, 2026
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
bmehta001
authored
3f452ca
View commit details
Copy full SHA for 3f452ca
Browse repository at this point
Commits on Jul 1, 2026
Merge branch 'main' into user/mkoscumb/AddNoexceptToNonThrowingMethods
bmehta001
authored
7ae6f70
View commit details
Copy full SHA for 7ae6f70
Browse repository at this point
You can’t perform that action at this time.