| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also some formatting tweaks, and a couple of typos.
The description of the default tool now lists some
of what that may include.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Remove aegis references fixes issue #2639
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Fix xml entity generation in examples [ci skip]
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #3003: those examples which wanted to generate a phony
address for a Python object were doing so incorrectly, causing
output to end up with &gt; instead of >.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Use "in" in preference to string find method
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
In places where only the found/not found status is needed, use
the membership operator (in) for checks instead - makes for easier
reading and is considered faster for shorter strings.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
request per new github defaults
|
|\ \
| | |
| | | |
Clean up D compiler pages
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Manpage duplicated (triplicated, actually) tons of construction variables
because they were defined in each of the three possible names for the
D compiler. Someone already started a DCommon.xml, this just finishes
off the job of moving them there; the individual compiler-name docs now
do not define any construction vars.
THe ProgramAllAtOnce builder had the same problem, and got the
same treatment.
Note: lots of the cvars don't actually define the term. I don't use D so
I'm not proposing any changes at this time, but it would be simple enough
to merge in some simple wording if someone thinks it's important enough.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Update Dictionary documentation to match implementation [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
And replaces some written out "construction environment"
and "construction variable" uses with existin entities.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Dictionary is now described as returning a dict only if called
with no arguments; if called with arguments it returns a string
or list of strings (matching the implmenentation).
Note env.Dump() only takes zero arguments or one, it it not
documented as taking the multiple keys, so there's less ambiguity
with it.
Some examples twiddled a little, and in a couple of cases
Dictionary is not used any longer - we might as well just index
into the construction environment since that works.
Fixes #3156
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Add VS2019 to appveyor matrix
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
After debugging with some builds turned off for speed, put
back the full matrix:
* test python 3.5 on Visual Studio 2015 image
* test python 2.7, 3.6 on Visual Studio 2017 image
* test python 3.7 on Visual Studio 2019 image
3.6/VS2017 is the only coverage run now.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Don't merge this one: it has debug stuff in it,
and eliminates most appveyor builds
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |/
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Actually say it's the MIT license [ci skip]
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A line "MIT License" is added to the license files, most
places do it this way.
For the benefit of Github, the top-level LICENSE file, which it
looks at but the packaging stuff does not, is filled-in. The
packaging fills in __COPYRIGHT__ from src/LICENSE.txt instead
(and LICENSE-local).
Add a skeletal CONTRIBUTING.md
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Improve threading performance by sharing NodeInfo across threads
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
3.1.1 Release
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Clarify docs about writing your own Builder and link to Action Object…
|
|/ /
| |
| |
| | |
Objects man page
|
|\ \
| | |
| | | |
Document and polish runtest.py
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This is a minor change to runtest, some slight rearrangements,
adding a docstring, clarifying a few comments. The subclass
of Thread is now more precise in following the Thread constructor.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
add -fmerge-all-constants flag to LINKFLAGS
|
| | | |
|
| |\ \ |
|
| | |\ \
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix regression in 3.1.0 with removal of DeciderNeedsNode
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
GH Issue #3303
|
| | | | |
| | | | |
| | | | |
| | | | | |
code
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix some lingering SCons.Errors.EnvironmentError usage
|