/[Apache-SVN]
ViewVC logotype

Revision 587587


Jump to revision: Previous Next
Author: tabish
Date: Tue Oct 23 18:21:35 2007 UTC (16 years, 6 months ago)
Changed paths: 227 (showing only 100; show all)
Log Message:
https://issues.apache.org/activemq/browse/AMQCPP-142

Adding in Openwire V1 build code and Auto Generated Makefiles for generated openwire code.

Changed paths

Path Details
Directoryactivemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp added
Directoryactivemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h added
Directoryactivemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/test/Makefile.am modified , text changed
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMapMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMapMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQObjectMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQObjectMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQQueueMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQQueueMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQStreamMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQStreamMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempQueueMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempQueueMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempTopicMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempTopicMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTextMessageMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTextMessageMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTopicMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTopicMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionControlMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionControlMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionErrorMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionErrorMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerControlMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerControlMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ControlCommandMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ControlCommandMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataArrayResponseMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataArrayResponseMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataResponseMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataResponseMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DestinationInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DestinationInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DiscoveryEventMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DiscoveryEventMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ExceptionResponseMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ExceptionResponseMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/FlushCommandMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/FlushCommandMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/IntegerResponseMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/IntegerResponseMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalQueueAckMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalQueueAckMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTopicAckMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTopicAckMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTraceMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTraceMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTransactionMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTransactionMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/KeepAliveInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/KeepAliveInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LastPartialCommandMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LastPartialCommandMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LocalTransactionIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LocalTransactionIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageAckMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageAckMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchNotificationMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchNotificationMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessagePullMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessagePullMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/NetworkBridgeFilterMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/NetworkBridgeFilterMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/PartialCommandMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/PartialCommandMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerIdMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerIdMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveInfoMarshallerTest.cpp added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveInfoMarshallerTest.h added
Directoryactivemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveSubscriptionInfoMarshallerTest.cpp added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26