Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
MolDyn
lib4neuro
Graph
dccfbaafab73a6aa70188e76d4c5bf6422962bcb
Select Git revision
Branches
1
master
default
Tags
2
VERSION_2019.4.1
VERSION_2019.3.1
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Sep
20
19
18
17
15
14
13
12
11
10
9
8
7
6
5
4
3
2
31
Aug
30
25
24
23
22
21
20
17
16
14
13
12
11
10
9
8
7
6
3
31
Jul
27
26
25
24
23
22
20
19
18
17
16
15
13
12
11
10
7
6
5
4
15
Jun
14
13
12
11
6
5
4
3
1
3
Jan
7
Dec
28
Nov
27
26
25
24
23
22
21
20
19
18
2
ENH: Started using MSG_* macros together with Boost::format to unify lib4neuro output functions.
FIX: Trying to fix linking Turtle.
MOD: removed shared/local boost dep. on windows from continuous integration
FIX: Trying to fix CI FindTurtle.cmake to find mock.hpp in /usr/include
FIX: Trying to fix CI ubuntu_boost_system
ENH: Removed installation of Exprtk from CI script - it's now contained in our Docker.
ENH: Added Turtle library for mocking objects.
FIX: corrected conditions for aftercleanup
FIX: fixed compilation on windows, linux and during continuous integration
FIX: compilation scripts under windows and linux
NEW: Added file containing own exceptions.
FIX: Added flag for MinGW, which should prevent error 'file too big to open/close' from happening.
ENH: Only classes belonging to API are now contained in 4neuro.h. All those classes were enclosed in 'lib4neuro' namespace.
FIX: modular build under windows
FIX: fixed modular compilation scripts on windows
Test of windows compilation
FIX: modular compilation issues on linux after merge
FIX: findboost to include boost root expansions
FIX: findboost to include boost root expansions
Merge branch 'tmp' of code.it4i.cz:bes0030/4Neuro into tmp
ADD: added preliminary version of gradient calculation vie backpropagation, added supporting methods to error classes and learning algorithms utilizing gradient calculation
Merge remote-tracking branch 'kravcenko/master'
Trying to fix batch script running unit-tests on Windows
Trying to fix batch script running unit-tests on Windows
ENH: Removed both linking and include dependencies from examples => lib4neuro can be used just by linking it and including its header without any external dependencies needed.
FIX: Fixed dependencies for exprtk_wrap
FIX: Fixed bad return value
ENH: Modified Doxyfile, so multiple graphs are now a part of the documentation
FIX: Fixed missing <cassert> header
NEW: Added file for definitions of own exceptions
ENH: Simplified the message macros and removed DEBUG constant from compilation, as it's not neccessary now.
FIX: fixed missing include
FIX: Fixed Boost include dependencies, so the examples don't have to be compiled with Boost include directory.
FIX: fixed compilation on WINDOWS using statically linked dependendices
FIX: fixed compilation on WINDOWS using statically linked dependendices
FIX: fixed compilation on WINDOWS using statically linked dependendices
FIX: fixed compilation on WINDOWS using statically linked dependendices
Trying to fix Boost dependencies
FIX: Removed included Exprtk - now it's compiled as ExprtkWrapper and it's not needed to include the whole header-library.
FIX: Trying to fix compilation on Windows with dependencies linked dynamically
Loading