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
abe010cdae2b099d0ce0c1dd06dd6a06e4d98acd
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
8
Sep
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
FIX: Fixed path to a header in NeuralNetworkSum.h
NEW: Added message.h with message macros MSG_INFO and MSG_DEBUG intended to unify and simplify library output.
Trying to fix Windows compilation
FIX: Fixed bad variable
Trying to fix Windows compilation
Trying to fix Windows compilation
Trying to fix Windows compilation
Trying to fix CI
Added TODO to CMakeLists
Trying to fix compilation...
Trying to fix compilation...
Trying to fix compilation...
Trying to fix compilation...
Trying to fix compilation...
Trying to fix compilation...
FIX: Boost_* variables are now deleted from cache to prevent preserving wrong paths.
FIX: Boost dependencies of lib4neuro made private
FIX: Fixed FindBoost.cmake
FIX: Removed debug message
ENH: Added test for dynamically linked dependencies, which are stored locally.
FIX + ENH: Fixed and simplified building scripts for Linux for CI
Trying to fix CI...
Trying to fix CI...
ENH: Removed relative paths to 4neuro.h, as it's not needed, when the code is given the proper include directory during compilation.
FIX: Fixed relative paths to headers, so it isn't neccessary anymore to include SRC_DIR when compiling examples / independent apps, which only use lib4neuro.
FIX: Fixed linking libraries in CMakeLists.
ENH: Added -fPIC option to the linux_gcc_build_x64_debug.sh, so the Boost libraries will be always compiled as a position independent code, even if they're static. It makes possible to link them to the shared library lib4neuro.
FIX: FindBoost.cmake now sets the variable Boost_LIBRARIES, which contains libraries' names, but it also makes them targets, so the other applications can be linked against them. The variable BOOST_LIBRARIES was removed.
FIX: fixed issue #2
FIX: 'ubuntu_boost_system' was incorrectly compiling a local copy of boost which made this continuous integration test pointless
FIX: 'ubuntu_boost_system' was incorrectly compiling a local copy of boost which made this continuous integration test pointless
FIX: Trying to fix CI...
FIX: Trying to fix CI...
FIX: Fixed output directory path for unit tests.
FIX: Added missing variable DEPENDENCIES_LINK_TYPE in Linux CI build scripts.
FIX + NEW: Trying to fix CI + added new compilation script for CI Ubuntu with dependencies stored in system paths.
FIX: Fixed compilation for external dependencies installed in the system on Linux.
FIX: deleted auxiliary files
ADD: added a new example for harmonic oscilator problem
FIX: Fixed CI script
Loading