[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_3-162-gba58ad0
(spam-protected)
(spam-protected)
Mon Jul 16 09:18:46 CEST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".
See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_3-162-gba58ad0
for a web version of the last commit.
The branch, stable has been updated
via ba58ad0ae18538bd506bf7cc9a8955687a5a35c7 (commit)
via 70cfd2c9d66c315a3f5b134ce9cbf30d79184a06 (commit)
via ea42a06077869482c2b6e32d15eba462afa1398a (commit)
via 27859e0ae8f8b53168877fb7bcbf69b86dd897de (commit)
via 77d3e8c10e4e33cde9bfa199a416e191b904836c (commit)
via f2ae8629a2a8124a884a79cc0b7b5f618ba4a351 (commit)
via dc9f4ae7b00bbec65c61f3183a33180ac9da8583 (commit)
via 56d7b3d121fae10b01075a3f91ed3ba84f3e1371 (commit)
from 3f13a9a3e16e7df5d13a0cd78f3c46f9f99859af (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ba58ad0ae18538bd506bf7cc9a8955687a5a35c7
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 13:21:37 2012 +0200
pud: adjust to new nmealib
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 70cfd2c9d66c315a3f5b134ce9cbf30d79184a06
Author: Ferry Huberts <(spam-protected)>
Date: Fri Jul 13 18:14:22 2012 +0200
pud: include nmealib v1.0.0
Signed-off-by: Ferry Huberts <(spam-protected)>
commit ea42a06077869482c2b6e32d15eba462afa1398a
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 13:57:00 2012 +0200
pud: remove inlining from wireformat library
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 27859e0ae8f8b53168877fb7bcbf69b86dd897de
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 11:59:40 2012 +0200
pud: minor simplification in posAvg
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 77d3e8c10e4e33cde9bfa199a416e191b904836c
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 11:50:44 2012 +0200
httpinfo: update includes for pud
Signed-off-by: Ferry Huberts <(spam-protected)>
commit f2ae8629a2a8124a884a79cc0b7b5f618ba4a351
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 11:46:30 2012 +0200
httpinfo: update pud signal descriptions
Signed-off-by: Ferry Huberts <(spam-protected)>
commit dc9f4ae7b00bbec65c61f3183a33180ac9da8583
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 11:43:39 2012 +0200
httpinfo: minor simplification in pud body function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 56d7b3d121fae10b01075a3f91ed3ba84f3e1371
Author: Ferry Huberts <(spam-protected)>
Date: Sat Jul 14 11:42:38 2012 +0200
httpinfo: decrease pud nodeId buffer size
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
lib/httpinfo/src/olsrd_httpinfo.c | 182 ++--
lib/pud/nmealib/{LICENSE.TXT => LICENSE} | 0
lib/pud/nmealib/Makefile | 20 +-
lib/pud/nmealib/Makefile.inc | 2 +-
lib/pud/nmealib/{README.TXT => README} | 6 +-
lib/pud/nmealib/doc/nmea.doxygen | 366 +++++--
lib/pud/nmealib/include/nmea/context.h | 32 +-
.../nmealib/include/nmea/{time.h => conversions.h} | 44 +-
lib/pud/nmealib/include/nmea/generate.h | 22 +-
lib/pud/nmealib/include/nmea/generator.h | 98 +-
lib/pud/nmealib/include/nmea/gmath.h | 57 +-
lib/pud/nmealib/include/nmea/info.h | 164 ++-
lib/pud/nmealib/include/nmea/nmea.h | 36 -
lib/pud/nmealib/include/nmea/parse.h | 25 +-
lib/pud/nmealib/include/nmea/parser.h | 55 +-
lib/pud/nmealib/include/nmea/sentence.h | 291 ++++--
lib/pud/nmealib/include/nmea/tok.h | 10 +-
lib/pud/nmealib/include/nmea/units.h | 38 -
lib/pud/nmealib/include/nmea/util.h | 37 -
lib/pud/nmealib/samples/generate/main.c | 89 +-
lib/pud/nmealib/samples/generator/main.c | 44 +-
lib/pud/nmealib/samples/math/main.c | 112 +-
lib/pud/nmealib/samples/parse/main.c | 60 +-
lib/pud/nmealib/samples/parse_file/main.c | 132 ++-
lib/pud/nmealib/src/context.c | 140 ++-
lib/pud/nmealib/src/conversions.c | 444 ++++++++
lib/pud/nmealib/src/generate.c | 548 ++++++----
lib/pud/nmealib/src/generator.c | 771 ++++++++------
lib/pud/nmealib/src/gmath.c | 635 ++++++-----
lib/pud/nmealib/src/info.c | 457 ++++++--
lib/pud/nmealib/src/parse.c | 1181 ++++++++++++--------
lib/pud/nmealib/src/parser.c | 647 ++++++------
lib/pud/nmealib/src/sentence.c | 58 +-
lib/pud/nmealib/src/time.c | 41 -
lib/pud/nmealib/src/tok.c | 425 ++++----
lib/pud/nmealib/src/util.c | 85 --
lib/pud/resources/olsrd.pud.position.conf | 16 +-
lib/pud/src/configuration.c | 6 +-
lib/pud/src/gpsConversion.c | 27 +-
lib/pud/src/posAvg.c | 230 +++-
lib/pud/src/posAvg.h | 20 +
lib/pud/src/posFile.c | 49 +-
lib/pud/src/posFile.h | 45 +-
lib/pud/src/receiver.c | 30 +-
.../include/OlsrdPudWireFormat/wireFormat.h | 709 +-----------
lib/pud/wireformat/src/wireFormat.c | 708 +++++++++++-
46 files changed, 5448 insertions(+), 3746 deletions(-)
rename lib/pud/nmealib/{LICENSE.TXT => LICENSE} (100%)
rename lib/pud/nmealib/{README.TXT => README} (85%)
rename lib/pud/nmealib/include/nmea/{time.h => conversions.h} (51%)
delete mode 100644 lib/pud/nmealib/include/nmea/nmea.h
delete mode 100644 lib/pud/nmealib/include/nmea/units.h
delete mode 100644 lib/pud/nmealib/include/nmea/util.h
create mode 100644 lib/pud/nmealib/src/conversions.c
delete mode 100644 lib/pud/nmealib/src/time.c
delete mode 100644 lib/pud/nmealib/src/util.c
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list