Age | Commit message (Expand) | Author |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-27 | Forward-port: Created commit fcadb0b: Change rm to force removal for configur... | w00t |
2008-05-06 | Removed the verbosity in 'make clean' to fix issues with OpenBSD and possibly... | special |
2008-04-13 | Here too | w00t |
2008-02-24 | Remove the 'making modules' line | brain |
2008-02-24 | Make run-cc show ARCHIVE step(s), also get rid of 'entering/leaving directory... | aquanight |
2008-02-10 | Now very tidy make output, with pretty colours :p | brain |
2008-02-02 | Make m_password_hash able to pick up hasher modules after it's loaded, meanin... | aquanight |
2008-01-19 | Modules using NoPedantic now properly respect 'make debug'. | aquanight |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-23 | Make clean should clean the socketengine objects | brain |
2007-10-23 | Auto generate the install list, no more need to insert it into the .makefile.... | brain |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |
2007-10-15 | Make install the lib, too | brain |
2007-09-28 | w00t forgot to edit these out. | eggy |
2007-07-25 | Put FileLogger in it's own class. Useful when logging doing more focused logging | peavey |
2007-07-24 | And this should be the last static | peavey |
2007-07-24 | And install libIRCDserver too :> | peavey |
2007-06-21 | Apply OSX patch from BuildSmart that fixes installation issues. | peavey |
2007-06-20 | Clarify what generates Makefile, to prevent any new developers making the sam... | w00t |
2007-06-16 | Remove inspircd_config.h and inspircd_se_config.h in configclean (subjob of d... | brain |
2007-06-12 | Upstream patch from <mm@freebsd.org> | brain |
2007-06-05 | Same here | brain |
2007-05-19 | I forgot to install cmd_reloadmodule.so, therefore the command wont work | brain |
2007-05-06 | Now it deletes the makefiles too | brain |
2007-05-06 | make distclean now removes .config.cache (thanks HiroP) | brain |
2007-02-01 | New patch from BuildSmart for OS X support, not broken like the last one | w00t |
2007-01-28 | Whoops, switch around order of makefile rules so its not always assumed to be... | brain |
2007-01-28 | Add message about how building with debug makes huuuuuuuuuuuuuuge slower exec... | brain |
2007-01-28 | Added 'make debug' which does 'make all' with -g rather than -O2 -g1. | brain |
2007-01-24 | Fucking grr. | brain |
2007-01-23 | Make our makefile bsd compatible again :/ | brain |
2007-01-23 | Integrate OSX patches from BuildSmart, plus a few tweaks and fixes | brain |
2007-01-19 | fix for installing modules twice. | peavey |
2007-01-18 | Add support for: "make modinstall" | brain |
2007-01-18 | More complex module directories complicate make clean | brain |
2007-01-08 | Someone forgot to add clearcache to the makefile install (thanks AnMaster) | special |
2007-01-04 | Run ./configure -modupdate to fix "make install" error. INSTMODE doesnt seem ... | brain |
2007-01-04 | Merge buildsystem tweaks from darix: | brain |
2007-01-01 | Made 'make modclean' and 'make distclean' clean out the default lib/ install ... | special |
2006-12-17 | Add a message to the makefile, when starting the build: "this will take a lon... | brain |
2006-12-16 | Fix all the left out examples that dont get copied to the config dir on install | brain |
2006-12-16 | Remove libIRCDaes.so from install | peavey |
2006-11-18 | Apply instmode stuff from darix | brain |
2006-10-27 | Smart trick: the 'build complete' message is now a makefile section of its ow... | brain |
2006-10-27 | Have 'make install' make the directories, its really make install's job and n... | brain |
2006-10-07 | Add distclean, does the same as squeakclean, just for traditionalists | brain |
2006-09-03 | Forgot to copy cmd_mode.so | brain |
2006-09-02 | cmd_* files are now shared object. This lets make -j optimize the build proce... | brain |
2006-08-30 | Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauy | brain |