]> git.seodisparate.com - UDPConnection/log
UDPConnection
6 years agoAdd error logging capability
Stephen Seo [Fri, 1 Feb 2019 10:22:04 +0000 (19:22 +0900)]
Add error logging capability

Need to test internal atostr function.

6 years agoAdd some impl of UDPConnection (still WIP)
Stephen Seo [Thu, 31 Jan 2019 10:44:32 +0000 (19:44 +0900)]
Add some impl of UDPConnection (still WIP)

6 years agoMore work on Deque, UDPConnection
Stephen Seo [Thu, 31 Jan 2019 03:16:01 +0000 (12:16 +0900)]
More work on Deque, UDPConnection

6 years agoAdd fn to Deque, remove at index
Stephen Seo [Wed, 30 Jan 2019 07:40:13 +0000 (16:40 +0900)]
Add fn to Deque, remove at index

remove replaces data at index with data at end

6 years agoSome work on UDPC
Stephen Seo [Wed, 30 Jan 2019 06:46:52 +0000 (15:46 +0900)]
Some work on UDPC

6 years agoMinor fixes to UnitTest, Defines header
Stephen Seo [Tue, 29 Jan 2019 05:50:12 +0000 (14:50 +0900)]
Minor fixes to UnitTest, Defines header

6 years agoChange init to return ptr, some error handling
Stephen Seo [Tue, 29 Jan 2019 02:53:39 +0000 (11:53 +0900)]
Change init to return ptr, some error handling

6 years agoChange Deque_destroy to take a ptr, not ptr of ptr
Stephen Seo [Mon, 28 Jan 2019 06:10:04 +0000 (15:10 +0900)]
Change Deque_destroy to take a ptr, not ptr of ptr

6 years agoChange Deque init to return pointer
Stephen Seo [Sun, 27 Jan 2019 09:30:35 +0000 (18:30 +0900)]
Change Deque init to return pointer

6 years agoAdd unit tests, some fixes to Deque.
Stephen Seo [Sun, 27 Jan 2019 06:09:38 +0000 (15:09 +0900)]
Add unit tests, some fixes to Deque.

6 years agoFinish impl of Deque, testing required
Stephen Seo [Sat, 26 Jan 2019 11:44:31 +0000 (20:44 +0900)]
Finish impl of Deque, testing required

6 years agoSome more work on UDPC, WIP Deque
Stephen Seo [Sat, 26 Jan 2019 10:11:12 +0000 (19:11 +0900)]
Some more work on UDPC, WIP Deque

6 years agoRename PLATFORM macro to "namespace" UDPC_
Stephen Seo [Sat, 26 Jan 2019 07:49:54 +0000 (16:49 +0900)]
Rename PLATFORM macro to "namespace" UDPC_

6 years agoAdd some init/destruct stuff, thread stuff too
Stephen Seo [Sat, 26 Jan 2019 07:22:31 +0000 (16:22 +0900)]
Add some init/destruct stuff, thread stuff too

6 years agoInit commit skeleton project
Stephen Seo [Sat, 26 Jan 2019 03:52:10 +0000 (12:52 +0900)]
Init commit skeleton project