summaryrefslogtreecommitdiff
path: root/src/logic/linkcmd/slbt_linkcmd_deps.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-13link mode: properly support dependency derivation in static-only build projects.midipix1-13/+119
2024-03-09slbt_exec_link_create_dep_file(): properly handle 'this dir' build targets.midipix1-0/+2
2024-03-09slbt_exec_link_create_dep_file(): secondary linker paths are double relative.midipix1-3/+53
2024-03-09slbt_exec_link_create_dep_file(): store dependency trace information.midipix1-0/+38
2024-03-08slbt_exec_link_normalize_dep_file(): remove unreachable code path.midipix1-2/+0
2024-03-06link mode: dependency files: normalize linker paths, de-duplicate arguments.midipix1-1/+265
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix1-2/+3
2024-02-10Annual chores.midipix1-1/+1
2024-02-10link mode: move the dependency file logic to its own translation unit.midipix1-0/+329