| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The somewhat poorly named parse_flags keyword args actually work like
the MergeFlags method - don't just split like the ParseFlags method,
but do the merging as well. Tweak the docs and add a reference to
env.MergeFlags.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sconsign required filename(s) or directory name(s) to do anything,
in their absence it just quits silently. Change so if filename
argument omitted, use the same default as scons - .sconsign.dblite.
print something in case of bad options.
add an extra info line in case the sconsign cannot be read due
to pickle protocol (when py2 used in a place where scons
previously run with py3)
Tweak the manpage a bit.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\
| |
| | |
Improve scons docs regarding Default()
|
| |
| |
| |
| |
| |
| |
| | |
An earlier change updated some examples, this makes some tweaks to
the wording as well for Default, DEFAULT_TARGETS, etc. to clarify.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ |
|
|
|
|
|
|
|
|
| |
map() now returns an interable instead of a list, update
examples which assumed they could just print() the result
of a map().
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\
| |
| | |
Update docs about installing scons3 (issue #3037)
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Installing via pip now preferred; no more native-type
packages (rpm, msi). Python 3 is supported - seemed
one more place was missed that said it had to be Py2.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| |/
| |
| | |
fix_mac_shlibversion_gh_issue_3241
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Two locations which attempt to directly print an item tipped over on py3,
so they now decode().
There seem to be cases where implicit dependencies do not have signatures,
so instead of looping through the dep list and indexing into the signature
list (IndexError), the two lists are now zipped, which means nothing is
printed, but sconsign does not die (the zip technique is used in FS.py
in the engine).
Minor PEP8 changes: spaces around operators; shorter lines; two-blanks
rule around classes/functions. Also unused args changed to _ to show
it was intentional.
Manpage updated slightly - the internal whichdb function explicitly
looks for the .dblite suffix, so the claim that if it's not .dbm it
is assumed to be dblite was not true.
sconsign still will not work on a dblite file which is not suffixed
.dblite, but that is an existing problem, not a newly introduced one.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The definition of the list term "--debug=list"
contains a list of its own; the list tiems
in this list need to have their text contents
wrapped in paragraph tags.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
This warning was never used in the code.
|
|
|
|
| |
hashlib is part of the standard library since Python 2.5, and SCons supports Python 2.7 and later.
|
| |
|
|
|
|
| |
on command line
|
|
|
|
| |
GenerateHelpText() is now actually called.
|
| |
|
| |
|
| |
|
|
|
|
| |
automatically
|
|\
| |
| |
| | |
Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows
|
| | |
|
| |
| |
| |
| |
| | |
This also means an existing empty cache directory will be treated as v2
(which is probably a good idea...)
|
|/ |
|
|\
| |
| |
| | |
Fixed license of SVG titlepage files (#2985)
|
| |
| |
| |
| |
| |
| | |
the Debian packaging context, such that the images allow for commercial use too.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787356 for the original bug description.
|
|/
|
|
| |
https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1
|
| |
|
|
|
|
|
|
| |
process are installed
- fixed refmiscinfo for MAN pages
|
| |
|
|
|
|
|
|
| |
Also added cvar def for STATIC_AND_SHARED_LIBS_ARE_THE_SAME
and removed an errant line break that prevented the doc
from validating.
|
|
|
|
| |
Also cleaned up a couple of doc typos.
|
|
|
|
|
|
| |
- fixed EPUB builder
- corrected anchor style for links in CSS
- documents now include chapter in section numbering
|
|
|
|
|
| |
- added missing icons for XXE4
- adapted schema location, such that the validation works properly in SernaFree and XXE
|
|
|
|
| |
Featherstone
|
|\
| |
| |
| | |
Adding EPUB as output format for documentation
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* Allow multiple options to be specified with --debug=a,b,c
* Add support for a readonly cache (--cache-readonly)
* Always print stats if requested
* Generally try harder to print out a message on build errors
|
| |\ \
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | | |
Setting this will fetch data from the cache but won't update it.
|
|\ \ \
| | |/
| |/| |
|