index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
m_system_cpp.h
Age
Commit message (
Expand
)
Author
2014-07-13
wrapping the most evident critical sections into a class
George Hazan
2014-07-12
useful wrapper for critical sections
George Hazan
2014-05-26
gcc-related fixes
George Hazan
2014-01-21
minor code cleaning
George Hazan
2014-01-02
added destructor LIST::~LIST, that calls destroy() automatically.
George Hazan
2014-01-01
copyright update for year 2014
George Hazan
2013-12-14
- another atavism (DBVTF_DENYUNICODE) removed;
George Hazan
2013-09-27
attempt to wipe out STL from extra icons
George Hazan
2013-09-21
mir_ptr<> constructor declared as explicit to evade problems
George Hazan
2013-08-02
mir_ptr<> shall be initialized by NULL by default
George Hazan
2013-05-16
words of wisdom were well received
George Hazan
2013-05-16
shortened typedefs for string buffers:
George Hazan
2013-02-28
compilation fixes
George Hazan
2013-02-28
new template, VARST, to hold the result of calling Utils_ReplaceVarsT()
George Hazan
2012-11-15
include: tabs over spaces
George Hazan
2012-07-29
fix for the double object deletion in MSN
George Hazan
2012-07-21
controllable critical section locker
George 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-26
mk: removed all LIST_INTERFACE, MI_INTERFACE & UTF8_INTERFACE instances.
George Hazan
2012-06-26
- microkernel addded;
George Hazan
2012-06-24
fix for mir_ptr<T> assignment
George 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-23
fix for the array assignment
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-01
- RecentContacts added;
George Hazan
2012-05-18
useless junk removed
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy