aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lddtree: add GNU to the LINUX/SYSV/NONE compat set #464380 by cmuelle8Mike Frysinger2013-04-071-3/+3
* lddtree.py: only auto-prefix paths w/ROOT if the path is absoluteMike Frysinger2013-04-051-3/+6
* lddtree: update copyright linesMike Frysinger2013-04-051-4/+4
* lddtree.py: use option groups for --copy-to-tree flagsMike Frysinger2013-04-031-19/+23
* lddtree.py: drop superfluous () around help stringsMike Frysinger2013-03-281-14/+14
* lddtree.py: handle the case where `realpath` is not available (like small ini...Mike Frysinger2013-03-281-3/+8
* lddtree.py: add documentation/checks on --bindir/--libdir flagsMike Frysinger2013-03-281-4/+22
* lddtree.py: use 0o for octal prefix for python3 compatMike Frysinger2013-03-271-3/+3
* lddtree.py: add --copy-non-elfs to simplify copying of lots of filesMike Frysinger2013-03-271-2/+17
* lddtree.py: use glob.iglob, and warn when no paths were matchedMike Frysinger2013-03-271-3/+12
* lddtree.py: support globs on the command lineMike Frysinger2013-03-271-12/+16
* lddtree.py: add --bindir/--libdir options to support collapsing the outputs d...Mike Frysinger2013-03-261-15/+36
* lddtree.py: do not try and wrap static ELFsMike Frysinger2013-03-261-2/+7
* lddtree.py: add a --generate-wrappers option for automatically wrapping execu...Mike Frysinger2013-03-261-19/+93
* lddtree.py: when using --root, stop copying files into the output using that ...Mike Frysinger2013-03-251-7/+30
* lddtree.py: fix help text w/--root optionMike Frysinger2013-03-241-3/+3
* lddtree.py: have main() process all args given it rather than worrying about ...Mike Frysinger2013-03-241-5/+3
* lddtree.py: convert from tabs to two space indents to keep pylint happy, and ...Mike Frysinger2013-03-231-390/+391
* lddtree.py: relicense to BSD-3 to make Debian licensecheck.pl stfuMike Frysinger2013-03-211-3/+3
* lddtree.py: fix a few random pylint warningsMike Frysinger2013-03-211-6/+6
* lddtree.py: get it working under python-3 #452178Mike Frysinger2013-03-211-8/+13
* lddtree.py: leverage the rpaths from the main executable to better locate lib...Mike Frysinger2013-01-051-3/+15
* lddtree.py: fix typo found by pyflakesMike Frysinger2012-12-141-3/+3
* lddtree.py: even simpler CompatibleELFs by David JamesMike Frysinger2012-11-261-19/+10
* lddtree.py: simplify osabi compat logic a bit with suggestion from David JamesMike Frysinger2012-11-241-5/+4
* lddtree.py: simplify ldpath uniqification with algo by David JamesMike Frysinger2012-11-241-12/+12
* lddtree.py: handle $ORIGIN in the middle of paths as pointed out by David JamesMike Frysinger2012-11-241-5/+7
* lddtree.py: fix indentation in previous commitMike Frysinger2012-11-171-4/+4
* lddtree.py: clear _all_libs state at initial state to avoid recursive state m...Mike Frysinger2012-11-161-2/+4
* lddtree.py: warn if opening ld.so.conf fails (ignoring missing files)Mike Frysinger2012-11-151-4/+6
* lddtree: implement $ORIGIN supportMike Frysinger2012-11-151-6/+8
* lddtree.py: add root to displayed interp pathMike Frysinger2012-11-151-4/+5
* lddtree.py: avoid shadowing global "file"Mike Frysinger2012-11-151-27/+28
* lddtree.py: break ldpath setup out so other modules can use it, fix set handl...Mike Frysinger2012-11-151-25/+42
* lddtree.py: add a --copy-to-tree option so people can quickly copy ELFs and t...Mike Frysinger2012-11-131-43/+100
* lddtree.py: fix option renameMike Frysinger2012-11-131-5/+5
* lddtree: add a --list option so scripts can parse the output easilyMike Frysinger2012-11-131-5/+18
* lddtree.py: add a --version flagMike Frysinger2012-11-121-1/+10
* lddtree.py: initial version of lddtree in python using pyelftoolsMike Frysinger2012-11-121-0/+354