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
Olivier Stasse
dynamic-graph
Graph
41e11cc3776c29c91efecfa75bf60448a1816dc1
Select Git revision
Branches
4
cmake-export
devel
master
default
protected
origin-2019-07-12
Tags
19
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.1
v2.5.7
v3.0.0
2.5.6
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5
v1.2.1
v1.2.0
v1.1
release.1.1
release-1-1
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Oct
15
24
Sep
16
Aug
6
Jun
28
Apr
8
23
Mar
16
12
4
8
Dec
7
7
Nov
31
Oct
22
Jun
21
20
27
May
17
Apr
15
12
8
22
Mar
16
9
18
Feb
17
16
11
9
3
2
28
Jan
26
25
24
23
21
20
19
17
14
7
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
MacOSX compatibility: avoid dangerous TARGET_LINK_LIBRARIES
Fix portability issues with Ubuntu 12.04 (64 bits).
Do not try to delete void*, behavior is undefined.
Avoid memory loss when calling Value::operator =
Passing and returning elmt by const reference.
Add boost::posix_time::ptime as a basic type for signals.
Add missing include.
Provide const access to entity map in the pool.
Add method Entity::getDocString.
Synchronize.
Fix build for binutils > 2.22
Synchronize cmake submodule.
Merge remote branch 'origin/master'
Added a caster for signal<bool>.
Update NEWS.
v2.5.1
v2.5.1
Do not hardcode dl, use ${CMAKE_DL_LIBS}.
Make destructor of TimeDependency virtual.
Added the cmake to compile signal-ptr test.
Modify the policy for plugin a sigptr in input.
ivigit.
Disable a test for mac.
Revert "Move the definition of some ValueHelper<...>::TypeId to avoid link issues"
Move the definition of some ValueHelper<...>::TypeId to avoid link issues
Add missing header inclusion
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.
Add install files for building debian package.
v1.2.1
v1.2.1
Modify changelog.
[debian] First round of fixes for binary package generation.
Loading