aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13Attempt to fix Makefile when installed with -j4Moritz Lenz1-6/+6
2016-02-12fix typoTobias Leich1-1/+1
2016-02-11import mac binary installer podSteve Mynott1-0/+129
2016-02-03choose to set PATH in wizard on windowsTobias Leich1-2/+27
2016-02-03update versions in MakefileSteve Mynott1-3/+3
2016-02-03bump a (c) yearSteve Mynott1-1/+1
2016-02-03bump STAR_VERSIONSteve Mynott1-1/+1
2016-01-27fix typoTobias Leich1-1/+1
2016-01-27display all-is-well message when installation completesTobias Leich1-1/+9
diakopter++
2016-01-27revert using --bindir when installing pandaTobias Leich2-18/+9
We can install panda and the binaries of the Star dist into install/bin, though when the user later installs binaries or updates panda, these would go into install/share/perl6/site/bin by default. Since there is currently no sane way to prevent that, we just install non-core stuff info [...]/site/bin, and the user will have to add two paths to PATH.
2016-01-27fix thinko when invoking pandaTobias Leich1-1/+1
Running "perl6 panda-m.bat" certainly wont work on windows. Though "perl6 panda-m" will.
2016-01-27sine we bootstrap panda, we dont fake its stateTobias Leich1-1/+0
2016-01-27first working post 6.c starTobias Leich2-115/+9
2015-11-28Update release guide with the last two releasesMoritz Lenz1-0/+2
2015-11-28Tell peple to run modules-test instead of a broken prove command2015.11Moritz Lenz1-2/+1
the prove command is broken for modules that come with *.pm files in t/lib/ and assume relative paths (such as DBIish)
2015-11-24Merge branch 'master' of github.com:rehsack/starMoritz Lenz2-3/+8
2015-11-24tools/build: pass extra arguments to rakudo only when necessaryJens Rehsack1-1/+1
Don't pass unspecified configure parameters (namely --sdkroot and --sysroot) to avoid configure errors in rakudo. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22Bump version to 2015.11Moritz Lenz1-1/+1
2015-11-22tools/build: fix Makefile.in to deal with optional empty arguments or ↵Jens Rehsack1-1/+1
locations with spaces Fixes embedded toolchains are invoked correctly when arguments are empty or contain spaces Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack2-3/+8
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22Revert "introduce support for sdkroot and sysroot to support cross-builds"Moritz Lenz2-8/+3
This reverts commit f0def6dc7b4f576668e689cfd44745e506a305ad. See https://github.com/rakudo/star/pull/53#issuecomment-158754696 for the reason.
2015-11-22Fix HTTP communication in panda-state.p6Moritz Lenz1-7/+7
2015-11-22Use Rakudo 2015.11Moritz Lenz1-3/+3
2015-11-22Fix off-by-one error in the docsMoritz Lenz1-1/+1
2015-11-10introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack2-3/+8
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-09-19Bump some versionsMoritz Lenz2-4/+4
2015-09-19Socket.send is now .printMoritz Lenz1-1/+1
2015-07-27mention 2015.07 release in release-guide.podMoritz Lenz1-0/+1
2015-07-26Document some more submodule magicMoritz Lenz1-0/+1
2015-07-25Initial preparations for 2015.07Moritz Lenz2-4/+4
2015-07-14fix typo in release year, JimmyZ++Tobias Leich1-2/+2
2015-07-14state that I did the 2015.06 releaseTobias Leich1-0/+1
2015-06-29update versions / copyright yearTobias Leich1-2/+2
2015-06-29set version of moar/nqp/rakudo to 2015.06Tobias Leich1-3/+3
2015-06-29languages -> sharegerd2-14/+14
2015-05-19Unify get request for proxy/non-proxyWill "Coke" Coleda1-2/+1
ecosystem host confused by the http/1.0 attempt there (used to work fine against feather)
2015-05-19Update projects list, feather is no more.Will "Coke" Coleda1-2/+2
2015-03-23add guide for MSI package creationTobias Leich1-0/+139
2015-03-23create windows .bat files for each script in bin/Tobias Leich1-6/+47
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-21Add 2015.03 to the list of releases2015.03Moritz Lenz1-0/+1
2015-03-20Bump some versionsMoritz Lenz2-4/+4
2015-03-20Merge branch 'birdless'Moritz Lenz4-210/+13
2015-02-21release guide: sign release tagMoritz Lenz1-1/+9
2015-02-21Document this releaseMoritz Lenz1-1/+1
2015-02-20Prepare parrot suspensionMoritz Lenz4-210/+13
2015-02-20Change version numbers in README and Makefile.inMoritz Lenz1-1/+1
2015-02-20Adjust versions to the Rakudo 2015.02 compiler releaseMoritz Lenz1-4/+4
2015-02-17Remove NativeCallMoritz Lenz1-2/+2
starting from 2015.02, it ships with rakudo itself
2015-02-07remove Makefile.oldMoritz Lenz1-109/+0
it seems not to be in use, and I see no benefit in keeping dead code around. git has all the old revisions anyway.