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
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
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 }}
tmroeder
/
nanopb
Public
forked from
nanopb/nanopb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2016
Merge pull request #209 from LuminateWireless/bazel-build
Show description for 0198210
PetteriAimonen
authored
0198210
View commit details
Copy full SHA for 0198210
Browse repository at this point
Commits on Aug 1, 2016
Add bazel BUILD file for nanopb.
mzhaom
committed
4e34042
View commit details
Copy full SHA for 4e34042
Browse repository at this point
Commits on Jul 23, 2016
Include package name in include guard (issue #207).
Show description for 298d00e
PetteriAimonen
committed
298d00e
View commit details
Copy full SHA for 298d00e
Browse repository at this point
Commits on Jun 19, 2016
Setting version to 0.3.7-dev
PetteriAimonen
committed
9c36b59
View commit details
Copy full SHA for 9c36b59
Browse repository at this point
Publishing nanopb-0.3.6
PetteriAimonen
committed
eb0e73c
View commit details
Copy full SHA for eb0e73c
Browse repository at this point
Commits on Jun 14, 2016
Update changelog
PetteriAimonen
committed
b9f552d
View commit details
Copy full SHA for b9f552d
Browse repository at this point
Commits on Jun 6, 2016
Clarify security model with regard to pointer _count fields.
PetteriAimonen
committed
ed8ac90
View commit details
Copy full SHA for ed8ac90
Browse repository at this point
Protect against corrupted _count fields in pb_release().
Show description for bb52a7a
PetteriAimonen
committed
bb52a7a
View commit details
Copy full SHA for bb52a7a
Browse repository at this point
Add testcase for issue #205
PetteriAimonen
committed
3af7d09
View commit details
Copy full SHA for 3af7d09
Browse repository at this point
Add static repeated submessage field to mem_release test case.
Show description for de93807
PetteriAimonen
committed
de93807
View commit details
Copy full SHA for de93807
Browse repository at this point
Commits on May 25, 2016
Small updates to docs
PetteriAimonen
committed
1251fa1
View commit details
Copy full SHA for 1251fa1
Browse repository at this point
Fix error in STATIC_ASSERT with multiple files (issue #203)
Show description for f7e4f36
PetteriAimonen
committed
f7e4f36
View commit details
Copy full SHA for f7e4f36
Browse repository at this point
Add testcase for issue #203
PetteriAimonen
committed
70699f3
View commit details
Copy full SHA for 70699f3
Browse repository at this point
Commits on May 5, 2016
Merge pull request #201 from yanivmo/patch-1
Show description for be90308
PetteriAimonen
committed
be90308
View commit details
Copy full SHA for be90308
Browse repository at this point
Added explanation of `oneof` section usage
yanivmo
committed
f4f8d77
View commit details
Copy full SHA for f4f8d77
Browse repository at this point
Commits on Mar 10, 2016
Fix formatting in docs
PetteriAimonen
committed
516a5ea
View commit details
Copy full SHA for 516a5ea
Browse repository at this point
Commits on Mar 7, 2016
Some more docs updates
PetteriAimonen
committed
5fd9038
View commit details
Copy full SHA for 5fd9038
Browse repository at this point
Merge pull request #196 from mxk/api-ref
Show description for 83fba62
PetteriAimonen
committed
83fba62
View commit details
Copy full SHA for 83fba62
Browse repository at this point
Update API reference to match headers
Show description for 420265d
mxk
committed
420265d
View commit details
Copy full SHA for 420265d
Browse repository at this point
Commits on Mar 4, 2016
Provide comments about uncalculable message sizes (issue #195)
PetteriAimonen
committed
11c073b
View commit details
Copy full SHA for 11c073b
Browse repository at this point
Commits on Feb 20, 2016
Merge pull request #194 from isotes/master
Show description for 2162973
PetteriAimonen
committed
2162973
View commit details
Copy full SHA for 2162973
Browse repository at this point
Merge pull request #193 from recursify/master
Show description for 275e7e8
PetteriAimonen
committed
275e7e8
View commit details
Copy full SHA for 275e7e8
Browse repository at this point
Commits on Feb 19, 2016
Generate MIN/MAX/ARRAYSIZE for enums
Show description for df3642b
isotes
committed
df3642b
View commit details
Copy full SHA for df3642b
Browse repository at this point
Add -D option to specify output directory
recursify
committed
0812fa1
View commit details
Copy full SHA for 0812fa1
Browse repository at this point
Commits on Feb 13, 2016
Setting version to 0.3.6-dev
PetteriAimonen
committed
4110ff2
View commit details
Copy full SHA for 4110ff2
Browse repository at this point
Publishing nanopb-0.3.5
PetteriAimonen
committed
a57831a
View commit details
Copy full SHA for a57831a
Browse repository at this point
Commits on Feb 7, 2016
Update pb_release docs
PetteriAimonen
committed
6f0dfe1
View commit details
Copy full SHA for 6f0dfe1
Browse repository at this point
Commits on Feb 6, 2016
Update changelog
PetteriAimonen
committed
65e7760
View commit details
Copy full SHA for 65e7760
Browse repository at this point
Add code generator insertion points to files (#178).
PetteriAimonen
committed
4507b00
View commit details
Copy full SHA for 4507b00
Browse repository at this point
Commits on Jan 27, 2016
Fix a few remaining bugs related to CHAR_BIT!=8 platforms.
PetteriAimonen
committed
3b6099f
View commit details
Copy full SHA for 3b6099f
Browse repository at this point
Remove obsolete __BIG_ENDIAN__ compilation option.
Show description for 8d35488
PetteriAimonen
committed
8d35488
View commit details
Copy full SHA for 8d35488
Browse repository at this point
Add note to migration doc
PetteriAimonen
committed
2a851f0
View commit details
Copy full SHA for 2a851f0
Browse repository at this point
Replace uint8_t with a pb_byte_t typedef.
Show description for fa45589
PetteriAimonen
committed
fa45589
View commit details
Copy full SHA for fa45589
Browse repository at this point
Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8.
Show description for abdb594
PetteriAimonen
committed
abdb594
View commit details
Copy full SHA for abdb594
Browse repository at this point
Commits on Jan 26, 2016
Get rid of type punning in pb_encode_fixedXX().
Show description for d79b15d
PetteriAimonen
committed
d79b15d
View commit details
Copy full SHA for d79b15d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.