Author: aconway
Date: Fri Dec 1 09:39:09 2006
New Revision: 481312
URL: http://svn.apache.org/viewvc?view=rev&rev=481312
Log:
Jim Meyering: README typos, svn:ignore properties on directories.
Modified:
incubator/qpid/trunk/qpid/cpp/ (props changed)
incubator/qpid/trunk/qpid/cpp/README
incubator/qpid/trunk/qpid/cpp/gen/ (props changed)
incubator/qpid/trunk/qpid/cpp/lib/ (props changed)
incubator/qpid/trunk/qpid/cpp/lib/broker/ (props changed)
incubator/qpid/trunk/qpid/cpp/lib/client/ (props changed)
incubator/qpid/trunk/qpid/cpp/lib/common/ (props changed)
incubator/qpid/trunk/qpid/cpp/src/ (props changed)
incubator/qpid/trunk/qpid/cpp/tests/ (props changed)
Propchange: incubator/qpid/trunk/qpid/cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -1,6 +1,11 @@
-qpidd.log
-gen
-build
-apr-debug
-posix-debug
-options-local.mk
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.h
+config.log
+config.status
+configure
+stamp-h1
+libtool
+config.in
Modified: incubator/qpid/trunk/qpid/cpp/README
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README?view=diff&rev=481312&r1=481311&r2=481312
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README (original)
+++ incubator/qpid/trunk/qpid/cpp/README Fri Dec 1 09:39:09 2006
@@ -6,12 +6,12 @@
* autoconf 2.59: http://www.gnu.org/software/autoconf
* automake 1.9.6: http://www.gnu.org/software/automake
* libtool 1.5: http://www.gnu.org/software/libtool
- * Apache Portable Runtime 1.2.7: http://apr.apache.org
+ * Apache Portable Runtime 1.2.2: http://apr.apache.org
* CppUnit 1.11.4: http://cppunit.sourceforge.net
* boost 1.33.1: http://www.boost.org
Optional: to generate documentation from source code comments you need:
- * doxygen 1.4.6: http://sourceforge.net/projects/doxygen/
+ * doxygen 1.4.6: http://sourceforge.net/projects/doxygen/
* graphviz 2.8: http://www.graphviz.org/
If you use yum to install packages:
@@ -85,18 +85,18 @@
provides an object-oriented C++ API and contains platform-specific
code.
-These wrappers are mainlly inline by-value classes so they impose no
+These wrappers are mainly inline by-value classes so they impose no
run-time penalty compared do direct system calls.
-Initially we will have a full linux implementation and a portable
-implementation suffcient for the client using the APR portability
+Initially we will have a full linux implementation and a portable
+implementation sufficient for the client using the APR portability
library. The implementations may change in future but the interface
for qpid code outside the qpid/sys namespace should remain stable.
=== Unit tests ===
-Unit tests are built as .so files containing CppUnit plugins.
+Unit tests are built as .so files containing CppUnit plugins.
DllPlugInTester is provided as part of cppunit. You can use it to run
any subset of the unit tests. See Makefile for examples.
@@ -106,9 +106,9 @@
DllPluginTester foobar.so
Instead you need to say:
- DllPluginTester ./foobar.so
-
-Reason: DllPluginTester uses dlopen() which searches for shlibs
+ DllPluginTester ./foobar.so
+
+Reason: DllPluginTester uses dlopen() which searches for shlibs
in the standard places unless the filename contains a "/". In
that case it just tries to open the filename.
@@ -131,6 +131,3 @@
around the code, especially for newcomers.
To try it out "make doxygen" then open doxygen/html/index.html
-
-
-
Propchange: incubator/qpid/trunk/qpid/cpp/gen/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,101 @@
+AMQP_ClientOperations.h
+AMQP_ClientProxy.cpp
+AMQP_ClientProxy.h
+AMQP_Constants.h
+AMQP_MethodVersionMap.cpp
+AMQP_MethodVersionMap.h
+AMQP_ServerOperations.h
+AMQP_ServerProxy.cpp
+AMQP_ServerProxy.h
+AccessRequestBody.h
+AccessRequestOkBody.h
+BasicAckBody.h
+BasicCancelBody.h
+BasicCancelOkBody.h
+BasicConsumeBody.h
+BasicConsumeOkBody.h
+BasicDeliverBody.h
+BasicGetBody.h
+BasicGetEmptyBody.h
+BasicGetOkBody.h
+BasicPublishBody.h
+BasicQosBody.h
+BasicQosOkBody.h
+BasicRecoverBody.h
+BasicRejectBody.h
+BasicReturnBody.h
+ChannelAlertBody.h
+ChannelCloseBody.h
+ChannelCloseOkBody.h
+ChannelFlowBody.h
+ChannelFlowOkBody.h
+ChannelOpenBody.h
+ChannelOpenOkBody.h
+ConnectionCloseBody.h
+ConnectionCloseOkBody.h
+ConnectionOpenBody.h
+ConnectionOpenOkBody.h
+ConnectionRedirectBody.h
+ConnectionSecureBody.h
+ConnectionSecureOkBody.h
+ConnectionStartBody.h
+ConnectionStartOkBody.h
+ConnectionTuneBody.h
+ConnectionTuneOkBody.h
+DtxSelectBody.h
+DtxSelectOkBody.h
+DtxStartBody.h
+DtxStartOkBody.h
+ExchangeDeclareBody.h
+ExchangeDeclareOkBody.h
+ExchangeDeleteBody.h
+ExchangeDeleteOkBody.h
+FileAckBody.h
+FileCancelBody.h
+FileCancelOkBody.h
+FileConsumeBody.h
+FileConsumeOkBody.h
+FileDeliverBody.h
+FileOpenBody.h
+FileOpenOkBody.h
+FilePublishBody.h
+FileQosBody.h
+FileQosOkBody.h
+FileRejectBody.h
+FileReturnBody.h
+FileStageBody.h
+Makefile
+Makefile.in
+QueueBindBody.h
+QueueBindOkBody.h
+QueueDeclareBody.h
+QueueDeclareOkBody.h
+QueueDeleteBody.h
+QueueDeleteOkBody.h
+QueuePurgeBody.h
+QueuePurgeOkBody.h
+StreamCancelBody.h
+StreamCancelOkBody.h
+StreamConsumeBody.h
+StreamConsumeOkBody.h
+StreamDeliverBody.h
+StreamPublishBody.h
+StreamQosBody.h
+StreamQosOkBody.h
+StreamReturnBody.h
+TestContentBody.h
+TestContentOkBody.h
+TestIntegerBody.h
+TestIntegerOkBody.h
+TestStringBody.h
+TestStringOkBody.h
+TestTableBody.h
+TestTableOkBody.h
+TunnelRequestBody.h
+TxCommitBody.h
+TxCommitOkBody.h
+TxRollbackBody.h
+TxRollbackOkBody.h
+TxSelectBody.h
+TxSelectOkBody.h
+timestamp
Propchange: incubator/qpid/trunk/qpid/cpp/lib/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1 @@
+Makefile.in
Propchange: incubator/qpid/trunk/qpid/cpp/lib/broker/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,4 @@
+.deps
+.libs
+Makefile
+Makefile.in
Propchange: incubator/qpid/trunk/qpid/cpp/lib/client/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,4 @@
+.deps
+.libs
+Makefile
+Makefile.in
Propchange: incubator/qpid/trunk/qpid/cpp/lib/common/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,4 @@
+.deps
+.libs
+Makefile
+Makefile.in
Propchange: incubator/qpid/trunk/qpid/cpp/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in
Propchange: incubator/qpid/trunk/qpid/cpp/tests/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec 1 09:39:09 2006
@@ -0,0 +1,4 @@
+.deps
+Makefile
+Makefile.in
+gen.mk