summaryrefslogtreecommitdiff
path: root/cerbero/tools
AgeCommit message (Expand)AuthorFilesLines
2014-06-06cerbero: close temporary file to delete themAndoni Morales Alastruey1-0/+2
2014-04-11osxrelocator: change lib name when relocating librariesAndoni Morales Alastruey1-1/+5
2014-01-30strip: add support for excluding symbols to stripAndoni Morales Alastruey1-9/+8
2013-11-28desptracker: add new tool to list shared libraries depsAndoni Morales Alastruey1-0/+91
2013-09-28osxuniversalgenerator: Work around broke file on OSX 10.8.5Sebastian Dröge1-1/+4
2013-08-23strip: fix typoAndoni Morales Alastruey1-1/+1
2013-08-23strip: add properties to select the dirs to stripAndoni Morales Alastruey1-2/+7
2013-08-22strip: add a wrapper for striping object filesAndoni Morales Alastruey1-0/+46
2013-04-22osx: Convert absolute paths to relative paths in the OSX file mergerSebastian Dröge1-6/+3
2013-03-07pep8: start fixing several pep8 errorsAndoni Morales Alastruey3-21/+22
2013-02-22libtool: fix libraries extensions for iOSAndoni Morales Alastruey1-1/+1
2012-10-18libtool: use dll.a files in libdir for linking on windowsAndoni Morales Alastruey1-7/+2
2012-10-17libtool: make this tool cross-platformAndoni Morales Alastruey1-3/+16
2012-10-04Merge branch 'android'Andoni Morales Alastruey2-0/+217
2012-10-03libtool: use a template to generate cleaner files and fix minor bugsAndoni Morales Alastruey1-31/+62
2012-09-20libtool: add a cleaner way to set dependenciesAndoni Morales Alastruey1-1/+10
2012-09-14osx: fix apps packagingAndoni Morales Alastruey1-4/+2
2012-09-12pkgconfig: fix typoAndoni Morales Alastruey1-1/+1
2012-09-12libtool: allow None mayor, minor, micro versionsAndoni Morales Alastruey1-11/+24
2012-09-12pkgconfig: add new tool to create pkgconfig filesAndoni Morales Alastruey1-0/+83
2012-09-04libtool: add tool to create libtool librariesAndoni Morales Alastruey1-0/+81
2012-08-25osxrelocator: remove extra parameterAndoni Morales Alastruey1-1/+1
2012-08-25osxrelocator: mfix the recursive relocationAndoni Morales Alastruey1-2/+4
2012-08-24osxuniversalgenerator: handle links with realtive paths correctlyAndoni Morales Alastruey1-5/+9
2012-08-22osxuniversalgenerator: create dir if it doesn't existAndoni Morales Alastruey1-0/+2
2012-08-11osxuniversalgenerator: fix syntax for python 2.6Andoni Morales Alastruey1-1/+4
2012-08-10osxuniversalgenerator: relocate files to merge in a temporary fileAndoni Morales Alastruey1-4/+19
2012-08-10osxrelocator: fix how the library id name is setAndoni Morales Alastruey1-7/+14
2012-08-08osxuniversalgenerator: relocate properly universal objectsAndoni Morales Alastruey1-2/+6
2012-08-08osxrelocator: refactor and add function to relocate a single fileAndoni Morales Alastruey1-29/+35
2012-08-08osxuniversalgenerator: handle properly .pc and .la filesAndoni Morales Alastruey2-13/+14
2012-08-08osxuniversalgenerator: copy .la files tooAndoni Morales Alastruey1-1/+14
2012-08-08osxuniversalgenerator: get the full path of the linkAndoni Morales Alastruey1-1/+1
2012-08-08osxuniversalgenerator: fix handling of symbolic linksAndoni Morales Alastruey1-6/+14
2012-08-08osxuniversalgenerator: remove unused codeAndoni Morales Alastruey1-2/+0
2012-08-08osxuniversalgenerator: remove unused functionAndoni Morales Alastruey1-10/+0
2012-08-08osxuniversalgenerator: fix typoAndoni Morales Alastruey1-1/+1
2012-08-08osxuniversalgenerator: refactor to avoid repeating workThiago Santos1-36/+48
2012-08-08osxuniversalgenerator: handle symlinks betterThiago Santos1-1/+11
2012-08-08tools: adds universal binary generatorThiago Santos1-0/+190
2012-06-07osxrelocator: add new script to relocate binaries with install_name_toolAndoni Morales Alastruey2-0/+130