index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
/
slibtool_ar_impl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).
midipix
1
-0
/
+7
2024-02-18
slbt_get_archive_meta(): check whether all object members share binary format.
midipix
1
-0
/
+1
2024-02-17
ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.
midipix
1
-0
/
+5
2024-02-17
internals: slibtool_ar_impl.h: added copyright notice.
midipix
1
-0
/
+6
2024-01-29
slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit.
midipix
1
-0
/
+4
2024-01-29
slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit.
midipix
1
-0
/
+4
2024-01-29
slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit.
midipix
1
-0
/
+4
2024-01-29
slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit.
midipix
1
-0
/
+4
2024-01-29
archiver implementation: move internal macros to the ar internal header.
midipix
1
-0
/
+9
2024-01-28
struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.
midipix
1
-0
/
+2
2024-01-27
struct slbt_archive_meta_impl: added pointer to the associated driver context.
midipix
1
-0
/
+1
2024-01-26
archiver internals: added slbt_archive_member_from_offset().
midipix
1
-0
/
+4
2024-01-26
struct slbt_archive_meta_impl: also store the number of [raw] archive entries.
midipix
1
-0
/
+1
2024-01-26
struct slbt_archive_meta_impl: added internal vector to hold member offsets.
midipix
1
-0
/
+1
2024-01-22
driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity.
midipix
1
-6
/
+0
2024-01-22
ar mode: added --version support.
midipix
1
-0
/
+1
2024-01-22
ar mode: added the -Wcheck command-line action.
midipix
1
-0
/
+1
2024-01-22
slbt_get_archive_meta(): initial implementation.
midipix
1
-0
/
+35
2024-01-22
ar mode: initial driver integration and skeleton implementation.
midipix
1
-0
/
+12