]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - make/unit-cc.pl
Fix unnecessary begin blocks in Perl source files.
[user/henk/code/inspircd.git] / make / unit-cc.pl
2021-01-25 Sadie PowellFix unnecessary begin blocks in Perl source files.
2020-01-11 Sadie PowellRemove whitespace between the shebang and the copyright...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-22 iwalkaloneLink flags must be after compiled objects.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-31 Peter PowellRemove support for static modules.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Peter PowellRewrite the build system directive parser.
2016-09-02 Attila MolnarMerge insp20
2016-08-19 Attila MolnarMerge pull request #1200 from SaberUK/master+travis
2016-08-19 Peter PowellFix linker flags being in the wrong place on static...
2016-08-17 Attila MolnarMerge insp20
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-26 Peter PowellPass INSPIRCD_VERBOSE through the environment to unit-cc.
2016-02-22 Attila MolnarMerge insp20
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 PowellRemove run-cc.pl and all associated code.
2015-05-13 Peter Powellunit-cc: Remove workaround which existed for 2.0.x...
2015-05-13 Peter Powellunit-cc: Use the same preamble as other Perl tools.
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-08-31 Attila MolnarMerge pull request #910 from SaberUK/insp20+even-more...
2014-08-27 Peter PowellFix unit-cc not loading configure cache when building...
2014-07-25 Attila MolnarMerge insp20
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-08-17 Attila MolnarMerge pull request #608 from SaberUK/master+buildprop...
2013-08-15 Peter PowellClean up the build system properties and related code.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-04 Attila MolnarMerge pull request #577 from SaberUK/master+makefile...
2013-07-04 Peter PowellRename CXXFLAGS to CORECXXFLAGS to respect users enviro...
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-07-02 Daniel De GraafChange argument order of LDLIBS to work properly with...
2010-05-07 Daniel De GraafUse unit-cc for all compile and and link tasks
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-02-12 danieldgImprove support for NetBSD
2010-01-17 danieldgPURE_STATIC improvements: Allow modules to be reloaded...
2009-09-28 danieldgAdd directory change to unit-cc, to fix the immensely...
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-18 danieldgFix unit-cc when build is not a direct subdirectory...
2009-09-01 danieldgUse CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
2009-09-01 danieldgMove dependency tracking from ./configure to Makefile