Go to file
dgotwisner 00294a9fbd Change Vector constructor code from call to vConcat() to call to this->vConcat(). This allows us to compile under gcc 4.8.1 (Ubuntu 13.10's compiler). This is more consistent with the C++ language definition of calling a base construtor from inside a derived constructor. 2014-03-30 19:25:31 +02:00
.gitignore merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
BitVector.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
BitVector.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
BitVectorTest.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
COPYING Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
Configuration.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Configuration.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
ConfigurationTest.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Defines.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
F16.h Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
F16Test.cpp Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
Interthread.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
InterthreadTest.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
LinkedLists.cpp Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached) 2013-05-31 21:47:42 +00:00
LinkedLists.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
LogTest.cpp Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached) 2013-05-31 21:47:42 +00:00
Logger.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Logger.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Makefile.am merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
MemoryLeak.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
README.common Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
Regexp.h Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
RegexpTest.cpp Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
Reporting.cpp syncing CommonLibs, and including BSD-licensed A5/1 implementation. 2013-08-13 23:17:46 +00:00
Reporting.h syncing CommonLibs, and including BSD-licensed A5/1 implementation. 2013-08-13 23:17:46 +00:00
ReportingTest.cpp syncing CommonLibs, and including BSD-licensed A5/1 implementation. 2013-08-13 23:17:46 +00:00
ScalarTypes.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Sockets.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Sockets.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
SocketsTest.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Threads.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Threads.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Timeval.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Timeval.h Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached) 2013-05-31 21:47:42 +00:00
TimevalTest.cpp Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
URLEncode.cpp Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached) 2013-05-31 21:47:42 +00:00
URLEncode.h Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch. 2011-10-07 19:20:49 +00:00
URLEncodeTest.cpp syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better. 2013-05-31 21:47:25 +00:00
Utils.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Utils.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
Vector.h Change Vector constructor code from call to vConcat() to call to this->vConcat(). This allows us to compile under gcc 4.8.1 (Ubuntu 13.10's compiler). This is more consistent with the C++ language definition of calling a base construtor from inside a derived constructor. 2014-03-30 19:25:31 +02:00
VectorTest.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
example.config syncing CommonLibs, and including BSD-licensed A5/1 implementation. 2013-08-13 23:17:46 +00:00
sqlite3util.cpp merged in commercial commonlibs 2014-03-24 22:57:31 +01:00
sqlite3util.h merged in commercial commonlibs 2014-03-24 22:57:31 +01:00

README.common

This directory contains common-use classes, most of which are not specific to GSM.

Vector		A vector class (NOT std::vector<>) that supports
		aliased subvectors.  Not resizable.
BitVector	Bit-indexable vectors based on Vector.
Interthread	A set of C++ wrappers for pthread facilities.
Sockets		A set of C++ wrappers for Unix sockets.
Timeval		A C++ wraper for struct timeval.
LinkLists	Classes for simple linked lists of pointers.
Logger		A logging interface based on syslogd.
Configuration	A key-value configuration table.
Regexp		A C++ wrapper on stdlib regular expressions.

Do "make tests" to build a series of unit tests for these classes.