|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - DSSS 0.57 and Rebuild 0.15 released.
DSSS, the D Shared Software System, is a tool to ease the building,
installation, configuration and acquisition of D software.
This release is mostly a bugfix release:
- Rebuild: Updated DMD frontend version.
- Fixed a bug with std.c.darwin.darwin vs std.c.unix.unix on OS X.
- Rebuild: -dc is now allowed in response files (see ticket #19)
- Rebuild: Fixed library linking order for DMD on Posix.
- Fixed problems with cross-compilation.
- Misc. bug fixes.
- Rebuild: Fixed -clean to only remove generated files. (see
ticket #20)
- Rebuild: -J is now passed through properly.
- Rebuild: -g and -gc are now passed through properly.
As per usual, more information and downloads are available at:
DSSS: http://www.dsource.org/projects/dsss/
Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild
- Gregor Richards
PS: I really do respond to tickets. Both feature requests and bug
reports. Feel free to submit those features you secretly wish
DSSS/rebuild had at http://www.dsource.org/projects/dsss/newticket
Apr 10 2007
Gregor Richards wrote:As per usual, more information and downloads are available at: DSSS: http://www.dsource.org/projects/dsss/ Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild Apr 11 2007
Anders F Björklund wrote:Gregor Richards wrote:As per usual, more information and downloads are available at: DSSS: http://www.dsource.org/projects/dsss/ Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild Apr 11 2007
Gregor Richards wrote:Posted an rpm spec at http://gdcgnu.sourceforge.net/rebuild.spec Can host the RPM/SRPM too, unless you want to host it on dsource ? Apr 11 2007
I love this stuff, thanks. It looks like rebuild 0.14 is still distributed with dsss 0.57, at least for the win package I downloaded. Apr 11 2007
Lutger wrote:I love this stuff, thanks. It looks like rebuild 0.14 is still distributed with dsss 0.57, at least for the win package I downloaded. Apr 11 2007
Gregor Richards wrote:Lutger wrote:I love this stuff, thanks. It looks like rebuild 0.14 is still distributed with dsss 0.57, at least for the win package I downloaded. Apr 11 2007
Gregor Richards wrote:DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software. Apr 11 2007
DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software. Since Walter had the audacity to release DMD 1.011 three hours after my release of DSSS 0.57 and rebuild 0.15, I had to make a new release for compatibility :) The only difference between 0.57/0.15 and 0.58/0.16 is that the DMD frontend used by rebuild has been updated to DMD 1.012, for compatibility purposes. As per usual, more information and downloads are available at: DSSS: http://www.dsource.org/projects/dsss/ Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild - Gregor Richards Apr 12 2007
DSSS, the D Shared Software System, is a tool to ease the building,
installation, configuration and acquisition of D software.
As well as fixing some bugs, this release of DSSS adds automatic
documentation support to DSSS. It contains a
(with-permission-and-encouragement) fork of candydoc, and can generate
documentation in pretty format for any library with ddoc comments.
I will soon upload automatically-generated ddocs of all the
dsss-net-installable libraries I can.
The changelog:
- Made it possible to install list.list to /etc rather than
<prefix>/etc
- Rebuild: Added a man page.
- Rebuild: Made (independent) installation a bit more configurable.
- Added support for one-module [source]libraries.
- Integrated candydoc.
- Added --doc option, to automatically generate documentation
for all
[source]libraries.
As per usual, more information and downloads are available at:
DSSS: http://www.dsource.org/projects/dsss/
Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild
- Gregor Richards
Apr 14 2007
On Sat, 14 Apr 2007 14:00:39 -0700, Gregor Richards wrote: Apr 14 2007
DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software. Rebuild 0.17 had a segfault bug. This release just fixes that. As per usual, more information and downloads are available at: DSSS: http://www.dsource.org/projects/dsss/ Rebuild: http://www.dsource.org/projects/dsss/wiki/Rebuild - Gregor Richards Apr 14 2007
Gregor Richards wrote:DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software. Apr 15 2007
Not that rebuild is hard to make for Mac OS X, but I put a binary up: http://sf.net/project/showfiles.php?group_id=135857&package_id=228665 Apr 17 2007
|