search for: have_visibility

Displaying 8 results from an estimated 8 matches for "have_visibility".

2014 Jul 30
2
[PATCH libdrm] configure: Support symbol visibility when available
...ESULT([yes]), > + [VISIBILITY_CFLAGS=""; AC_MSG_RESULT([no])]); > + > + # Restore CFLAGS; VISIBILITY_CFLAGS are added to it where needed. > + CFLAGS=$save_CFLAGS > + > + if test "x$VISIBILITY_CFLAGS" != x; then > + AC_DEFINE(HAVE_VISIBILITY, 1, [Compiler has -fvisibility support]) > + fi > + > + AC_SUBST([VISIBILITY_CFLAGS]) > +fi > + > AC_SUBST(WARN_CFLAGS) > AC_CONFIG_FILES([ > Makefile > diff --git a/libdrm.h b/libdrm.h > new file mode 100644 > index 000000000000..23926e6f6741 > -...
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
On 30/07/14 11:16, Christian K?nig wrote: > [CCing Emil as well] > > Am 30.07.2014 um 11:38 schrieb Maarten Lankhorst: >> Using -export-symbols-regex all private symbols are hidden, resulting in the >> following changes: > > Wasn't "-export-symbols-regex" exactly that stuff we are trying to avoid in mesa? > IMHO we should try to pick up Thierry
2014 Jul 30
0
[PATCH libdrm] configure: Support symbol visibility when available
...FELSE([AC_LANG_PROGRAM()], AC_MSG_RESULT([yes]), + [VISIBILITY_CFLAGS=""; AC_MSG_RESULT([no])]); + + # Restore CFLAGS; VISIBILITY_CFLAGS are added to it where needed. + CFLAGS=$save_CFLAGS + + if test "x$VISIBILITY_CFLAGS" != x; then + AC_DEFINE(HAVE_VISIBILITY, 1, [Compiler has -fvisibility support]) + fi + + AC_SUBST([VISIBILITY_CFLAGS]) +fi + AC_SUBST(WARN_CFLAGS) AC_CONFIG_FILES([ Makefile diff --git a/libdrm.h b/libdrm.h new file mode 100644 index 000000000000..23926e6f6741 --- /dev/null +++ b/libdrm.h @@ -0,0 +1,34 @@ +/* + * Copyright ? 2...
2014 Jul 30
0
[PATCH libdrm] configure: Support symbol visibility when available
...[VISIBILITY_CFLAGS=""; AC_MSG_RESULT([no])]); >> + >> + # Restore CFLAGS; VISIBILITY_CFLAGS are added to it where needed. >> + CFLAGS=$save_CFLAGS >> + >> + if test "x$VISIBILITY_CFLAGS" != x; then >> + AC_DEFINE(HAVE_VISIBILITY, 1, [Compiler has -fvisibility support]) >> + fi >> + >> + AC_SUBST([VISIBILITY_CFLAGS]) >> +fi >> + >> AC_SUBST(WARN_CFLAGS) >> AC_CONFIG_FILES([ >> Makefile >> diff --git a/libdrm.h b/libdrm.h >> new file mode 100644 >...
2018 May 09
0
[ANNOUNCE] libdrm 2.4.92
...Eric Engestrom (13): freedreno: add missing symbols to symbol-check meson: use pkg-config to detect libatomic_ops meson: make it easy to add headers to check meson: detect alloca.h meson,configure: always define HAVE_OPEN_MEMSTREAM meson,configure: always define HAVE_VISIBILITY meson,configure: always define UDEV meson: replace `if(compiles) have=true` with `have=compiles` meson,configure: include config.h automatically meson: drop unneeded dependency to libudev meson: move line to allow using `config` earlier meson: drop unnecessary va...
2017 Jan 28
0
[ANNOUNCE] libdrm 2.4.75
...e configure: remove libudev checks tests: automake: reorder makefile contents autogen.sh: set format.subjectPrefix and sendemail.to if needed android: remove LOCAL_MODULE_TAGS := optional tag android: introduce Android.common.mk to reduce boilerplate android: add HAVE_VISIBILITY to Android.common.mk android: add note about command line defines and config.h android: silence ~550 warnings tests/nouveau: automake: fold C and CPP flags Fabio Estevam (1): README: Fix grammar Grazvydas Ignotas (1): xf86drm: fix sign-compare warning Jonathan Gray...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...add symbols test drm: rename libdrm{,_macros}.h drm: remove no longer needed VISIBILITY_CFLAGS drm: remove drm_public macro configure: request/set the compiler in C99 mode drm: use c99 __func__ over __FUNCTION__ man: rework the Makefile.am android: set the HAVE_VISIBILITY define freedreno: link against CLOCK_LIB Greg Hackmann (1): Add missing <strings.h> includes Jan Vesely (5): Fix unused function warnings Remove drmSetDebugMsgFunction and related infrastructure tests/exynos: Fix missing static keyword drmSL: Fix neighbor...
2009 Feb 21
1
Install failure (PR#13545)
...#39; GENCAT='' GETWD='//bin/pwd' GLIBC21='' GLIBC2='' GMSGFMT='' GMSGFMT_015='' GREP='//bin/grep' HAVE_ASPRINTF='' HAVE_C99_COMPLEX='' HAVE_FORTRAN_DOUBLE_COMPLEX='' HAVE_POSIX_PRINTF='' HAVE_SNPRINTF='' HAVE_VISIBILITY='' HAVE_WPRINTF='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='$(PERL) $(top_srcdir)/tools/install-info.pl' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTOBJEXT='' INTLBISON='' INTLLIBS='' INTLOBJS=''...