Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Ceci est la version patch premier de la série 2.0, qui tombe compatibilité descendante pour les versions de Python antérieures à la 2.4. Le présent communiqué contient un petit nombre de corrections de bogues pour MSVC / questions SVSM SDK /, compilation Fortran, et Tex
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

Ce communiqué contient des améliorations significatives de performance, plus souple et fiable de détection des fichiers modifiés, et un grand nombre de nouvelles fonctionnalités, des corrections, et d'autres changements.
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

Ce communiqué contient un grand nombre d'améliorations et corrections depuis la dernière version a annoncées publiquement. S'il vous plaît voir les notes de publication sur le site Web SCons pour une liste de questions importantes avec des implications de compatibilité.
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

L'emballage a été fixé pour Mac OS X (Darwin). Numérisation de pré-compilé en-tête (. PCH) des fichiers a été corrigé. Copie de la construction des environnements qui contiennent ListOption () options a été fixé. Projet Visual Studio fichiers maintenant accueillir des espaces dans les chemins exécutable Python, et la solution (. DSW) dossiers ont corrigé les chaînes GUID. Supprimer () gère le fichier ou le répertoire existant pas, et dispose d'un argument nouveau mot-clé must_exist. SCons pouvez maintenant lui-même paquet sur les systèmes Windows. Le paquet Debian est maintenant conforme aux exigences de nommage Debian. Le fichier scons.bat n'imprime plus de ses états REM.
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

Soutien à Fortran 90/95 et les bibliothèques partagées sur Mac OS X a été ajoutée. Qt support est améliorée. Fonctions de manipulation de débogage et de fichiers ont été ajoutés. Java peut désormais être construite à partir des répertoires de sources multiples. -Wa,-Wl,-Wc, et des options de pthread *- config à partir de commandes sont traitées correctement. Visual Studio fichiers PDB sont maintenant générés au moment de lien. Dependency handling généré des fichiers. H a été améliorée. Constructeurs maintenant revenir toujours des listes de noeuds sur toutes les plateformes. La documentation a été améliorée. De nombreux bugs ont été corrigés. Améliorations de performance ont été réalisés.
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