summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/symbols.py
Commit message (Expand)AuthorAgeFilesLines
* buildtools: Fix code spellingAndreas Schneider2023-03-281-1/+1
* python: Don't use deprecated escape sequencesAndreas Schneider2023-01-201-2/+2
* wafsamba: introduce SAMBA[3]_PLUGIN()Stefan Metzmacher2021-11-301-5/+5
* wafsamba: introduce require_builtin_deps/provide_builtin_linking/builtin_cfla...Stefan Metzmacher2021-11-301-1/+1
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-131-2/+2
* wafsamba/symbols: change regex to match both rpath and runpath for different ...Joe Guo2019-02-181-2/+3
* wafsamba/symbols: always split Popen output by bytesJoe Guo2019-02-181-1/+2
* waf-py3: Allow waf build --dup-symbol-check to operate in python3Andrew Bartlett2018-12-131-10/+10
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-6/+6
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-3/+4
* build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy2015-09-021-7/+7
* wafsamba: Ignore some more symbols when checking for dupes.Jelmer Vernooij2012-10-111-1/+1
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-1/+1
* build:ignore solaris _GLOBAL_OFFSET_TABLE_ in duplicate symbol checkerAndrew Bartlett2012-05-101-0/+2
* build: Add duplicate symbol checking as part of make testAndrew Bartlett2011-09-081-6/+22
* waf-symbols: don't look for symbol lists in GENERATOR targetsAndrew Tridgell2011-06-101-1/+1
* build: use readelf as a replacement for lddAndrew Tridgell2011-04-131-33/+77
* build: speed up SYMBOLCHECK codeAndrew Tridgell2011-04-131-6/+41
* waf: a better way to detect duplicated symbolsAndrew Tridgell2011-04-061-20/+82
* waf: prevent an error in the symbol checking codeAndrew Tridgell2011-03-231-1/+2
* build: don't display expected duplicate symbolsAndrew Tridgell2011-02-231-1/+6
* build: duplicate symbols between system libraries aren't interestingAndrew Tridgell2011-02-231-0/+10
* build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2011-02-221-9/+36
* build: enhanced the symbolcheck codeAndrew Tridgell2011-02-221-14/+86
* waf: less verbose message for failing to resolve a syslib pathAndrew Tridgell2010-12-011-1/+1
* waf: use Logs.warn() instead of print() in the symbol check codeAndrew Tridgell2010-12-011-1/+1
* waf: added --symbol-check optionAndrew Tridgell2010-10-301-47/+121
* waf: added env.DEVELOPER_MODE flagAndrew Tridgell2010-10-301-0/+308