Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dANN-examples
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
DANN
dANN-examples
Graph
c57694a731a9f12b57005ffee00e3c37a22e83d3
Select Git revision
Branches
4
GeneticWaveletBenchmarks
java_dann-1.x
master
default
protected
v2.x
Tags
7
v2.0
java_dann-0.1-alpha-RC1
java_dann-0.2-alpha-RC2
java_dann-1.0
java_dann-1.1
java_dann-1.2
java_dann-1.3
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Nov
1
31
Oct
30
29
28
27
1
Feb
15
Oct
31
Jul
30
29
21
Sep
20
23
Feb
22
21
16
15
11
9
8
6
Jan
5
16
Dec
16
Nov
14
3
Sep
1
25
Aug
22
10
9
6
May
5
4
3
2
27
Apr
26
24
22
21
19
18
17
13
10
Mar
9
16
Feb
15
14
31
Dec
2
14
Sep
3
28
Aug
27
26
25
24
15
6
5
4
3
1
31
Jul
30
29
28
8
22
Jun
21
17
16
15
12
11
10
8
7
6
5
4
1
31
May
30
29
27
26
24
17
25
Sep
5
4
3
2
1
31
Aug
30
29
26
25
24
23
4
Mar
27
Feb
30
Nov
10
Oct
26
Jul
19
13
11
30
Jun
28
27
19
18
16
15
14
5
4
3
2
30
May
Bumped the snapshot version to 2.1.
v2.x
v2.x
fixed java freehep dependency
Configured the AWT unit tests to automatically skip if being run on a headless system.
master
master
Fixed FFT unit test, just added a short delay. Not the best of fixes, but it works.
Cleaned up various issues discovered through static code anlysis.
Added @Override everywhere it is missing.
Qualified all possible calls with "this".
Removed picURL property from developer section of maven build pom. This value is discovered automatically so it isnt needed.
Fixed the wrong timezone reported in the developer and contributor section of the maven poms.
Added organization, contributor, and developer information.
Updated the developer connection string to include the correct port int he maven build poms.
Added JXR source reporting in the maven build script for the examples submodule. This will add source code output to the maven site generated. Also added cobertura examples.
Updated the group id to com.syncleus.dann
Updated mailing list information in maven build chain.
Cleaned up code formatting across the project.
Added CI information to the maven build chain.
Fixed license information in maven build chain.
Updated issue tracking system information in the maven build chain.
Updated the SCM information in maven.
Fixed the repository and distribution management stuff and cleaned it up.
Cleaned up dependency management in maven build chain.
Minor reformatting
Added cobertura unit test coverage
Removed defunct modules and files.
Added gerrit specific configuration to .git* files.
Fixed pom.xml issues
Cleaned up the formatting of pom.xml slightly.
Added mailing list info for this project (just copied from the parent). Mantis Fixes #9
Copied the developer connection info in pom.xml from the root project to this one. There was incorrect reporting of this information by default
Updated the pom.xml file to use the correct group name, point to the correct servers, and include the dependencies repo. Mantis: Fixes #2 Fixes #3 Fixes #4
Fixed pom.xml to point to the new repo server locations. Also added the dependency repo so it can pull in freehep.
Increased the memory when executing the examples jar via maven
Accidentally commeted out a repository in the last commit
Added exec:exec phase for running examples
Added assert to check for lack of log4j.xml in jar. Enabled assertions and forking for unit tests
ViewMap: minor cleanup (no code-logic changes)
fix dead-lock in ViewMap on single core systems
some cleanup
ViewMap: also add key-listener to the Canvas3D, as it has the focus.
fixes for ViewMap
Loading