Changes have been pushed for the project "Fawkes Robotics Software Framework".

Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, thofmann/syncpoint has been updated
  discards  8f773d229d4bb287da49775c3eaa89aafd9ab387 (commit)
        to  58e7efce0780bd530cda67fb90e2dd3011e439e2 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (8f773d229d4bb287da49775c3eaa89aafd9ab387)
            \
             N -- N -- N (58e7efce0780bd530cda67fb90e2dd3011e439e2)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

http://git.fawkesrobotics.org/fawkes.git/thofmann/syncpoint

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 58e7efce0780bd530cda67fb90e2dd3011e439e2
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Mon Feb 3 15:54:01 2014 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Mon Feb 3 16:05:27 2014 +0100

    syncpoint: add two simple test plugins

http://git.fawkesrobotics.org/fawkes.git/commit/58e7efc
http://trac.fawkesrobotics.org/changeset/58e7efc

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


- *Summary* -----------------------------------------------------------
 src/plugins/Makefile                               |    3 ++-
 .../syncpoint_test_emitter_thread.h                |    6 ------
 .../syncpoint_test_waiter_thread.cpp               |    2 +-
 .../syncpoint_test_waiter_thread.h                 |    7 -------
 4 files changed, 3 insertions(+), 15 deletions(-)


- *Diffs* -------------------------------------------------------------

- *commit* 58e7efce0780bd530cda67fb90e2dd3011e439e2 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Mon Feb 3 15:54:01 2014 +0100
Subject: syncpoint: add two simple test plugins

 src/plugins/Makefile                               |    3 +-
 .../syncpoint_test-emitter}/Makefile               |   19 +++--
 .../syncpoint_test_emitter_plugin.cpp}             |   22 +++---
 .../syncpoint_test_emitter_thread.cpp              |   68 ++++++++++++++++
 .../syncpoint_test_emitter_thread.h}               |   35 ++++----
 .../syncpoint_test-waiter}/Makefile                |   22 +++---
 .../syncpoint_test_waiter_plugin.cpp}              |   22 +++---
 .../syncpoint_test_waiter_thread.cpp               |   85 ++++++++++++++++++++
 .../syncpoint_test_waiter_thread.h}                |   34 ++++----
 9 files changed, 234 insertions(+), 76 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/Makefile b/src/plugins/Makefile
index aa39902..114e512 100644
--- a/src/plugins/Makefile
+++ b/src/plugins/Makefile
@@ -25,7 +25,8 @@ SUBDIRS       = bbsync bblogger webview ttmainloop rrd rrdweb 
\
          static_transforms navgraph \
          clips clips-agent clips-protobuf clips-webview \
          mongodb mongodb_log \
-         openni refboxcomm ros player xmlrpc
+         openni refboxcomm ros player xmlrpc  \
+         syncpoint_test-emitter syncpoint_test-waiter
          #readylogagent
 
 include $(BUILDSYSDIR)/rules.mk




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to