Joseph Brill

Results 9 issues of Joseph Brill

Prevent overwriting the PCH object node builder/emitter when the PCH source file is included in the source list. Suppress the assignment of the static object builder/emitter when the target is...

MSVC
pch

This PR fixes issues surrounding MSVC detection and user specification of the vswhere executable via the construction variable VSWHERE. This PR is similar to the MSVC detection changes originally proposed...

MSVC

The rendered colors for the `[!IMPORTANT]`, `[!WARNING]`, and `[!CAUTION]` alerts in the `Github Dark` theme appear to be incorrect. See Table 1 below. Markdown Monster \ Version 3.3.6 \ June...

enhancement

Fix MSVS tests and minor changes to Tool/msvs.py. testing/framework/TestSConsMSVS.py: * Add default project GUID * Pass MSVS_PROJECT_GUID via environment * Add AdditionalOptions Condition to expected vcx project file * Fix...

When passing the results of MSVSProject calls that auto build the solution files (i.e., `auto_build_solution=1`), the auto-generated solution files are included in the MSVSSolution generated solution file as Projects due...

When using MSVSSolution with a variant build directory, the actual solution file is generated in the build directory instead of the source directory. The expected result is that a placeholder...

It would be useful to have case-insensitive file name lexicographical orderings for systems where the default file system is case-insensitive (e.g., Windows). Feel free to close this issue if not...

Update the experimental and windows workflow files, add an msvc workflow file, and increase the number of generated files in the ninja iterative speedup test. Changes: * Increase the number...

Prior to this PR, the msvc cache key consists of the msvc batch file and the msvc batch file arguments. However, the cache contents are based on both the shell...