ダウンロードリスト

プロジェクト概要

SConsは、Pythonによって実装されたソフトウェア構築ツール(Makeの代替ビルドツール )です。他のソフトウェアに組み込むためのモジュールをつくる機能を持っています。SConsの設定は、ビルドエンジンAPIと呼ばれるPythonのスクリプトを用います。自動的に依存関係をスキャンし、ビルドツリー上のグローバルな依存関係を維持することができます。またMD5署名を利用し、ファイルの変更を確実に判断します。タイムスタンプを利用することもできます。またSConsはパラレルビルドをサポートし、それはユーザ定義のビルダーオブジェクトとスキャナーオブジェクトによって簡単に拡張できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2010-08-20 16:04
2.0.1

これは、2.4より前のバージョンのPythonの後方互換性をドロップ2.0系列の最初のパッチリリースです。このリリースでは、MSVCの/ MSVS / SDKの問題は、Fortranのコンパイルのバグ修正の数が少ないが含まれており、テキサス州
タグ: 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

このリリースでは、その他の変更が大幅なパフォーマンスの向上、より多くの柔軟性と信頼性の高い変更されたファイルの検出、および新機能、修正、膨大な数が含まれます。
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

このリリースでは、最後に公に発表したリリース以来、機能強化や修正の膨大な数が含まれます。ください互換性の意味で重要な問題のリストについては、SConsはWebサイトでは、リリースノートを参照してください。
タグ: 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

梱包のMac OS X(Darwin)に固定されている。事前走査でコンパイルされたヘッダーファイル(。PCH)を固定されているファイルです。そのListOptionが含まれてコピー建設環境()オプションは固定されている。 Visual Studioプロジェクトをすぐに実行可能なPythonのパスにスペースに対応、ファイル、およびソリューション(。DSWの)ファイルのGUIDを文字列を修正しました。 ()は、ファイルまたはディレクトリが存在しないと、新しいmust_existキーワード引数を持つハンドルを削除します。 SConsは現在、Windowsシステム上で自身をパッケージ化できます。 DebianパッケージはDebianでの命名の要件に準拠します。 scons.batもはや印刷はREMステートメントファイルです。
タグ: 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

のFortran 90/95のサポート、およびMac OS X上での共有ライブラリが追加されています。 Qtのサポートが改善されます。新しいデバッグおよびファイル操作機能が追加されている。いまやJavaは、複数のソースディレクトリからビルドすることができます。は- Wa、-アドオンを、- Wpの、および*- configコマンドからの- pthreadオプションが正しく処理されます。 Visual StudioのPDBファイルは、リンク時に生成されます。生成された依存関係の処理。hファイルが改善されている。ビルダーは常にすべてのプラットフォーム上のノードのリストを返します。ドキュメント強化されています。多くのバグが修正されている。パフォーマンスの改善がなされている。
タグ: 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.

プロジェクトリソース