-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Boost:: circular_buffer, compressed_pair, dynamic_bitset, filesystem, optional, and Units #282
base: develop
Are you sure you want to change the base?
Commits on Apr 27, 2016
-
1) Created VS2015 solutions that mirror the VS2013 solutions. Note th…
…at these include references to $(BOOST_HOME) and $(BOOST_LIBRARYDIR) which aren't in the VS2013 from USCiLab. If these aren't defined, they will be ignored. 2) (re) added support for boost::optional, boost::circular_buffer, boost::dynamic_bitset, boost::filesystem This support includes unit tests modeled after existing Cereal unit tests. All boost headers and tests are isolated in /boost/ subdirectories
Steve Hickman committedApr 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 2292dd7 - Browse repository at this point
Copy the full SHA 2292dd7View commit details
Commits on Apr 29, 2016
-
Added support for boost::chrono
Steve Hickman committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 6e9628f - Browse repository at this point
Copy the full SHA 6e9628fView commit details -
draft versions for boost units support
Steve Hickman committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 052aeb0 - Browse repository at this point
Copy the full SHA 052aeb0View commit details -
Merge branch 'master' into develop
Steve Hickman committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 776f5e6 - Browse repository at this point
Copy the full SHA 776f5e6View commit details -
Is this what caused the link error
Steve Hickman committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 415020b - Browse repository at this point
Copy the full SHA 415020bView commit details
Commits on Apr 30, 2016
-
Steve Hickman committed
Apr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ec0055a - Browse repository at this point
Copy the full SHA ec0055aView commit details -
Merge branch 'develop' of https://github.com/USCiLab/cereal into develop
Steve Hickman committedApr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 48d92f7 - Browse repository at this point
Copy the full SHA 48d92f7View commit details -
Steve Hickman committed
Apr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for fc27454 - Browse repository at this point
Copy the full SHA fc27454View commit details -
Created separate boost/common.hpp to remove unnecessary dependency of…
… all other unit tests on boost
Steve Hickman committedApr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ecab847 - Browse repository at this point
Copy the full SHA ecab847View commit details
Commits on May 1, 2016
-
VS has problems with logging ... but putting this is universally caus…
…es problems with GCC. So, only put it in for VS
Steve Hickman committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 297c6ff - Browse repository at this point
Copy the full SHA 297c6ffView commit details
Commits on May 2, 2016
-
Merge branch 'develop' of https://github.com/USCiLab/cereal into develop
Steve Hickman committedMay 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 473d5c7 - Browse repository at this point
Copy the full SHA 473d5c7View commit details -
Now tests are automatically generated for every supported archive set…
… (input / output). When new archive sets are added, we need only update the archive_type_list in common.hpp Note that filesystem cannot yet use this approach because it requires wchar, which XML and JSON do not yet support (Issue USCiLab#95)
Steve Hickman committedMay 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 68a1b45 - Browse repository at this point
Copy the full SHA 68a1b45View commit details
Commits on May 18, 2016
-
Merge branch 'develop' of https://github.com/USCiLab/cereal into develop
Steve Hickman committedMay 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 949e71c - Browse repository at this point
Copy the full SHA 949e71cView commit details
Commits on May 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c05b220 - Browse repository at this point
Copy the full SHA c05b220View commit details -
Merge pull request #2 from Vol-Alex/develop
Serialization for boost::intrusive_ptr was implemented
stevehickman committedMay 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 5864264 - Browse repository at this point
Copy the full SHA 5864264View commit details
Commits on Jul 30, 2016
-
Merge branch 'develop' of https://github.com/USCiLab/cereal
Steve Hickman committedJul 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a0cf698 - Browse repository at this point
Copy the full SHA a0cf698View commit details -
Steve Hickman committed
Jul 30, 2016 Configuration menu - View commit details
-
Copy full SHA for c221008 - Browse repository at this point
Copy the full SHA c221008View commit details -
Added references to BOOST_HOME, BOOST_LIBRARYDIR, and boost unit tests
Steve Hickman committedJul 30, 2016 Configuration menu - View commit details
-
Copy full SHA for eaa3ac2 - Browse repository at this point
Copy the full SHA eaa3ac2View commit details
Commits on Oct 2, 2016
-
Merge branch 'develop' of https://github.com/USCiLab/cereal into mu
Steve Hickman committedOct 2, 2016 Configuration menu - View commit details
-
Copy full SHA for fa96daa - Browse repository at this point
Copy the full SHA fa96daaView commit details