summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/symbols.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-11wafsamba: Ignore some more symbols when checking for dupes.Jelmer Vernooij1-1/+1
2012-08-21build: Remove special case for the build farmAndrew Bartlett1-1/+1
2012-05-10build:ignore solaris _GLOBAL_OFFSET_TABLE_ in duplicate symbol checkerAndrew Bartlett1-0/+2
2011-09-08build: Add duplicate symbol checking as part of make testAndrew Bartlett1-6/+22
2011-06-10waf-symbols: don't look for symbol lists in GENERATOR targetsAndrew Tridgell1-1/+1
2011-04-13build: use readelf as a replacement for lddAndrew Tridgell1-33/+77
2011-04-13build: speed up SYMBOLCHECK codeAndrew Tridgell1-6/+41
2011-04-06waf: a better way to detect duplicated symbolsAndrew Tridgell1-20/+82
2011-03-23waf: prevent an error in the symbol checking codeAndrew Tridgell1-1/+2
2011-02-23build: don't display expected duplicate symbolsAndrew Tridgell1-1/+6
2011-02-23build: duplicate symbols between system libraries aren't interestingAndrew Tridgell1-0/+10
2011-02-22build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell1-9/+36
2011-02-22build: enhanced the symbolcheck codeAndrew Tridgell1-14/+86
2010-12-01waf: less verbose message for failing to resolve a syslib pathAndrew Tridgell1-1/+1
2010-12-01waf: use Logs.warn() instead of print() in the symbol check codeAndrew Tridgell1-1/+1
2010-10-30waf: added --symbol-check optionAndrew Tridgell1-47/+121
2010-10-30waf: added env.DEVELOPER_MODE flagAndrew Tridgell1-0/+308