aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ldc-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION for devel/libconfig shlib changesunpoet2011-12-151-1/+2
|
* - Mark BROKEN: does not compilepav2011-05-161-0/+2
| | | | Reported by: pointyhat
* Remove extraneous gmake prereq.cy2011-05-041-1/+0
| | | | | PR: 156529 Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* Take over maintainership.cy2010-12-281-1/+1
| | | | Submitted by: Maintainer: "Ruben" <chromium@hybridsource.org>
* - update ldc snapshot to 0.9.2 r1697bapt2010-11-113-91/+30
| | | | | | | | - update tango snapshot to r5599 - unbreak build with llvm 2.8 PR: ports/152088 Submitted by: Ruben <chromium _at_ hybridsource.org>
* - Mark BROKEN: does not build with llvm-2.8pav2010-10-131-0/+2
| | | | | Reported by: pointyhat OK'ed by: maintainer
* Fix build.osa2010-08-201-0/+1
| | | | | Notice from: QAT Pointy hat to: bapt
* LDC is a compiler for the D programming Language. It is based on the DMDbapt2010-08-194-0/+858
frontend and uses LLVM as the backend. LLVM provides a fast and modern backend for high quality code generation. LDC is released under a BSD license with exceptions for the DMD frontend and code from GDC. The development takes place mostly on x86-32 and x86-64 Linux and that is where LDC works best. Support for other platforms and architectures is under development, but we are still looking for people to help test and adjust LDC for those platforms! LDC already compiles a lot of D code, but should still be considered beta quality. Take a look at the tickets to get a better impression of what still needs to be implemented. WWW: http://www.dsource.org/projects/ldc PR: ports/149798 Submitted by: Ruben <chromium at hybridsource.org> Approved by: tabthorpe (co-mentor)