Re: Binutils 2.25 Released - New D demangling support

2015-01-20 Thread Laeeth Isharc via Digitalmars-d-announce

yum install fedora-repos-rawhide
yum install binutils --enablerepo rawhide
objdump -v


sorry.  should be:

yum install fedora-release-rawhide
yum install binutils --enablerepo rawhide
objdump -v


Re: Binutils 2.25 Released - New D demangling support

2015-01-20 Thread Laeeth Isharc via Digitalmars-d-announce

How do I get it?
---

The release itself is a source package, however a safer choice 
is to get the release binaries through your Linux distributor.  
Fortunately, there have been distributions who have been 
shipping it as early as three weeks ago.


In case it saves someone else a few minutes: for Fedora 21 (and 
probably others).  (At your own risk if new version of binutils 
breaks something else).


yum install fedora-repos-rawhide
yum install binutils --enablerepo rawhide
objdump -v


Re: DlangUI project update

2015-01-20 Thread Vadim Lopatin via Digitalmars-d-announce

On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote:

Hello!

DlangUI project is alive and under active development.

https://github.com/buggins/dlangui



Project update:

* A lot of bugs fixed
* Look and feel of default theme changed to one similar to Visual 
Studio 2013
* Project documentation is now generated by ddox: 
http://buggins.github.io/dlangui/ddox
* Updated screenshots 
http://buggins.github.io/dlangui/screenshots.html

* Font antialiasing and hinting settings
* New classes for toolbars, dockable UI
* Improvements in editors
* SourceEditor - supports line number display and syntax highlight

DlangIDE project is in progress.

https://github.com/buggins/dlangide

It's D IDE based on DlangUI.

Early alpha stage. Mainly useful as DlangUI demo, and for 
development of new functionality required for building of apps 
like IDE.


Can open sample workspace with two projects (dub.json only). Can 
browse projects and open source files in editor tabs.



First screenshot from 
http://buggins.github.io/dlangui/screenshots.html



Current activity: syntax highlight implementation
Next step: implement DUB based builder

Best regards,
 Vadim


Re: This Week in D, issue 2

2015-01-20 Thread via Digitalmars-d-announce
Nice, maybe you should consider using a more descriptive link on 
reddit for the next issue?


Basically providing keywords highlighting the content. E.g. "This 
Week in D: loading DLLs, XBox controller, Dconf 2015 details..."