Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-13 | Move build scripts and logs to build dir. | Andrei Karas | 1 | -59/+0 | |
2011-09-18 | Add new options to build scripts. | Andrei Karas | 1 | -1/+4 | |
2011-09-16 | Add _FORTIFY_SOURCE to build scripts. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | add shadow flag to make scripts. | Andrei Karas | 1 | -2/+2 | |
2011-07-08 | Fix some issues after automatic checking. | Andrei Karas | 1 | -1/+2 | |
Change compilation flags in make scripts. | |||||
2011-06-28 | More fixes for compilation under MacOS. | Andrei Karas | 1 | -0/+1 | |
Add sample make script for fink. Possible broke support for dmg images. | |||||
2011-06-12 | Add make script without optimisations with enabled gprofiler. | Andrei Karas | 1 | -2/+2 | |
Disable gprofiler in normal make script by default and enable leak detector. | |||||
2011-06-11 | Update make script. | Andrei Karas | 1 | -1/+3 | |
2011-06-03 | Add configure option --without-librt to disable linking to librt. | Andrei Karas | 1 | -0/+2 | |
2011-05-31 | Allow use system guichan by automake switch --with-internalguichan=no. | Andrei Karas | 1 | -1/+2 | |
Cmake always using internal guichan. | |||||
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -1/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-04-13 | Remove tabs from make scripts. | Andrei Karas | 1 | -3/+3 | |
2011-04-04 | Manaserv disabled in compilation scripts as deprecated. | Andrei Karas | 1 | -2/+1 | |
2011-02-01 | Add ability to enable/disable manaserv with embedded enet. | Andrei Karas | 1 | -1/+2 | |
Set manaserv disabled in automake and cmake by default but enabled in build scripts. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+48 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |