diff options
Diffstat (limited to 'dep/src')
84 files changed, 84 insertions, 0 deletions
diff --git a/dep/src/g3dlite/AABox.cpp b/dep/src/g3dlite/AABox.cpp index 0baa1a07419..f2f2b70535c 100644 --- a/dep/src/g3dlite/AABox.cpp +++ b/dep/src/g3dlite/AABox.cpp @@ -297,3 +297,4 @@ bool AABox::intersects(const class Sphere& sphere) const { } // namespace + diff --git a/dep/src/g3dlite/Box.cpp b/dep/src/g3dlite/Box.cpp index b99104ff28b..c30211fd5b9 100644 --- a/dep/src/g3dlite/Box.cpp +++ b/dep/src/g3dlite/Box.cpp @@ -346,3 +346,4 @@ void Box::getBounds(class AABox& aabb) const { } // namespace + diff --git a/dep/src/g3dlite/Crypto.cpp b/dep/src/g3dlite/Crypto.cpp index 763c2fefd4b..bff3a5a966c 100644 --- a/dep/src/g3dlite/Crypto.cpp +++ b/dep/src/g3dlite/Crypto.cpp @@ -144,3 +144,4 @@ uint32 Crypto::crc32(const void* byte, size_t numBytes) { } } // G3D + diff --git a/dep/src/g3dlite/Matrix3.cpp b/dep/src/g3dlite/Matrix3.cpp index c6fc9729b34..630c1883c0b 100644 --- a/dep/src/g3dlite/Matrix3.cpp +++ b/dep/src/g3dlite/Matrix3.cpp @@ -1684,3 +1684,4 @@ std::string Matrix3::toString() const { } // namespace + diff --git a/dep/src/g3dlite/Plane.cpp b/dep/src/g3dlite/Plane.cpp index 5265ef8f670..10ee7ff0f0c 100644 --- a/dep/src/g3dlite/Plane.cpp +++ b/dep/src/g3dlite/Plane.cpp @@ -129,3 +129,4 @@ std::string Plane::toString() const { } } + diff --git a/dep/src/g3dlite/System.cpp b/dep/src/g3dlite/System.cpp index f28c9d62a9a..cb7169a4c4d 100644 --- a/dep/src/g3dlite/System.cpp +++ b/dep/src/g3dlite/System.cpp @@ -664,3 +664,4 @@ void System::alignedFree(void* _ptr) { } // namespace + diff --git a/dep/src/g3dlite/Triangle.cpp b/dep/src/g3dlite/Triangle.cpp index d3fa835c7c8..bb5b8f94635 100644 --- a/dep/src/g3dlite/Triangle.cpp +++ b/dep/src/g3dlite/Triangle.cpp @@ -110,3 +110,4 @@ void Triangle::getBounds(AABox& out) const { } } // G3D + diff --git a/dep/src/g3dlite/Vector3.cpp b/dep/src/g3dlite/Vector3.cpp index 274769a1e0b..09c3003888b 100644 --- a/dep/src/g3dlite/Vector3.cpp +++ b/dep/src/g3dlite/Vector3.cpp @@ -441,3 +441,4 @@ Vector4 Vector3::zzzz() const { return Vector4 (z, z, z, z); } } // namespace + diff --git a/dep/src/g3dlite/Vector4.cpp b/dep/src/g3dlite/Vector4.cpp index 2a597df65ed..91f916d1040 100644 --- a/dep/src/g3dlite/Vector4.cpp +++ b/dep/src/g3dlite/Vector4.cpp @@ -436,3 +436,4 @@ Vector4 Vector4::wwww() const { return Vector4 (w, w, w, w); } }; // namespace + diff --git a/dep/src/g3dlite/format.cpp b/dep/src/g3dlite/format.cpp index 8737128a0f8..13f01e26e6b 100644 --- a/dep/src/g3dlite/format.cpp +++ b/dep/src/g3dlite/format.cpp @@ -169,3 +169,4 @@ std::string vformat(const char* fmt, va_list argPtr) { #endif #undef NEWLINE + diff --git a/dep/src/sockets/Base64.cpp b/dep/src/sockets/Base64.cpp index 95b91555beb..cb66b93af6f 100644 --- a/dep/src/sockets/Base64.cpp +++ b/dep/src/sockets/Base64.cpp @@ -270,3 +270,4 @@ size_t Base64::decode_length(const std::string& str64) #endif + diff --git a/dep/src/sockets/Exception.cpp b/dep/src/sockets/Exception.cpp index b3844982c0f..33a7b4a133c 100644 --- a/dep/src/sockets/Exception.cpp +++ b/dep/src/sockets/Exception.cpp @@ -46,3 +46,4 @@ const std::string Exception::ToString() const } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/Ipv4Address.cpp b/dep/src/sockets/Ipv4Address.cpp index 88a7d33fb63..b89cc2a449b 100644 --- a/dep/src/sockets/Ipv4Address.cpp +++ b/dep/src/sockets/Ipv4Address.cpp @@ -212,3 +212,4 @@ std::string Ipv4Address::Reverse() } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/Ipv6Address.cpp b/dep/src/sockets/Ipv6Address.cpp index c6f1443af2e..6c92de24871 100644 --- a/dep/src/sockets/Ipv6Address.cpp +++ b/dep/src/sockets/Ipv6Address.cpp @@ -268,3 +268,4 @@ std::string Ipv6Address::Reverse() #endif // IPPROTO_IPV6 #endif // ENABLE_IPV6 + diff --git a/dep/src/sockets/Lock.cpp b/dep/src/sockets/Lock.cpp index 3f7ad87b2ba..597ca30afc6 100644 --- a/dep/src/sockets/Lock.cpp +++ b/dep/src/sockets/Lock.cpp @@ -53,3 +53,4 @@ Lock::~Lock() } #endif + diff --git a/dep/src/sockets/Mutex.cpp b/dep/src/sockets/Mutex.cpp index 8284fefacd8..3bfe64d04c7 100644 --- a/dep/src/sockets/Mutex.cpp +++ b/dep/src/sockets/Mutex.cpp @@ -79,3 +79,4 @@ void Mutex::Unlock() } #endif + diff --git a/dep/src/sockets/Parse.cpp b/dep/src/sockets/Parse.cpp index 4d4dd99cd98..ccbd553b0e6 100644 --- a/dep/src/sockets/Parse.cpp +++ b/dep/src/sockets/Parse.cpp @@ -319,3 +319,4 @@ void Parse::getline(std::string&s) #endif + diff --git a/dep/src/sockets/ResolvServer.cpp b/dep/src/sockets/ResolvServer.cpp index 3923df33079..492d6705080 100644 --- a/dep/src/sockets/ResolvServer.cpp +++ b/dep/src/sockets/ResolvServer.cpp @@ -95,3 +95,4 @@ bool ResolvServer::Ready() #endif // ENABLE_RESOLVER + diff --git a/dep/src/sockets/ResolvSocket.cpp b/dep/src/sockets/ResolvSocket.cpp index 6096dc89e37..236e93f9704 100644 --- a/dep/src/sockets/ResolvSocket.cpp +++ b/dep/src/sockets/ResolvSocket.cpp @@ -434,3 +434,4 @@ DEB(fprintf(stderr, " *** Update cache for [%s][%s] = '%s'\n", m_query.c_str(), #endif // ENABLE_RESOLVER + diff --git a/dep/src/sockets/Socket.cpp b/dep/src/sockets/Socket.cpp index 5e739ec0c71..bf1a73abf6e 100644 --- a/dep/src/sockets/Socket.cpp +++ b/dep/src/sockets/Socket.cpp @@ -1896,3 +1896,4 @@ std::string Socket::GetSockAddress6() } #endif + diff --git a/dep/src/sockets/SocketHandler.cpp b/dep/src/sockets/SocketHandler.cpp index 8a7307f4192..7ade1e99eb6 100644 --- a/dep/src/sockets/SocketHandler.cpp +++ b/dep/src/sockets/SocketHandler.cpp @@ -1420,3 +1420,4 @@ void SocketHandler::Trigger(int id, Socket::TriggerData& data, bool erase) } #endif + diff --git a/dep/src/sockets/StdoutLog.cpp b/dep/src/sockets/StdoutLog.cpp index 93ae535e6d3..054b8489bb3 100644 --- a/dep/src/sockets/StdoutLog.cpp +++ b/dep/src/sockets/StdoutLog.cpp @@ -94,3 +94,4 @@ void StdoutLog::error(ISocketHandler *,Socket *sock,const std::string& call,int #endif + diff --git a/dep/src/sockets/StreamSocket.cpp b/dep/src/sockets/StreamSocket.cpp index 4412d498536..c8a3c32e496 100644 --- a/dep/src/sockets/StreamSocket.cpp +++ b/dep/src/sockets/StreamSocket.cpp @@ -167,3 +167,4 @@ int StreamSocket::GetShutdown() } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/TcpSocket.cpp b/dep/src/sockets/TcpSocket.cpp index 1dc54dd3fac..9dab541eebe 100644 --- a/dep/src/sockets/TcpSocket.cpp +++ b/dep/src/sockets/TcpSocket.cpp @@ -1743,3 +1743,4 @@ void TcpSocket::OnTransferLimit() } #endif + diff --git a/dep/src/sockets/Thread.cpp b/dep/src/sockets/Thread.cpp index e1834ab4a87..a387a7e3824 100644 --- a/dep/src/sockets/Thread.cpp +++ b/dep/src/sockets/Thread.cpp @@ -164,3 +164,4 @@ bool Thread::IsDestructor() #endif + diff --git a/dep/src/sockets/UdpSocket.cpp b/dep/src/sockets/UdpSocket.cpp index 229a26414e5..f4c3d2f9657 100644 --- a/dep/src/sockets/UdpSocket.cpp +++ b/dep/src/sockets/UdpSocket.cpp @@ -850,3 +850,4 @@ void UdpSocket::SetTimestamp(bool x) #endif + diff --git a/dep/src/sockets/Utility.cpp b/dep/src/sockets/Utility.cpp index e552da3b6e7..6473f0a2564 100644 --- a/dep/src/sockets/Utility.cpp +++ b/dep/src/sockets/Utility.cpp @@ -997,3 +997,4 @@ unsigned long Utility::Rng::Get() } #endif + diff --git a/dep/src/sockets/socket_include.cpp b/dep/src/sockets/socket_include.cpp index 6f08e8e16ab..133ff745d91 100644 --- a/dep/src/sockets/socket_include.cpp +++ b/dep/src/sockets/socket_include.cpp @@ -88,3 +88,4 @@ static char tmp[100]; + diff --git a/dep/src/zlib/crc32.h b/dep/src/zlib/crc32.h index 8053b6117c0..dfd1deaa522 100644 --- a/dep/src/zlib/crc32.h +++ b/dep/src/zlib/crc32.h @@ -439,3 +439,4 @@ local const unsigned long FAR crc_table[TBLS][256] = #endif } }; + diff --git a/dep/src/zlib/deflate.h b/dep/src/zlib/deflate.h index 05a5ab3a2c1..d56e97db4cb 100644 --- a/dep/src/zlib/deflate.h +++ b/dep/src/zlib/deflate.h @@ -329,3 +329,4 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, #endif #endif /* DEFLATE_H */ + diff --git a/dep/src/zlib/inffast.h b/dep/src/zlib/inffast.h index 1e88d2d97b5..c66fae6da2c 100644 --- a/dep/src/zlib/inffast.h +++ b/dep/src/zlib/inffast.h @@ -9,3 +9,4 @@ */ void inflate_fast OF((z_streamp strm, unsigned start)); + diff --git a/dep/src/zlib/inffixed.h b/dep/src/zlib/inffixed.h index 75ed4b5978d..3757019557f 100644 --- a/dep/src/zlib/inffixed.h +++ b/dep/src/zlib/inffixed.h @@ -92,3 +92,4 @@ {16,5,4},{24,5,769},{20,5,49},{28,5,12289},{18,5,13},{26,5,3073}, {22,5,193},{64,5,0} }; + diff --git a/dep/src/zlib/inflate.h b/dep/src/zlib/inflate.h index 07bd3e78a7c..7c05e08fcba 100644 --- a/dep/src/zlib/inflate.h +++ b/dep/src/zlib/inflate.h @@ -113,3 +113,4 @@ struct inflate_state { unsigned short work[288]; /* work area for code table building */ code codes[ENOUGH]; /* space for code tables */ }; + diff --git a/dep/src/zlib/inftrees.h b/dep/src/zlib/inftrees.h index b1104c87e76..977ee2f78f5 100644 --- a/dep/src/zlib/inftrees.h +++ b/dep/src/zlib/inftrees.h @@ -53,3 +53,4 @@ typedef enum { extern int inflate_table OF((codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)); + diff --git a/dep/src/zlib/trees.h b/dep/src/zlib/trees.h index 72facf900f7..ba8cd78357b 100644 --- a/dep/src/zlib/trees.h +++ b/dep/src/zlib/trees.h @@ -126,3 +126,4 @@ local const int base_dist[D_CODES] = { 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576 }; + diff --git a/dep/src/zlib/zconf.h b/dep/src/zlib/zconf.h index 03a9431c8be..719855a60d4 100644 --- a/dep/src/zlib/zconf.h +++ b/dep/src/zlib/zconf.h @@ -330,3 +330,4 @@ typedef uLong FAR uLongf; #endif #endif /* ZCONF_H */ + diff --git a/dep/src/zlib/zlib.h b/dep/src/zlib/zlib.h index 022817927ce..2ad74617098 100644 --- a/dep/src/zlib/zlib.h +++ b/dep/src/zlib/zlib.h @@ -1355,3 +1355,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* ZLIB_H */ + diff --git a/dep/src/zlib/zutil.h b/dep/src/zlib/zutil.h index b7d5eff81b6..b8a722d904d 100644 --- a/dep/src/zlib/zutil.h +++ b/dep/src/zlib/zutil.h @@ -267,3 +267,4 @@ void zcfree OF((voidpf opaque, voidpf ptr)); #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} #endif /* ZUTIL_H */ + diff --git a/dep/src/zthread/ConditionImpl.h b/dep/src/zthread/ConditionImpl.h index ad1503ef197..923bf2bc39d 100644 --- a/dep/src/zthread/ConditionImpl.h +++ b/dep/src/zthread/ConditionImpl.h @@ -375,3 +375,4 @@ bool ConditionImpl<List>::wait(unsigned long timeout) { } // namespace ZThread #endif // __ZTCONDITIONIMPL_H__ + diff --git a/dep/src/zthread/Debug.h b/dep/src/zthread/Debug.h index 1762de22fe3..10cc741834f 100644 --- a/dep/src/zthread/Debug.h +++ b/dep/src/zthread/Debug.h @@ -30,3 +30,4 @@ #endif #endif + diff --git a/dep/src/zthread/DeferredInterruptionScope.h b/dep/src/zthread/DeferredInterruptionScope.h index 5205c80ca58..58050da6d8c 100644 --- a/dep/src/zthread/DeferredInterruptionScope.h +++ b/dep/src/zthread/DeferredInterruptionScope.h @@ -61,3 +61,4 @@ class DeferredInterruptionScope { } #endif // __ZTDEFERREDINTERRUPTIONSCOPE_H__ + diff --git a/dep/src/zthread/FastLock.h b/dep/src/zthread/FastLock.h index 4d7f34a086d..8a955bf7b7d 100644 --- a/dep/src/zthread/FastLock.h +++ b/dep/src/zthread/FastLock.h @@ -69,3 +69,4 @@ #endif #endif // __ZTFASTLOCKSELECT_H__ + diff --git a/dep/src/zthread/FastRecursiveLock.h b/dep/src/zthread/FastRecursiveLock.h index 96b66ebe675..b26f5f231d5 100644 --- a/dep/src/zthread/FastRecursiveLock.h +++ b/dep/src/zthread/FastRecursiveLock.h @@ -72,3 +72,4 @@ #endif #endif // __ZTFASTRECURSIVELOCKSELECT_H__ + diff --git a/dep/src/zthread/IntrusivePtr.h b/dep/src/zthread/IntrusivePtr.h index 189ebaf8ad7..818f41ea698 100644 --- a/dep/src/zthread/IntrusivePtr.h +++ b/dep/src/zthread/IntrusivePtr.h @@ -97,3 +97,4 @@ public: }; #endif + diff --git a/dep/src/zthread/Monitor.h b/dep/src/zthread/Monitor.h index 1170982292e..d6d4aafc7d0 100644 --- a/dep/src/zthread/Monitor.h +++ b/dep/src/zthread/Monitor.h @@ -58,3 +58,4 @@ #endif #endif // __ZTMONITORSELECT_H__ + diff --git a/dep/src/zthread/MutexImpl.h b/dep/src/zthread/MutexImpl.h index 21338ba289c..83b32d47a98 100644 --- a/dep/src/zthread/MutexImpl.h +++ b/dep/src/zthread/MutexImpl.h @@ -375,3 +375,4 @@ void MutexImpl<List, Behavior>::release() { + diff --git a/dep/src/zthread/RecursiveMutexImpl.h b/dep/src/zthread/RecursiveMutexImpl.h index 1e477136f52..0c0e20020cc 100644 --- a/dep/src/zthread/RecursiveMutexImpl.h +++ b/dep/src/zthread/RecursiveMutexImpl.h @@ -76,3 +76,4 @@ namespace ZThread { }; #endif + diff --git a/dep/src/zthread/Scheduling.h b/dep/src/zthread/Scheduling.h index 00061341d62..c9df80cbe39 100644 --- a/dep/src/zthread/Scheduling.h +++ b/dep/src/zthread/Scheduling.h @@ -94,3 +94,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSCHEDULING_H__ + diff --git a/dep/src/zthread/SemaphoreImpl.h b/dep/src/zthread/SemaphoreImpl.h index 7f1b866c387..d5a8df30872 100644 --- a/dep/src/zthread/SemaphoreImpl.h +++ b/dep/src/zthread/SemaphoreImpl.h @@ -346,3 +346,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSEMAPHOREIMPL_H__ + diff --git a/dep/src/zthread/State.h b/dep/src/zthread/State.h index 96697c9d4bd..6250f31599c 100644 --- a/dep/src/zthread/State.h +++ b/dep/src/zthread/State.h @@ -149,3 +149,4 @@ class State { }; #endif + diff --git a/dep/src/zthread/Status.h b/dep/src/zthread/Status.h index a56d505a8f4..cdc050430c0 100644 --- a/dep/src/zthread/Status.h +++ b/dep/src/zthread/Status.h @@ -177,3 +177,4 @@ namespace ZThread { }; // namespace ZThread #endif + diff --git a/dep/src/zthread/TSS.h b/dep/src/zthread/TSS.h index ed29230ec57..a81d5b5e128 100644 --- a/dep/src/zthread/TSS.h +++ b/dep/src/zthread/TSS.h @@ -50,3 +50,4 @@ #endif #endif // __ZTTSSSELECT_H__ + diff --git a/dep/src/zthread/ThreadImpl.h b/dep/src/zthread/ThreadImpl.h index f464242918c..78b414b63e7 100644 --- a/dep/src/zthread/ThreadImpl.h +++ b/dep/src/zthread/ThreadImpl.h @@ -120,3 +120,4 @@ class ThreadImpl : public IntrusivePtr<ThreadImpl, FastLock>, public ThreadOps { } // namespace ZThread #endif // __ZTTHREADIMPL_H__ + diff --git a/dep/src/zthread/ThreadOps.h b/dep/src/zthread/ThreadOps.h index d8737158e3e..86b7e1301ca 100644 --- a/dep/src/zthread/ThreadOps.h +++ b/dep/src/zthread/ThreadOps.h @@ -65,3 +65,4 @@ #endif #endif // __ZTTHREADOPSSELECT_H__ + diff --git a/dep/src/zthread/ThreadQueue.h b/dep/src/zthread/ThreadQueue.h index 72049fda3b2..52761a408c6 100644 --- a/dep/src/zthread/ThreadQueue.h +++ b/dep/src/zthread/ThreadQueue.h @@ -132,3 +132,4 @@ namespace ZThread { #endif // __ZTTHREADQUEUE_H__ + diff --git a/dep/src/zthread/TimeStrategy.h b/dep/src/zthread/TimeStrategy.h index 249d8ab5a64..b82c06f05e2 100644 --- a/dep/src/zthread/TimeStrategy.h +++ b/dep/src/zthread/TimeStrategy.h @@ -84,3 +84,4 @@ #endif #endif // __ZTTIMESELECT_H__ + diff --git a/dep/src/zthread/config.h b/dep/src/zthread/config.h index 4ef2ca213d1..41deb93c0f6 100644 --- a/dep/src/zthread/config.h +++ b/dep/src/zthread/config.h @@ -93,3 +93,4 @@ /* No OS priority support */ /* #undef ZTHREAD_DISABLE_PRIORITY */ + diff --git a/dep/src/zthread/linux/AtomicFastLock.h b/dep/src/zthread/linux/AtomicFastLock.h index a416fef67cb..e5851c96d17 100644 --- a/dep/src/zthread/linux/AtomicFastLock.h +++ b/dep/src/zthread/linux/AtomicFastLock.h @@ -115,3 +115,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/linux/FastRecursiveLock.h b/dep/src/zthread/linux/FastRecursiveLock.h index a9a74d21521..6ba392145ec 100644 --- a/dep/src/zthread/linux/FastRecursiveLock.h +++ b/dep/src/zthread/linux/FastRecursiveLock.h @@ -81,3 +81,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/macos/FastLock.h b/dep/src/zthread/macos/FastLock.h index 0bd40e1f2fd..012843f2e3e 100644 --- a/dep/src/zthread/macos/FastLock.h +++ b/dep/src/zthread/macos/FastLock.h @@ -137,3 +137,4 @@ class FastLock : private NonCopyable { + diff --git a/dep/src/zthread/macos/Monitor.h b/dep/src/zthread/macos/Monitor.h index 9fa3c9a5aa2..fa5b2ec7760 100644 --- a/dep/src/zthread/macos/Monitor.h +++ b/dep/src/zthread/macos/Monitor.h @@ -154,3 +154,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/macos/TSS.h b/dep/src/zthread/macos/TSS.h index 1be90c5f278..e73050c4612 100644 --- a/dep/src/zthread/macos/TSS.h +++ b/dep/src/zthread/macos/TSS.h @@ -118,3 +118,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/macos/ThreadOps.h b/dep/src/zthread/macos/ThreadOps.h index 5c4eb044e73..c0417f0bb2f 100644 --- a/dep/src/zthread/macos/ThreadOps.h +++ b/dep/src/zthread/macos/ThreadOps.h @@ -165,3 +165,4 @@ protected: #endif // __ZTTHREADOPS_H__ + diff --git a/dep/src/zthread/macos/UpTimeStrategy.h b/dep/src/zthread/macos/UpTimeStrategy.h index 0f7962d7eca..4d94a48f3cd 100644 --- a/dep/src/zthread/macos/UpTimeStrategy.h +++ b/dep/src/zthread/macos/UpTimeStrategy.h @@ -84,3 +84,4 @@ class TimeStrategy { }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/ConditionRecursiveLock.h b/dep/src/zthread/posix/ConditionRecursiveLock.h index 2be55c13797..bbf77da833b 100644 --- a/dep/src/zthread/posix/ConditionRecursiveLock.h +++ b/dep/src/zthread/posix/ConditionRecursiveLock.h @@ -144,3 +144,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/posix/FastLock.h b/dep/src/zthread/posix/FastLock.h index 261fd7c893a..eee3c6545db 100644 --- a/dep/src/zthread/posix/FastLock.h +++ b/dep/src/zthread/posix/FastLock.h @@ -119,3 +119,4 @@ class FastLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/posix/FtimeStrategy.h b/dep/src/zthread/posix/FtimeStrategy.h index 5e8d33b6c9b..a1adc61068c 100644 --- a/dep/src/zthread/posix/FtimeStrategy.h +++ b/dep/src/zthread/posix/FtimeStrategy.h @@ -82,3 +82,4 @@ public: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/GetTimeOfDayStrategy.h b/dep/src/zthread/posix/GetTimeOfDayStrategy.h index 8588807f4f7..781162adeaa 100644 --- a/dep/src/zthread/posix/GetTimeOfDayStrategy.h +++ b/dep/src/zthread/posix/GetTimeOfDayStrategy.h @@ -73,3 +73,4 @@ public: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/Monitor.h b/dep/src/zthread/posix/Monitor.h index fe6c8b559e3..380a420b571 100644 --- a/dep/src/zthread/posix/Monitor.h +++ b/dep/src/zthread/posix/Monitor.h @@ -151,3 +151,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/posix/PriorityOps.h b/dep/src/zthread/posix/PriorityOps.h index 3a7f822711d..df6bfced282 100644 --- a/dep/src/zthread/posix/PriorityOps.h +++ b/dep/src/zthread/posix/PriorityOps.h @@ -49,3 +49,4 @@ public: } // namespace ZThread #endif // __ZTPRIORITYOPS_H__ + diff --git a/dep/src/zthread/posix/TSS.h b/dep/src/zthread/posix/TSS.h index c9c9c0e352a..13f564d1558 100644 --- a/dep/src/zthread/posix/TSS.h +++ b/dep/src/zthread/posix/TSS.h @@ -102,3 +102,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/posix/ThreadOps.h b/dep/src/zthread/posix/ThreadOps.h index 8fef43bb3fd..7176da5b1c9 100644 --- a/dep/src/zthread/posix/ThreadOps.h +++ b/dep/src/zthread/posix/ThreadOps.h @@ -152,3 +152,4 @@ protected: } #endif // __ZTTHREADOPS_H__ + diff --git a/dep/src/zthread/solaris/FastRecursiveLock.h b/dep/src/zthread/solaris/FastRecursiveLock.h index 2de0f8cd022..d743f9a9b55 100644 --- a/dep/src/zthread/solaris/FastRecursiveLock.h +++ b/dep/src/zthread/solaris/FastRecursiveLock.h @@ -120,3 +120,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h index 63214133c02..22f10b9bc04 100644 --- a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h +++ b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h @@ -171,3 +171,4 @@ class FastRecursiveLock : private NonCopyable { } // namespace ZThread #endif + diff --git a/dep/src/zthread/vanilla/SimpleRecursiveLock.h b/dep/src/zthread/vanilla/SimpleRecursiveLock.h index 6adf4154fc4..ecd1a403ce8 100644 --- a/dep/src/zthread/vanilla/SimpleRecursiveLock.h +++ b/dep/src/zthread/vanilla/SimpleRecursiveLock.h @@ -128,3 +128,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/AtomicFastLock.h b/dep/src/zthread/win32/AtomicFastLock.h index 8d09f132a35..17a38871ae7 100644 --- a/dep/src/zthread/win32/AtomicFastLock.h +++ b/dep/src/zthread/win32/AtomicFastLock.h @@ -120,3 +120,4 @@ class FastLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/AtomicFastRecursiveLock.h b/dep/src/zthread/win32/AtomicFastRecursiveLock.h index a4dc3755265..0018a299b17 100644 --- a/dep/src/zthread/win32/AtomicFastRecursiveLock.h +++ b/dep/src/zthread/win32/AtomicFastRecursiveLock.h @@ -156,3 +156,4 @@ class FastRecursiveLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/FastLock.h b/dep/src/zthread/win32/FastLock.h index 3b212e1d891..7f056413b96 100644 --- a/dep/src/zthread/win32/FastLock.h +++ b/dep/src/zthread/win32/FastLock.h @@ -144,3 +144,4 @@ namespace ZThread { } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/FastRecursiveLock.h b/dep/src/zthread/win32/FastRecursiveLock.h index de556ac4aa8..4f32dccf933 100644 --- a/dep/src/zthread/win32/FastRecursiveLock.h +++ b/dep/src/zthread/win32/FastRecursiveLock.h @@ -107,3 +107,4 @@ class FastRecursiveLock : private NonCopyable { } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/Monitor.h b/dep/src/zthread/win32/Monitor.h index a527b8afff6..7fb57a33972 100644 --- a/dep/src/zthread/win32/Monitor.h +++ b/dep/src/zthread/win32/Monitor.h @@ -151,3 +151,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/PerformanceCounterStrategy.h b/dep/src/zthread/win32/PerformanceCounterStrategy.h index 4c657af0c8a..79f042cd194 100644 --- a/dep/src/zthread/win32/PerformanceCounterStrategy.h +++ b/dep/src/zthread/win32/PerformanceCounterStrategy.h @@ -106,3 +106,4 @@ private: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/win32/TSS.h b/dep/src/zthread/win32/TSS.h index d1307a51e2a..2f8dfd6c847 100644 --- a/dep/src/zthread/win32/TSS.h +++ b/dep/src/zthread/win32/TSS.h @@ -106,3 +106,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/win32/ThreadOps.h b/dep/src/zthread/win32/ThreadOps.h index 1b3a0bfa174..3352e524e58 100644 --- a/dep/src/zthread/win32/ThreadOps.h +++ b/dep/src/zthread/win32/ThreadOps.h @@ -150,3 +150,4 @@ protected: } #endif + diff --git a/dep/src/zthread/win9x/AtomicFastLock.h b/dep/src/zthread/win9x/AtomicFastLock.h index 7723b7077d8..0736267233a 100644 --- a/dep/src/zthread/win9x/AtomicFastLock.h +++ b/dep/src/zthread/win9x/AtomicFastLock.h @@ -128,3 +128,4 @@ class FastLock : private NonCopyable { } // namespace ZThread #endif + |