summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/ldc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix library literal prefix codeMats Wichmann2023-10-281-1/+1
* switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan2023-10-281-4/+4
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-1/+1
* changed new vars to be DI_FILE_* instead of DINTF*. Updated docs, changes, re...William Deegan2023-06-201-6/+5
* Clean up and simplify logic. TODO: scons -c isn't removing the .di files. Mai...William Deegan2023-06-191-2/+7
* Removed optWithIxes in favour of existing concat function. DINTFDIR is now a ...Alex Burton2023-05-121-3/+2
* Added support for use of .di files, and added tests for three compilers.Alex Burton2023-05-111-4/+10
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-1/+1
* fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and d...William Deegan2021-01-151-13/+2
* Update copyrights, remove obsoleted env vars from docs for D compilersWilliam Deegan2020-12-211-20/+25
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-211-5/+8
* Refactor shared library/module versioning logic to SCons/Tool/linkCommon/William Deegan2020-08-251-8/+2
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+156