Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
curves
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
Container Registry
Model registry
Operate
Environments
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
Jason Chemin
curves
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
63a034317d32e5176c21a4f5016c9b345c8e38f8
Select Git revision
Branches
20
Topic/AddTests
devel
master
default
protected
topic/AddBezier3PythonBinding
topic/AddBezier3PythonBindingOnDevel
topic/AddGettersForControlPointsOfCurves
topic/AddPiecewiseCurveConversionPython
topic/Add_piecewise_curve
topic/CreateConversionForPiecewiseCurve
topic/CreatePiecewisePolynomialFromPoints
topic/FixCubicHermitePython
topic/FixCubicHermitePythonOnDevel
topic/ModifyBezierConstructor
topic/ModifyDimPointToDynamic
topic/add-bicubicHermitian
topic/add_piecewise_curve_final
topic/add_serialization
topic/add_serialization_boost
topic/bindingPythonDynamicCurves
topic/change-namespace
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
3
Sep
23
Aug
22
14
13
12
9
8
7
6
2
1
29
Jul
26
24
9
4
3
2
13
Jun
12
7
6
3
27
May
24
21
20
10
6
2
1
30
Apr
26
25
19
18
17
16
15
12
5
27
Feb
26
8
7
4
Jan
3
16
Nov
15
25
May
19
Mar
28
Nov
24
14
23
Oct
4
May
3
12
Apr
5
4
14
Mar
13
30
Jan
27
26
25
2
Dec
30
Nov
28
25
24
19
Sep
21
Dec
28
Jun
27
19
18
19
[Serialization] Add serialization of Dim getter for all curves
[curve_abc] Add virtual function to get dimension of curve
[dynamic dim - hermite python] Binding done for cubic hermite spline with dynamic dimension - Test OK
[Dynamic dim - hermite] Remove dimension from template
[Binding python] Delete references to point of dimension 6 / Edit name of variable with point of dimension 3
[cubic hermite spline] Delete Tangent from template (same as Point)
[python binding] Edit name of all curves of dimension 3 / delete bezier dimension 6
[eigen-matrix.hpp] Edit name of ifndef => Was in conflict with multicontact API
topic/add_seria…
topic/add_serialization_boost
[Cleaning] Clean some headers in curves
[archive.hpp] Edit name of ifndef => Was in conflict with multicontact API
[polynomial] Fix warning
Add function to check if a curve is empty (no coeff/control points/curves)
[Serialization] Add template on save and load function for serialization => Now able to load in abstract pointer
[polynomial] Add compute_derivative function + python binding => Tests OK
Modif of Pierre : Add docstring in python API for piecewise polynomial and polynomial / Init T_min and T_max in empty constructor of curves
[Indentation] Reindentation of all the code - 2
[Indentation] Reindentation of all the code
Remove aligned_vector file / redo indentation in helpers
[Version boost] Remove warning for boost serialization version => Do something in function of version if needed ?
[Fix] Add file archive_python_binding.h
[exact_cubic] Add serialization for exact cubic / binding python => Test OK
Add Python bindings for serialization of bezier,hermite,polynomial curves/piecewise curves => All tests ok
[exact_cubic] exact_cubic is now of type piecewise curve (More logic)
Add serialization for bezier/cubic hermite/ all piecewise curves => Test OK
[CMake] add python subdir after searching for boost
Delete one include
Delete some include, modify name function test for serialization, change CMake for python test
Problem binding in python functions using boost::serialization => test python fail
Use serialization/archive functions for serialization / Delete test class for serialization / Make test ok (not python test for serialization)
Add serialization with boost for polynomial and piecewise polynomial curve => Test OK
[CI] update project name
sync submodule
remove StringIO, not available in Python 3
fix build
test serialization (2)
Test serialization in serialize_test_class => Problem
[curve_constraint/ exact_cubic] Add dim to curve_constraint template to make it works with dynamic size + fix exact_cubic with dynamic size => Tests OK
[Rebase problem] Fix problems
[all] Fix warnings
[piecewise_curve] Add conversion function from discrete points, Test OK
Loading