| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The only wording changes of any note are for the link tool,
where it is suggested POSIX users don't fiddle with LINK
and SHLINK.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
|\
| |
| | |
The XSLT stylesheet file is now initialized to an env.File() Node, such that dependencies work correctly in hierarchical builds.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The XSLT stylesheet file is now initialized to an env.File() Node, such that
dependencies work correctly in hierarchical builds. (Refer to e63d742d2026 of the old https://bitbucket.org/dirkbaechle/scons_docbook
repo.)
|
|\ \
| | |
| | | |
Bump lxml from 4.6.2 to 4.6.3
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | | |
Add a __iadd__ method to CLVar to support inplace adds
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Drop the local CLVar class from EnvironmentTests
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Stop stripping INSTALLSTR
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Deprecate Python 3.5.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The install module now calls the substitution routine with
a raw argument.
Fixes issue 2018
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
The one from Util is almost the same, and the tests should
be stressing the "real" one anyway.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a test for in-place adding of a string containing multiple words.
The CLVar testcase in UtilTests is converted to use multicharacter
argument words to tickle the parent class's tendency to do "list()"
directly on an argument - overriding that behavior, but only for
strings, is the whole purpose of the class. That is,
"bbb" should not become ['b', 'b', 'b'] but instead ["bbb"].
We wouldn't see if that was happening when all the words in the
test were single-character.
Fixes #2399
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Remove old deprecated construction variables
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As listed in #1954, these have been deprecated in docs for
a long time. These six are tool-specific, PDFCOM in dvipdf;
WIN32_INSERT_DEF, WIN32DEFPREFIX, WIN32DEFPREFIX, WIN32DEFSUFFIX
WIN32EXPPREFIX, WIN32EXPSUFFIX all in mslink. All had replacement
names introduced a decade or more ago.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Add support for (TARGET/SOURCE/TARGETS/SOURCES/CHANGED_TARGETS/CHANGED_SOURCES).relpath property
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
fixture with actual dirs and files. Also add SOURCE.relpath, so singular case is also tested
|
| | |
| | |
| | |
| | | |
fix copyright text block to be the current preferred version
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Change site-dir arg handling
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Skip empty cmdline args as targets
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, quoted empty arguments like '', '""', "''" were
added to targets, which had some side effects - a blank would
eventually turn into a Node for the top directory, meaning
Default calls were ignored since a target is specified and
thus the whole tree will be built.
Fixes #2986
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
chat discussion: this should work to not use a site_dir:
$ export SCONSFLAGS=--site-dir=foo
$ scons --no-site-dir
Commit changes the two options to write to the same variable,
so "last one on command line wins" works out. Added a test for
this to test/site_scons/site-dir.py.
Manpage updated to clarify the order of considering SCONSFLAGS,
since order does matter.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
djh82/bugfix/implicit_command_dependencies_false_like_values
fix: allows IMPLICIT_COMMAND_DEPENDENCIES to have false-like values s…
|
|/ / |
|
|\ \
| | |
| | | |
Fix some tests copyright text
|
|/ / |
|
|\ \
| | |
| | | |
added support for 10+ args with batch file
|
| |/ |
|
|\ \
| | |
| | | |
Don't chop some shlib names in _get_shlib_stem and adjustixes
|
| |\ \ |
|
| | |\ \
| | | | |
| | | | | |
Fix test to work on windows where the default SHLIBPREFIX is empty string
|