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
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 }}
Fromeworld
/
serialization
Public
forked from
boostorg/serialization
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
serialization
src
on
develop
User selector
All users
All time
Commit history
Commits on Nov 23, 2017
corrections to singleton - tested on on all platforms
robertramey
committed
8378c75
View commit details
Copy full SHA for 8378c75
View code at this point
Browse repository at this point
Commits on Nov 13, 2017
correct error detected in MSVC regarding singleton initialization
robertramey
committed
f94da2c
View commit details
Copy full SHA for f94da2c
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
altered visibility settings for polymorphic_base. Hopefully this should fix text failures for test_dll_exported
robertramey
committed
eb35302
View commit details
Copy full SHA for eb35302
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
changes to correct problems found on mingw and cygwin tests
robertramey
committed
7185122
View commit details
Copy full SHA for 7185122
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
remove dependency on <codecvt>
Show description for 64dc620
robertramey
committed
64dc620
View commit details
Copy full SHA for 64dc620
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
corrected mistakes in codecvt_null affecting visibility
robertramey
committed
d21a064
View commit details
Copy full SHA for d21a064
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
Fixed bug where pointer iserializer can be NULL
Lee Clagett
committed
dd09b03
View commit details
Copy full SHA for dd09b03
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
adjustment to export codecvt_null<wchar_t>
robertramey
committed
eaf8579
View commit details
Copy full SHA for eaf8579
View code at this point
Browse repository at this point
Commits on May 24, 2017
fix as described in PR #53.
Show description for 0c8a1d6
robertramey
committed
0c8a1d6
View commit details
Copy full SHA for 0c8a1d6
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Trying to get minGW to function for serialization library
Show description for b0a794d
robertramey
committed
b0a794d
View commit details
Copy full SHA for b0a794d
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Role back changes in valarray due to failures on microsoft platform
Show description for b98b458
robertramey
committed
b98b458
View commit details
Copy full SHA for b98b458
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
attempt to fix linking problems with singleton module
robertramey
committed
26366fe
View commit details
Copy full SHA for 26366fe
View code at this point
Browse repository at this point
fix utf8 convert selection - looks like msvc <codecvt> doesn't properly work with uff8_codecvt
Show description for 058f1fe
robertramey
committed
058f1fe
View commit details
Copy full SHA for 058f1fe
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
corrections to test invocation for lists
robertramey
committed
58b4f73
View commit details
Copy full SHA for 58b4f73
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
correction to optional<T> serialization
robertramey
committed
f09c9b1
View commit details
Copy full SHA for f09c9b1
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
fixed GCC seg fault problem
robertramey
committed
8e26bc5
View commit details
Copy full SHA for 8e26bc5
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
made headers stand alone
robertramey
committed
8f7b3be
View commit details
Copy full SHA for 8f7b3be
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
changes to address some test failures
robertramey
committed
fc9d311
View commit details
Copy full SHA for fc9d311
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
correct dereference of iterator incremented past end()
robertramey
committed
5988a81
View commit details
Copy full SHA for 5988a81
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
adjustment in auto linking of utf8 codecvt facet
robertramey
committed
6128dfc
View commit details
Copy full SHA for 6128dfc
View code at this point
Browse repository at this point
make sure utf8 works with wide char archives
robertramey
committed
1dcca5b
View commit details
Copy full SHA for 1dcca5b
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
replace insert with emplace where appropriate
Show description for d9ad787
robertramey
committed
d9ad787
View commit details
Copy full SHA for d9ad787
View code at this point
Browse repository at this point
Commits on Jan 24, 2016
correction of visibility setup
robertramey
committed
72ef8bf
View commit details
Copy full SHA for 72ef8bf
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
another attempt to fix codecvt facet
robertramey
committed
0040321
View commit details
Copy full SHA for 0040321
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
fixing visibility for utf8_codecvt
robertramey
committed
00ede57
View commit details
Copy full SHA for 00ede57
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
return utf8 back to state of 22 ocober
robertramey
committed
d330deb
View commit details
Copy full SHA for d330deb
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
fix compile errors in tests related to export
robertramey
committed
2006c16
View commit details
Copy full SHA for 2006c16
View code at this point
Browse repository at this point
correct placement of header
robertramey
committed
c5c233d
View commit details
Copy full SHA for c5c233d
View code at this point
Browse repository at this point
attempted to eliminate visibility warnings when building as a static library with clang
Show description for ccdb32b
robertramey
committed
ccdb32b
View commit details
Copy full SHA for ccdb32b
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
backing out dependence on boost locale.
Show description for 587b081
robertramey
committed
587b081
View commit details
Copy full SHA for 587b081
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
adjustments for mdvc visibility
robertramey
committed
2783e07
View commit details
Copy full SHA for 2783e07
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Corrections to visibility for MSVC
robertramey
committed
4083f81
View commit details
Copy full SHA for 4083f81
View code at this point
Browse repository at this point
Commits on Nov 1, 2015
corrections to visibility issues which breaks tests on mdvc
robertramey
committed
e4b18d9
View commit details
Copy full SHA for e4b18d9
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
changes to correct errors in usage of codecvt for utf8
Show description for e3b67eb
robertramey
committed
e3b67eb
View commit details
Copy full SHA for e3b67eb
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
adjustments for clang visibility
robertramey
committed
a76a511
View commit details
Copy full SHA for a76a511
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.