aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* General cleanupCameron Katri2022-07-063-32/+0
| | | | | | - Remove useless preprocessor directives - Remove -T flag - Remove CommonCrypto dependency (OpenSSL is required anyways)
* Add support for `-arch arch_type` (#10)Cameron Katri2022-03-223-13/+50
| | | | | | | | This is identical to -A except that it uses the name of the arch not the values of the CPU_TYPE/CPU_SUBTYPE. This makes ldid more compatible with Apple's CC tools where this flag is used extensively. Co-authored-by: Nick Chan <towinchenmi@gmail.com>
* docs: document -l and -H for zh_CN and zh_TW (#11)Nick Chan2022-03-222-48/+76
|
* ldid.1: Document -H[sha1 | sha256]Cameron Katri2022-03-201-2/+9
| | | | | While here, remove the warning message that is printed when used. This flag is very useful so this message is removed.
* ldid.1: Document -ICameron Katri2022-03-201-0/+5
|
* Update copyrightCameron Katri2022-02-033-3/+3
|
* ldid.1: Fix modification dateCameron Katri2022-01-303-3/+3
|
* Update manpage translations (#8)Nick Chan2022-01-303-8/+192
| | | | | | * update manpage translations * update README to reflect on manpage translations
* ldid.1: Document -ECameron Katri2022-01-201-6/+19
|
* Cleanup and switch to a Makefile (#7)1Conan2021-11-042-0/+332