office-gobmx/liblangtag
Fridrich Štrba 2db711ac49 Fix the pthread branch of lt-atomic.h
Change-Id: I12b8c5e43dbe96fe9e2b2175dc6bb6bf15a8bdf8
2012-11-13 11:17:28 +01:00
..
prj convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
CustomTarget_langtag.mk convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
ExternalPackage_langtag.mk fix liblangtag 'delivery' on Mac 2012-11-11 23:22:22 -06:00
ExternalPackage_langtag_data.mk convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
ExternalProject_langtag.mk Oops, a typo 2012-11-13 11:01:34 +01:00
liblangtag-0.4.0-configure-atomic-cflag-pollution.patch check for builtins pollutes CFLAGS and in turn breaks pthread check 2012-11-07 22:09:56 +00:00
liblangtag-0.4.0-cross.patch Don't patch an xml file with its own content 2012-11-07 11:05:57 +01:00
liblangtag-0.4.0-mac.patch Should not call lt_mem_add_ref() with a NULL pointer here either 2012-11-07 16:45:14 +02:00
liblangtag-0.4.0-mingw.patch Fix MinGW build. 2012-11-07 14:31:19 +01:00
liblangtag-0.4.0-msc-configure.patch More work trying to build this thing on windows 2012-11-06 21:14:14 +01:00
liblangtag-0.4.0-msvc-warning.patch
liblangtag-0.4.0-msvcprojects.patch convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
liblangtag-0.4.0-reg2xml-encoding-problem.patch
liblangtag-0.4.0-windows.patch Fix the pthread branch of lt-atomic.h 2012-11-13 11:17:28 +01:00
liblangtag-0.4.0-windows2.patch More work trying to build this thing on windows 2012-11-06 21:14:14 +01:00
Makefile convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
Module_liblangtag.mk convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
README Mention the fragility of its MSVC configury 2012-11-12 12:13:20 +02:00
UnpackedTarball_langtag.mk convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00
Zip_liblangtag_data.mk convert liblangtag to gbuild 2012-11-11 19:03:15 -05:00

From [https://github.com/tagoh/liblangtag/]. An interface for BCP47 language tags.

Note that (as far a I recall) liblangtag is the only "bundled"
(3rd-party) library we have that we configure and build also for MSVC
using an autotools+libtool based mechanism. That is rather fragile and
works maybe mostly by accident. So be careful not to break it.