Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
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
Guilhem Saurel
hpp-fcl
Graph
83e22baf1db01c65f916262dd11eb102b9a42120
Select Git revision
Branches
2
devel
master
default
Tags
20
v1.4.5
v1.4.4
v1.4.2
v1.4.1
v1.4.0
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.7.0
v0.9.0
v0.6.0
ubuntu-14.04
v0.5.1
v0.5
v0.4.3
22 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jun
14
13
May
22
Apr
7
6
2
1
15
Mar
11
16
Feb
15
12
11
9
28
Jan
19
Oct
7
26
Aug
20
31
Jul
16
4
1
30
Jun
2
27
May
26
8
7
4
3
1
30
Apr
28
25
24
22
16
15
9
8
6
5
4
16
Mar
7
6
27
Jan
9
Dec
5
30
Nov
27
Oct
10
Aug
9
2
30
Jul
13
31
May
30
29
20
19
25
Apr
22
14
Mar
13
5
4
17
Feb
15
7
Jan
28
Dec
21
20
26
Sep
25
21
20
19
18
30
Aug
29
22
15
14
9
12
May
7
25
Apr
17
12
1
31
Mar
11
9
28
Feb
28
Jan
27
15
10
9
3
27
Dec
12
11
4
15
Nov
29
Oct
23
Sep
21
20
19
18
17
11
10
9
7
6
5
4
3
31
Aug
27
26
25
24
23
18
15
10
8
7
6
3
2
1
31
Jul
29
28
27
26
25
24
22
21
19
18
17
16
14
12
11
10
9
6
5
4
3
2
27
Jun
26
25
23
22
20
19
13
12
11
9
7
6
5
3
1
30
May
25
28
Mar
5
27
Feb
23
22
21
3
1
26
Jan
12
11
9
7
6
30
Dec
29
9
8
6
5
1
20
Nov
18
3
Oct
30
Sep
29
28
15
14
13
12
10
8
6
4
30
Aug
28
27
26
25
[UnitTest] Update unit test linkage with boost unittest
[Cmake] Remove tests with failures
modify implementation of operator == in /include/hpp/fcl/math/vec_3fx.h
Don't align underlying vector in Quaternion3f
Clean CMakeLists.txt (remove FCL_HAVE_FLANN and FCL_HAVE_TINYXML)
Add EIGEN_MAKE_ALIGNED_OPERATOR_NEW Quaternion3f
Make Quaternion3f(w,x,y,z) and Quaternion3f(w, Vec(x,y,z)) public
Fix header list in CMakeLists.txt
Fix test/test_fcl_math.cpp
Remove FCL_HAVE_SSE
Add some noalias
Tranform3f::transform returns an Eigen expression
Avoid some copy
Fix Transform3f::transform
WIP: Add some eval
Transform3f returns an Eigen expression
Remove Quaternion3f operator-
Rename Quaternion3f::Transform to transform_return_type
Fix Vec3f constructor
Fix some constructors of Vec3f and improve Quaternion3f
Fix uninitialized vector
Prepare Quaternion3f for replacement
Update Quaternion3f API
Clean code and remove unused files.
Fix some compilation warnings
Add some 'noalias'
Minor optimizations (mostly noalias)
Use Vec3f instead of FCL_REAL
Minor optimizations
getOrientation return a const reference
Replave Vec3f[3] by Matrix3f
Use Eigen Matrix without FclMatrix
Replace setValue by operator<< and remove normalize(bool)
Fix AABB
Remove more fcl math classes specific method to make it compliant with eigen.
Remove Vec3f::length and Vec3f sqrLength
Remove svm classifiers
Remove knn
Remove classifiers
Remove sampling
Loading