Re: safeArg v0.9.2

2015-06-13 Thread Nick Sabalausky via Digitalmars-d-announce
On 06/09/2015 02:16 AM, Nick Sabalausky wrote: https://github.com/Abscissa/safeArg http://code.dlang.org/packages/safearg This is a small command line tool that was inspired by this: http://stackoverflow.com/questions/30720364/honoring-quoting-in-reading-shell-arguments-from-a-file Just tagge

gen-package-version v0.9.0: New: Auto-generate version/timestamp info

2015-06-13 Thread Nick Sabalausky via Digitalmars-d-announce
This was kind of taken from a cool trick I saw in dub's buildscript, but I figured it would be useful to have generalized in a convenient package, no messing with shell scripts or anything. https://github.com/Abscissa/gen-package-version gen-package-version: Automatically generate a D module w

Scriptlike v0.8.0

2015-06-13 Thread Nick Sabalausky via Digitalmars-d-announce
A bunch of new updates to Scriptlike: A library to aid in writing script-like programs in D. Home: https://github.com/Abscissa/scriptlike Dub: http://code.dlang.org/packages/scriptlike Full changelog: https://github.com/Abscissa/scriptlike/blob/master/CHANGELOG.md Highlights (more info at full

Re: Announcing dplug, a toolkit for making audio plugins with D

2015-06-13 Thread nhk8 via Digitalmars-d-announce
On Saturday, 13 June 2015 at 14:18:31 UTC, ponce wrote: dplug is a library for audio plugin development. https://github.com/p0nce/dplug http://code.dlang.org/packages/dplug It's aim is to be a lean alternative to JUCE and IPlug, the most used C++ libraries in this space. It is currently less

Re: Announcing dplug, a toolkit for making audio plugins with D

2015-06-13 Thread nhk8 via Digitalmars-d-announce
On Saturday, 13 June 2015 at 14:18:31 UTC, ponce wrote: dplug is a library for audio plugin development. https://github.com/p0nce/dplug http://code.dlang.org/packages/dplug It's aim is to be a lean alternative to JUCE and IPlug, the most used C++ libraries in this space. It is currently less

Re: Announcing dplug, a toolkit for making audio plugins with D

2015-06-13 Thread ponce via Digitalmars-d-announce
On Saturday, 13 June 2015 at 15:28:09 UTC, tired_eyes wrote: On Saturday, 13 June 2015 at 14:18:31 UTC, ponce wrote: dplug is a library for audio plugin development. https://github.com/p0nce/dplug http://code.dlang.org/packages/dplug It's aim is to be a lean alternative to JUCE and IPlug, the

Re: Announcing dplug, a toolkit for making audio plugins with D

2015-06-13 Thread tired_eyes via Digitalmars-d-announce
On Saturday, 13 June 2015 at 14:18:31 UTC, ponce wrote: dplug is a library for audio plugin development. https://github.com/p0nce/dplug http://code.dlang.org/packages/dplug It's aim is to be a lean alternative to JUCE and IPlug, the most used C++ libraries in this space. It is currently less

Announcing dplug, a toolkit for making audio plugins with D

2015-06-13 Thread ponce via Digitalmars-d-announce
dplug is a library for audio plugin development. https://github.com/p0nce/dplug http://code.dlang.org/packages/dplug It's aim is to be a lean alternative to JUCE and IPlug, the most used C++ libraries in this space. It is currently less useful since supporting only VST 2.x on Windows. The pl

Re: New D tool releases

2015-06-13 Thread Hans-Albert Maritz via Digitalmars-d-announce
On Saturday, 13 June 2015 at 08:51:22 UTC, Brian Schott wrote: On Saturday, 13 June 2015 at 07:19:45 UTC, Hans-Albert Maritz wrote: I'm integrating the dscanner analysis tools now, but for scanning an entire project it would be awesome to use DCD's existing cache. I'm relatively new to D but I

Re: New D tool releases

2015-06-13 Thread Brian Schott via Digitalmars-d-announce
On Saturday, 13 June 2015 at 07:19:45 UTC, Hans-Albert Maritz wrote: I'm integrating the dscanner analysis tools now, but for scanning an entire project it would be awesome to use DCD's existing cache. I'm relatively new to D but I think a possible solution would be to implement a plugin system

Re: New D tool releases

2015-06-13 Thread Hans-Albert Maritz via Digitalmars-d-announce
On Monday, 8 June 2015 at 19:18:03 UTC, Brian Schott wrote: Dfix 0.2.2: https://github.com/Hackerpilot/dfix/releases/tag/v0.2.2 * Fixed a bug that caused the string concatenation fix to be applied inside of "deprecated" attributes. I plan to revert this fix if dmd starts accepting `depreca