summaryrefslogtreecommitdiff
path: root/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of debug in Tool init [skip appveyor]Mats Wichmann2022-07-301-19/+19
* Merge branch 'master' into maint/no-load-moduleWilliam Deegan2022-07-191-3/+5
|\
| * Improvements to lex and yacc toolsMats Wichmann2022-06-301-3/+5
* | load_module work: back off zipimport changesMats Wichmann2022-07-191-5/+17
* | zip module loading: fallback for older PythonsMats Wichmann2022-07-171-3/+10
* | Fix sider-discovered problemsMats Wichmann2022-07-171-2/+2
* | Stop using deprecated load_moduleMats Wichmann2022-07-171-46/+21
|/
* find_prorgram_path() can now add discovered pathMats Wichmann2022-06-141-14/+18
* Merge remote-tracking branch 'upstream/master' into feature/minor_java_improv...William Deegan2022-05-141-1/+1
|\
| * Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-041-1/+1
* | feat: adds minor java improvementsdjh2021-07-051-2/+6
|/
* Tweak env.Tool documentation for clarityMats Wichmann2021-05-241-2/+2
* Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...William Deegan2020-12-261-4/+12
* Update copyrights, remove obsoleted env vars from docs for D compilersWilliam Deegan2020-12-201-17/+18
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-201-6/+5
* Move wix tool into windows tool sectionMats Wichmann2020-11-221-2/+1
* Change erorr in case not-found Tool requestedMats Wichmann2020-09-091-3/+6
* Refactor shared library/module versioning logic to SCons/Tool/linkCommon/William Deegan2020-08-251-480/+5
* [ci skip] Fix docstring, was comment above function previouslyWilliam Deegan2020-08-031-3/+5
* Update docs on Builders, Scanners, EnvironmentMats Wichmann2020-07-171-1/+1
* Merge pull request #3662 from bdbaddog/add_compilation_dbWilliam Deegan2020-06-081-2/+5
|\
| * Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so c...William Deegan2020-05-191-2/+5
* | classes no longer explicitly inherit from objectMats Wichmann2020-05-241-7/+7
|/
* python tool not default + minor wording tweaksMats Wichmann2020-05-091-5/+9
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+1324