Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
visimpl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
visimpl
Commits
368fb5d7
Commit
368fb5d7
authored
May 28, 2024
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 1.8.11. Updated recorder commit in subprojects.
parent
18c5caa5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitsubprojects
+1
-1
1 addition, 1 deletion
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
visimpl/visimpl.cpp
+1
-1
1 addition, 1 deletion
visimpl/visimpl.cpp
with
3 additions
and
3 deletions
.gitsubprojects
+
1
−
1
View file @
368fb5d7
...
...
@@ -7,4 +7,4 @@ git_subproject( ReTo https://github.com/vg-lab/ReTo.git b915c02 )
git_subproject
(
SimIL https://github.com/vg-lab/SimIL.git 376feed
)
git_subproject
(
scoop https://github.com/vg-lab/scoop.git 1185a5a
)
git_subproject
(
plab https://github.com/vg-lab/particlelab.git dbaf1b3
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
c61335a
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
92321d2
)
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
368fb5d7
...
...
@@ -9,7 +9,7 @@
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
# visimpl project and version
project
(
visimpl VERSION 1.8.1
0
)
project
(
visimpl VERSION 1.8.1
1
)
set
(
visimpl_VERSION_ABI 6
)
SET
(
VISIMPL_LICENSE
"GPL"
)
...
...
This diff is collapsed.
Click to expand it.
visimpl/visimpl.cpp
+
1
−
1
View file @
368fb5d7
...
...
@@ -386,7 +386,7 @@ void usageMessage( char* progName )
<<
"Usage: "
<<
progName
<<
std
::
endl
<<
"
\t
[ -bc <blue_config_path> [-target <target> ] | "
<<
"-csv <network_path> <activity_path>
]
"
<<
"-csv <network_path> <activity_path>
| -h5 <network_path> <activity_path>
"
<<
std
::
endl
#ifdef SIMIL_WITH_REST_API
<<
"
\t
[ -rest <url> <port> ]"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment