Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
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
dynamic-graph
Graph
75e76fab28ce8b1f43e37de45e24a28ba377a6b8
Select Git revision
Branches
5
coverage
devel
master
default
protected
topic/boost_python
topic/delete-shell
Tags
20
v4.4.3
v4.4.2
v4.4.1
v4.4.0
v4.3.4
v4.3.3
v4.3.2
v4.3.1
v4.3.0
v4.2.2
v4.2.1
v4.2.0
v4.1.0
v4.0.0
v3.8.2
v3.8.1
v3.8.0
v3.7.3
v3.7.2
v3.7.1
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Oct
22
Jun
21
20
27
May
15
Apr
12
22
Mar
16
9
18
Feb
17
16
11
3
2
28
Jan
26
25
24
23
21
20
19
17
14
5
4
1
31
Dec
29
28
27
24
23
21
20
18
17
13
10
30
Nov
24
23
22
17
10
9
8
5
4
3
2
1
29
Oct
28
27
26
18
15
14
13
12
11
5
4
1
30
Sep
29
28
27
24
16
7
6
3
31
Aug
26
Jul
23
14
12
6
2
1
30
Jun
29
28
27
25
24
22
21
16
14
11
10
9
8
Win32: Correct a wrong macro
Win32: Correct the importation/exportation of symbols
For compatibility, added a static function to bind the singleton.
Merge branch 'topic/proto-command' into topic/singleton
v2.5
v2.5
Entity has no more CLASS_NAME static member.
Merge branch 'topic/proto-command' of github.com:jrl-umi3218/dynamic-graph into topic/proto-command
Account for the Entity::getClassName becoming pure virtual.
Pass the getclassName to pure virtual.
Make package pass tests successfully.
Cosmetic change.
SignalCaster class is now a singleton.
FactoryStorage and PoolStorage are now singletons.
Add helper macro for entity declaration. Use it when possible.
Rewrite an error message.
Win32: Correct a link issue
A cleaner way to define the suffix of the dynamic libraries according to each OS
Add missing link directory command (f-kiss).
Make getClassName method const
Correct a bug in previous commit.
Added command 4.
Problem of automatic typing with templates.
Merge branch 'topic/proto-command' of github.com:jrl-umi3218/dynamic-graph into topic/proto-command
Add nullptr class.
Corrected function to inline to avoid multiple symbole definition.
Added a function to test for the existence of a named entity.
Code cleaning after rewriting (marginal) of sig-cast. Introduction of a specific tracer behaviour for matrix and vector.
Corrected a segfault problem in the test pool. The problem at the global level remains. At least, the test passes now.
Modify the g_caster object with a singleton design.
Reforge the caster for signals.
Remove a duplicated command.
IVIGIT: transfert some code and automatic-code-generation macros from sot-core to dg.
Merge branch 'topic/proto-command' of github.com:jrl-umi3218/dynamic-graph into topic/proto-command
Added new-style command for the two entities.
Put back the dirty removal of Florent.
Revert "Set version number as 1.99."
Value::operator== does nothing when a = a.
Do not deregister entity in entity destructor. It is deregistered by the pool.
Use getClassName() instead of CLASS_NAME in Entity constructor.
Set version number as 1.99.
Modify deallocation of poolStorage object in order to fix a memory bug.
Loading