Ambal
a2ed351365
[8735] New memory allocator for MaNGOS, based on Intel Threading Building Blocks library. Performance gains depend greatly on OS you use!
...
You should add two libraries into your server binaries:
tbb.so/tbbmalloc.so on *nix and tbb(_debug).dll/tbbmalloc(_debug).dll on Windows!!!
Define USE_STANDARD_MALLOC while compiling 'framework' project to use OS' default memory allocator!
Signed-off-by: Ambal <pogrebniak@gala.net>
2009-10-26 00:59:35 +02:00
VladimirMangos
58c1f1158a
[8588] Bump for 0.15.0 development.
2009-10-06 12:08:13 +04:00
VladimirMangos
97381d3e68
[8587] MaNGOS 0.14 release.
2009-10-06 12:06:56 +04:00
Ambal
c8fa4b59f5
[8194] Use _SECURE_SCL=0 for speedup iterators work at Windows platform in release mode.
...
Change added for VC80/VC90, but not added for VC10.
2009-07-18 03:50:19 +04:00
VladimirMangos
d7534f80cd
[7987] Bump for 0.14.0 development.
2009-06-10 18:22:47 +04:00
VladimirMangos
0df32c5eb2
[7986] MaNGOS 0.13 release.
2009-06-10 17:55:13 +04:00
Ambal
2aff48cc5d
[7810] Moved ZThread related code on ACE framework.
...
Remove ZThread source code from mangos.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
2009-05-11 12:14:22 +04:00
Ambal
8d3585f5ee
[7744] Use Precompiled Headers for fast build in win.
...
Work in "Visual Studio 8 2005" and "Visual Studio 9 2008".
For Compile without precompiled headers use Debug_NoPCH configuration.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
2009-05-03 18:07:55 +04:00
VladimirMangos
186e0e14e3
[7423] Disable incremental limking for binaries in debug mode.
...
Anyway it always fail and back to non-incremental way.
2009-03-09 13:56:38 +03:00
VladimirMangos
2a4ff3d819
Bump for 0.13.0 development.
2008-12-22 15:54:26 +03:00
VladimirMangos
bf3ffdaff6
MaNGOS 0.12 release.
2008-12-22 15:25:43 +03:00
VladimirMangos
03621bf5f3
Restore build at Windows for x64 mode (debug/release).
2008-10-26 00:24:03 +04:00
TheLuda
045b918478
Build fixes for Windows: use proper dynamic linking to make the ACE happy.
2008-10-21 11:56:46 +02:00
TheLuda
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00