Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Trivial serialization for C++ - tscpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Third Party
Trivial serialization for C++ - tscpp
Commits
c8674a48e794c246f79c56b163ebab72d3654846
Select Git revision
0 results
tscpp
Author
Search by author
Any Author
authors
0 authors
Nov 18, 2021
Merge branch 'cmake-dev' into 'master'
· c8674a48
Damiano Amatruda
authored
3 years ago
c8674a48
Reorganize folder structure and create CMakeLists.txt
· 4d4ecdf6
Damiano Amatruda
authored
3 years ago
4d4ecdf6
May 23, 2018
Improved comments
· 4a5f5407
Federico
authored
7 years ago
4a5f5407
May 08, 2018
Documentation
· 50f4faa1
Federico
authored
7 years ago
50f4faa1
Documentation
· a5f05a8e
Federico
authored
7 years ago
a5f05a8e
Documentation
· f9316aa5
Federico
authored
7 years ago
f9316aa5
May 07, 2018
Removed redundant type copy in stream API
· d217bb2c
Federico
authored
7 years ago
View commits for tag 0.3
0.3
d217bb2c
Separate stream and buffer API in different headers
· abe5b064
Federico
authored
7 years ago
abe5b064
May 06, 2018
Added tests for error code paths in the buffer API, compiled tests with address sanitizer
· 9694df87
Federico
authored
7 years ago
View commits for tag 0.2
0.2
9694df87
Fix unserializeUnknown not returning the correct error code
· 1b440a55
Federico
authored
7 years ago
1b440a55
Uniformed return codes of buffer API with exception name of stream API
· 2fa0bcdc
Federico
authored
7 years ago
2fa0bcdc
Testing error code paths in stream serializers
· fd24b193
Federico
authored
7 years ago
fd24b193
More encapsulation
· c5c817dd
Federico
authored
7 years ago
c5c817dd
Minor tweaks
· 4f04a998
Federico
authored
7 years ago
View commits for tag 0.1
0.1
4f04a998
Added UnknownInputArchive, library API is complete
· 5945a7c9
Federico
authored
7 years ago
5945a7c9
Added exceptions to InputArchive
· 6ae53573
Federico
authored
7 years ago
6ae53573
Incomplete implementation of serialization to std streams
· f3530e05
Federico
authored
7 years ago
f3530e05
Added readme stub
· f0715e67
Federico
authored
7 years ago
f0715e67
First commit
· 8e455116
Federico
authored
7 years ago
8e455116
Loading