Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-204.6.0 final changes4.6.0rel_4.6.0William Deegan
2023-11-20Updates to RELEASE.txt including notice about switching default parallel sche...William Deegan
2023-11-19reorder 4.6.0 release notes to have contributors by last name orderWilliam Deegan
2023-11-19Regenerated docs for 4.6.0 release.William Deegan
2023-11-18Merge pull request #4441 from mwichmann/doc/pch-usageWilliam Deegan
2023-11-07Update documentation of PCH builderMats Wichmann
2023-10-30Merge pull request #4429 from mwichmann/feature/libliteralWilliam Deegan
2023-10-30defined LIBLITERALPREFIX for gnulinkWilliam Deegan
2023-10-30Merge pull request #4439 from bdbaddog/debug-sconscriptWilliam Deegan
2023-10-30[ci skip] Fix typo in CHANGES/RELEASEWilliam Deegan
2023-10-29Merge pull request #4432 from jcbrill/jbrill-msvc-clsearchWilliam Deegan
2023-10-29Updates to make ready for mergingWilliam Deegan
2023-10-29Annotated CHANGES/RELEASE with issue these changes fixWilliam Deegan
2023-10-29Migrate LIBLITERALPREFIX test to file with same nameWilliam Deegan
2023-10-28Typo in CHANGES.txtStenGruener
2023-10-28adding info to the man page, changed debug keyStenGruener
2023-10-28adding unit test, --debug flag, comments in changes.txtStenGruener
2023-10-28Merge branch 'master' into feature/libliteralMats Wichmann
2023-10-28Fix library literal prefix codeMats Wichmann
2023-10-28switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan
2023-10-28Add LIBLITERAL to support gcc -l:filenameMats Wichmann
2023-10-27Adding tracing of scons script callsStenGruener
2023-10-18Merge pull request #4436 from mwichmann/java21William Deegan
2023-10-18Add support for Java 21Mats Wichmann
2023-10-17Merge pull request #4435 from mwichmann/maint/httprefsWilliam Deegan
2023-10-17Elminate http: referencesMats Wichmann
2023-10-16Merge pull request #4433 from jcbrill/jbrill-mscommon-debugWilliam Deegan
2023-10-16Merge pull request #4434 from jcbrill/jbrill-msvc-normalizeWilliam Deegan
2023-10-15Remove redundant os.path.normcase invocation in SCons/Tool/MSCommon/MSVC/Util...Joseph Brill
2023-10-15Internal updates to MSCommon/MSVC/Util.py and MSCommon/MSVC/Config.py.Joseph Brill
2023-10-15Updates to CHANGES.txt and RELEASE.txt.Joseph Brill
2023-10-15Merge branch 'master' into jbrill-msvc-clsearchJoseph Brill
2023-10-15Merge branch 'master' into jbrill-msvc-normalizeJoseph Brill
2023-10-15Merge pull request #4423 from mwichmann/maint/new-subprocWilliam Deegan
2023-10-15Merge pull request #4428 from mwichmann/testing/fwfixWilliam Deegan
2023-10-15Merge pull request #4430 from mwichmann/test/asmWilliam Deegan
2023-10-15Merge pull request #4431 from jcbrill/jbrill-msvc-toolimportsWilliam Deegan
2023-10-15Replace process_path with normalize_path in MSCommon/MSVC/Util.pyJoseph Brill
2023-10-13Add a custom formatter to the MSCommon/common.py debug logging that accepts a...Joseph Brill
2023-10-13Rework msvc cl not found warning message order and construction.Joseph Brill
2023-10-12Adjust the final compiler executable search and warning message when setting ...Joseph Brill
2023-10-11Change the module imports from relative imports to top-level absolute imports...Joseph Brill
2023-10-11Update assembly code in one testMats Wichmann
2023-10-06Fixup one test framework test [skip appveyor]Mats Wichmann
2023-10-05Merge pull request #4425 from mwichmann/main/scons-msvclockWilliam Deegan
2023-10-04Further mod on msvc config cache lockingMats Wichmann
2023-10-04Make sure scons_subproc_run test also passes on py3.6Mats Wichmann
2023-10-04scons_subproc_run: update docstrings, add testsMats Wichmann
2023-09-27Fix some problems in new scons_subproc_runMats Wichmann
2023-09-23Merge pull request #4422 from mwichmann/doc/scons_subprocWilliam Deegan