summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Replaced 'bare excepts', now catching Exception.Dirk Baechle2020-06-202-12/+8
| * | | Added Sphinx support to the 'build' Docker images.Dirk Baechle2020-06-203-7/+4
| * | | Updated generated doc files and user manual.Dirk Baechle2020-06-208-1186/+1177
| * | | Fixed Sets/Uses links in generated doc files.Dirk Baechle2020-06-206-24/+18
| * | | Added a specialized Manpage builder for lxml (Docbook).Dirk Baechle2020-06-191-2/+32
| * | | First set of changes, started to rip out libxslt2.Dirk Baechle2020-06-197-576/+209
* | | | Merge pull request #3701 from jcbrill/msvc-detectionWilliam Deegan2020-06-212-31/+60
|\ \ \ \
| * | | | rework changes to be end-user focused [ci skip]Joseph Brill2020-06-171-9/+10
| * | | | updates concerning GH Issue #3699 [ci skip]Joseph Brill2020-06-161-1/+11
| * | | | update comment for vswhere version argumentsJoseph Brill2020-06-161-1/+1
| * | | | Merge branch 'master' into msvc-detectionJoseph Brill2020-06-154-23/+58
| |\ \ \ \
| * | | | | don't exit immediately when vswhere returns no information since there may be...Joseph Brill2020-06-151-1/+1
| * | | | | fix erroneous indent is os.walk code for cl.exeJoseph Brill2020-06-151-1/+1
| * | | | | The order of results from the vswhere query using "products *" is unreliable ...Joseph Brill2020-06-151-26/+33
| * | | | | Msvc 14.1Exp detection raises an UnsupportedVersion exception due to a missin...Joseph Brill2020-06-151-2/+3
| * | | | | The cl.exe existence check for msvc 6.0 fails due to the case sensitivity of ...Joseph Brill2020-06-151-4/+13
| * | | | | reset_installed_vcs is setting a local variable named __INSTALLED_VCS_RUN rat...Joseph Brill2020-06-151-0/+1
* | | | | | Merge pull request #3705 from mwichmann/test-subdirWilliam Deegan2020-06-2147-216/+246
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix testing subdir usageMats Wichmann2020-06-1947-216/+246
|/ / / / /
* | | | | Merge pull request #3704 from mwichmann/docbook-backoffWilliam Deegan2020-06-174-11/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix docbook 4.5 vs 5 usage [ci skip]Mats Wichmann2020-06-174-11/+9
|/ / / /
* | | | Merge pull request #3702 from bdbaddog/issue_3628_pickle_protocol_to_4William Deegan2020-06-163-2/+15
|\ \ \ \
| * | | | [ci skip] Updated RELEASE.txt and CHANGES.txt with not about need to delete ....William Deegan2020-06-162-1/+11
| * | | | Fix Issue #3628 - limit pickle protocol to 4William Deegan2020-06-162-2/+5
|/ / / /
* | | | Merge pull request #3700 from bdbaddog/issue_3694_comp_db_variantdir_issueWilliam Deegan2020-06-164-3/+161
|\ \ \ \
| * | | | add note about issues fixed in CHANGES.txtWilliam Deegan2020-06-151-1/+1
| * | | | update to fix Issue #3694 properly handle source and output file names with v...William Deegan2020-06-151-2/+2
| * | | | Add test for variant_dir with duplicate=True and FalseWilliam Deegan2020-06-152-0/+158
| | |/ / | |/| |
* | | | Merge pull request #3696 from mwichmann/test-cleanupWilliam Deegan2020-06-157-289/+230
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfix: to get raw data from stdin, use bufferMats Wichmann2020-06-141-3/+1
| * | | Cleanups in tests and in frameworkMats Wichmann2020-06-147-287/+230
* | | | Merge pull request #3698 from bdbaddog/fix_broken_fixture_mylinkWilliam Deegan2020-06-154-23/+58
|\ \ \ \ | |_|/ / |/| | |
| * | | remove context manager from Pipe() broke testsWilliam Deegan2020-06-151-14/+14
| * | | Wrap SCons.Action._subproc() call with 'with' to prevent leaking popen objectWilliam Deegan2020-06-151-13/+14
| * | | Fix test for compilation_db to work on windows and linuxWilliam Deegan2020-06-152-10/+16
| * | | [appveyor skip][travis skip] fix sider warningWilliam Deegan2020-06-151-0/+3
| * | | [appveyor skip][travis skip] fix sider warningWilliam Deegan2020-06-151-3/+3
| * | | Fix fake mylink.py was broken on win32.William Deegan2020-06-141-12/+37
|/ / /
* | | Merge pull request #3697 from bdbaddog/issue_3693_comp_dbWilliam Deegan2020-06-143-13/+13
|\ \ \
| * | | Fix Issue #3693 - doc fixWilliam Deegan2020-06-141-1/+1
| * | | Fix Issue #3693 - change compilation db field 'target' to 'output' per specWilliam Deegan2020-06-143-12/+12
|/ / /
* | | Merge pull request #3691 from dirkbaechle/issue3585-docker-filesWilliam Deegan2020-06-1330-0/+662
|\ \ \
| * | | Bumped the Fedora version up to 32.Dirk Baechle2020-06-1214-15/+15
| * | | Moved the Docker files into the testing folder.Dirk Baechle2020-06-1029-0/+0
| * | | Added issue reference to CHANGES.txt.Dirk Baechle2020-06-091-0/+3
| * | | Adding Docker container files for Fedora 30.Dirk Baechle2020-06-0914-0/+279
| * | | Adding Docker container files for Ubuntu 19.10.Dirk Baechle2020-06-0915-0/+380
| |/ /
* | | Merge pull request #3690 from mwichmann/msvc-notesWilliam Deegan2020-06-132-29/+140
|\ \ \
| * | | Tweak MSCommon README a bit [ci skip]Mats Wichmann2020-06-111-52/+51
| * | | msvc: fiddle debugs, add flow descriptionMats Wichmann2020-06-092-29/+141
| | |/ | |/|