[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_3-106-g7315186

(spam-protected) (spam-protected)
Tue Jun 19 15:07:22 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-106-g7315186
        for a web version of the last commit.

The branch, stable has been updated
       via  73151862af13591f67cd5d5952a02448b0663f46 (commit)
       via  033ca64b995b6c269107a4cb7213c535f4bdf11b (commit)
       via  5ba0f6abff16653ff779400e3620e19d326b415a (commit)
       via  63e28a08147bdbee6aacea6327c97a047bd756c3 (commit)
       via  6667e151db399846d8d3c326be8d7820763f9942 (commit)
       via  dd01422bb3335f0614964bf830f877976771b60f (commit)
       via  59fd1f2ac609ed144c3d9b39ec447d7d9f6bc030 (commit)
       via  6592360b2eb11d1e81c4fdb064571524d3c0fc10 (commit)
       via  8300be0906c0c3f034a73bcd2f33f7812ea17e3b (commit)
       via  1d9965474591aaf017ce00fc8c3f5fa9f60b505f (commit)
       via  65c50c261d815a7a07a7187dfaa21afa71ceab0d (commit)
       via  a2f023607b011517b0130a64aca92cbd32c5b973 (commit)
      from  15c123f22e78399e02311a476e8bd6d6e7b7b0c8 (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 73151862af13591f67cd5d5952a02448b0663f46
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 14:57:09 2012 +0200

    PUD: add to default Linux and Android make targets
    
    It now compile correctly on OpenWRT and Android
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 033ca64b995b6c269107a4cb7213c535f4bdf11b
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 09:01:07 2012 +0200

    PUD: supported on Android
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5ba0f6abff16653ff779400e3620e19d326b415a
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 09:21:21 2012 +0200

    PUD: need an in_port_t typedef on Android
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 63e28a08147bdbee6aacea6327c97a047bd756c3
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 11:39:38 2012 +0200

    PUD: remove usage of getifaddrs
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6667e151db399846d8d3c326be8d7820763f9942
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 11:37:27 2012 +0200

    PUD: make name a normal char array in _TRxTxNetworkInterface
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit dd01422bb3335f0614964bf830f877976771b60f
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 11:25:05 2012 +0200

    PUD: remove ipAddress from _TRxTxNetworkInterface struct
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 59fd1f2ac609ed144c3d9b39ec447d7d9f6bc030
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 11:34:22 2012 +0200

    PUD: minor documentation tag fixup
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6592360b2eb11d1e81c4fdb064571524d3c0fc10
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 13:17:52 2012 +0200

    PUD: nmealib: import v0.6.10
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 8300be0906c0c3f034a73bcd2f33f7812ea17e3b
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 13:04:33 2012 +0200

    PUD: nmealib: get rid of NMEA_ASSERT
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1d9965474591aaf017ce00fc8c3f5fa9f60b505f
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 12:40:29 2012 +0200

    PUD: nmealib: remove unused NMEA_INLINE define
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 65c50c261d815a7a07a7187dfaa21afa71ceab0d
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 12:40:04 2012 +0200

    PUD: nmealib: get rid of NMEA_POSFIX define
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit a2f023607b011517b0130a64aca92cbd32c5b973
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jun 19 13:34:57 2012 +0200

    android: regex: fix some eclipse warnings
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

-----------------------------------------------------------------------

Summary of changes:
 Makefile                              |    4 +-
 android/regex/engine.c                |    8 +-
 android/regex/regcomp.c               |    6 +-
 lib/pud/Makefile                      |   12 +++-
 lib/pud/nmealib/Makefile.inc          |    2 +-
 lib/pud/nmealib/include/nmea/config.h |   34 ----------
 lib/pud/nmealib/src/context.c         |    6 +-
 lib/pud/nmealib/src/gmath.c           |   17 ++---
 lib/pud/nmealib/src/parse.c           |   26 ++++----
 lib/pud/nmealib/src/parser.c          |   22 +++---
 lib/pud/nmealib/src/tok.c             |    6 +-
 lib/pud/src/configuration.c           |   49 +--------------
 lib/pud/src/netTools.h                |    5 ++
 lib/pud/src/networkInterfaces.c       |  115 ++++++++++++++++-----------------
 lib/pud/src/networkInterfaces.h       |    5 +-
 lib/pud/src/posFile.c                 |    1 +
 lib/pud/src/pud.c                     |    2 +-
 17 files changed, 121 insertions(+), 199 deletions(-)
 delete mode 100644 lib/pud/nmealib/include/nmea/config.h


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list