]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - make/calcdep.pl
Merge pull request #1106 from SaberUK/master+purge-pkg-path
[user/henk/code/inspircd.git] / make / calcdep.pl
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-03 Attila MolnarMerge pull request #1054 from SaberUK/master+fix-linkin...
2015-06-03 Peter PowellFix modules with 2+ files not having their LinkerFlags...
2015-05-13 Attila MolnarMerge pull request #1024 from SaberUK/master+make-perl...
2015-05-13 Peter Powellcalcdep: Unify coremod and module building code.
2015-05-13 Peter Powellcalcdep: Clean up some unused/duplicate variables.
2015-05-13 Peter Powellcalcdep: Use the same preamble as other Perl tools.
2015-05-13 Peter Powellcalcdep: Remove a workaround for a very old version...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-11 Peter PowellRemove various broken/useless features from the build...
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarIntegrate coremods into the build system
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-07-12 Attila MolnarMerge pull request #585 from SaberUK/master+configure...
2013-07-07 Peter PowellReplace arguments for toggling socketengines with...
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2012-12-25 Peter PowellReplace a GNUmake idiom with the portable equivalent.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-20 Robby-Headers: update remaining scripts too
2010-09-09 Daniel De GraafRecreate the build/include symlink so that changing...
2010-05-07 Daniel De GraafUse unit-cc for all compile and and link tasks
2010-02-12 danieldgImprove support for NetBSD
2010-01-17 danieldgPURE_STATIC improvements: Allow modules to be reloaded...
2010-01-04 danieldgGCC 4.5 warning fixups
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-03 danieldgClarify comments in Makefiles
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-30 danieldgSort the module list to give a useful indicator of...
2009-09-28 danieldgWork around BSD make chdir bug with symlinks
2009-09-28 danieldgFix linking errors on BSD
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-27 danieldgFix modules/extra symlinks when calculating dependencies
2009-09-17 danieldgUpdate make help, configure, and fix build of empty...
2009-09-17 danieldgRemove .*.d dependency garbage, and use a dedicated...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-16 danieldgAllow make on a read-only source tree using make O...
2009-09-13 danieldgForce rebuild of symlinked modules when the source...
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-01 danieldgMove file inclusion logic into calcdep, and complain...
2009-09-01 danieldgUse CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
2009-09-01 danieldgReplace special treatment of spanningtree module direct...
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgMove dependency tracking from ./configure to Makefile