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
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-29
replace russian с to latin c
Kirill Volinsky
2017-11-28
Source files converted to utf-8
Kirill Volinsky
2017-08-05
Change rest of Miranda NG links to https://
Robert Pösel
2017-02-14
fix for include duplicates & recursions
George Hazan
2017-01-01
bump copyright year
dartraiden
2016-07-29
removing TCHAR + WCHAR from headers
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-06-04
C++ classes moved to m_system_cpp.h
MikalaiR
2016-06-04
code optimization
MikalaiR
2016-04-07
compilation fix
George Hazan
2016-01-02
Copyrights update part 2
Dart Raiden
2015-08-03
pass_ptrA, pass_ptrW and pass_ptrT moved to m_system_cpp.h [по просьб...
MikalaiR
2015-06-11
- typo fix;
George Hazan
2014-12-31
Year 2015 version update
George Hazan
2014-12-11
warning fix
George Hazan
2014-08-29
these methods should have been declared as const
George Hazan
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