summaryrefslogtreecommitdiffstats
path: root/SCons/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* updates for 4.9.1 releaseWilliam Deegan2025-03-271-4/+4
|
* updatesWilliam Deegan2025-03-021-3/+3
|
* updates for releaseWilliam Deegan2025-03-021-5/+5
|
* Updates for 4.8.1 release4.8.1William Deegan2024-09-041-4/+4
|
* 4.8.0 updates4.8.0William Deegan2024-07-071-4/+4
|
* Rel 4.7.0 final changesWilliam Deegan2024-03-181-5/+5
|
* post release updatesWilliam Deegan2023-11-201-4/+4
|
* 4.6.0 final changes4.6.0William Deegan2023-11-201-3/+3
|
* Updates to RELEASE.txt including notice about switching default parallel ↵William Deegan2023-11-201-4/+4
| | | | scheduler in next major release
* Updates to make ready for mergingWilliam Deegan2023-10-291-5/+5
|
* Initial support for writing --debug=time, count into a JSON fileWilliam Deegan2023-06-041-3/+3
|
* added --debug=json, which will dump object counts and memory into ↵William Deegan2023-04-221-5/+5
| | | | scons_stats.json in invocation directory
* 4.5.1 release items4.5.1William Deegan2023-03-071-4/+4
|
* updates4.5.0William Deegan2023-03-051-3/+3
|
* Post build commits for 4.5.0William Deegan2023-03-051-5/+5
|
* Fixes to installation script. Text to README.txtWilliam Deegan2022-11-131-4/+4
|
* Added throw_exception parameter to ValidateOptions() which allows you to ↵William Deegan2022-08-151-3/+3
| | | | select either have ValidateOptions() issue error message and exit,or throw an exception and then you can handle it your own way. per dmoody's sugguestion
* Add ValidateOption() API which validates that all command line options are ↵William Deegan2022-08-131-4/+4
| | | | either SCons specified or specifie by AddOption calls. It will error out if there are any unknown options. Resolves Issue #4187
* updates for 4.4.0William Deegan2022-07-301-3/+3
|
* Updates for 4.4.0 releaseWilliam Deegan2022-07-301-4/+4
|
* Fix sphinx version < 5.1.0. For now 5.1.0 breaks the sphinx api buildWilliam Deegan2022-07-251-7/+7
|
* 4.3.0 updates4.3.0William Deegan2021-11-171-6/+6
|
* final versioning info for 4.2.04.2.0William Deegan2021-08-011-3/+3
|
* updated __init__.pyWilliam Deegan2021-07-241-4/+4
|
* misc updates to man/users guide copyright formatting. Minor updates to ↵William Deegan2021-07-181-3/+3
| | | | update-release-info to use 'Released: <date here>' instead of range of years.
* Address mwichmann's comments on PR. Mostly doc and a few import related code ↵William Deegan2021-05-301-3/+3
| | | | changes
* Update generated docs. They were broken [skip appveyor][skip travis]William Deegan2021-04-181-5/+5
|
* Add support for TARGET.relpath propertyDillan Mills2021-03-181-5/+5
|
* update example to simplify map_filename and relocate emitter to after that ↵William Deegan2021-02-261-4/+4
| | | | variable is set as it uses it
* Bump version to 4.1.0.post1 and fix non-wheel packaging of manpages4.1.0.post1William Deegan2021-01-201-4/+4
|
* update API doc version to 4.1.0 and add some more dependencies on the api ↵4.1.0William Deegan2021-01-191-3/+3
| | | | target to include the sphinx config files
* Updated __init__.py with 4.1.0William Deegan2021-01-191-5/+5
|
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-211-3/+3
|
* scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheelWilliam Deegan2020-10-091-4/+4
|
* 4.0.1 updatesWilliam Deegan2020-07-171-4/+4
|
* Fix version info in scons-local package scriptsWilliam Deegan2020-07-061-3/+3
|
* final 4.0.0 commitWilliam Deegan2020-07-041-3/+3
|
* fix scons --version and packagingWilliam Deegan2020-07-041-3/+3
|
* 4.0.0 releaseWilliam Deegan2020-07-041-4/+4
|
* Add sepearat pypi README-package.rst for pypi's long description textWilliam Deegan2020-07-041-4/+4
|
* clean up sider/flake8 warningsWilliam Deegan2020-06-301-4/+4
|
* have scripts use central SCons.__init__.py's __version__,etcWilliam Deegan2020-06-301-6/+6
|
* All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-301-48/+8
|
* Add copyright stringWilliam Deegan2020-06-291-1/+1
|
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+49
with current python packaging practices