DarkflameServer/tests
David Markowitz 6a38b67ed5
General AMF cleanup (#663)
* General AMF cleanup

Proper memory management as well as style cleanup

* General optimizations

Fix AMFArray so values are properly deleted when you leave the scope it was created in.
Add bounds check for deletion so you don't double delete.
Remove all AMFdeletions that are contained in an array since the array now manages its own memory and deletes it when it is no longer needed.

* Better tests and fix de-serialize

Fix de-serialize to be correct and implement a test to check this

* Update AMFDeserializeTests.cpp

* Update AMFFormat.cpp
2022-07-21 22:26:09 -07:00
..
TestBitStreams Add an AMF Deserializer as well as corresponding Unit Tests (#599) 2022-07-19 21:51:05 -07:00
AMFDeserializeTests.cpp General AMF cleanup (#663) 2022-07-21 22:26:09 -07:00
CMakeLists.txt Add an AMF Deserializer as well as corresponding Unit Tests (#599) 2022-07-19 21:51:05 -07:00
CommonCxxTests.cpp Basic tests infrastructure 2022-01-03 16:00:21 +01:00
CommonCxxTests.h Add newline at EOF; re-merge cmake steps 2022-01-03 16:36:15 +01:00
TestLDFFormat.cpp Add windows CI 2022-01-05 14:12:28 +01:00
TestNiPoint3.cpp Add windows CI 2022-01-05 14:12:28 +01:00