Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
ded9c375
Commit
ded9c375
authored
Jul 02, 2011
by
Alexander Wiebel
Browse files
[FIX] some occurences of 'walnut' instead of 'openwalnut'
parent
cbd9a895
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
src/CMakeLists.txt
src/CMakeLists.txt
+3
-3
src/core/kernel/WModule.cpp
src/core/kernel/WModule.cpp
+1
-1
src/core/kernel/WModuleFactory.h
src/core/kernel/WModuleFactory.h
+1
-1
src/qt4gui/qt4/WQt4Gui.cpp
src/qt4gui/qt4/WQt4Gui.cpp
+1
-1
No files found.
src/CMakeLists.txt
View file @
ded9c375
...
...
@@ -169,7 +169,7 @@ IF( OW_PACKAGE_BUILD )
ENDIF
()
# ---------------------------------------------------------------------------------------------------------------------------------------------------
# The walnut executable should print the revision/tag
# The
open
walnut executable should print the revision/tag
# ---------------------------------------------------------------------------------------------------------------------------------------------------
# Generate needed headers
...
...
@@ -492,7 +492,7 @@ ADD_CUSTOM_TARGET( install_devdoc
# ---------------------------------------------------------------------------------------------------------------------------------------------------
#
# Compilation Targets
# - The GUI + OpenWalnut.cpp ==> walnut binary
# - The GUI + OpenWalnut.cpp ==>
open
walnut binary
# - Ext ==> libOWext_*
# - All the others ==> libOWcore
#
...
...
@@ -522,7 +522,7 @@ SET( OWCoreName "openwalnut" )
ADD_SUBDIRECTORY
(
core
)
# -----------------------------------------------------------------------------------------------------------------------------------------------
# QT4 Walnut binary
# QT4
Open
Walnut binary
SET
(
OWQt4GuiName
"qt4gui"
)
SET
(
OWBinaryName
"openwalnut-qt4"
)
...
...
src/core/kernel/WModule.cpp
View file @
ded9c375
...
...
@@ -516,7 +516,7 @@ void WModule::threadMain()
{
#ifdef __linux__
// set the name of the thread. This name is shown by the "top", for example.
prctl
(
PR_SET_NAME
,
(
"walnut ("
+
getName
()
+
")"
).
c_str
()
);
prctl
(
PR_SET_NAME
,
(
"
open
walnut ("
+
getName
()
+
")"
).
c_str
()
);
#endif
try
...
...
src/core/kernel/WModuleFactory.h
View file @
ded9c375
...
...
@@ -206,7 +206,7 @@ protected:
private:
/**
* Loader class managing dynamically loaded modules in
o
pen
w
alnut.
* Loader class managing dynamically loaded modules in
O
pen
W
alnut.
*/
WModuleLoader
m_moduleLoader
;
...
...
src/qt4gui/qt4/WQt4Gui.cpp
View file @
ded9c375
...
...
@@ -109,7 +109,7 @@ int WQt4Gui::run()
WLogger
::
getLogger
()
->
setDefaultLogLevel
(
logLevel
);
// print the first output
wlog
::
debug
(
"Walnut"
)
<<
"Walnut binary path: "
<<
walnutBin
;
wlog
::
debug
(
"
Open
Walnut"
)
<<
"
Open
Walnut binary path: "
<<
walnutBin
;
wlog
::
info
(
"GUI"
)
<<
"Bringing up GUI"
;
// startup graphics engine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment