aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03tools: only set $impl{config} when it is trueishTobias Leich1-1/+1
Otherwise we pass a ref of an empty hash around, wich will be treated truesh later.
2014-04-20Add "verbose-modules-test" targetMoritz Lenz2-1/+11
2014-04-18Include $perl6 in testing outputMoritz Lenz1-1/+1
2014-04-18udpate README, and version in Makefile.inMoritz Lenz1-1/+1
README is still not quite tristar ready
2014-04-18[Makefile] bump some revisionsMoritz Lenz1-3/+3
2014-04-02fix VCS conflictTobias Leich1-10/+4
2014-04-02no special handling needed, PR got appliedTobias Leich1-11/+0
2014-04-01Fix count, add more markupWill "Coke" Coleda1-2/+2
2014-04-01we're not on SVN anymoreMoritz Lenz1-1/+0
2014-04-01Merge remote-tracking branch 'origin/tristar'Moritz Lenz6-41/+119
Conflicts: tools/build/Makefile.in tools/star/Makefile tools/star/release-guide.pod
2014-04-01update release peeps listTobias Leich1-1/+2
2014-04-01bump versionsTobias Leich2-5/+5
2014-04-01remove perl6-debug, it is included in rakudo nowTobias Leich1-22/+1
2014-04-01remove note about MIME::Base64, add one about LWP::SimpleTobias Leich1-7/+9
2014-03-29Require file extension to be at end of filenameAndrew Egeler1-2/+2
2014-03-29fix modules testing by using correct -j/-p runnerTobias Leich1-2/+2
2014-03-29support modules-test for all backendsTobias Leich1-2/+10
2014-03-17Actually take/use the output extension.jnthn1-1/+2
2014-03-16Let ufo, panda, and p6doc figure out what they're running onMouq2-4/+12
2014-03-16fix some less problemsMouq1-12/+12
DESTDIR should still be there, by de facto Makefile law, AFAICT
2014-03-17fix some more problemsTimo Paulssen1-8/+8
2014-03-17baby steps towards tri-module-install.Timo Paulssen2-7/+22
2014-03-16Some fixes to get tri-Star build/test working.jnthn1-3/+5
2014-03-16Work towards multi-backend build/install.jnthn1-11/+33
This gets closer to handling the Rakudo build/install itself on other backends, though not the module install.
2014-03-15Remove unused symbols.jnthn1-7/+0
2014-03-15Shut up an error and get a working --gen-moar.jnthn1-2/+2
2014-03-15Another try at Moar, to not fetch from Git.jnthn1-4/+7
2014-03-15Try to get --gen-moar working.jnthn1-0/+5
2014-03-15Fix syntax error.jnthn1-1/+1
2014-03-15Some Configure.pm updates for Moar.jnthn1-2/+3
2014-03-15The Rakudo debugger binary is built by Rakudo now.jnthn1-24/+3
Don't need to handle it specially in Star any more.
2014-03-15Some release guide updates.jnthn1-6/+9
2014-03-15Initial Makefile updates to include MoarVM.jnthn1-2/+14
Untested, may need tweaks, but should be about right.
2014-01-31Update release guideTadeusz Sośnierz1-1/+2
2014-01-31Fix release guide to not tell releaser to rollback module updates2014.01Tadeusz Sośnierz1-3/+3
2014-01-31Update version numbersTadeusz Sośnierz1-1/+1
2014-01-31Update Makefile for 2014.01Tadeusz Sośnierz1-2/+2
2014-01-31Fix release guideTadeusz Sośnierz1-1/+1
git submodule sync doesn't have a --force option
2014-01-04sign up tadzik++ for the January Star releaseMoritz Lenz1-0/+7
2013-12-25[RG 14] Add self to Hall of People who Released R* and when.lue1-0/+1
2013-12-23Update release guide to deal with Perl6::MIME::Base642013.12lue1-0/+12
There's no easy way to modify the existing submodule command to skip Perl6::MIME::Base64, in a cross-platform way. So instead presented here is a way to fix Perl6::MIME::Base64 getting a merge commit. The sooner we don't need this addition to the Release Guide, the better.
2013-12-23[RG 7] Update README and tools/build/Makefile.inlue1-1/+1
Note to the January releaser: don't forget to update the copyright end-year in the README! :)
2013-12-23[RG 2..3] Update tools/star/Makefile for Rakudo 2013.12.lue1-2/+2
2013-12-14Update release guide to avoid out-of-date submodulesMoritz Lenz1-0/+13
2013-11-24update release guide with 2013.11 releaseMoritz Lenz1-0/+1
2013-11-23we need NQP 2013.11.12013.11Moritz Lenz1-1/+1
2013-11-23precompilation order: consider requireMoritz Lenz1-1/+1
2013-11-23bump versionMoritz Lenz1-1/+1
2013-11-10slim down Makefile (remove unused variables)Moritz Lenz1-27/+4
2013-11-10default to perl6-p for nowMoritz Lenz1-1/+1
... untill we have a more thorough refactoring