Skip to content

Commit 8c56506

Browse files
Merge branch 'master' of https://github.com/grodansparadis/vscp_software into main
2 parents 6e1a9b5 + 3c9f771 commit 8c56506

File tree

13 files changed

+197
-164
lines changed

13 files changed

+197
-164
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for vscp 1.0.1.
3+
# Generated by GNU Autoconf 2.69 for vscp 1.1.0.
44
#
55
# Report bugs to <info@grodansparadis.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='vscp'
582582
PACKAGE_TARNAME='vscp'
583-
PACKAGE_VERSION='1.0.1'
584-
PACKAGE_STRING='vscp 1.0.1'
583+
PACKAGE_VERSION='1.1.0'
584+
PACKAGE_STRING='vscp 1.1.0'
585585
PACKAGE_BUGREPORT='info@grodansparadis.com'
586586
PACKAGE_URL=''
587587

@@ -1267,7 +1267,7 @@ if test "$ac_init_help" = "long"; then
12671267
# Omit some internal or obsolete options to make the list less imposing.
12681268
# This message is too long to be a string in the A/UX 3.1 sh.
12691269
cat <<_ACEOF
1270-
\`configure' configures vscp 1.0.1 to adapt to many kinds of systems.
1270+
\`configure' configures vscp 1.1.0 to adapt to many kinds of systems.
12711271
12721272
Usage: $0 [OPTION]... [VAR=VALUE]...
12731273
@@ -1328,7 +1328,7 @@ fi
13281328

13291329
if test -n "$ac_init_help"; then
13301330
case $ac_init_help in
1331-
short | recursive ) echo "Configuration of vscp 1.0.1:";;
1331+
short | recursive ) echo "Configuration of vscp 1.1.0:";;
13321332
esac
13331333
cat <<\_ACEOF
13341334
@@ -1433,7 +1433,7 @@ fi
14331433
test -n "$ac_init_help" && exit $ac_status
14341434
if $ac_init_version; then
14351435
cat <<\_ACEOF
1436-
vscp configure 1.0.1
1436+
vscp configure 1.1.0
14371437
generated by GNU Autoconf 2.69
14381438
14391439
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1894,7 +1894,7 @@ cat >config.log <<_ACEOF
18941894
This file contains any messages produced by compilers while
18951895
running configure, to aid debugging if configure makes a mistake.
18961896
1897-
It was created by vscp $as_me 1.0.1, which was
1897+
It was created by vscp $as_me 1.1.0, which was
18981898
generated by GNU Autoconf 2.69. Invocation command line was
18991899
19001900
$ $0 $@
@@ -7667,7 +7667,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
76677667
# report actual input values of CONFIG_FILES etc. instead of their
76687668
# values after options handling.
76697669
ac_log="
7670-
This file was extended by vscp $as_me 1.0.1, which was
7670+
This file was extended by vscp $as_me 1.1.0, which was
76717671
generated by GNU Autoconf 2.69. Invocation command line was
76727672
76737673
CONFIG_FILES = $CONFIG_FILES
@@ -7729,7 +7729,7 @@ _ACEOF
77297729
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77307730
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77317731
ac_cs_version="\\
7732-
vscp config.status 1.0.1
7732+
vscp config.status 1.1.0
77337733
configured by $0, generated by GNU Autoconf 2.69,
77347734
with options \\"\$ac_cs_config\\"
77357735
@@ -8474,8 +8474,8 @@ echo
84748474
echo " VSCP configuration"
84758475
echo "--------------------------------------------"
84768476
echo "VSCP version : ${PACKAGE_VERSION}"
8477-
echo "System : ${host}"
8478-
echo "Architecture : ${arch}"
8477+
echo "System : `uname -a` "
8478+
echo "Architecture : $(arch)"
84798479
echo "VSCP GUI Build : ${vscp_gui}"
84808480
84818481
if test "${vscp_debug}" = "yes"

configure.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Autoconf settings for VSCP
22
dnl $Id: configure.in,v 1.5 2005/10/03 16:30:06 akhe Exp $
33

4-
AC_INIT(vscp, [1.0.1], [info@grodansparadis.com])
4+
AC_INIT(vscp, [1.1.0], [info@grodansparadis.com])
55

66
CONFIGURE_LINE="$0 $*"
77
CODENAME="Ant"
@@ -224,8 +224,8 @@ echo
224224
echo " VSCP configuration"
225225
echo "--------------------------------------------"
226226
echo "VSCP version : ${PACKAGE_VERSION}"
227-
echo "System : ${host}"
228-
echo "Architecture : ${arch}"
227+
echo "System : `uname -a` "
228+
echo "Architecture : $(arch)"
229229
echo "VSCP GUI Build : ${vscp_gui}"
230230

231231
if test "${vscp_debug}" = "yes"

src/vscp/common/vscpwebserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5516,7 +5516,7 @@ void VSCPWebServerThread::websrc_rest_renderTableData( struct mg_connection *con
55165516

55175517
memset( buf, 0, sizeof( buf ) );
55185518
sprintf( wrkbuf,
5519-
"<count>%d</count>\r\n<info>Fetched %d elements of table %s</info>\r\n",
5519+
"<count>%ld</count>\r\n<info>Fetched %ld elements of table %s</info>\r\n",
55205520
nfetchedRecords,
55215521
nfetchedRecords,
55225522
( const char * )strName.mbc_str() );

src/vscp/daemon/linux/nbproject/private/configurations.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
<gdb_interceptlist>
136136
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
137137
</gdb_interceptlist>
138+
<gdb_signals>
139+
</gdb_signals>
138140
<gdb_options>
139141
<DebugOptions>
140142
<option name="debug_command" value="vscpd -s"/>

src/vscp/daemon/linux/nbproject/private/private.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
</file>
3939
</editor-bookmarks>
4040
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
41-
<group/>
41+
<group>
42+
<file>file:/home/akhe/vscp_software/src/vscp/common/controlobject.cpp</file>
43+
<file>file:/home/akhe/vscp_software/src/vscp/daemon/linux/vscpd.cpp</file>
44+
</group>
4245
</open-files>
4346
</project-private>

src/vscp/drivers/level1/can232/linux/vscpl1_can232drv.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
// along with this file see the file COPYING. If not, write to
2121
// the Free Software Foundation, 59 Temple Place - Suite 330,
2222
// Boston, MA 02111-1307, USA.
23-
//
24-
// $RCSfile: can232drv.h,v $
25-
// $Date: 2011/07/28 19:40:16 $
26-
// $Author: ice $
27-
// $Revision: 1.2 $
23+
//
2824

2925
#if !defined(AFX_LOGGERDLL_H__A388C093_AD35_4672_8BF7_DBC702C6B0C8__INCLUDED_)
3026
#define AFX_LOGGERDLL_H__A388C093_AD35_4672_8BF7_DBC702C6B0C8__INCLUDED_

0 commit comments

Comments
 (0)