]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - make
I was told that a new dev's first action must be adding himself to /info, so
[user/henk/code/inspircd.git] / make /
2008-06-12 brainExtra configure detection for the gcc minor version...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-04-27 brainExtra support for freebsd openssl, allow user to pick...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainFix this up a bit nicer
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-22 w00tShow command line on warnings for darix (probably)
2008-04-13 aquanightMake run-cc handle containers of std::pair, and also...
2008-04-13 aquanightRemove comments about coming up with a better way that...
2008-04-13 aquanightSane-ify the STL filtering and coloring in run-cc.
2008-04-03 peaveyremove references to maxclient we forgot here, thx...
2008-03-17 brainTranslate std::string, irc::string and std::deque to...
2008-02-24 aquanightMake run-cc show ARCHIVE step(s), also get rid of ...
2008-02-24 aquanightMake run-cc.pl show all sources on multi-source BUILDS...
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-13 brainPatch provided by danieldg for fixing 3-figure versions...
2008-02-13 brainMore fixes to configure stability with undefined values...
2008-02-13 brainThis should fix the error owine was getting in configur...
2008-02-12 aquanightTidy up run-cc step display
2008-02-11 aquanightTidy up run-cc error reporting (eg: only say 'An error...
2008-02-10 brainBrainfart
2008-02-10 brainNow very tidy make output, with pretty colours :p
2008-02-10 brainMove run-cc.pl to make/ directory and update paths...
2008-01-27 aquanightRevert tmpfile cleanup from r8761, also make configure...
2008-01-27 aquanightSome configure cleanups: like using perl functions...
2008-01-27 brainMake sure that if an exec() macro fails its picked...
2008-01-19 aquanightAdd ./configure --list-extras, --enable-extras, and...
2008-01-17 brainAquanight's configure strict/fatal warnings patch
2007-11-03 brainAdd --disable-rpath. Probably wont backport this for...
2007-10-23 brainAdd $NoPedantic build macro, for m_mysql because mysql...
2007-08-25 brainAdd 'require 5.8.0' to the very top of every module...
2007-07-24 peaveyA bit of static lingering
2007-07-20 peaveyFix gnutls cert generation failing. Thx owine.
2007-07-17 peaveymore headers.
2007-07-17 specialAdded the execruntime() function for Compile/Linker...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainBackport patch from stskeeps for checking success of...
2007-06-26 specialAdded a prompt for certificate expiry time to openssl...
2007-06-26 specialFixed the order of fields in openssl certificate genera...
2007-05-14 brainAllow for resizing of MAXBUF above/below 512 via non...
2007-05-10 brainAdd openssl cert generation prettyness, make it like...
2007-05-05 brainFix for bug typo, dont let it creep into the release!
2007-05-05 brainFix for feature request in bug #262, needs a bit of...
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-10 brainFix typo reported by owine (bug #208)
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-26 brainFix for bug #187
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-21 brainFix library detection flags (bad define put into the...
2007-01-20 brainFix the commandline stuff up to actually work!
2007-01-20 brainIf we're not in interactive mode, then we dont prompt...
2007-01-20 brainAdditional feature, pass -DVERSION_PKGCONFMODNAME=...
2007-01-20 brainAnd fix it so it works
2007-01-20 brainBetter detection
2007-01-20 brainAdd caching of all detected values :)
2007-01-20 brainProritise cached value above a search
2007-01-20 brainFixes to make ./configure prompt for libs if all else...
2007-01-16 brainAdd O_NOFOLLOW to file write call, which prevents follo...
2007-01-14 brainMove showhelp() into make/configure.pm
2007-01-14 brainSlightly decraqed configure
2007-01-14 brainStarting tidying up the configure script, and moving...
2007-01-14 brainFix broken ./configure macros broken by introduction...
2007-01-14 brainOutput which module is executing the macro
2007-01-14 brainFormatting glitch
2007-01-14 brainImproved detail in configure, and two new functions...
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-14 brainTake out unneccessary chomp()
2007-01-14 brainMake the rpath() macro handle lines with multiple ...
2007-01-14 brainOutput for 'using defaults' when nothing of interest...
2007-01-13 brainColour coding, tidying, and more verbose output to...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-13 brainTidy up the buildsystem a lot by encapsulating repeated...