[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.4-215-gb27a04d

(spam-protected) (spam-protected)
Wed Nov 7 13:44:22 CET 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=v0.6.4-215-gb27a04d
        for a web version of the last commit.

The branch, master has been updated
       via  b27a04dd3106a7123810c066d59362ec6e7a7c64 (commit)
       via  69dcec82dc182a0601e44327dcbae325396f24c1 (commit)
       via  d5fbb6699585c961c20618b1a81d70a304863d07 (commit)
       via  c7c29775c252da273cb22a33aaab20b5d86a2a8e (commit)
       via  61fd3cb91dafd1aa7cae622604eb6d7b8b5781bf (commit)
       via  1f3688f4b1521c677fd42b3fe09757667ffdeb53 (commit)
       via  43566195737f8fe5ca27d691edd1054f386e1d1d (commit)
       via  b7944462f6405728e6eb938e3b71f47a57bd95e7 (commit)
      from  cf554c2ca5ad4cefc4f5e377049b949910c8f079 (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 b27a04dd3106a7123810c066d59362ec6e7a7c64
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:32:01 2012 +0100

    gui: linux: fix some 'may be used uninitialized' compiler warnings
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 69dcec82dc182a0601e44327dcbae325396f24c1
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:28:10 2012 +0100

    gui: linux: add VERBOSE handling
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit d5fbb6699585c961c20618b1a81d70a304863d07
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:26:42 2012 +0100

    gui: linux: clean and install are phony targets
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit c7c29775c252da273cb22a33aaab20b5d86a2a8e
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:26:19 2012 +0100

    gui: linux: minor Makefile fixup
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 61fd3cb91dafd1aa7cae622604eb6d7b8b5781bf
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:25:39 2012 +0100

    Makefile: always pass VERBOSE to the make command
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1f3688f4b1521c677fd42b3fe09757667ffdeb53
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 12:32:54 2012 +0100

    Makefile: add gui target
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 43566195737f8fe5ca27d691edd1054f386e1d1d
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 13:16:27 2012 +0100

    Makefile: fixup some forgotten make command prefixes
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit b7944462f6405728e6eb938e3b71f47a57bd95e7
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 7 12:21:26 2012 +0100

    win32: use #ifdef _WIN32
    
    I'm really tired of seeing (windows) compiler errors in Eclipse
    on my Linux machine...
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 Makefile                       |   16 ++++++++++++----
 gui/linux-gtk/Makefile         |   30 +++++++++++++++++++++++++-----
 gui/linux-gtk/src/ipc.c        |    9 +++++++++
 gui/win32/Main/Frontend.cpp    |    4 ++++
 gui/win32/Main/Frontend.h      |    5 ++++-
 gui/win32/Main/FrontendDlg.cpp |    4 ++++
 gui/win32/Main/FrontendDlg.h   |    5 ++++-
 gui/win32/Main/HnaEntry.cpp    |    4 ++++
 gui/win32/Main/HnaEntry.h      |    5 ++++-
 gui/win32/Main/Ipc.h           |    5 ++++-
 gui/win32/Main/MidEntry.cpp    |    4 ++++
 gui/win32/Main/MidEntry.h      |    5 ++++-
 gui/win32/Main/MprEntry.cpp    |    4 ++++
 gui/win32/Main/MprEntry.h      |    5 ++++-
 gui/win32/Main/MyDialog1.cpp   |    4 ++++
 gui/win32/Main/MyDialog1.h     |    5 ++++-
 gui/win32/Main/MyDialog2.cpp   |    4 ++++
 gui/win32/Main/MyDialog2.h     |    5 ++++-
 gui/win32/Main/MyDialog3.cpp   |    4 ++++
 gui/win32/Main/MyDialog3.h     |    5 ++++-
 gui/win32/Main/MyDialog4.cpp   |    4 ++++
 gui/win32/Main/MyDialog4.h     |    5 ++++-
 gui/win32/Main/MyEdit.cpp      |    4 ++++
 gui/win32/Main/MyEdit.h        |    5 ++++-
 gui/win32/Main/MyTabCtrl.cpp   |    4 ++++
 gui/win32/Main/MyTabCtrl.h     |    5 ++++-
 gui/win32/Main/NodeEntry.cpp   |    4 ++++
 gui/win32/Main/NodeEntry.h     |    5 ++++-
 gui/win32/Main/StdAfx.cpp      |    4 ++++
 gui/win32/Main/StdAfx.h        |    4 ++++
 gui/win32/Main/TrayIcon.cpp    |    4 ++++
 gui/win32/Main/TrayIcon.h      |    4 ++++
 gui/win32/Main/resource.h      |    4 ++++
 gui/win32/Shim/shim.c          |    4 ++++
 src/win32/apm.c                |    4 ++++
 src/win32/arpa/inet.h          |    4 ++++
 src/win32/ce/ws2tcpip.h        |    4 ++++
 src/win32/compat.c             |    4 ++++
 src/win32/dlfcn.h              |    4 ++++
 src/win32/dummy.c              |    4 ++++
 src/win32/ifnet.c              |    4 ++++
 src/win32/kernel_routes.c      |    4 ++++
 src/win32/log.c                |    4 ++++
 src/win32/misc.c               |    4 ++++
 src/win32/net.c                |    4 ++++
 src/win32/net/if.h             |    5 ++++-
 src/win32/net/route.h          |    5 ++++-
 src/win32/netinet/in.h         |    5 ++++-
 src/win32/sys/ioctl.h          |    5 ++++-
 src/win32/sys/socket.h         |    5 ++++-
 src/win32/sys/time.h           |    5 ++++-
 src/win32/sys/times.h          |    5 ++++-
 src/win32/sys/utsname.h        |    5 ++++-
 src/win32/unistd.h             |    4 ++++
 54 files changed, 250 insertions(+), 30 deletions(-)


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




More information about the Olsr-commit mailing list