| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
daemon
|
|
|
|
|
|
|
|
|
|
| |
Required all new bytecode strings.
Some reformatting done (this is not a full formatting run).
Partial fix for #4162, do not close only for this PR.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
exception and handling in calling function
|
|\
| |
| |
| | |
ninja_always_execute
|
| |\ |
|
| | |\
| | | |
| | | | |
Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENERATORS
|
| | | |
| | | |
| | | |
| | | | |
SHELL_ENV_GENERATORS.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
SHELL_ENV_GENERATORS
|
| | |\ \ |
|
| | | |\ \
| | | | | |
| | | | | | |
Improve variantdir docs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reorder some bits, add some explantaions, include example of
passing different environments to subsidiary SConscript.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |\ \ \
| | | | |/ /
| | | |/| | |
MSVC environment vars cache warning for incompatible format
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
overwritten.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | |/
| | | |/|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Minor changes: the spelled-out name of the tool as used in SCons docs
was not the same as the manpage uses, and it was repeated a bunch of
times spelled out for no good reason. Just turned it all into uses of
&swig; entity.
A bit of tweaking of some of the entries. SWIGCXXFILESUFFIX had a
copy-paste error, it referred to CFILESUFFIX instead of CXXFILESUFFIX.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A couple of unittest methods that a few SCons tests use have
been marked deprecated in Python 3.11, with replacements provided.
Partial fix for #4162, do not close just off this PR.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
wait_for_process_to_die(pid)
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | |/
| | |/|
| | | | |
feature/minor_java_improvements
|
| | |\ \
| | | | |
| | | | | |
Tweak the MSVC environment vars cache
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It doesn't need to be named .scons_msvc_cache.json, does not feel
like it's really a "hidden" file, it'a a cache. Already renaming
in this PR (adding the .json suffix) so sneak this change in as well.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
|
| | | | | |
|
| | | |\ \ |
|
| | | |\ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adapt previous change so if cache entry tools dir is empty, don't
invalidate the entry, it's an old compiler that doesn't add this info
(we always add it, if it didn't come from the batch file it will be an
empty list). We don't want to force that case to recalculate, or the
value of the cache is lost for those compilers.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Sharpened up the descriptions of the change in PR 4111.
Changed the opening of the cache file to use pathlib functions.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Now performs a sanity check: if the retrieved tools path does not exist,
consider the entry invalid so it will be recomputed.
- The dictionary key, which is the name of a batch file, is computed
a bit differently: the dashes are left off if there are no arguments.
- The cachefile is changed to have a .json suffix, for better recognition
on Windows systems.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |\ \ \ \ \ |
|
| | | |\ \ \ \ \
| | | | | |_|/ /
| | | | |/| | |
| | | | | | | | |
Manually resolve conflicts in RELEASE.txt
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
resolution.
|
| | | |\ \ \ \ \
| | | | | |_|_|/
| | | | |/| | | |
|
| | | |\ \ \ \ \ |
|
| | | |\ \ \ \ \ \ |
|
| | | |\ \ \ \ \ \ \ |
|
| | | |\ \ \ \ \ \ \ \ |
|