aboutsummaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Collapse)AuthorFilesLines
2015-03-23install panda's state and projects listTobias Leich1-0/+6
We do that so one can query what is installed by doing: panda --installed list This also prevents panda to refetch and rebuild already installed stuff, which can even break because the module in the ecosystem might already have changed, triggered by a rakudo compiler change.
2015-03-20Bump some versionsMoritz Lenz1-1/+1
2015-02-20Prepare parrot suspensionMoritz Lenz1-29/+1
2015-02-20Change version numbers in README and Makefile.inMoritz Lenz1-1/+1
2015-02-03Avoid warning in tools/build/panda-state.p6Moritz Lenz1-1/+1
2015-02-03adopt versions in tools/build/Makefile.in and READMEMoritz Lenz1-1/+1
2015-02-03Fix shebang line on Mac OS X2014.12.2Moritz Lenz1-1/+4
hopefully closes #42
2015-01-06unbreak hash initializer betterJonathan Scott Duff1-2/+1
2015-01-06unbreak hash initializerTobias Leich1-0/+1
2015-01-05switch digest module to cosimo on githubMoritz Lenz1-1/+1
It is now updated to work on current rakudo
2014-12-23Bump versions to 2014.12Moritz Lenz1-1/+1
2014-10-12add p6doc-index to build -f data file for p6docSteve Mynott1-0/+3
2014-09-26just try to mkdir (in case it exists)Tobias Leich1-5/+5
2014-09-25update versions to 2014.09Tobias Leich1-1/+1
2014-09-25add script that creates panda state fileTobias Leich1-0/+57
So after installing star panda will know what modules are installed. When someone then will install a module that depends on a shipped module, the shipped (and known working) dependency will be used by default.
2014-09-03install windows start menu shortcut compatible with moarTobias Leich1-1/+1
2014-09-03pass --backends option to rakudo's configureTobias Leich1-1/+1
2014-08-30update version to 2014.08 (and 6.7.0 for parrot)Tobias Leich1-1/+1
2014-08-30get rid of "no rule to make target `clean`, Error 2"Tobias Leich1-0/+6
This annoyed me for a long time now... Everytime I've seen it I thought: Ohh noes! Configure failed! But when you carried on reading it stated that everything is well and that you can now `make`.
2014-08-30precompile files just get compext appended nowTobias Leich1-3/+1
2014-07-02bump more versionsMoritz Lenz1-1/+1
2014-05-23bump version in README and Makefile.inMoritz Lenz1-1/+1
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-02fix VCS conflictTobias Leich1-10/+4
2014-04-01we're not on SVN anymoreMoritz Lenz1-1/+0
2014-04-01Merge remote-tracking branch 'origin/tristar'Moritz Lenz3-30/+85
Conflicts: tools/build/Makefile.in tools/star/Makefile tools/star/release-guide.pod
2014-04-01bump versionsTobias Leich1-2/+2
2014-04-01remove perl6-debug, it is included in rakudo nowTobias Leich1-22/+1
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-15The Rakudo debugger binary is built by Rakudo now.jnthn1-24/+3
Don't need to handle it specially in Star any more.
2014-01-31Update version numbersTadeusz SoĊ›nierz1-1/+1
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-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
2013-11-07start to adapt build to multiple backendsMoritz Lenz1-1/+1
2013-10-27Update README and Makefile.in [RG Step 7]lue1-1/+1