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
Graph
c3f884282ca5be41244e1f409ac9d2a5fc54e5b4
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Sep
20
18
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
polynomial and piecewise_polynomial : remove dim from template and init it from the size of the points
[python] piecewise : add method to append a final point to the curve and automatically create a polynomial between current final point and desired one
[python] piece-wise rename add_curve to append
[polynomial] fix safe_check method : correctly throw the execptions
[polynomial] constructor from boundary conditions : correctly call safe_check"
[python][test] add unit test for piecewise-polynomial from points list
[python][test] add test to check if an error is correctly raised when tmin > tmax
[python] add API to create piecewise-polynomial from list of discrete points
[test] polynomial test : check if an error is correctly throw when tmin > tmax
[test][python] add python unit test for polynomial from boundary conditions
[piecewise] add constructor from list of discret point with C1 and C2 continuiti
[piecewise] refactor/simplify constructor from discret point
[python] expose polynomial constructor from boundary conditions
[doc][python] add argument names for polynomials constructors
[test] add unit test for polynomial constructor from boundary conditions
[polynomial] implement constructor from boundary condition (C0,C1 and C2)
Merge branch 'topic/bindingPythonDynamicCurves' into devel
Merge remote-tracking branch 'jchemin/topic/add_serialization_boost' into devel
Merge branch 'topic/FixCubicHermitePythonOnDevel' into 'devel'
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
Loading