| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
in ReleaseConfig
|
| |
|
|
|
|
|
|
|
|
|
| |
Updates docs and code; moves tests to test/Removed/BuildDir/Old.
New tests verify that these can no longer be used.
Along the way a small cleanup in SConscript.py
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\
| |
| | |
Remove deprecated env.Copy()
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Method removed. Test moved to test/Removed/Copy-Method/Old, and new
test added to ensure it takes an AttributeError.
Deprecation warning no longer useful for this one, so removed.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| |/ |
|
| |\
| | |
| | | |
Tweak DefaultEnvironment descriptions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Doc-only change to be more explicit about when the default
construction environment is used, and what it means to call
DefaultEnvironment() - only the first call instantiates it,
later calls return the object.
Fixes #2477
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |/ |
|
|/
|
|
| |
This removes many unnecessary os.stat and related FS IO calls.
|
|\ |
|
| |\
| | |
| | | |
Fix incorrect testing assumptions for Solaris
|
| | | |
|
| |\ \
| | | |
| | | | |
Document that AddOption has limitations
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reword some parts.
Add note to manpage that AddOption does not support matching "abbreviations"
for long option names.
Add note to manpage and user guide that you can't SetOption on
options added via AddOption. (as noted in issue #2105)
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There's debated about whether the generated should be
checked in at all; without an answer to that, they've fallen
far enough out of sync that it becomes harder to use "git diff"
as a spot-check that nothing strange is happening due to any
given doc change. This should resync them to current.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Manpage describes that using spaces between AddOption'd option
and its argument is undefined.
Use Guide goes into more detail, including workarounds.
:: these are not a solution, but do at least reduce the
surprise factor.
(multiple github issues)
Fix tag mismatch in depends.xml introduced by a previous deletion.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |\ \ \
| | | | |
| | | | | |
Align debug action timestamps to existing conventions
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
+ Rename to action-timestamps (from action_timestamps) for
consistency with other compound word options.
+ Put manpage entry in alphabetical order.
+ Describe what option does and shorten it (refers to debug=time
instead of duplicating it)
+ Change prints a bit (and tests to match)
+ Show scons version where added.
+ Slight adjustment to manpage introduction to debug options.
Along the way, fixes a lingering tag mismatch from an earlier
documentation PR.
Updates PR#3456
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This hopefully will fix one unit test that validates that it's a class.
|
| |\ \ \ \ |
|
| | | | | | |
|
| | |\ \ \ \
| | | |/ / /
| | |/| | | |
Allow Command to take more builder options
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | | |
add to change log
add documentation
update test
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This was breaking the tests because it was not clearing the overrides in a
manner consistent with the new logic.
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Python 2 enables handle inheritance by default for child processes. It wasn't
until Python 3.4 that it was disabled. This causes problems because if a Python
action is writing to a file and a child process is spawned at that exact
moment, builds fail because of sharing issues.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* context managers on file r/w + use shutil.copy where it makes sense.
* lxml wants (demands?) that xml files be processed as bytes
* for the phase where we gen the entity files, read as text anyway
* Need to solve a problem where the generated xml is putting the \n in
literally, not evaluating it.
* Fix some examples broken for py3
* Fix more octal constant instances
* Cleanups suggested by PyCharm: staticmethods, two blanks
before class definition, others.
This addresses issues called out in #3300, but is not a complete
solution because the actual doc build step still fails with the
epydoc failures (which aren't directly because of Py3; epydoc
build doesn't work any better on my system with Py3, even with
the forked version with patches).
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Write as raw strings:
Two are docstrings that contain a backslash;
the third is an odd expression parenthesized for no good reason
and containing backslashes.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
for Python 2.7. subproces.Popen() produces bytes without the encoding argument in 3, which is not recognized by 2.7, and doesn't need to be decoded.
|
|\ \ \ |
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Fix crash when Latin-1 encoded Latex log file is read with Python 3
|
| | | | |
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
Python 3 throws a UnicodeDecodeError when reading a non-utf-8 file
in text mode with default (utf-8) encoding. This happens when T1 fontenc is
used in Latex and a warning in the log file contains e.g. umlauts.
Invalid characters are now replaced.
|
| |/
| |
| |
| |
| |
| | |
overrides= and scanner= have been deprecated for over a decade.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
|
| | |
|
| | |
|
|/
|
| |
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html
|
|
|
|
|
|
|
|
|
|
| |
These two have been deprecated since 2010 (about SCons 2.0), commit
935e6985. Methods are removed, setoption for setting them removed, doc is
removed, tests are migrated to test/Removed/*/Old with a sconstest.skip
file so they don't run, and two new tests are added to confirm that
using the functions and setoptions generate exceptions.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
feature [CI Skip]
|
|\
| |
| | |
enable experimental persistent caching of vcvars on win32
|