SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for scons-4.8.0-1.1.noarch.rpm :

* Mon Jul 08 2024 Andreas Stieger - SCons 4.8.0:
* GetSConsVersion() added to retrieve the SCons version
* Python 3.6 support marked as deprecated Build with Python 3.11 on Leap.
* Improved Dump() json format detail
* Possibly incompatible change: All exceptions during the execution of an Action are now returned by value rather than by raising an exception, for more consistent behavior. With this change, user created Actions should now catch and handle expected exceptions (whereas previously many of these were silently caught and suppressed by the SCons Action exection code).
* AddOption and the internal add_local_option which AddOption calls now recognize a \"settable\" keyword argument to indicate a project-added option can also be modified using SetOption. If you were using ninja and using SetOption() for ninja options in your SConscripts prior to loading the ninja tool, you will now see an error. The fix is to move the SetOption() to after you\'ve loaded the ninja tool.
* Bug fixes and compatible improvements
* Tue Mar 19 2024 Andreas Stieger - SCons 4.7.0
* Add Method unlink_files to TestCmd for cleaning up
* Support LIBLITERALPREFIX
* Update support for D compilers, Java
* Bug fixes and internal improvements
* Tue Mar 28 2023 Andreas Stieger - SCons 4.5.2
* Fix a problem in 4.5.0/4.5.1 where ParseConfig could cause an exception in MergeFlags when the result would be to add preprocessor defines to existing CPPDEFINES
* Wed Mar 08 2023 Andreas Stieger - SCons 4.5.1
* Add ValidateOptions() options supporting ch
* Add experimental NewParallel Job implementation for better scaling highly parallel builds
* Add FILE_ENCODING to allow explicitly setting the text encoding for files written by the Textfile() and Substfile() builders
* Deprecated: The qt tool has been renamed qt3.
* A number of bug fixes and improvements
* Documentation updates
* Mon Oct 10 2022 Andreas Stieger - SCons 4.4.0:
* new functionality, including updated compile tool support, the ability to override the file modification timestamp for zip files, using a custom hash function, updated ninja support, experimental features via the --experimental flag
* many bugfixes, including improved shared library handling, fixes for Fortan and many build tools- drop scons-3.0.0-fix-install.patch in favour of spec construct- switch to smaller tarball, simplifying spec file and build
* Fri Jan 03 2020 Matej Cepl - Switch off tests- Update to 3.1.2 (jsc#SLE-12199, bsc#1169143): - Added debug option \"action_timestamps\" which outputs to stdout the absolute start and end time for each target. - Fix suncxx tool (Oracle Studio compiler) when using Python 3. Previously would throw an exception. Resolved by properly handling tool version string output as unicode. - Resolved a typo in engine.SCons.Tool - Resolved a race condition in multithreaded Windows builds with Python 2 in the case where a child process is spawned while a Python action has a file open. Original author: Ryan Beasley. - Added memoization support for calls to Environment.Value() in order to improve performance of repeated calls. - Update Command() function to accept target_scanner, source_factory, and target_factory arguments. This makes Command act more like a one-off builder. - Added support for \"-imacros\" to ParseFlags - Fix CheckFunc detection code for Visual 2019. Some functions (e.g. memmove) were incorrectly recognized as not available. - Fix stacktrace when using SCons with Python 3.5+ and SunOS/Solaris related tools. - Avoid crash with UnicodeDecodeError on Python 3 when a Latex log file in non-UTF-8 encoding (e.g. containing umlauts in Latin-1 encoding when the fontenc package is included with \\usepackage[T1]{fontenc}) is read. - Improved threading performance by ensuring NodeInfo is shared across threads. Results in ~13% improvement for parallel builds (-j# > 1) with many shared nodes. - Improve performance of Entry.disambiguate() by making check for most common case first, preventing unnecessary IO. - Improved DAG walk performance by reducing unnecessary work when there are no un-visited children. - Replace instances of string find method with \"in\" checks where the index from find() was not used. - CmdStringHolder fix from issue #3428 - Turn previously deprecated debug options into failures: - -debug=tree, --debug=dtree, --debug=stree, - -debug=nomemoizer. - Experimental New Feature: Enable caching MSVC configuration If SCONS_CACHE_MSVC_CONFIG shell environment variable is set, SCons will cache the results of past calls to vcvarsall.bat to a file; integrates with existing memoizing of such vars. On vs2019 saves 5+ seconds per SCons invocation, which really helps test suite runs. - Remove deprecated SourceSignatures, TargetSignatures - Remove deprecated Builder keywords: overrides and scanner - Remove deprecated env.Copy - Remove deprecated BuildDir plus SConscript keyword build_dir - A number of documentation improvements.- scons-src-3.1.2.tar.gz is just renamed documentation for 3.1.1 (upstream hasn’t released new documentation tarball)
* Fri Sep 06 2019 Andreas Stieger - scons 3.1.1:
* Change the default for AppendENVPath to delete_existing=0, so path order will not be changed, unless explicitly set
* Add the textfile tool to the default tool list
* Tue May 21 2019 Tomáš Chvátal - Disable bit more msvc tests as we don\'t care about the fails
* Sat May 18 2019 Andreas Stieger - scons 3.0.5:
* Fixes related to --config=force
* Change the default for AppendENVPath to delete_existing=0, so path order will not be changed, unless explicitly set
* Add the textfile tool to the default tool list
* Fix regex patterns that were not specified as raw strings
* Do not store build host+user name if reproducible builds are wanted
* Tue Mar 26 2019 Tomáš Chvátal - Sort out the bcond_with/without for the multibuild to work properly
 
ICM