summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Rename configure.in into configure.acAndrei Karas1-1456/+0
2016-04-29Add missing [] in configure.inAndrei Karas1-3/+3
2016-04-29Add some usefull gcc 6 warnings.Andrei Karas1-0/+4
2016-04-29Fix compilation warnings with gcc 6.Andrei Karas1-1/+1
2016-04-28Add new gcc sanitize flag -fsanitize=bounds-strictAndrei Karas1-0/+1
2016-04-19Added --enable-Werror option to the configure scriptHaru1-0/+55
2016-04-19Corrected some variable name errors in the configure scriptHaru1-3/+3
2016-03-20Enabled the -Wcast-qual diagnostic flag in the configure scriptHaru1-0/+1
2016-02-20Fixed compile warnings in clangHaru1-1/+1
2016-02-20Added explicit c99 mode to CFLAGS in the configure scriptHaru1-1/+1
2016-02-19Add to configure some flags what for now not create any warnings.Andrei Karas1-7/+15
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas1-3/+8
2016-02-19Add noreturn attributes.Andrei Karas1-1/+9
2016-02-19Fix missing include dirs. Add compiler flag -Wmissing-include-dirs.Andrei Karas1-1/+3
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+9
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-0/+2
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