Downloadliste

Projektbeschreibung

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses

MD5 signatures to detect changed file contents

reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily

extensible through user-defined builder and

scanner objects.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-20 16:04
2.0.1

Dies ist der erste Patch-Release in der 2,0-Reihe, die Rückwärtskompatibilität für Python-Versionen Tropfen vor 2.4. Diese Pressemitteilung enthält eine kleine Anzahl von Fehlerbehebungen für MSVC / MSVS / SDK Fragen, Fortran Zusammenstellung und Texas
Tags: stable minor
This is the first patch release in the 2.0 series, which drops backwards compatibility for Python versions prior to 2.4. This release contains a small number of bug fixes for MSVC/MSVS/SDK issues, Fortran compilation, and Tex.

2008-04-19 12:41
0.98.1

Diese Pressemitteilung enthält signifikante Performance-Verbesserungen, flexibler und zuverlässige Erkennung von geänderten Dateien und eine Vielzahl von neuen Features, Fehlerbehebungen und sonstige Änderungen vorbehalten.
This release contains significant performance improvements, more flexible and reliable detection of changed files, and a huge number of new features, fixes, and other changes.

2007-05-29 19:59
0.97

Diese Pressemitteilung enthält eine Vielzahl von Verbesserungen und Fixes seit der letzten öffentlich-Release angekündigt. Bitte beachten Sie die Release-Notes auf der SCons-Website für eine Liste von wichtigen Fragen im Zusammenhang mit Vereinbarkeit Auswirkungen.
Tags: Major feature enhancements
This release contains a huge number of enhancements and fixes since the last publicly-announced release. Please see the release notes at the SCons Web site for a list of important issues with compatibility implications.

2004-08-24 10:04
0.96.1

Verpackung wurde für Mac OS X (Darwin) festgesetzt. Scanning vorkompilierte Header (. Pch)-Dateien wurde behoben. Kopieren Bau-Umgebungen, die ListOption enthalten () Optionen wurde behoben. Visual Studio-Projekt-Dateien, beherbergen heute Räume in ausführbaren Python Wege und Lösungen (. DSW) Dateien GUID-Strings behoben. Delete () übernimmt die Datei oder das Verzeichnis nicht vorhanden, und hat ein neues must_exist Keyword-Argument. SCons können jetzt Paket selbst auf Windows-Systemen. Das Debian-Paket entspricht nun Debian Namensanforderungen. Die scons.bat Datei nicht mehr REM gibt seine Anweisungen.
Tags: Major feature enhancements
Packaging has been fixed for Mac OS X (darwin). Scanning pre-compiled header (.pch) files has been fixed. Copying construction environments that contain ListOption() options has been fixed. Visual Studio project files now accomodate spaces in executable Python paths, and solution (.dsw) files have corrected GUID strings. Delete() handles the file or directory not existing, and has a new must_exist keyword argument. SCons can now package itself on Windows systems. The Debian package now conforms to Debian naming requirements. The scons.bat file no longer prints its REM statements.

2004-08-18 20:17
0.96

Unterstützung für Fortran 90/95 und Shared Libraries unter Mac OS X wurde hinzugefügt. Qt-Unterstützung wurde verbessert. Neue Debugging-und Dateifunktionen Funktionen wurden hinzugefügt. Java kann nun aus mehreren Quellverzeichnisse gebaut werden. -Wa,-Wl, sind Wp, und-pthread Optionen von *- config-Befehle korrekt verarbeitet. Visual Studio PDB-Dateien sind jetzt auf den Link generiert. Dependency Umgang mit generiert. H-Dateien wurde verbessert. Builders jetzt immer wieder Listen der Knoten auf allen Plattformen. Die Dokumentation wurde erweitert. Viele Fehler wurden behoben. Performance-Verbesserungen vorgenommen wurden.
Tags: Major feature enhancements
Support for Fortran 90/95 and shared libraries on Mac OS X has been added. Qt support is improved. New debugging and file manipulation features have been added. Java can now be built from multiple source directories. -Wa, -Wl, -Wp, and -pthread options from *-config commands are handled properly. Visual Studio PDB files are now generated at link time. Dependency handling of generated .h files has been improved. Builders now always return lists of Nodes on all platforms. The documentation has been enhanced. Many bugs have been fixed. Performance improvements have been made.

Project Resources