summaryrefslogtreecommitdiff
path: root/include/m_system_cpp.h
AgeCommit message (Expand)Author
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
2014-07-12useful wrapper for critical sectionsGeorge Hazan
2014-05-26gcc-related fixesGeorge Hazan
2014-01-21minor code cleaningGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-01copyright update for year 2014George Hazan
2013-12-14- another atavism (DBVTF_DENYUNICODE) removed;George Hazan
2013-09-27attempt to wipe out STL from extra iconsGeorge Hazan
2013-09-21mir_ptr<> constructor declared as explicit to evade problemsGeorge Hazan
2013-08-02mir_ptr<> shall be initialized by NULL by defaultGeorge Hazan
2013-05-16words of wisdom were well receivedGeorge Hazan
2013-05-16shortened typedefs for string buffers:George Hazan
2013-02-28compilation fixesGeorge Hazan
2013-02-28new template, VARST, to hold the result of calling Utils_ReplaceVarsT()George Hazan
2012-11-15include: tabs over spacesGeorge Hazan
2012-07-29fix for the double object deletion in MSNGeorge Hazan
2012-07-21controllable critical section lockerGeorge Hazan
2012-07-20- db3x_mmap is completely moved to a class;George Hazan
2012-07-05- first of the /Core standard plugins;George Hazan
2012-07-02- mir_cslock - class for locking critical sections;George Hazan
2012-06-29- eliminated crash in Punto Switcher's dll during exit;George Hazan
2012-06-26mk: removed all LIST_INTERFACE, MI_INTERFACE & UTF8_INTERFACE instances.George Hazan
2012-06-26- microkernel addded;George Hazan
2012-06-24fix for mir_ptr<T> assignmentGeorge Hazan
2012-06-24- added template mir_ptr for automatic memory deallocation using mir_free();George Hazan
2012-06-23- fix for LIST<T>.ListCopy()George Hazan
2012-06-23fix for the array assignmentGeorge Hazan
2012-06-18- PLUGININFO structure removed at all;George Hazan
2012-06-01- RecentContacts added;George Hazan
2012-05-18useless junk removedGeorge Hazan
2012-05-15initial commitVadim Dashevskiy