DCD v0.4.0

2014-11-14 Thread Brian Schott via Digitalmars-d-announce

https://github.com/Hackerpilot/DCD/releases/tag/v0.4.0

The D Completion Daemon is an IDE-independent autocompletion tool 
for

D code.

Changes from 0.3.2 to beta 1:
* #162 You can now ask the server for symbol location information
  without a cursor location or a file being edited.
* #117 Import statement autocompletion now knows how to handle 
normal
  imports, multiple imports, renamed imports, multiple renamed 
imports

  combined with normal imports, and other crazy things.
* #56 Support the with statement.
* Fix function call tip display for complicated bits of code such 
as

  Derelict 3.

Changes from beta 1 to beta 2:
* Add --version to both the client and server
* Update man pages
* Update README
* Update --help output for client and server

Changes from beta 2 to 0.4.0:
* Fixes to function call tip display with explicit template
  instantiation.
* Updated libdparse dependency to fix various parser bugs (and
  language changes)
* Fixed the LDC portion of the makefile





Re: DCD v0.4.0

2014-11-14 Thread CraigDillabaugh via Digitalmars-d-announce

On Friday, 14 November 2014 at 08:50:19 UTC, Brian Schott wrote:

https://github.com/Hackerpilot/DCD/releases/tag/v0.4.0

The D Completion Daemon is an IDE-independent autocompletion 
tool for

D code.

Changes from 0.3.2 to beta 1:
* #162 You can now ask the server for symbol location 
information

  without a cursor location or a file being edited.
* #117 Import statement autocompletion now knows how to handle 
normal
  imports, multiple imports, renamed imports, multiple renamed 
imports

  combined with normal imports, and other crazy things.
* #56 Support the with statement.
* Fix function call tip display for complicated bits of code 
such as

  Derelict 3.

Changes from beta 1 to beta 2:
* Add --version to both the client and server
* Update man pages
* Update README
* Update --help output for client and server

Changes from beta 2 to 0.4.0:
* Fixes to function call tip display with explicit template
  instantiation.
* Updated libdparse dependency to fix various parser bugs (and
  language changes)
* Fixed the LDC portion of the makefile


Thanks for all your work on this.  When I first saw the following 
thread title:


http://forum.dlang.org/thread/lzlokumkksfaiilzn...@forum.dlang.org

I was worried you might have given up.


LDC 0.15.0 beta1 released! Please help test!

2014-11-14 Thread Kai Nacke via Digitalmars-d-announce

Hi everyone,

LDC 0.15.0-beta1, the LLVM-based D compiler, is available for 
download!
This beta release is based on the 2.066.1 frontend and standard 
library and supports LLVM 3.1-3.5 (OS X: no support for 3.3).


Please help testing this release!

As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/thread/bqtsdrcwgwjenhain...@forum.dlang.org

Regards,
Kai


The Fastest For-In Loops in the Whole Wide Web

2014-11-14 Thread Ali Çehreli via Digitalmars-d-announce

Maxime's new article is on Reddit:


http://www.reddit.com/r/programming/comments/2mb6og/the_fastest_forin_loops_in_the_whole_wide_web/

Ali


Devisualization.Image

2014-11-14 Thread Rikki Cattermole via Digitalmars-d-announce

To further Devisualization, I have got the start of an image library.
It should be fairly interface complete now.

For this I really could use help from anyone with experience with PNG 
especially with Adam7 interlacing and color correction such as gamma.
Currently missing an exporter. Only imports. Does not import grayscale 
or palleted.


Goal: to act as the image representation within memory (including colors).
Usage:
Devisualization.Window uses it for window icon's (untested for x11 can 
somebody confirm this does indeed work?).
Devisualization.Font heavily uses it for glyphs and the output of its 
rasterization.


[0] https://github.com/Devisualization/image