Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
b83b7b1b
Commit
b83b7b1b
authored
Nov 17, 2020
by
Esteban Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.7.1-1 Release
parent
6600ac83
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
52 additions
and
41 deletions
+52
-41
src/exe/rt_post/src/rt_post.cpp
src/exe/rt_post/src/rt_post.cpp
+1
-1
src/exp/com/src/rt_webmonelog.sh
src/exp/com/src/rt_webmonelog.sh
+2
-1
src/exp/com/src/rt_websocketserver.sh
src/exp/com/src/rt_websocketserver.sh
+2
-1
src/exp/pwrrt/src/makefile
src/exp/pwrrt/src/makefile
+17
-12
src/tools/pkg/deb_x86_64/pwr/control
src/tools/pkg/deb_x86_64/pwr/control
+1
-1
src/tools/pkg/deb_x86_64/pwrdemo/control
src/tools/pkg/deb_x86_64/pwrdemo/control
+1
-1
src/tools/pkg/deb_x86_64/pwrrpi/control
src/tools/pkg/deb_x86_64/pwrrpi/control
+5
-5
src/tools/pkg/deb_x86_64/pwrrt/control
src/tools/pkg/deb_x86_64/pwrrt/control
+1
-1
src/tools/pkg/deb_x86_64/pwrsev/control
src/tools/pkg/deb_x86_64/pwrsev/control
+1
-1
wb/exp/pwrwb/src/makefile
wb/exp/pwrwb/src/makefile
+16
-12
wb/exp/pwrwb/src/setup_pwrwb.py
wb/exp/pwrwb/src/setup_pwrwb.py
+3
-3
xtt/lib/flow/src/flow_ctx.cpp
xtt/lib/flow/src/flow_ctx.cpp
+2
-2
No files found.
src/exe/rt_post/src/rt_post.cpp
View file @
b83b7b1b
...
@@ -201,7 +201,7 @@ pwr_tStatus rt_post::mh_alarm_bc(mh_sMessage* MsgP)
...
@@ -201,7 +201,7 @@ pwr_tStatus rt_post::mh_alarm_bc(mh_sMessage* MsgP)
return
1
;
return
1
;
if
(
!
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_Email
)
if
(
!
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_Email
)
||
!
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_SMS
))
&&
!
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_SMS
))
return
1
;
return
1
;
// Skip events older than 10 minutes
// Skip events older than 10 minutes
...
...
src/exp/com/src/rt_webmonelog.sh
View file @
b83b7b1b
...
@@ -38,4 +38,5 @@
...
@@ -38,4 +38,5 @@
export
LD_LIBRARY_PATH
=
$pwr_exe
export
LD_LIBRARY_PATH
=
$pwr_exe
export
CLASSPATH
=
$pwr_lib
/pwr_rt.jar:
$pwr_lib
/pwr_jop.jar
export
CLASSPATH
=
$pwr_lib
/pwr_rt.jar:
$pwr_lib
/pwr_jop.jar
#$jdk_home/java jpwr.rt.HistServer
#$jdk_home/java jpwr.rt.HistServer
$jdk_home
/java
-Djava
.library.path
=
$jdk
/lib/i386/client:
$jdk
/lib/i386:
$jdk
/../lib/i386:
$pwr_exe
jpwr.rt.HistServer
java jpwr.rt.HistServer
#$jdk_home/java -Djava.library.path=$jdk/lib/i386/client:$jdk/lib/i386:$jdk/../lib/i386:$pwr_exe jpwr.rt.HistServer
src/exp/com/src/rt_websocketserver.sh
View file @
b83b7b1b
...
@@ -37,4 +37,5 @@
...
@@ -37,4 +37,5 @@
#
#
export
LD_LIBRARY_PATH
=
$pwr_exe
export
LD_LIBRARY_PATH
=
$pwr_exe
export
CLASSPATH
=
$pwr_lib
/pwr_rt.jar:
$pwr_lib
/pwr_jop.jar
export
CLASSPATH
=
$pwr_lib
/pwr_rt.jar:
$pwr_lib
/pwr_jop.jar
$jdk_home
/java
-Djava
.library.path
=
$jdk
/lib/i386/client:
$jdk
/lib/i386:
$jdk
/../lib/i386:
$pwr_exe
jpwr.rt.GdhWebSocketServer
java jpwr.rt.GdhWebSocketServer
#$jdk_home/java -Djava.library.path=$jdk/lib/i386/client:$jdk/lib/i386:$jdk/../lib/i386:$pwr_exe jpwr.rt.GdhWebSocketServer
src/exp/pwrrt/src/makefile
View file @
b83b7b1b
...
@@ -35,18 +35,23 @@ silent :
...
@@ -35,18 +35,23 @@ silent :
.SUFFIXES
:
.SUFFIXES
:
$(exe_dir)/pwrrt.so
:
pwrrtmodule.c
$(exe_dir)/pwrrt.so
:
pwrrtmodule.c
@
if
[
"
$(PWRE_CONF_PYDEV)
"
==
"1"
]
;
then
\
echo
"Bulding Python c extension pwrrt"
;
\
echo
"Bulding Python c extension pwrrt"
;
\
python setup_pwrrt.py
-q
build
--build-base
$(bld_dir)
;
\
python setup_pwrrt.py
-q
build
--build-base
$(bld_dir)
;
\
if
[
"
$(pwre_hw)
"
==
"hw_x86_64"
]
;
then
\
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrrt.so
$(pwr_exe)
;
\
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrrt.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
==
"hw_x86"
]
;
then
\
mv
$(bld_dir)
/lib.linux-i686-2.7/pwrrt.so
$(pwr_exe)
;
\
#$(exe_dir)/pwrrt.so : pwrrtmodule.c
fi
;
\
# if [ "$(PWRE_CONF_PYDEV)" == "1" ]; then\
python setup_pwrrt.py
-q
install_egg_info
--install-dir
$(pwr_exe)
;
\
# echo "Bulding Python c extension pwrrt";\
else
\
# python setup_pwrrt.py -q build --build-base $(bld_dir);\
echo
"Not building Python c extension pwrrt"
;
\
# if [ "$(pwre_hw)" == "hw_x86_64" ]; then \
fi
# mv $(bld_dir)/lib.linux-x86_64-2.7/pwrrt.so $(pwr_exe); \
# elif [ "$(pwre_hw)" == "hw_x86" ]; then \
# mv $(bld_dir)/lib.linux-i686-2.7/pwrrt.so $(pwr_exe); \
# fi;\
# python setup_pwrrt.py -q install_egg_info --install-dir $(pwr_exe);\
# else\
# echo "Not building Python c extension pwrrt";\
# fi
clean_pwrrt.so
:
pwrrtmodule.c
clean_pwrrt.so
:
pwrrtmodule.c
rm
$(pwr_exe)
/pwrrt.so
rm
$(pwr_exe)
/pwrrt.so
src/tools/pkg/deb_x86_64/pwr/control
View file @
b83b7b1b
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.2
4-11), libgtk2.0-0 (>= 2.24.31-2), libasound2 (>= 1.1.3-5), libdb5.3 (>=5.3.28-12), libdb5.3++ (>= 5.3.28-12), libsqlite3-0 (>= 3.16.2-5), librsvg2-2 (>= 2.40.16-1), g++ (>= 4:6.3.0-4), xterm, libmysql++3v5 (>=3.2.2+pristine-2), librabbitmq4 (>= 0.8.0-1)
Depends: libc6 (>= 2.2
8-10), libgtk2.0-0 (>= 2.24.32-3), libasound2 (>= 1.1.8-1), libdb5.3 (>=5.3.28+dfsg1-0.5), libdb5.3++ (>= 5.3.28+dfsg1-0.5), libsqlite3-0 (>= 3.27.2-3), librsvg2-2 (>= 2.44.10-2.1), g++ (>= 4:8.3.0-1), libmariadb3 (>=1:10.3.18-0+deb10u1), librabbitmq4 (>= 0.9.0-0.2), libusb-1.0-0 (>= 2:1.0.22-2), libhdf5-openmpi-103 (>= 1.10.4+repack-10), libgstreamer1.0-0 (>= 1.14.4-1), libgstreamer-plugins-base1.0-0 (>= 1.14.4-2), xfonts-100dpi, sudo, procps, xterm
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Replaces: pwrrt,pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description: Proview development and runtime environment package
Description: Proview development and runtime environment package
...
...
src/tools/pkg/deb_x86_64/pwrdemo/control
View file @
b83b7b1b
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: sudo, pwr57 (>= 5.7.
0
-1)
Depends: sudo, pwr57 (>= 5.7.
1
-1)
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description: Proview Demo Project package
Description: Proview Demo Project package
5.7.1-1 Base release
5.7.1-1 Base release
src/tools/pkg/deb_x86_64/pwrrpi/control
View file @
b83b7b1b
Package: pwrrpi5
6
Package: pwrrpi5
7
Version: 5.
6
.1-1
Version: 5.
7
.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: pwr5
6 (>= 5.6
.1-1)
Depends: pwr5
7 (>= 5.7
.1-1)
Replaces: pwr5
6
Replaces: pwr5
7
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description: Proview RPI development package
Description: Proview RPI development package
5.
6
.1-1 Base release
5.
7
.1-1 Base release
src/tools/pkg/deb_x86_64/pwrrt/control
View file @
b83b7b1b
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.2
4-11), libgtk2.0-0 (>= 2.24.31-2), libasound2 (>= 1.1.3-5), libsqlite3-0 (>= 3.16.2-5), libdb5.3 (>=5.3.28-12), librabbitmq4 (>= 0.8.0-1)
Depends: libc6 (>= 2.2
8-10), libgtk2.0-0 (>= 2.24.32-3), libasound2 (>= 1.1.8-1), libdb5.3 (>=5.3.28+dfsg1-0.5), libdb5.3++ (>= 5.3.28+dfsg1-0.5), libsqlite3-0 (>= 3.27.2-3), librsvg2-2 (>= 2.44.10-2.1), g++ (>= 4:8.3.0-1), libmariadb3 (>=1:10.3.18-0+deb10u1), librabbitmq4 (>= 0.9.0-0.2), libusb-1.0-0 (>= 2:1.0.22-2), libhdf5-openmpi-103 (>= 1.10.4+repack-10), libgstreamer1.0-0 (>= 1.14.4-1), libgstreamer-plugins-base1.0-0 (>= 1.14.4-2), xfonts-100dpi, sudo, procps, xterm
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description:
Description:
...
...
src/tools/pkg/deb_x86_64/pwrsev/control
View file @
b83b7b1b
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
...
@@ -3,7 +3,7 @@ Version: 5.7.1-1
Section: base
Section: base
Priority: optional
Priority: optional
Architecture: amd64
Architecture: amd64
Depends: libc6 (>= 2.2
4-11), libgtk2.0-0 (>= 2.24.31-2), libasound2 (>= 1.1.3-5), libsqlite3-0 (>= 3.16.2-5), libdb5.3 (>=5.3.28-12), libmariadbclient18 (>= 10.1.26-0)
Depends: libc6 (>= 2.2
8-10), libgtk2.0-0 (>= 2.24.32-3), libasound2 (>= 1.1.8-1), libdb5.3 (>=5.3.28+dfsg1-0.5), libdb5.3++ (>= 5.3.28+dfsg1-0.5), libsqlite3-0 (>= 3.27.2-3), librsvg2-2 (>= 2.44.10-2.1), g++ (>= 4:8.3.0-1), libmariadb3 (>=1:10.3.18-0+deb10u1), librabbitmq4 (>= 0.9.0-0.2), libusb-1.0-0 (>= 2:1.0.22-2), libhdf5-openmpi-103 (>= 1.10.4+repack-10), libgstreamer1.0-0 (>= 1.14.4-1), libgstreamer-plugins-base1.0-0 (>= 1.14.4-2), xfonts-100dpi, sudo, procps, xterm
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Replaces: pwr34,pwr39,pwr40,pwr41,pwr42,pwr43,pwr44,pwr45,pwr46,pwr47,pwr48,pwr50,pwr51,pwr52,pwr53,pwr54,pwr55,pwr56
Maintainer: Proview <postmaster@proview.se>
Maintainer: Proview <postmaster@proview.se>
Description:
Description:
...
...
wb/exp/pwrwb/src/makefile
View file @
b83b7b1b
...
@@ -35,18 +35,22 @@ silent :
...
@@ -35,18 +35,22 @@ silent :
.SUFFIXES
:
.SUFFIXES
:
$(exe_dir)/pwrwb.so
:
pwrwbmodule.cpp
$(exe_dir)/pwrwb.so
:
pwrwbmodule.cpp
@
if
[
$(PWRE_CONF_PYDEV)
-eq
1
]
;
then
\
echo
"Bulding Python c extension pwrwb"
;
\
python setup_pwrwb.py
-q
build
--build-base
$(bld_dir)
;
\
python setup_pwrwb.py
-q
build
--build-base
$(bld_dir)
;
\
if
[
"
$(pwre_hw)
"
==
"hw_x86_64"
]
;
then
\
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrwb.so
$(pwr_exe)
;
mv
$(bld_dir)
/lib.linux-x86_64-2.7/pwrwb.so
$(pwr_exe)
;
\
elif
[
"
$(pwre_hw)
"
==
"hw_x86"
]
;
then
\
#$(exe_dir)/pwrwb.so : pwrwbmodule.cpp
mv
$(bld_dir)
/lib.linux-i686-2.7/pwrwb.so
$(pwr_exe)
;
\
# @ if [ $(PWRE_CONF_PYDEV) -eq 1 ]; then\
fi
;
\
# echo "Bulding Python c extension pwrwb";\
python setup_pwrwb.py
-q
install_egg_info
--install-dir
$(pwr_exe)
;
\
# python setup_pwrwb.py -q build --build-base $(bld_dir);\
else
\
# if [ "$(pwre_hw)" == "hw_x86_64" ]; then \
echo
"Not building Python c extension pwrwb"
;
\
# mv $(bld_dir)/lib.linux-x86_64-2.7/pwrwb.so $(pwr_exe); \
fi
# elif [ "$(pwre_hw)" == "hw_x86" ]; then \
# mv $(bld_dir)/lib.linux-i686-2.7/pwrwb.so $(pwr_exe); \
# fi;\
# python setup_pwrwb.py -q install_egg_info --install-dir $(pwr_exe);\
# else\
# echo "Not building Python c extension pwrwb";\
# fi
clean_pwrwb.so
:
pwrwbmodule.cpp
clean_pwrwb.so
:
pwrwbmodule.cpp
rm
$(pwr_exe)
/pwrwb.so
rm
$(pwr_exe)
/pwrwb.so
wb/exp/pwrwb/src/setup_pwrwb.py
View file @
b83b7b1b
...
@@ -7,7 +7,7 @@ pwr_lib = os.environ['pwr_elib']
...
@@ -7,7 +7,7 @@ pwr_lib = os.environ['pwr_elib']
pwr_obj
=
os
.
environ
[
'pwr_eobj'
]
pwr_obj
=
os
.
environ
[
'pwr_eobj'
]
pwr_inc
=
os
.
environ
[
'pwr_einc'
]
pwr_inc
=
os
.
environ
[
'pwr_einc'
]
try
:
try
:
pwre_conf_qt
=
os
.
environ
[
'PWRE_CONF_
QT
'
]
pwre_conf_qt
=
os
.
environ
[
'PWRE_CONF_
GTK
'
]
except
:
except
:
pwre_conf_qt
=
""
pwre_conf_qt
=
""
...
@@ -46,8 +46,8 @@ pwrwbmodule = Extension( name='pwrwb',
...
@@ -46,8 +46,8 @@ pwrwbmodule = Extension( name='pwrwb',
library_dirs
=
[
pwr_lib
],
library_dirs
=
[
pwr_lib
],
libraries
=
libs
+
libraries
=
libs
+
[
'db_cxx'
,
'rpcsvc'
,
'asound'
,
'pthread'
,
[
'db_cxx'
,
'rpcsvc'
,
'asound'
,
'pthread'
,
'm'
,
'db'
,
'z'
,
'crypt'
,
'rt'
,
'
fl'
,
'
X11'
,
'mysqlclient'
,
'm'
,
'db'
,
'z'
,
'crypt'
,
'rt'
,
'X11'
,
'mysqlclient'
,
'sqlite3'
,
'rsvg-2'
,
'QtCore'
,
'QtGui'
]
+
xlibs
,
'sqlite3'
,
'rsvg-2'
]
+
xlibs
,
# extra_link_args=['-L/usr/lib/x86_64-linux-gnu', commands.getoutput('pkg-config --libs gtk+-2.0')],
# extra_link_args=['-L/usr/lib/x86_64-linux-gnu', commands.getoutput('pkg-config --libs gtk+-2.0')],
language
=
'c++'
language
=
'c++'
)
)
...
...
xtt/lib/flow/src/flow_ctx.cpp
View file @
b83b7b1b
...
@@ -104,8 +104,8 @@ FlowCtx::~FlowCtx()
...
@@ -104,8 +104,8 @@ FlowCtx::~FlowCtx()
move_clear
();
move_clear
();
paste_clear
();
paste_clear
();
delete_all
();
delete_all
();
if
(
scroll_data
)
//
if (scroll_data)
free
(
scroll_data
);
//
free(scroll_data);
for
(
int
i
=
0
;
i
<
a_nc
.
a_size
;
i
++
)
{
for
(
int
i
=
0
;
i
<
a_nc
.
a_size
;
i
++
)
{
element
=
a_nc
.
a
[
i
];
element
=
a_nc
.
a
[
i
];
...
...
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