Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-051.0.5HEAD1.0.5masterSCG82
2022-12-05Fix missing quotes in one otool call.Gregorio Litenstein
2022-01-28Update version to 1.0.41.0.4SCG82
2022-01-27Also consider reexported dylibsamesgen
2021-12-20Add option to disable ad-hoc codesigningSCG82
2021-12-05Update name of macOS in main.cppRyan Schmidt
2021-11-13Fix signatures, as valid signatures are required on ARM MacsKreeblah
2021-11-11Fix rpath search logicSCG82
2021-11-07Remove 'exit(1)' on fixRpathsOnFile errorSCG82
2021-04-23Set version to 1.0.01.0.0SCG82
2021-03-19Revert to traditional for loop in collectSubDependenciesSCG82
2021-03-18Resolve @loader_path dependencies. Refine recursive search algorithm.SCG82
2021-03-16Update project to C++11 compilationSCG82
2020-10-08Ignore system libraries (fix for macOS 11)SCG82
2020-05-05Quote paths where needed.Dave Page
2020-01-17Merge pull request #50 from SCG82/otool_lauriamg
2020-01-14create changeInstallName functionSCG82
2020-01-11use otool -l instead of otool -L to collect dynamic library dependenciesSCG82
2020-01-02Fix mistake in mapping path of dependent fileSCG82
2019-12-24Merge pull request #46 from SCG82/map-dependenciesauriamg
2019-12-23Map dependencies by fileSCG82
2019-12-23Handle @loader_pathSCG82
2019-12-22Merge pull request #43 from SCG82/SCG82-patch-1auriamg
2019-12-10Add search path arg to README and HelpSCG82
2019-12-10Fix typosSCG82
2019-10-17Add search path argColin Edwards
2018-08-25Don't attempt to copy files if from == toAlex Richardson
2018-06-30Set version to gitQwertyChouskie
2018-05-06Header file is not required on macJames Lovejoy
2018-05-06Added missing includeJames Lovejoy
2018-04-23Fix LC_RPATH for file to fix and its dependenciesPablo Marcos Oltra
2018-04-17Add 'isRpath' definition forgot in PRPablo Marcos Oltra
2018-04-15Add rpath supportPablo Marcos Oltra
2018-04-12Fix 'pathes' typoPablo Marcos Oltra
2018-04-10Avoid adding duplicate symlinks.Thomas Friedrichsmeier
2018-02-23Do not ask for location of missing library if its prefix is supposed to be ig...Jose Santiago
2017-10-27Fix bug with adding symbolic links to the wrong objectJohn Arbuckle
2016-11-08fix paths that contain (but not are) symlinksCaleb Hearon
2015-08-04Add missing cstdio includeMarcel Wysocki
2015-06-02Fix previous commitMarianne Gagnon
2015-05-31Apply patch by ryandesign , fixes #9Marianne Gagnon
2014-05-30Add a right-trim function to allow the Dependency constructor to resolve syml...Curtis Schlak
2014-05-30Initial importMarianne Gagnon