summaryrefslogtreecommitdiff
path: root/make/unit-cc.pl
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2021-01-27Migrate some stuff away from print_format.Sadie Powell
2021-01-25Fix unnecessary begin blocks in Perl source files.Sadie Powell
2020-01-11Remove whitespace between the shebang and the copyright header.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-22Link flags must be after compiled objects.iwalkalone
2018-07-31Remove support for static modules.Peter Powell
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-08-19Fix linker flags being in the wrong place on static builds.Peter Powell
2016-06-27Pass INSPIRCD_VERBOSE through the environment to unit-cc.Peter Powell
2015-06-03Fix modules with 2+ files not having their LinkerFlags parsed.Peter Powell
2015-05-13Remove run-cc.pl and all associated code.Peter Powell
2015-05-13unit-cc: Remove workaround which existed for 2.0.x only.Peter Powell
2015-05-13unit-cc: Use the same preamble as other Perl tools.Peter Powell
2014-10-27Merge insp20Attila Molnar
2014-08-27Fix unit-cc not loading configure cache when building files.Peter Powell
2014-03-05Integrate coremods into the build systemAttila Molnar
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Rename CXXFLAGS to CORECXXFLAGS to respect users enviroment.Peter Powell
2012-04-20Headers: update remaining scripts tooRobby-
2010-07-02Change argument order of LDLIBS to work properly with -Wl,--as-neededDaniel De Graaf
2010-05-07Use unit-cc for all compile and and link tasksDaniel De Graaf
2010-03-18PURE_STATIC fixes to use normal <module> tagsdanieldg
2010-02-12Improve support for NetBSDdanieldg
2010-01-17PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...danieldg
2009-09-28Add directory change to unit-cc, to fix the immensely stupid BSD make behavio...danieldg
2009-09-28Fix warnings from BSD build and work around the failures of BSD makedanieldg
2009-09-18Fix unit-cc when build is not a direct subdirectory of source; create make ru...danieldg
2009-09-01Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etcdanieldg
2009-09-01Move dependency tracking from ./configure to Makefiledanieldg