Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NeuroTessMesh
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
NeuroTessMesh
Commits
d0bb24c7
Commit
d0bb24c7
authored
3 years ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Updated acuterecorder lib. Bump to version 0.2.1.
parent
261386bc
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+17
-0
17 additions, 0 deletions
.gitignore
.gitsubprojects
+1
-1
1 addition, 1 deletion
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
neurotessmesh/MainWindow.cpp
+8
-1
8 additions, 1 deletion
neurotessmesh/MainWindow.cpp
with
27 additions
and
3 deletions
.gitignore
+
17
−
0
View file @
d0bb24c7
...
...
@@ -7,5 +7,22 @@ doc/latex
.ciscript
ci.*
jambs*
acuterecorder*
Brion*
FiReS*
HighFive*
Keyv*
Lexis*
Lunchbox*
MVDTool*
ReTo*
Servus*
ZeroBuf*
ZeroEQ*
gmrvlex*
httpxx*
neurolots*
nsol*
vmmlib*
nlrender/Shaders.h
This diff is collapsed.
Click to expand it.
.gitsubprojects
+
1
−
1
View file @
d0bb24c7
...
...
@@ -4,4 +4,4 @@
# git_subproject(Lexis https://github.com/HBPVis/Lexis.git 617eedb)
# git_subproject(gmrvlex git@gitlab.gmrv.es:nsviz/gmrvlex.git c20b194)
git_subproject
(
neurolots https://github.com/gmrvvis/neurolots.git 2a1cfeb9
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
3fe7d5ba
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
81a16150
)
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
d0bb24c7
...
...
@@ -5,7 +5,7 @@
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
project
(
neurotessmesh VERSION 0.2.
0
)
project
(
neurotessmesh VERSION 0.2.
1
)
set
(
neurotessmesh_VERSION_ABI 1
)
# Disable in source building
...
...
This diff is collapsed.
Click to expand it.
neurotessmesh/MainWindow.cpp
+
8
−
1
View file @
d0bb24c7
...
...
@@ -312,8 +312,15 @@ void MainWindow::showAbout( void )
tr
(
")"
)
+
tr
(
"</li> "
)
+
#endif
tr
(
"<li>AcuteRecorder "
)
+
tr
(
acuterecorder
::
Version
::
getString
().
c_str
(
))
+
tr
(
" ("
)
+
tr
(
std
::
to_string
(
acuterecorder
::
Version
::
getRevision
(
)).
c_str
(
))
+
tr
(
")"
)
+
tr
(
"</li> "
)
+
tr
(
"</ul>"
)
+
tr
(
"<br>
GMRV
- Universidad Rey Juan Carlos<br>"
tr
(
"<br>
VG-Lab
- Universidad Rey Juan Carlos<br>"
"<a href=www.vg-lab.es>www.vg-lab.es</a><br>"
"<a href='mailto:dev@vg-lab.es'>dev@vg-lab.es</a><br><br>"
"<br>(C) 2015-2022. Universidad Rey Juan Carlos<br><br>"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment