summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2015-08-15Improved plugin compile flag detection by the configuration scriptHaru1-81/+6
2015-08-15Disable LTO by default. Because look like support for it broken in gcc 4.9 an...Andrei Karas1-2/+2
2015-08-13Added check for execinfo.h/backtrace() to the configure scriptHaru1-1/+73
2015-05-30Dump stack in nullpo*/Assert* function.Andrei Karas1-1/+2
2015-05-03Add sanity into LDFLAGS also.Andrei Karas1-2/+53
2015-05-03Split -fsanitize checks into multiple stepsHaru1-33/+750
2015-05-02Fix out of bound access if skill level is 0.Andrei Karas1-8/+20
2015-02-23Add battle config option check_occupied_cells.Andrei Karas1-1/+1
2015-01-12Enable warning format-security.Andrei Karas1-87/+48
2015-01-12Remove from configure warning block maybe-uninitialized.Andrei Karas1-89/+1
2014-10-24Added support for other libmysqlclient variantsHaru1-40/+5
2014-10-24Fixed an issue with $LIBS in the configure scriptHaru1-53/+53
2014-10-23In configure add option --enable-staticAndrei Karas1-1/+127
2014-09-08In configure add option --enable-sanitizeAndrei Karas1-1/+72
2014-08-07Corrected several format-string errors through the codeHaru1-1/+177
2014-05-25Improved CFLAGS/CPPFLAGS handlingHaru1-168/+255
2014-03-07Updated configure script to support non-x86 platformsHaru1-1/+37
2014-01-21Fixed --disable-packetver-re / --enable-packetver-re in ./configureHaru1-6/+6
2013-12-17Fixed some additional linux warningsHaru1-140/+679
2013-12-17Increased warnings level in the unix build scriptsHaru1-12/+255
2013-12-17Changed plugin extension from .so to .dylib on OS XHaru1-1/+4
2013-11-03Added some packetver-related flags to the UNIX build scriptHaru1-4/+106
2013-10-26Changed 'tick' variables to 64 bitHaru1-4/+10
2013-10-09Added HPMHookGen tool, to re-generate hooks include filesHaru1-2/+87
2013-10-07Ensured explicit check for undefined references on shared objectsHaru1-39/+99
2013-08-08Enabled Pre-Renewal builds in the CI buildbotHaru1-1/+35
2013-07-14Updated package name to Hercules in the autoconf scriptHaru1-364/+294
2013-05-02Introducing Hercules Plugin Manangershennetsind1-0/+241
2013-01-21Reverting SVN r17061shennetsind1-171/+145
2012-12-29-Update configure template to autoconf 2.68glighta1-145/+171
2012-06-12added new networking subsystem (early stage - files are not compiled yet duri...blacksirius1-1/+32
2012-06-03thread api: added support for platforms without TLS (Thread Local Storage) su...blacksirius1-1/+43
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius1-1/+380
2012-06-01removed the old obsolete Plugin system (commit 1/2)blacksirius1-74/+2
2012-06-01Issue 5887: changed description of --disable-64bit switch.blacksirius1-2/+2
2012-06-01feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D...blacksirius1-1/+42
2012-06-01feature merge bs-coreoptimize->trunk: Enable 64Bit build by default on adequa...blacksirius1-5/+3
2012-06-01feature merge bs-coreoptimize->trunk: LTO supportblacksirius1-4534/+4314
2012-02-15Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747).gepard19841-53/+83
2012-02-13Fixed libconfig compiling issues in OS X (pid:78414).gepard19841-15/+165
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-2/+286
2012-01-20Merged TXT removal branch back to trunk.gepard19841-64/+35
2012-01-19 * Added `--enable-buildbot` to configure.in (follow-up to r15128).gepard19841-7/+8
2011-12-21Fixed GCC "--enable-debug", and 2 compiler warnings that were omitted due to ...shennetsind1-4/+3
2011-12-15Finished BuildBot "console error scan" stuff.shennetsind1-0/+34
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-68/+0
2011-08-16* Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is ...ai4rei1-0/+49
2011-06-27* Added common/random and 3rdparty/mt19937ar to project files, makefiles and ...flaviojs1-1/+3
2011-04-05* Moved detection of monotonic clock support to the configure script, which a...ai4rei1-18/+135
2011-03-20* Updates the to configure script.ai4rei1-17/+118