1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/BeefySysLib/util
JamesOrson e76becf4c6 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-10 16:36:14 -07:00
..
AllocDebug.cpp Linux fix 2020-04-03 16:16:02 -07:00
AllocDebug.h Fixed crash related to global var alignment 2020-04-03 12:32:42 -07:00
Array.h Fixed issue choose 'int unknown' overload over generic method 2020-05-29 16:10:16 -07:00
BeefPerf.cpp Increase stack size 2020-03-09 08:42:34 -07:00
BeefPerf.h Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
BinaryHeap.h Linux fixes 2019-11-07 16:18:05 -08:00
BSpline.cpp Remove unnecessary delete statements 2020-07-10 16:36:14 -07:00
BSpline.h Initial checkin 2019-08-23 11:56:54 -07:00
BumpAllocator.h Fixed crash related to global var alignment 2020-04-03 12:32:42 -07:00
CabUtil.cpp Initial checkin 2019-08-23 11:56:54 -07:00
CabUtil.h Initial checkin 2019-08-23 11:56:54 -07:00
CatmullRom.cpp Initial checkin 2019-08-23 11:56:54 -07:00
CatmullRom.h Initial checkin 2019-08-23 11:56:54 -07:00
ChunkedDataBuffer.cpp Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08:00
ChunkedDataBuffer.h Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08:00
ChunkedVector.h Initial checkin 2019-08-23 11:56:54 -07:00
CritSect.h Initial checkin 2019-08-23 11:56:54 -07:00
CubicFuncSpline.cpp Initial checkin 2019-08-23 11:56:54 -07:00
CubicFuncSpline.h Initial checkin 2019-08-23 11:56:54 -07:00
CubicSpline.cpp Initial checkin 2019-08-23 11:56:54 -07:00
CubicSpline.h Initial checkin 2019-08-23 11:56:54 -07:00
Deque.h Initial macOS changes 2019-10-14 14:08:29 -07:00
Dictionary.h Fixed memory leaks 2020-05-14 14:56:25 -07:00
DLIList.h Initial checkin 2019-08-23 11:56:54 -07:00
FileEnumerator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
FileEnumerator.h Initial checkin 2019-08-23 11:56:54 -07:00
Hash.cpp Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
Hash.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
HashSet.h Changed to single alloc 2020-02-13 07:53:32 -08:00
Json.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Json.h Initial checkin 2019-08-23 11:56:54 -07:00
MappedFile.cpp Initial checkin 2019-08-23 11:56:54 -07:00
MappedFile.h Initial checkin 2019-08-23 11:56:54 -07:00
Matrix4.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Matrix4.h Initial checkin 2019-08-23 11:56:54 -07:00
MultiHashSet.h Linux fixes, misc fixes 2019-10-09 16:20:09 -07:00
PerfTimer.cpp Initial checkin 2019-08-23 11:56:54 -07:00
PerfTimer.h Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00
Point.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Point.h Initial checkin 2019-08-23 11:56:54 -07:00
PolySpline.cpp Initial macOS changes 2019-10-14 14:08:29 -07:00
PolySpline.h Initial checkin 2019-08-23 11:56:54 -07:00
Quaternion.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Quaternion.h Initial checkin 2019-08-23 11:56:54 -07:00
Queue.h Initial checkin 2019-08-23 11:56:54 -07:00
Rect.h Initial checkin 2019-08-23 11:56:54 -07:00
SizedArray.h Mac fixes 2020-04-16 00:14:25 -07:00
SLIList.h Initial checkin 2019-08-23 11:56:54 -07:00
StackHelper.cpp Allows for stack base to change 2020-05-16 10:07:17 -07:00
StackHelper.h Initial checkin 2019-08-23 11:56:54 -07:00
String.cpp Support for null chars in rawString view 2020-05-28 10:06:07 -07:00
String.h Support for null chars in rawString view 2020-05-28 10:06:07 -07:00
ThreadPool.cpp Deferred Import dynamic/static check, fix calling convention 2019-12-21 05:44:01 -08:00
ThreadPool.h Fixed ability to cancel downloads 2019-09-04 10:27:37 -07:00
TLSingleton.h Initial checkin 2019-08-23 11:56:54 -07:00
UTF8.cpp Apple fixes 2019-10-29 05:01:04 -07:00
UTF8.h Initial checkin 2019-08-23 11:56:54 -07:00
Vector.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Vector.h Initial checkin 2019-08-23 11:56:54 -07:00
WorkThread.cpp Deferred Import dynamic/static check, fix calling convention 2019-12-21 05:44:01 -08:00
WorkThread.h Initial checkin 2019-08-23 11:56:54 -07:00