summaryrefslogtreecommitdiffstats
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Reproducible builds info updatedMats Wichmann2024-06-041-9/+13
| | | | | | | Just tweaked the readmes (top-level and in the packaging/etc dir) and the site_init script sample itself. Signed-off-by: Mats Wichmann <mats@linux.com>
* Update copyright in README.rst4.7.0William Deegan2024-03-181-1/+1
|
* Change the default to error on missing SConscriptMats Wichmann2023-08-061-1/+1
| | | | | | | | | | | This completes a change begun in 3.0.2, when the behavior changed from "skip silently" to "skip but issue a warning"; that behavior was marked deprecated in 3.1. Use must_exist=False to get the old "skip silently" behavior. Fixes #3958 Signed-off-by: Mats Wichmann <mats@linux.com>
* fix typoThad Guidry2022-12-311-1/+1
|
* Add example site_init.py to propagate SOURCE_DATE_EPOCH from users shell ↵William Deegan2022-11-131-0/+8
| | | | environment to support reproducible builds. This is replacement logic for PR #4239
* Say less about "fix policy" in README [ci skip]Mats Wichmann2022-02-011-7/+4
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Add some more info to the project README. [ci skip]Mats Wichmann2022-01-301-38/+55
| | | | | | Spellcheck. Signed-off-by: Mats Wichmann <mats@linux.com>
* Harmonize pypi readme with github readme [ci skip]Mats Wichmann2021-12-021-5/+16
| | | | | | The two are now back in sync and have only small differences. Signed-off-by: Mats Wichmann <mats@linux.com>
* Trim installation sectionMats Wichmann2021-11-301-16/+14
| | | | | | | | | Removed the various guesses about where scons.exe might go and just refer to pip's message. Added a stub section on Getting Started. Signed-off-by: Mats Wichmann <mats@linux.com>
* Reworked README to be user-levelMats Wichmann2021-11-301-460/+69
| | | | | | Moved the bits about developing SCons itself to CONTRIBUTING. Signed-off-by: Mats Wichmann <mats@linux.com>
* More tweaks to README [ci skip]Mats Wichmann2021-11-291-12/+14
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Minor tweaks - sider fix [ci skip]Mats Wichmann2021-11-291-4/+4
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Revise README.rst [ci skip]Mats Wichmann2021-11-281-110/+133
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-08-011-5/+5
|
* Fix version strings and also git changelogWilliam Deegan2021-08-011-5/+5
|
* Add python 3.5 deprecation notices and update copyright datesWilliam Deegan2021-07-131-3/+7
|
* Update pointers to irc to use libera [ci skip]Mats Wichmann2021-06-211-1/+1
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [ci skip] Add github actions badgeWilliam Deegan2021-01-061-0/+4
|
* Remove references to needing pywin32 from docs and readmesWilliam Deegan2020-10-041-2/+1
|
* README.rst Simplify docs for running from repoanatoly techtonik2020-09-051-19/+6
| | | [skip ci]
* Post relaaseWilliam Deegan2020-07-171-5/+5
|
* Add link to documentation toolchainClemens Tolboom2020-07-141-0/+4
|
* update version #'s in package filesWilliam Deegan2020-07-041-9/+7
|
* update release file namesWilliam Deegan2020-07-041-7/+6
|
* Some more fixups for project directory movesMats Wichmann2020-05-121-38/+42
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-14/+8
| | | | with current python packaging practices
* [ci skip] update README'sWilliam Deegan2020-05-051-138/+22
|
* [ci skip] Update copyright date. Add Mats to list of contributors. Remove ↵William Deegan2020-02-051-6/+2
| | | | tigris announce list reference
* Remove PY 27 from README. Now only PY 3.5+William Deegan2019-12-301-1/+1
|
* Updates for README and logic to upload it to Sourceforge as part of the ↵3.1.2William Deegan2019-12-171-14/+9
| | | | normal upload script
* Update version stringsWilliam Deegan2019-12-171-7/+7
|
* Changes for 3.1.1 release3.1.1William Deegan2019-08-081-7/+7
|
* changes for release 3.1.0William Deegan2019-07-211-7/+7
|
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-261-7/+7
|
* [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-051-7/+7
|
* Update a coupled of README files a bit.Mats Wichmann2019-02-161-13/+13
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge pull request #3275 from dmoody256/more_coverageWilliam Deegan2019-01-291-3/+3
|\ | | | | Switch to codecov
| * switch badge to scons repo, fix mispelling, commented out linux on appveyorDaniel2019-01-201-2/+2
| |
| * swtich to codecov badgeDaniel2019-01-191-3/+3
| |
* | Changes for 3.0.4 release3.0.4William Deegan2019-01-231-1/+1
| |
* | Updated files per ReleaseConfig for 3.0.4 releaseWilliam Deegan2019-01-201-7/+7
|/
* Fix version string from 3.1.0 to 3.0.3William Deegan2019-01-061-7/+7
|
* updates from update-release-info for 3.0.3 releaseWilliam Deegan2019-01-061-7/+7
|
* Updates for 3.0.2 releaseWilliam Deegan2019-01-011-9/+7
|
* Update README.rst. Was missing correct info on python 3.5+ support. [ci skip]William Deegan2018-02-201-29/+23
|
* fixed the coveralls badge to point to master branch, and small change to ↵Daniel Moody2018-01-171-3/+3
| | | | descriction of appveyor link.
* updated badge to point to SCons.Daniel Moody2017-12-221-4/+4
|
* Merge branch 'appveyor' of https://github.com/ajf58/scons into AppveyorCIScriptDaniel Moody2017-12-221-0/+4
|\
| * SVG format for CI badge.Andrew Featherstone2017-12-171-1/+1
| |
| * Add AppVeyor CI status badge to README.rst.Andrew Featherstone2017-12-171-0/+4
| |