summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/MemDebug.cpp
AgeCommit message (Collapse)Author
2021-10-02Added missing new[] debug overloadAki
2021-10-02Streamlined file and guard endings in Foundation and NetExAki
2019-09-12Fix ill-formed and warning-causing new overloaded and delete operatorsYasha Jannoo
From VS2015 onwards, overloaded new and delete operators were no longer allowed to be declared inline. See https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-what-s-new-2003-through-2015?view=vs-2019. As a consequence of moving the definitions into source files, we cannot simply include the headers in the files they are required in without also either creating a static library or including the source files in the projects. Do the latter as the pattern fits other examples of dependencies across projects in the solution. The overloaded operator definitions could be made neater in a future change. For now they are written as their declarations appear in the header file, with the same ifdefs as in the header file.
2019-09-10Revert "Turn off Minimal Rebuild across the board"Yasha Jannoo
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b.
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2012-07-16Ignore PVS Studio warning V576FWoltermann@gmail.com
2011-12-09More string and fopen safety measuresFWoltermann@gmail.com
2011-12-08Initial uploadFWoltermann@gmail.com