Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-20 | code base: separate slbt_ar_create_mapfile() from slbt_au_output_mapfile(). | midipix | 1 | -111/+0 |
2024-02-19 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _ar_ (in-memory archiver) namespace overhaul. | midipix | 1 | -4/+4 |
2024-02-19 | library api's: _au_ (archiver utility) namespace overhaul. | midipix | 1 | -3/+3 |
2024-02-18 | ar mode: pretty printer: coff archives: filter out __imp_ prefixed symbols. | midipix | 1 | -3/+6 |
2024-02-17 | code base: legacy toolchain accommodation: initialize _all_ struct members. | midipix | 1 | -1/+1 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. | midipix | 1 | -1/+1 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: produce a sorted output by default. | midipix | 1 | -1/+11 |
2024-02-17 | archiver output api: added slbt_create_mapfile(). | midipix | 1 | -6/+33 |
2024-02-17 | archiver output: added slbt_ar_output_mapfile(). | midipix | 1 | -0/+71 |