Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Olivier Stasse
dynamic-graph
Commits
a1fb4793
Commit
a1fb4793
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Rename tools dg- instead of sot-.
parent
175f1660
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/CMakeLists.txt
+20
-12
20 additions, 12 deletions
tools/CMakeLists.txt
tools/dg-shell-plugin.cmake
+1
-1
1 addition, 1 deletion
tools/dg-shell-plugin.cmake
tools/dg-shell.cpp
+0
-0
0 additions, 0 deletions
tools/dg-shell.cpp
with
21 additions
and
13 deletions
tools/CMakeLists.txt
+
20
−
12
View file @
a1fb4793
# Copyright 2010, Olivier Stasse, JRL, CNRS/AIST
#
# Copyright
# This file is part of dynamic-graph.
# dynamic-graph is free software: you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
### tools
SET
(
tools
sot-shell
)
### Configure shell launch script
CONFIGURE_FILE
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/sot-shell-plugin.cmake
${${
PROJECT_NAME
}
_BINARY_DIR
}
/tools/sot-shell-plugin
)
# dynamic-graph is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Lesser Public License for more details. You should have
# received a copy of the GNU Lesser General Public License along with
# dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
SET
(
tools dg-shell
)
# Configure shell launch script.
CONFIGURE_FILE
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/dg-shell-plugin.cmake
${${
PROJECT_NAME
}
_BINARY_DIR
}
/tools/dg-shell-plugin
)
INSTALL
(
FILES
${${
PROJECT_NAME
}
_BINARY_DIR
}
/tools/
sot
-shell-plugin
${${
PROJECT_NAME
}
_BINARY_DIR
}
/tools/
dg
-shell-plugin
DESTINATION
bin
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
)
GROUP_EXECUTE GROUP_READ
)
FOREACH
(
tool_name
${
tools
}
)
SET
(
EXECUTABLE_NAME
${
tool_name
}
)
...
...
This diff is collapsed.
Click to expand it.
tools/
sot
-shell-plugin.cmake
→
tools/
dg
-shell-plugin.cmake
+
1
−
1
View file @
a1fb4793
...
...
@@ -3,4 +3,4 @@ tmp=`mktemp`
echo
"-- Launching dynamic-graph C shell with default plugins"
echo
"loadPlugin
${
CMAKE_INSTALL_PREFIX
}
/lib/plugin/shell-functions.so"
> $tmp
echo
"loadPlugin
${
CMAKE_INSTALL_PREFIX
}
/lib/plugin/shell-procedure.so"
>> $tmp
${
CMAKE_INSTALL_PREFIX
}
/bin/
sot
-shell $tmp
${
CMAKE_INSTALL_PREFIX
}
/bin/
dg
-shell $tmp
This diff is collapsed.
Click to expand it.
tools/
sot
-shell.cpp
→
tools/
dg
-shell.cpp
+
0
−
0
View file @
a1fb4793
File moved
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
register
or
sign in
to comment