summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+154
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-1/+3
2016-02-06Removed special handling of zlib in the configure scriptHaru1-32/+3
2016-02-06Changed PCRE to properly use the system-provided pcre.hHaru1-19/+38
2016-02-06Added /usr/local path to the header and library search pathsHaru1-1/+13
2016-02-05Remove from configure flag -fvisibility=hidden.Andrei Karas1-2/+2
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+1
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-119/+12
2016-01-10Enable debug information in configure by default.Andrei Karas1-4/+16
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-2/+3
2015-08-27Added an availability check for the -rdynamic linker optionHaru1-3/+34
2015-08-17Fix wrong index access and probably wrong hp/sp calculation. Closes #653Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-2/+2
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