summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2008-02-24Make cmd_*.cpp build to a .so in one step, no intermediate .oaquanight
2008-02-21Change of configure message to plainer english as requested by voidzerobrain
2008-02-21More fixesbrain
2008-02-21Threadengine stuffbrain
2008-02-11Add -Woverloaded-virtual (fixes to follow)w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Even tidierbrain
2008-02-10Now very tidy make output, with pretty colours :pbrain
2008-02-10Add -pthread link flagbrain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain
2008-02-10Move run-cc.pl to make/ directory and update paths, keeps root tidybrain
2008-02-09Add a perl script which will abort compiles for warning messages that don't h...aquanight
2008-02-02Fix $config{HAS_OPENSSL} winding up undefined and crashing configure if opens...aquanight
2008-02-01fixed type defiined to definedfez
2008-01-27Revert tmpfile cleanup from r8761, also make configure's perl version check h...aquanight
2008-01-27Some configure cleanups: like using perl functions/modules instead of system(...aquanight
2008-01-19Extra sanity checksbrain
2008-01-19Fix freebsd glitchesbrain
2008-01-19Add ./configure --list-extras, --enable-extras, and --disable-extrasaquanight
2008-01-19Modules using NoPedantic now properly respect 'make debug'.aquanight
2008-01-19And another tiny onew00t
2008-01-19Patch from aquanight to fix a problem introduced with some of the recent tidy...w00t
2008-01-17Aquanight's configure strict/fatal warnings patchbrain
2007-11-03Relax detection rules on openssl and gnutls, there arent any commonly used ve...brain
2007-11-03Add --disable-rpath. Probably wont backport this for the time beingbrain
2007-10-25I was wrong its in one place :pbrain
2007-10-25Tidy upbrain
2007-10-25More dots!!!brain
2007-10-25Take out craq i forgotbrain
2007-10-25Forgot these two lines that prevent duplicate make install/deinstall linesbrain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-24Pedantic cleanbrain
2007-10-24-pedantic good, -Wextra bad. read g++ manpage :)brain
2007-10-23Move socketengines into their own dir. This was all w00t's idea, but i told h...brain
2007-10-23-Wall is still required, toobrain
2007-10-23-W -> -Wextrabrain
2007-10-23This now works properly with $NoPedantic macro.brain
2007-10-23Roll back to 8323, the -pedantic switch thing totally breaks building the way...brain
2007-10-23Needs a bit more againbrain
2007-10-23And fix it.brain
2007-10-23Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co...brain
2007-10-23Auto generate the install list, no more need to insert it into the .makefile....brain
2007-10-22Make this a little more bulletproofbrain
2007-10-22Conditionals in the buildsystem language allowing for checking of configure f...brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Big obvious commentsbrain
2007-10-22Comment all this, and tweak it a littlebrain
2007-10-22*POSSIBLE BREAKAGE WARNING* new (currently undocumented) buildsystem that bui...brain
2007-10-22Fix this from an experiment I was playing with :pw00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t