summaryrefslogtreecommitdiff
path: root/make/calcdep.pl
AgeCommit message (Expand)Author
2012-04-20Headers: update remaining scripts tooRobby-
2010-09-08Recreate the build/include symlink so that changing the build location works ...Daniel De Graaf
2010-05-07Use unit-cc for all compile and and link tasksDaniel De Graaf
2010-02-12Improve support for NetBSDdanieldg
2010-01-17PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...danieldg
2010-01-04GCC 4.5 warning fixupsdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg
2009-11-03Clarify comments in Makefilesdanieldg
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-09-30Remove include/inspircd_se_config.h and socketengine-specific headersdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg
2009-09-30Sort the module list to give a useful indicator of compile progressdanieldg
2009-09-28Work around BSD make chdir bug with symlinksdanieldg
2009-09-28Fix linking errors on BSDdanieldg
2009-09-28Fix warnings from BSD build and work around the failures of BSD makedanieldg
2009-09-27Fix modules/extra symlinks when calculating dependenciesdanieldg
2009-09-17Update make help, configure, and fix build of empty m_* directoriesdanieldg
2009-09-17Remove .*.d dependency garbage, and use a dedicated build directorydanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-16Allow make on a read-only source tree using make O=objdirdanieldg
2009-09-13Force rebuild of symlinked modules when the source file changesdanieldg
2009-09-02Include VERSION/REVISION information in module version tag, so that we do no ...danieldg
2009-09-01Move file inclusion logic into calcdep, and complain about ambiguous #include...danieldg
2009-09-01Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etcdanieldg
2009-09-01Replace special treatment of spanningtree module directory with a generic dir...danieldg
2009-09-01Re-implement dependency generation in perl to increase speeddanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-09-01Move dependency tracking from ./configure to Makefiledanieldg