index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
suff.c
Age
Commit message (
Expand
)
Author
2020-11-29
make(1): reduce memory allocation in suffix candidate search
rillig
2020-11-29
make(1): reduce memory allocation in suffix rule handling
rillig
2020-11-29
make(1): reduce memory allocation in suffix handling
rillig
2020-11-28
make(1): replace Dir_Destroy with SearchPath_Free
rillig
2020-11-28
make(1): rename some Dir functions to SearchPath
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.implicitParents
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.cohorts
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.order_pred and order_succ
rillig
2020-11-28
make(1): reduce memory allocation for GNode.parents and GNode.children
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-23
make(1): align end-of-line comments with tabs
rillig
2020-11-23
make(1): add HashSet type
rillig
2020-11-23
make(1): fix endless loop when resolving circular suffix rules
rillig
2020-11-23
make(1): make control flow simpler in FindThem
rillig
2020-11-23
make(1): fix DEBUG_SRC logging in FindThem
rillig
2020-11-22
make(1): add high-level API for CandidateSearcher
rillig
2020-11-22
make(1): add CandidateSearcher to resolve transformation rules
rillig
2020-11-22
make(1): add more debugging for searching transformation rules
rillig
2020-11-22
make(1): add debug logging for setting and resetting the main target
rillig
2020-11-22
make(1): rename local variable in UpdateTargets
rillig
2020-11-22
make(1): extract FindDepsLib from FindDepsRegularKnown
rillig
2020-11-22
make(1): rename Candidate.pref to prefix
rillig
2020-11-22
make(1): improve documentation of Candidate fields
rillig
2020-11-22
make(1): extract ExpandMember from FindDepsArchive
rillig
2020-11-22
make(1): extract ExpandAllChildren from FindDepsArchive
rillig
2020-11-22
make(1): extract string handling from Suffix_GetSuffix
rillig
2020-11-22
make(1): rename StrIsPrefix to StrTrimPrefix
rillig
2020-11-22
make(1): fix C99-ism in Suffix_GetSuffix
rillig
2020-11-22
make(1): fix type of local variable in FindDepsRegular
rillig
2020-11-22
make(1): add comment about missing unit test for .MAIN in suffixes
rillig
2020-11-22
make(1): remove last occurrences of Src
rillig
2020-11-22
make(1): clean up comment about single-suffix inference rules
rillig
2020-11-22
make(1): merge functions for suffix handling
rillig
2020-11-22
make(1): clean up comments for Suff_AddInclude and Suff_AddLib
rillig
2020-11-22
make(1): document possible bug in UpdateTarget in suffix handling
rillig
2020-11-22
make(1): rename type SrcList to CandidateList
rillig
2020-11-22
make(1): rename type Src to Candidate
rillig
2020-11-21
make(1): remove module name from local functions in Suff module
rillig
2020-11-21
make(1): remove redundant null check in SuffFindCmds
rillig
2020-11-21
make(1): clean up Suffix_GetSuffix
rillig
2020-11-21
make(1): fix indentation in SuffixList_Insert
rillig
2020-11-21
make(1): make srclist a local variable
rillig
2020-11-21
make(1): improve local variable name in SuffRemoveSrc
rillig
2020-11-21
make(1): move prototype of SuffFindDeps further down
rillig
2020-11-21
make(1): move SuffExpandWildcards further up
rillig
2020-11-21
make(1): document Suffix and Src
rillig
2020-11-21
make(1): improve comment for Suffix_GetSuffix
rillig
2020-11-21
make(1): rename Suff functions whose subject is a single suffix
rillig
2020-11-21
make(1): rename type SuffFlags to SuffixFlags
rillig
2020-11-21
make(1): rename SuffList to SuffixList
rillig
[prev]
[next]