Hi Marc
On 17/02/15 09:40, Marc Dietrich wrote:
> This adds clang/gcc visibility macro detection to configure and util/macros.h.
> This is can be used to conveniently add e.g. a "HIDDEN" attribute to a
> function.
>
I believe this should be OK to go in regardless of the status of patch
2. There
On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek wrote:
> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
>> This adds clang/gcc visibility macro detection to configure and
>> util/macros.h.
>> This is can be used to conveniently add e.g. a "HIDDEN" attribute to a
>> function.
>>
>> Signed-
On Wed, Feb 18, 2015 at 6:03 AM, Sedat Dilek wrote:
> On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek wrote:
>> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
>>> This adds clang/gcc visibility macro detection to configure and
>>> util/macros.h.
>>> This is can be used to conveniently add
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
> This adds clang/gcc visibility macro detection to configure and util/macros.h.
> This is can be used to conveniently add e.g. a "HIDDEN" attribute to a
> function.
>
> Signed-off-by: Marc Dietrich
> ---
> v2: use VISIBILITY_*FLAGS instead
This adds clang/gcc visibility macro detection to configure and util/macros.h.
This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function.
Signed-off-by: Marc Dietrich
---
v2: use VISIBILITY_*FLAGS instead of *FLAGS directly
v3: no change
configure.ac | 28 ++--