Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-31updates for 4.4.04.4.0rel_4.4.0William Deegan
2022-07-31updates for 4.4.0William Deegan
2022-07-31Updates for 4.4.0 releaseWilliam Deegan
2022-07-31Updates for 4.4.0 releaseWilliam Deegan
2022-07-31Updated autogenerated doc filesWilliam Deegan
2022-07-30Merge pull request #4202 from mwichmann/doc/sphinxconfWilliam Deegan
Fix Sphinx config file error
2022-07-30Merge pull request #4201 from mwichmann/maint/tooldebugWilliam Deegan
Minor cleanup of debug in Tool init [skip appveyor]
2022-07-30Fix Sphinx config file error [skip appveyor]Mats Wichmann
Sphinx is now complaining about not defining a language being illegal. Defined to 'en'. Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-30Minor cleanup of debug in Tool init [skip appveyor]Mats Wichmann
debug messages made consistent in format and output stream usage, and use f-strings for formatting. exception messages formatted with f-strings also. There is no more %-formatting in the file. There is no functional change to this module. Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-27Merge branch 'master' of github.com:SCons/sconsWilliam Deegan
2022-07-27move sphinx to be >= 5.1.1William Deegan
2022-07-26Merge pull request #4197 from mwichmann/doc/CONTRIBWilliam Deegan
Update the CONTRIBUTING file
2022-07-25Put back add-scons-to-PATH option [ci skip]Mats Wichmann
Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-25Merge pull request #4196 from mwichmann/doc/dedent-compdbWilliam Deegan
Dedent some examples in userguide
2022-07-25Sider spotted a typo [ci skip]Mats Wichmann
Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-25Update the CONTRIBUTING file [ci skip]Mats Wichmann
Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-25Dedent some examples in userguide [ci skip]Mats Wichmann
The compilation DB examples in the User Guide are indented with the rest of the text (possibly auto-formatting by an editor), while the scons_example and programlisting XML elements respect formatting, so they should actually be dedented. Example code which is not to be displayed (just used to drive the example generation) don't matter so they were left alone this time. Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-25reorder appveyor matrix to push coverage run to be the last since it always ↵William Deegan
takes the longest
2022-07-25Merge pull request #4174 from jcbrill/jbrill-msvc-batchargsWilliam Deegan
MSVC enhancement to add all remaining msvc batch file command-line options as SCons variables
2022-07-25Fix sphinx version < 5.1.0. For now 5.1.0 breaks the sphinx api buildWilliam Deegan
2022-07-25minor formatting updatesWilliam Deegan
2022-07-25Updated copyright block, minor code fixesWilliam Deegan
2022-07-24fix variable names which were shadowing global/module symbolsWilliam Deegan
2022-07-24Format code via blackWilliam Deegan
2022-07-24Format code via blackWilliam Deegan
2022-07-24Format code via blackWilliam Deegan
2022-07-24refactore to avoid shadowing 'bool' changed variable name to bool_valWilliam Deegan
2022-07-20Merge pull request #4194 from mwichmann/issue/lex-yacc-filesWilliam Deegan
Add lex/yacc filegen consvars
2022-07-20LEX_TABLE_FILE -> LEX_TABLES_FILEWilliam Deegan
2022-07-20Move LEXHEADERFILE, LEXTABLEFILE, YACCHEADERFILE, YACCGRAPHFILE -> separated ↵William Deegan
by underscores for readability
2022-07-19Add lex/yacc filegen consvarsMats Wichmann
lex and yacc tools both got two new construction variables for specifying side-effect creation of additional files, this method avoids the user embedding the options in LEXFLAGS and YACCFLAGS - the latter lets the commands generate the files, but the paths would not be properly relocated by SCons, so if the build was initiated in a subdirectory, the generated files would go into the top directory instead. Fixes #4154 Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-19Merge pull request #4191 from mwichmann/maint/no-load-moduleWilliam Deegan
Stop using deprecated load_module
2022-07-19Merge branch 'master' into maint/no-load-moduleWilliam Deegan
2022-07-19Merge pull request #4183 from mwichmann/maint/lex_yaccWilliam Deegan
Improvements to lex and yacc tools
2022-07-19Update MSCommon/README.rst.Joseph Brill
2022-07-19load_module work: back off zipimport changesMats Wichmann
Apparently, the zipimport code was not intended to load modules (platform, tool) that were stored in individual zipfiles; instead it was added to support scons itself running inside a zipfile in the form of a py2exe bundle. Undid the changes which tried to find a modulename.zip file and load it, and the test in Platform that actually verfied it works, no need to add a new feature nobody is asking for. Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-19Merge pull request #4192 from mwichmann/doc/exec_envWilliam Deegan
[manpage] more on execution environment
2022-07-18Remove sentence that predates file rename. [ci skip]Joseph Brill
2022-07-18[manpage] more on execution environment [skip appveyor]Mats Wichmann
Reworded a bit. Signed-off-by: Mats Wichmann <mats@linux.com>
2022-07-18Convert format from plain text to RST. [ci skip]Joseph Brill
2022-07-18Rename README to README.rst.Joseph Brill
2022-07-18Remove README.rst.Joseph Brill
2022-07-18Revert "Rename README to README.rst and update contents for RST. [ci skip]"Joseph Brill
This reverts commit 4822e9b0663b5ba1b80bf7f6877e442820a55caf.
2022-07-18Rename README to README.rst and update contents for RST. [ci skip]Joseph Brill
2022-07-18Merge branch 'master' into jbrill-msvc-batchargsJoseph Brill
2022-07-18Add MSCommon/README.rst with verbatim content from MSCommon/README. Add ↵Joseph Brill
out-of-date warning to MSCommon/README. [ci skip]
2022-07-18Minor tweaks for readability and consistency.Joseph Brill
2022-07-18Add special case for msvc 14.0 and store/uwp specified via script args and ↵Joseph Brill
sdk specified via construction variable or forced. Revise forced default toolset handling (may have passed default toolset as an argument inadvertently). Add more tests.
2022-07-18Add msvc spectre libs test. Add library path checks to msvc sdk version and ↵Joseph Brill
msvc toolset version tests.
2022-07-17Remove print statement from ScriptArgumentsTests.py.Joseph Brill