Commit ba3012e
PARQUET-634: Consistent private linking of dependencies
Link all (static) third-party dependencies privately to not expose their API.
Also combine all static libs containing public interfaces into one. To correctly link against parquet_static from another lib, you still need all thirdparty static libs but at least the main parquet static library is only a single one. Will address the scenario "single static lib with all dependencies included" later once we have visibility macros.
Author: Uwe L. Korn <uwelk@xhochy.com>
Closes apache#120 from xhochy/parquet-634 and squashes the following commits:
7059b74 [Uwe L. Korn] PARQUET-634: Consistent private linking of dependencies
Change-Id: I7d32dc4b129e15109fe5e7003b7401c485c1b8a81 parent b1a816d commit ba3012e
2 files changed
Lines changed: 0 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 18 | | |
32 | 19 | | |
33 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
| |||
0 commit comments