Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix looking for specific version of libSystem.B.dylib when running on macOS. ↵ | William Deegan | 2019-12-11 | 1 | -6/+12 |
| | | | | Use regex of #.#.# instead | ||||
* | Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to ↵ | William Deegan | 2018-12-10 | 1 | -0/+57 |
| | | | | allow user to disable generating either or both -current_version and/or -compatibility_version to the applelink linker. Updates to docs. Add docstrings to generator functions | ||||
* | flake8 fixes | William Deegan | 2018-12-09 | 1 | -5/+7 |
| | |||||
* | Allow test to function minus otool verification on non mac platforms | William Deegan | 2018-12-07 | 1 | -37/+41 |
| | |||||
* | Skip APPLELINK* testing if not on mac | William Deegan | 2018-12-07 | 1 | -39/+39 |
| | |||||
* | Fix GH issue #3241 - Support -compatability_version and -current_version ↵ | William Deegan | 2018-12-06 | 1 | -2/+46 |
| | | | | flags propagating to linker for shared libraries. Derive them from SHLIBVERSION if not independantly specified | ||||
* | move applelink test to use directory fixture | William Deegan | 2018-12-05 | 1 | -24/+2 |
| | |||||
* | Fix applelink test to work on win32 | William Deegan | 2018-09-27 | 1 | -2/+1 |
| | |||||
* | fix test so it should run on any platform | William Deegan | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH | William Deegan | 2018-09-23 | 1 | -0/+70 |