[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 16: Merging sprint-003. some refactoring, a couple bug fixes, and the interthread communications modu...

2013-11-17 Thread noreply
Merge authors:
  Rick Stovall fpstovall
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/fps-sprint-003/+merge/195485
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Rick Stovall (fpstovall)

revno: 16 [merge]
committer: Rick Stovall fpstovall
branch nick: alpha
timestamp: Sat 2013-11-16 16:09:50 -0500
message:
  Merging sprint-003. some refactoring, a couple bug fixes, and the interthread 
communications modules.
removed:
  cpp/sim_engine/physics/
  cpp/sim_engine/physics/Makefile
  cpp/sim_engine/physics/abstract_effector/
  cpp/sim_engine/physics/include/
  cpp/sim_engine/physics/obj/
  cpp/sim_engine/physics/rigid_body/
added:
  cpp/Makefile
  cpp/common/ipc_channel/
  cpp/common/ipc_channel/Makefile
  cpp/common/ipc_channel/ipc_channel.cpp
  cpp/common/ipc_channel/ipc_channel.h
  cpp/common/ipc_channel/ipc_channel_test.cpp
  cpp/sim_engine/control_interface/
  cpp/sim_engine/control_interface/Makefile
  cpp/sim_engine/control_interface/control_interface.cpp
  cpp/sim_engine/control_interface/control_interface.h
  cpp/sim_engine/control_interface/control_interface_test.cpp
  cpp/sim_engine/main/
  cpp/sim_engine/main/Makefile
  cpp/sim_engine/main/simengine.cpp
  cpp/sim_engine/messages/
  cpp/sim_engine/messages/Makefile
  cpp/sim_engine/messages/messages.cpp
  cpp/sim_engine/messages/messages.h
  cpp/sim_engine/messages/messages_test.cpp
modified:
  Makefile
  cpp/common/Makefile
  cpp/common/abs_queue/abs_queue.h
  cpp/common/circular_queue/circular_queue.h
  cpp/common/sockets/base_socket.cpp
  cpp/common/sockets/base_socket.h
  cpp/sim_engine/Makefile
The size of the diff (1217 lines) is larger than your specified limit of 1000 
lines

--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription

___
Mailing list: https://launchpad.net/~nrtb-core
Post to : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp


[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 13: This merge includes the tech demos we agreed were needed before proceeding with the main alpha th...

2013-02-23 Thread noreply
Merge authors:
  Rick Stovall fpstovall
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/D_tech_demos/+merge/149745
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Rick Stovall (fpstovall)

revno: 13 [merge]
committer: Rick Stovall fpstovall
branch nick: demo_merge
timestamp: Sat 2013-02-23 07:58:24 -0500
message:
  This merge includes the tech demos we agreed were needed before proceeding 
with the main alpha thrust in D. All are complete and functional now.
added:
  D_lang/testing/candidate_libs/
  D_lang/testing/candidate_libs/splat.d
  D_lang/testing/candidate_libs/splat.html
  D_lang/testing/candidate_libs/splat07.zip
  D_lang/testing/str_socket/
  D_lang/testing/str_socket/Makefile
  D_lang/testing/str_socket/SocketStringTransciever.mm
  D_lang/testing/str_socket/socket_test.d
  D_lang/testing/thread_pool/
  D_lang/testing/thread_pool/Makefile
  D_lang/testing/thread_pool/thread_pool.d
  D_lang/testing/thread_pool/thread_pool.mm
The size of the diff (2350 lines) is larger than your specified limit of 1000 
lines

--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription

___
Mailing list: https://launchpad.net/~nrtb-core
Post to : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp


[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 12: Refactored and added started code to begin our reboot of the core portions of this project to D.

2012-10-22 Thread noreply
Merge authors:
  Rick Stovall (fpstovall)
  Rick Stovall (fpstovall)
  Rick Stovall fpstovall
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/D_prototype/+merge/130093
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Rick Stovall (fpstovall)

revno: 12 [merge]
committer: Rick Stovall fpstovall
branch nick: alpha
timestamp: Mon 2012-10-22 22:03:27 -0400
message:
  Refactored and added started code to begin our reboot of the core portions of 
this project to D.
added:
  D_lang/
  D_lang/Makefile
  D_lang/bin/
  D_lang/common/
  D_lang/common/Makefile
  D_lang/common/common.d
  D_lang/common/docs/
  D_lang/common/docs/common.html
  D_lang/common/docs/vect3d.html
  D_lang/common/nrtb/
  D_lang/common/nrtb/common/
  D_lang/common/nrtb/common/GPB_transceiver.d
  D_lang/common/nrtb/common/conf_manager.d
  D_lang/common/nrtb/common/vect3d.d
  D_lang/common/nrtb/common/zmq.d
  D_lang/common/nrtb/common/zmq_utils.d
  D_lang/lib/
  D_lang/testing/
  D_lang/testing/threads/
  D_lang/testing/threads/Makefile
  D_lang/testing/threads/msg_passing.d
  obsolete/
  obsolete/Cpp/
renamed:
  common/ = obsolete/Cpp/common/
  plugins/ = obsolete/Cpp/plugins/
  sim_engine/ = obsolete/Cpp/sim_engine/


--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription
=== added directory 'D_lang'
=== added file 'D_lang/Makefile'
--- D_lang/Makefile	1970-01-01 00:00:00 +
+++ D_lang/Makefile	2012-08-20 22:19:10 +
@@ -0,0 +1,27 @@
+#***
+#This file is part of the NRTB project (https://launchpad.net/nrtb).
+#
+#NRTB is free software: you can redistribute it and/or modify
+#it under the terms of the GNU General Public License as published by
+#the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#NRTB is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU General Public License
+#along with NRTB.  If not, see http://www.gnu.org/licenses/.
+#
+#***
+
+build_all: Makefile
+	@make action=lib doit
+
+clean:
+	@make action=clean doit
+	@rm -fv lib/* bin/*
+
+doit:
+	@cd common; make ${action}

=== added directory 'D_lang/bin'
=== added directory 'D_lang/common'
=== added file 'D_lang/common/Makefile'
--- D_lang/common/Makefile	1970-01-01 00:00:00 +
+++ D_lang/common/Makefile	2012-08-21 01:34:33 +
@@ -0,0 +1,35 @@
+#***
+# This file is part of the NRTB project (https://launchpad.net/nrtb).
+#
+#NRTB is free software: you can redistribute it and/or modify
+#it under the terms of the GNU General Public License as published by
+#the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#NRTB is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU General Public License
+#along with NRTB.  If not, see http://www.gnu.org/licenses/.
+#
+#***
+
+lib: ../lib/common.a
+
+../lib/common.a: test
+	@echo building ${modules}
+	@cd nrtb/common; dmd -lib -release -of../../../lib/common.a *.d -I../../
+	@echo  * common build complete ***
+
+test:	Makefile common.d ${modules}
+	@echo testing ${modules}
+	@cd nrtb/common; dmd -unittest -lib -of../../common.a *.d -I../../
+	@dmd -unittest common.a -run common.d
+
+clean:
+	@rm -vf ../lib/common.a common *.o *.a
+	@echo all objects and executables have been erased.
+
+modules=`find nrtb/common -type f -name \*.d`
\ No newline at end of file

=== added file 'D_lang/common/common.d'
--- D_lang/common/common.d	1970-01-01 00:00:00 +
+++ D_lang/common/common.d	2012-08-20 17:01:41 +
@@ -0,0 +1,25 @@
+/***
+ This file is part of the NRTB project (https://*launchpad.net/nrtb).
+
+ NRTB is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ NRTB is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU 

[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 11: Merging changes to make the nrtb::common, nrtb_msg and nrtb_gpb libraries use the C++11 compiler ...

2012-04-09 Thread noreply
Merge authors:
  Rick Stovall (fpstovall)
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/unique-ptr-msg-fix/+merge/101179
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Rick Stovall (fpstovall)

revno: 11 [merge]
committer: fpstov...@gmail.com
branch nick: alpha-merge
timestamp: Sun 2012-04-08 20:53:01 -0400
message:
  Merging changes to make the nrtb::common, nrtb_msg and nrtb_gpb libraries use 
the C++11 compiler swtich and remove the boost pointer classes.
modified:
  common/GPB/Makefile
  common/circular_queue/Makefile
  common/comm_handlers/ack_nak/Makefile
  common/comm_handlers/location_data/Makefile
  common/comm_handlers/obj_setup_info/Makefile
  common/comm_handlers/sim_db_wrapper/Makefile
  common/comm_handlers/sim_db_wrapper/sim_db_wrapper.h
  common/comm_handlers/sim_info/Makefile
  common/comm_handlers/sim_info/sim_setup_info.cpp
  common/comm_handlers/sim_info/sim_setup_info.h
  common/comm_handlers/sim_info/sim_setup_info_test.cpp
  common/comm_handlers/sim_stop/Makefile
  common/comm_handlers/sim_stop/sim_stop.h
  common/comm_handlers/sim_termination/Makefile
  common/comm_handlers/sim_termination/sim_termination.h
  common/comm_handlers/tq_obj_data/Makefile
  common/comm_handlers/tq_update/Makefile
  common/comm_handlers/tq_update/tq_update.cpp
  common/comm_handlers/tq_update/tq_update.h
  common/comm_handlers/triplet/Makefile
  common/comm_handlers/velocity_data/Makefile
  common/common_rl/Makefile
  common/confreader/Makefile
  common/linear_queue/Makefile
  common/logger/Makefile
  common/point/Makefile
  common/serializer/Makefile
  common/singleton/Makefile
  common/sockets/base_socket.cpp
  common/sockets/base_socket.h
  common/sockets/socket_test.cpp
  common/threads/Makefile
  common/timer/Makefile
  common/transceiver/transceiver_test.cpp


--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription
=== modified file 'common/GPB/Makefile'
--- common/GPB/Makefile	2011-07-22 02:58:56 +
+++ common/GPB/Makefile	2012-04-06 12:26:01 +
@@ -23,7 +23,7 @@
 
 lib/nrtb_gpb.a:
 	@protoc -I=${proto} --cpp_out=cpp_src/ ${proto}/*.proto
-	@cd obj; for file in ../cpp_src/*.cc; do g++ -c $$file; done
+	@cd obj; for file in ../cpp_src/*.cc; do g++ -c $$file -std=gnu++0x; done
 	@cp -v cpp_src/*h ../include
 	@ar -r ../lib/nrtb_gpb.a obj/*.o
 

=== modified file 'common/circular_queue/Makefile'
--- common/circular_queue/Makefile	2011-10-06 20:09:07 +
+++ common/circular_queue/Makefile	2012-04-06 12:10:36 +
@@ -23,8 +23,8 @@
 
 circular_queue_test:	circular_queue.h circular_queue_test.cpp
 	@rm -f circular_queue_test
-	g++ -c circular_queue_test.cpp -I../include
-	g++ -o circular_queue_test circular_queue_test.o ../obj/common.o ../obj/base_thread.o -lpthread 
+	g++ -c circular_queue_test.cpp -I../include -std=gnu++0x
+	g++ -o circular_queue_test circular_queue_test.o ../obj/common.o ../obj/base_thread.o -lpthread  -std=gnu++0x
 
 clean:
 	@rm -rvf *.o circular_queue_test ../include/circular_queue.h *.log ../obj/circular_queue.o

=== modified file 'common/comm_handlers/ack_nak/Makefile'
--- common/comm_handlers/ack_nak/Makefile	2011-12-20 01:44:44 +
+++ common/comm_handlers/ack_nak/Makefile	2012-04-03 02:44:01 +
@@ -24,12 +24,12 @@
 
 ack_nak_test:	ack_nak.o ack_nak_test.cpp
 	@rm -f ack_nak_test
-	g++ -c ack_nak_test.cpp -I ../../include -I ../include
-	g++ -o ack_nak_test ack_nak_test.o ack_nak.o ../../lib/nrtb_common.a ../../lib/nrtb_gpb.a -lprotobuf -lpthread
+	g++ -c ack_nak_test.cpp -I ../../include -I ../include -std=gnu++0x 
+	g++ -o ack_nak_test ack_nak_test.o ack_nak.o ../../lib/nrtb_common.a ../../lib/nrtb_gpb.a -lprotobuf -lpthread -std=gnu++0x 
 
 ack_nak.o:	ack_nak.cpp ack_nak.h Makefile
 	@rm -f ack_nak.o
-	g++ -c -O3 ack_nak.cpp -I ../include -I ../../include
+	g++ -c -O3 ack_nak.cpp -I ../include -I ../../include -std=gnu++0x 
 
 clean:
 	@rm -vf *.o ../include/ack_nak.h ../obj/ack_nak.o ack_nak_test

=== modified file 'common/comm_handlers/location_data/Makefile'
--- common/comm_handlers/location_data/Makefile	2011-12-14 16:39:02 +
+++ common/comm_handlers/location_data/Makefile	2012-04-03 02:55:12 +
@@ -24,12 +24,12 @@
 
 location_data_test:	location_data.o location_data_test.cpp
 	@rm -f location_data_test
-	g++ -c location_data_test.cpp -I ../../include -I ../include
-	g++ -o location_data_test location_data_test.o location_data.o ../obj/triplet.o ../../lib/nrtb_common.a ../../lib/nrtb_gpb.a -lprotobuf -lpthread
+	g++ -c location_data_test.cpp -I ../../include -I ../include -std=gnu++0x 
+	g++ -o location_data_test location_data_test.o location_data.o ../obj/triplet.o ../../lib/nrtb_common.a ../../lib/nrtb_gpb.a -lprotobuf -lpthread -std=gnu++0x 
 
 location_data.o:	location_data.cpp 

[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 10: Merged C++11 changes, particularly the use of std::unique_ptr in place of boost::shared_ptr in th...

2012-04-02 Thread noreply
Merge authors:
  Rick Stovall (fpstovall)
  Rick Stovall (fpstovall)
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/unique_ptr_fix/+merge/100340
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Rick Stovall (fpstovall)

revno: 10 [merge]
committer: fpstov...@gmail.com
branch nick: alpha_merge
timestamp: Mon 2012-04-02 22:10:34 -0400
message:
  Merged C++11 changes, particularly the use of std::unique_ptr in place of 
boost::shared_ptr in the socket and transceiver common libs.
modified:
  common/sockets/Makefile
  common/sockets/base_socket.cpp
  common/sockets/base_socket.h
  common/sockets/socket_test.cpp
  common/transceiver/Makefile
  common/transceiver/transceiver.h
  common/transceiver/transceiver_test.cpp
The size of the diff (1069 lines) is larger than your specified limit of 1000 
lines

--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription

___
Mailing list: https://launchpad.net/~nrtb-core
Post to : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp


[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 8: Merged the circular_queue branch providing the C++ common circular_queue and linear_queue classes.

2011-10-07 Thread noreply
Merge authors:
  Rick Stovall (fpstovall)
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/circular_queue/+merge/78527
  proposed by: Rick Stovall (fpstovall)
  review: Approve - Aron Boyette (aron-carolina)
  review: Approve - George Jordan (gsjordanc)
  review: Approve - Rick Stovall (fpstovall)

revno: 8 [merge]
committer: fpstov...@gmail.com
branch nick: alpha_merge
timestamp: Fri 2011-10-07 20:36:10 -0400
message:
  Merged the circular_queue branch providing the C++ common circular_queue and 
linear_queue classes.
  
  This has been tested and is ready to use in alpha phase.
added:
  common/circular_queue/
  common/circular_queue/Makefile
  common/circular_queue/circular_queue.h
  common/circular_queue/circular_queue_test.cpp
  common/linear_queue/
  common/linear_queue/Makefile
  common/linear_queue/linear_queue.h
  common/linear_queue/linear_queue_test.cpp
modified:
  common/Makefile
  common/threads/base_thread.cpp


--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription
=== modified file 'common/Makefile'
--- common/Makefile	2011-08-15 03:47:28 +
+++ common/Makefile	2011-10-07 00:01:15 +
@@ -40,6 +40,8 @@
 	@cd point; make ${action}
 	@cd timer; make ${action}
 	@cd threads; make ${action}
+	@cd circular_queue; make ${action}
+	@cd linear_queue; make ${action}
 	@cd sockets; make ${action}
 	@cd serializer; make ${action}
 	@cd singleton; make ${action}

=== added directory 'common/circular_queue'
=== added file 'common/circular_queue/Makefile'
--- common/circular_queue/Makefile	1970-01-01 00:00:00 +
+++ common/circular_queue/Makefile	2011-10-06 20:09:07 +
@@ -0,0 +1,31 @@
+#***
+#This file is part of the NRTB project (https://launchpad.net/nrtb).
+#
+#NRTB is free software: you can redistribute it and/or modify
+#it under the terms of the GNU General Public License as published by
+#the Free Software Foundation, either version 3 of the License, or
+#(at your option) any later version.
+#
+#NRTB is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU General Public License
+#along with NRTB.  If not, see http://www.gnu.org/licenses/.
+#
+#***
+
+lib:	circular_queue_test
+	@./circular_queue_test
+	@cp -v circular_queue.h ../include
+	@echo build complete
+
+circular_queue_test:	circular_queue.h circular_queue_test.cpp
+	@rm -f circular_queue_test
+	g++ -c circular_queue_test.cpp -I../include
+	g++ -o circular_queue_test circular_queue_test.o ../obj/common.o ../obj/base_thread.o -lpthread 
+
+clean:
+	@rm -rvf *.o circular_queue_test ../include/circular_queue.h *.log ../obj/circular_queue.o
+	@echo all objects and executables have been erased.

=== added file 'common/circular_queue/circular_queue.h'
--- common/circular_queue/circular_queue.h	1970-01-01 00:00:00 +
+++ common/circular_queue/circular_queue.h	2011-10-06 20:09:07 +
@@ -0,0 +1,174 @@
+/***
+ This file is part of the NRTB project (https://*launchpad.net/nrtb).
+
+ NRTB is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ NRTB is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with NRTB.  If not, see http://www.gnu.org/licenses/.
+
+ **/
+
+#ifndef nrtb_circular_queue_h
+#define nrtb_circular_queue_h
+
+#include iostream
+#include base_thread.h
+#include boost/circular_buffer.hpp
+
+namespace nrtb
+{
+
+/
+ * The circular_queue template is designed for use with
+ * the classic producer/consumer thread management model.
+ * The producer uses circular_queue::push() to put items
+ * in the queue as they become available, and the consumer
+ * thread calls circular_queue::park() when it is ready
+ * for the next item to work.
+ *
+ * Common uses would be for buffering outgoing or incomming
+ * messages from a communications channel, providing a feed
+ * queue for parallel threads to make full use of multi-core
+ * processors, or any case where one or more threads are

[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha] Rev 5: Merged in changes from the cpp_common development branch. The C++ common libs should now be of go...

2011-09-05 Thread noreply
Merge authors:
  Rick Stovall (fpstovall)
Related merge proposals:
  https://code.launchpad.net/~fpstovall/nrtb/cpp_common/+merge/72827
  proposed by: Rick Stovall (fpstovall)
  review: Approve - DougPiranha (dougpirahna)
  review: Approve - George Jordan (gsjordanc)
  review: Approve - Rick Stovall (fpstovall)

revno: 5 [merge]
committer: fpstov...@gmail.com
branch nick: alpha
timestamp: Sun 2011-09-04 19:15:58 -0400
message:
  Merged in changes from the cpp_common development branch. The C++ common libs 
should now be of good enough quality to use for alpha phase development.
removed:
  common/plugin_loader/
  common/plugin_loader/Makefile
  common/plugin_loader/doc/
  common/plugin_loader/doc/plugins.xmi
  common/plugin_loader/plugin_manager.cpp
  common/plugin_loader/plugin_manager.h
  common/plugin_loader/plugin_wrapper.cpp
  common/plugin_loader/plugin_wrapper.h
  common/plugin_loader/test/
  common/plugin_loader/test/Makefile
  common/plugin_loader/test/plugins/
  common/plugin_loader/test/plugintest.cpp
  common/singleton/
  common/singleton/Makefile
  common/singleton/singleton.h
  common/singleton/singleton_test.cpp
  common/timer/nrtb_timer.cpp
  common/timer/nrtb_timer.h
  common/work_queue_thread/
  common/work_queue_thread/Makefile
  common/work_queue_thread/controlled_wqt.h
  common/work_queue_thread/work_queue_thread.h
  common/work_queue_thread/wqt_tester.cpp
added:
  common/GPB/
  common/GPB/Makefile
  common/GPB/cpp_src/
  common/GPB/obj/
  common/common_rl/
  common/common_rl/Makefile
  common/common_rl/common.cpp
  common/common_rl/common.h
  common/common_rl/common_rl_test.cpp
  common/confreader/
  common/confreader/Makefile
  common/confreader/confreader.cpp
  common/confreader/confreader.h
  common/confreader/conftest.cpp
  common/confreader/test.config
  common/lib/
  common/logger/
  common/logger/Makefile
  common/logger/log_setup.cpp
  common/logger/log_setup.h
  common/logger/log_test.cpp
  common/serializer/
  common/serializer/Makefile
  common/serializer/serializer.cpp
  common/serializer/serializer.h
  common/serializer/serializer_test.cpp
  common/singleton/
  common/singleton/Makefile
  common/singleton/singleton.h
  common/singleton/singleton_test.cpp
  common/sockets/
  common/sockets/Makefile
  common/sockets/base_socket.cpp
  common/sockets/base_socket.h
  common/sockets/socket_test.cpp
  common/threads/
  common/threads/Makefile
  common/threads/base_thread.cpp
  common/threads/base_thread.h
  common/threads/tests/
  common/threads/tests/cond_var.h
  common/threads/tests/general.h
  common/threads/tests/loop_counter.h
  common/threads/thread_test.cpp
  common/timer/hires_timer.cpp
  common/timer/hires_timer.h
  common/transceiver/
  common/transceiver/Makefile
  common/transceiver/transceiver.cpp
  common/transceiver/transceiver.h
  common/transceiver/transceiver_test.cpp
modified:
  GPB_proto/ack_nak.proto
  GPB_proto/physics_common.proto
  GPB_proto/sim_obj_tq_update.proto
  GPB_proto/sim_to_db_wrapper.proto
  common/Makefile
  common/point/Makefile
  common/point/common_test.cpp
  common/point/triad.h
  common/timer/Makefile
  common/timer/timer_test.cpp
The size of the diff (9402 lines) is larger than your specified limit of 1000 
lines

--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription

___
Mailing list: https://launchpad.net/~nrtb-core
Post to : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp


[Nrtb-core] [Branch ~nrtb-core/nrtb/alpha]

2011-09-05 Thread Rick Stovall
Status: Experimental = Development

--
lp:nrtb
https://code.launchpad.net/~nrtb-core/nrtb/alpha

Your team NRTB Core is subscribed to branch lp:nrtb.
To unsubscribe from this branch go to 
https://code.launchpad.net/~nrtb-core/nrtb/alpha/+edit-subscription

___
Mailing list: https://launchpad.net/~nrtb-core
Post to : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp