summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Removed special handling of zlib in the configure scriptHaru1-27/+2
2016-02-06Changed PCRE to properly use the system-provided pcre.hHaru1-1/+2
2016-02-06Added /usr/local path to the header and library search pathsHaru1-0/+12
2016-02-05Remove from configure flag -fvisibility=hidden.Andrei Karas1-1/+1
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-1/+0
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-69/+5
2016-01-10Enable debug information in configure by default.Andrei Karas1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-0/+19
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-1/+2
2015-08-27Added an availability check for the -rdynamic linker optionHaru1-2/+27
2015-08-15HPM compatibility improvementsHaru1-1/+1
2015-08-15Improved plugin compile flag detection by the configuration scriptHaru1-59/+4
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-0/+15
2015-05-30Dump stack in nullpo*/Assert* function.Andrei Karas1-0/+1
2015-05-03Add sanity into LDFLAGS also.Andrei Karas1-1/+5
2015-05-03Split -fsanitize checks into multiple stepsHaru1-37/+53
2015-05-01Add extended sanitify flags.Andrei Karas1-6/+19
2015-01-12Enable warning format-security.Andrei Karas1-2/+2
2015-01-12Remove from configure warning block maybe-uninitialized.Andrei Karas1-1/+0
2014-10-24Added support for other libmysqlclient variantsHaru1-3/+3
2014-10-24Fixed an issue with $LIBS in the configure scriptHaru1-46/+46
2014-10-23In configure add option --enable-staticAndrei Karas1-0/+92
2014-09-08In configure add option --enable-sanitizeAndrei Karas1-0/+56
2014-08-07Corrected several format-string errors through the codeHaru1-0/+2
2014-05-25Improved CFLAGS/CPPFLAGS handlingHaru1-31/+35
2014-03-07Updated configure script to support non-x86 platformsHaru1-0/+21
2014-01-21Fixed --disable-packetver-re / --enable-packetver-re in ./configureHaru1-5/+5
2013-12-17Fixed some additional linux warningsHaru1-190/+125
2013-12-17Increased warnings level in the unix build scriptsHaru1-9/+153
2013-12-17Changed plugin extension from .so to .dylib on OS XHaru1-0/+3
2013-11-03Added some packetver-related flags to the UNIX build scriptHaru1-2/+94
2013-10-26Changed 'tick' variables to 64 bitHaru1-2/+6
2013-10-09Added HPMHookGen tool, to re-generate hooks include filesHaru1-0/+8
2013-10-07Ensured explicit check for undefined references on shared objectsHaru1-40/+81
2013-08-08Enabled Pre-Renewal builds in the CI buildbotHaru1-0/+34
2013-07-14Updated package name to Hercules in the autoconf scriptHaru1-24/+24
2013-07-03Fixed configure.in inconsistency with its output (configure)shennetsind1-0/+1
2013-05-02Introducing Hercules Plugin Manangershennetsind1-1/+105
2013-01-21Reverting SVN r17061shennetsind1-16/+15
2012-12-29-Update configure template to autoconf 2.68glighta1-15/+16
2012-06-12added new networking subsystem (early stage - files are not compiled yet duri...blacksirius1-0/+28
2012-06-03thread api: added support for platforms without TLS (Thread Local Storage) su...blacksirius1-0/+24
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius1-0/+40
2012-06-01removed the old obsolete Plugin system (commit 1/2)blacksirius1-51/+1
2012-06-01Issue 5887: changed description of --disable-64bit switch.blacksirius1-1/+1
2012-06-01feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D...blacksirius1-0/+1
2012-06-01feature merge bs-coreoptimize->trunk: Enable 64Bit build by default on adequa...blacksirius1-4/+3
2012-06-01feature merge bs-coreoptimize->trunk: LTO supportblacksirius1-0/+57
2012-02-15Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747).gepard19841-4/+5