summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
AgeCommit message (Expand)Author
2022-04-12Added concat method to Text that does not mutate baseAki
2022-04-12Added simple formatting function for TextAki
2022-04-10Fixed Text.replace in *.* caseAki
2022-04-07Fixed inconsistent CloseErrLog return typeAki
2022-04-02Reformatted Reader and updated header includesAki
2022-04-02Moved Reader to FoundationExAki
2022-03-30Fixed bad Print usageAki
2022-03-30Fixed missing include in ListAki
2022-03-27Moved FoundationEx closer to c++ standardAki
2022-03-27Replaced ThreadSync with stl's mutexAki
2022-03-27Replaced own ThreadSync with atomic variable in TextAki
2022-03-27Removed MemDebug from FoundationExAki
2022-03-24Added ostream output for TextAki
2022-02-15Fixed late night uncompiled changesAki
2022-02-15Exported infamous Print to FoundationExAki
2022-02-13Added copyright NOTICE and project license, cleaned up notices in filesAki
2022-01-30Removed trailing whitespace all over the placeAki
2021-10-02Added missing new[] debug overloadAki
2021-10-02Streamlined file and guard endings in Foundation and NetExAki
2021-09-28Created best-guess cmake stubsAki
2019-09-12Fix ill-formed and warning-causing new overloaded and delete operatorsYasha Jannoo
2019-09-10Revert "Turn off Minimal Rebuild across the board"Yasha Jannoo
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2012-07-16Ignore PVS Studio warning V576FWoltermann@gmail.com
2012-05-28Removes the ArrayList classes, and replaces all instances with std::vector im...FWoltermann@gmail.com
2012-05-28Changes ArrayList to be an alias of std::vector<DWORD>, and Floatlist to be a...FWoltermann@gmail.com
2011-12-09More string and fopen safety measuresFWoltermann@gmail.com
2011-12-08Various things needed to compile the normal executable.FWoltermann@gmail.com
2011-12-08Variable scoping fixesFWoltermann@gmail.com
2011-12-08Initial uploadFWoltermann@gmail.com