Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!141
Serialization
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Serialization
serialization
into
master
Overview
6
Commits
8
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Jeremie Deray
requested to merge
serialization
into
master
7 years ago
Overview
6
Commits
8
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
clean a bit
NodeBase
class.
wip serialization of
NodeBase
that exemplify the 'intrusive' serialization (
Serializer
class member) + test.
wip serialization of Eigen types (binary only) + test.
serialization
TimeStamp
+ test.
serialization entry-point object is referred by typeid.
0
0
Merge request reports
Viewing commit
5e173df5
Prev
Next
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5e173df5
rm usuless header
· 5e173df5
Jeremie Deray
authored
7 years ago
src/test/serialization/cereal/gtest_serialization_eigen_sparse.cpp
+
0
−
1
Options
@@ -12,7 +12,6 @@
@@ -12,7 +12,6 @@
#include
"../../../serialization/cereal/io.h"
#include
"../../../serialization/cereal/io.h"
#include
<cereal/types/memory.hpp>
#include
<fstream>
#include
<fstream>
class
WolfTestCerealSerializationEigenSparse
:
public
testing
::
Test
class
WolfTestCerealSerializationEigenSparse
:
public
testing
::
Test
Loading