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.
eb75a2c84dd4cf2302fcd0e5708a02a89809db25
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
18
Sep
13
6
4
3
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
Merge branch 'topic/ci' into 'devel'
[CMake] sync submodule
Readme: update badges
[Test][Python] Remove StringIO, which is useless and fails in python 3
[CI] setup CI
[Fix cubic hermite] Cubic hermite in pyhton : Use tangent instead of position to build cubic hermite
topic/FixCubicH…
topic/FixCubicHermitePythonOnDevel
[Fix cubic hermite python] Cubic hermite was built with only tangent instead of point+tangent
topic/FixCubicH…
topic/FixCubicHermitePython
[binding python] Re-add python binding for bezier3
topic/AddBezier…
topic/AddBezier3PythonBinding
[Bezier curve] Add tests in c++ for extract function => OK
topic/fixBezier…
topic/fixBezierFunctionExtract
[Bezier curve] Fix problem with function extract
[test] fix error introduced in the rebase
topic/bindingPy…
topic/bindingPythonDynamicCurves
[Eigen matrix serialization] Modify include guard name to match the one of reference
[main - tests] Modify typedef of curves to use point of dynamic size
[dynamic dim - exact cubic/constraints/helpers] Remove dim from template + binding python
[dynamic dim - polynomial] Remove dim from template + binding python
[dynamic dim - piecewise curve] Remove dim from template + binding python
[dynamic dim - bezier curve] Remove dim from template of bezier curve + binding python
[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)
Loading