Home
last modified time | relevance | path

Searched refs:ucommon (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/devel/ucommon/ucommon-7.0.0/inc/commoncpp/
H A Dnumbers.h50 typedef ucommon::DateTimeString DateTimeString;
51 typedef ucommon::DateNumber DateNumber;
55 class __EXPORT Date : public ucommon::Date
59 ucommon::Date::set(year, month, day); in toJulian()
77 inline Date() : ucommon::Date() {} in Date()
112 class __EXPORT Time : public ucommon::Time
134 inline Time() : ucommon::Time() {} in Time()
171 ucommon::DateTime(ptr, size) {} in DateTime()
175 inline DateTime() : ucommon::DateTime() {} in DateTime()
202 return ucommon::DateTime::timeref(); in getTime()
[all …]
H A Dthread.h188 ucommon::RWLock::access(); in readLock()
192 ucommon::RWLock::modify(); in writeLock()
196 ucommon::RWLock::access(0); in tryReadLock()
200 ucommon::RWLock::modify(0); in tryWriteLock()
204 ucommon::RWLock::release(); in unlock()
311 ucommon::Conditional::lock(); in enterMutex()
329 ucommon::Semaphore::wait(); in wait()
386 ucommon::TimedEvent::wait(); in wait()
398 ucommon::TimedEvent::reset(); in reset()
463 ucommon::Thread::yield(); in yield()
[all …]
H A Dudp.h132 UDPSocket(const ucommon::Socket::address &bind);
168 void setPeer(const ucommon::Socket::address &host);
169 void connect(const ucommon::Socket::address &host);
225 ucommon::Socket::address getPeer();
334 UDPTransmit(const ucommon::Socket::address &bind);
350 Error connect(const ucommon::Socket::address &host);
467 UDPReceive(const ucommon::Socket::address &bind);
482 Error connect(const ucommon::Socket::address &host);
513 inline Error join(const ucommon::Socket::address &ia) in join()
577 UDPDuplex(const ucommon::Socket::address &bind);
[all …]
H A Dsocket.h92 class __EXPORT Socket : protected ucommon::Socket
334 Error join(const ucommon::Socket::address &ia, int iface = 0);
336 return join(ucommon::Socket::address(getaddress(ia))); in join()
340 return join(ucommon::Socket::address(getaddress(ia)), iface);
350 Error drop(const ucommon::Socket::address &ia, int iface = 0);
352 return drop(ucommon::Socket::address(getaddress(ia))); in drop()
356 return drop(ucommon::Socket::address(getaddress(ia)), iface);
517 ucommon::Socket::address getSender() const;
538 ucommon::Socket::address getPeer() const;
567 ucommon::Socket::address getLocal() const;
H A Dpersist.h111 friend ucommon::PersistEngine& operator>>( ucommon::PersistEngine& ar, ClassType *&ob); \
112 … friend ucommon::PersistEngine& operator<<( ucommon::PersistEngine& ar, ClassType const &ob); \
113 friend ucommon::PersistObject *createNew##ClassType(); \
115 static ucommon::TypeManager::Registration registrationFor##ClassType;
120 ucommon::PersistEngine& operator>>(ucommon::PersistEngine& ar, ClassType &ob) \
121 { ar >> (ucommon::PersistObject &) ob; return ar; } \
122 ucommon::PersistEngine& operator>>(ucommon::PersistEngine& ar, ClassType *&ob) \
123 { ar >> (ucommon::PersistObject *&) ob; return ar; } \
124ucommon::PersistEngine& operator<<(ucommon::PersistEngine& ar, ClassType const &ob) …
125 { ar << (ucommon::PersistObject const *)&ob; return ar; } \
[all …]
H A Dmisc.h65 class __EXPORT MemPager : protected ucommon::memalloc
71 inline MemPager(size_t pagesize = 4096) : ucommon::memalloc(pagesize) {} in memalloc()
/dports/devel/ucommon/ucommon-7.0.0/
H A DChangeLog219 from ucommon 6.1.0 to 6.1.1
225 from ucommon 6.0.7 to 6.1.0
230 from ucommon 6.0.6 to 6.0.7
234 from ucommon 6.0.5 to 6.0.6
239 from ucommon 6.0.4 to 6.0.5
242 from ucommon 6.0.3 to 6.0.4
245 from ucommon 6.0.2 to 6.0.3
248 from ucommon 6.0.1 to 6.0.2
254 from ucommon 6.0.0 to 6.0.1
258 from ucommon 5.5.1 to 6.0.0
[all …]
H A DMakefile.am16 cmake-abi.sh ucommon-config.h.cmake directive.in cmake/*.cmake \
27 pkgconfig_DATA = ucommon.pc @COMPAT_PC@
30 script_SCRIPTS = ucommon-config @COMPAT_CONFIG@
32 cmakedir = $(datadir)/ucommon/cmake
35 man_MANS = ucommon-config.1 commoncpp-config.1
48 rpmbuild -bs --nodeps --define "_sourcedir ." --define "_srcrpmdir ." --sign ucommon.spec
52 cape-source --sign ucommon-${VERSION}.tar.gz .
H A Ducommon.spec25 Name: ucommon
55 Summary: GNU ucommon runtime library
68 Summary: Headers for building ucommon applications
82 Summary: Generated class documentation for ucommon
107 chmod 0755 %{buildroot}%{_bindir}/ucommon-config
141 %{_includedir}/ucommon/
144 %{_bindir}/ucommon-config
146 %{_mandir}/man1/ucommon-config.*
149 %dir %{_datadir}/ucommon
150 %dir %{_datadir}/ucommon/cmake
[all …]
H A Ducommon.spec.in2 # spec file for package ucommon
25 Name: ucommon
40 # historically we used a -bin for ucommon applications...
55 Summary: GNU ucommon runtime library
107 chmod 0755 %{buildroot}%{_bindir}/ucommon-config
141 %{_includedir}/ucommon/
144 %{_bindir}/ucommon-config
146 %{_mandir}/man1/ucommon-config.*
149 %dir %{_datadir}/ucommon
150 %dir %{_datadir}/ucommon/cmake
[all …]
H A DMakefile.in102 $(srcdir)/ucommon.spec.in $(srcdir)/ucommon-config.in \
122 CONFIG_HEADER = ucommon-config.h
124 ucommon.pc ucommon.spec ucommon-config commoncpp-config
196 $(LISP)ucommon-config.h.in
432 cmakedir = $(datadir)/ucommon/cmake
435 all: ucommon-config.h
474 ucommon-config.h: stamp-h1
487 -rm -f ucommon-config.h stamp-h1
496 ucommon.pc: $(top_builddir)/config.status $(srcdir)/ucommon.pc.in
498 ucommon.spec: $(top_builddir)/config.status $(srcdir)/ucommon.spec.in
[all …]
H A DNEWS31 ucommon 3.0 merges other ucommon related libraries to create a single ucommon
34 ucommon 3.1 introduced the ucommon secure framework with support for ssl
H A Dbiicode.conf7 dyfet/ucommon: 0
15 CMakeLists.txt + ucommon-config.h.cmake
H A Ducommon.pc.in6 cmake_macros=@CMAKE_INSTALL_FULL_DATADIR@/ucommon/cmake
8 Name: ucommon
H A DTODO7 siot merged into ucommon for serial device support.
19 native msw threading if better than code we have in ucommon, or maybe
57 Redu and split ucommon.pc and usecure.pc. This is to get cleaner
59 ucommon-config to have a with & without secure mode. - for now added
H A Ducommon-config.in19 Usage: ucommon-config [OPTION]
23 --prefix=DIR change ucommon prefix [default $prefix]
H A Dconfigure.ac12 AC_INIT([ucommon],[7.0.0]) package
13 AC_CONFIG_SRCDIR([inc/ucommon/ucommon.h])
28 AM_CONFIG_HEADER(ucommon-config.h)
81 # for very old gcc and for minix we disable full ucommon build by default
171 #include <ucommon/platform.h>
595 includes='${includedir}/ucommon'
666 inc/Makefile inc/ucommon/Makefile inc/commoncpp/Makefile test/Makefile
667 directive commoncpp.pc ucommon.pc ucommon.spec ucommon-config commoncpp-config)
H A DBUILDS16 also disabled for the ucommon library.
40 c model and build the ucommon subset by default, as otherwise software
44 It should be possible to build ucommon using Microsoft native compilers, and if
66 ucommon on QNX. Those using tarballs from official distributions should
72 link errors. However, executables built and linked with ucommon with
/dports/devel/ucommon/ucommon-7.0.0/commoncpp/
H A Dudp.cpp211 UDPSocket::UDPSocket(const ucommon::Socket::address &ia) : in UDPSocket()
403 peer = ucommon::Socket::address(ia.getAddress(), port); in setPeer()
419 peer = ucommon::Socket::address(ia.getAddress(), port); in setPeer()
439 peer = ucommon::Socket::address(list); in setPeer()
457 ucommon::Socket::address UDPSocket::getPeer() in getPeer()
459 ucommon::Socket::address addr = Socket::getPeer(); in getPeer()
466 ucommon::Socket::address addr = getPeer(); in getIPV4Peer()
482 ucommon::Socket::address addr = getPeer(); in getIPV6Peer()
505 peer = ucommon::Socket::address(ia.getAddress(), port); in setPeer()
600 UDPReceive::UDPReceive(const ucommon::Socket::address &ia) : in UDPReceive()
[all …]
H A Dsocket.cpp165 ucommon::Socket::release(); in endSocket()
168 Socket::Socket() : ucommon::Socket() in Socket()
188 Socket::Socket(socket_t fd) : ucommon::Socket() in Socket()
490 switch(ucommon::Socket::join(ia, iface)) { in join()
505 switch(ucommon::Socket::drop(ia, iface)) { in drop()
841 ucommon::Socket::address addr; in getSender()
869 ucommon::Socket::address addr = getSender(); in getIPV4Sender()
888 ucommon::Socket::address addr = getSender(); in getIPV6Sender()
904 ucommon::Socket::address saddr; in getLocal()
950 ucommon::Socket::address Socket::getPeer() const in getPeer()
[all …]
H A Dthread.cpp73 ucommon::Thread *th = static_cast<ucommon::Thread *>(obj); in exec_thread()
88 ucommon::Thread *th = static_cast<ucommon::Thread *>(obj);
103 ucommon::Thread::init(); in MainThread()
104 ucommon::Socket::init(); in MainThread()
116 Thread::Thread(int pri, size_t stack) : ucommon::JoinableThread(stack) in Thread()
173 ucommon::Thread::exit(); in terminate()
305 ucommon::Conditional::broadcast(); in signal()
307 ucommon::Conditional::signal(); in signal()
314 ucommon::Conditional::lock(); in wait()
315 result = ucommon::Conditional::wait(timeout); in wait()
[all …]
/dports/devel/ucommon/ucommon-7.0.0/cmake/
H A Dbiicode.cmake19 include(dyfet/ucommon/cmake/CapeConfig)
20 include(dyfet/ucommon/cmake/CapeMakeTargets)
21 include(dyfet/ucommon/cmake/ucommon)
22 include(dyfet/ucommon/cmake/config)
27 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ucommon-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/ucomm…
/dports/audio/ccaudio2/ccaudio2-2.2.0/
H A Dccaudio2.pc.in2 Description: GNU Telephonic audio library for use with ucommon
4 Requires: ucommon >= @USES_UCOMMON_REQUIRED@
H A DChangeLog2 - will require ucommon 6.4.4...
9 - cmake uses ucommon macros
33 - patches from Brandon Invergo for current ucommon
/dports/devel/ucommon/ucommon-7.0.0/inc/ucommon/
H A DMakefile.am16 pkgincludedir = $(includedir)/ucommon
19 keydata.h memory.h platform.h fsys.h ucommon.h stream.h \

12345678