summaryrefslogtreecommitdiffstats
path: root/liblangtag
Commit message (Collapse)AuthorAgeFilesLines
...
* Add RPATH to liblangtagStephan Bergmann2012-09-201-0/+8
| | | | | | ...so that it consistenly uses the LO versions of libxml2/glibc libs at runtime. Change-Id: I89b7fd13a8b5b7e697ec21db74fdf8ef088fdb92
* mingw compile fixes for liblangtagLuboš Luňák2012-09-144-1/+45407
| | | | | | | I couldn't find out a decent way of getting the compiled binary needed only at build time, so the file needs to be generated manually. Change-Id: I4a77aa8ee350f374c9b8b91361797d86871ff8b4
* langtag: worked around reg2xml libxml2 encoding problemEike Rathke2012-08-112-0/+19
| | | | | | | | | | libxml2 has a problem when a document encoding is specified, even though documentation says that all internal representation would be in UTF-8 and language-subtag-registry data already is passed in UTF-8, when specifying the document encoding to be UTF-8 the output to language-subtag-registry.xml is conversion garbage, '?' on Linux UTF-8 locale, ISO-8859-1 on Windows. If no document encoding is specified at all no conversion happens and non-ASCII values are correctly written as entities.
* Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky2012-08-101-2/+2
| | | | Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
* added LanguageTag unit testEike Rathke2012-08-101-0/+10
|
* cosmeticsChristian Lohmaier2012-08-101-15/+15
| | | | Change-Id: Ie3f95efe013306637adbb336234266b10421ca24
* help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier2012-08-101-0/+3
| | | | Change-Id: I81837acd40f306c2db03f54f3896b79bb7fcbb08
* disable un-needed GObject introspection pieces for liblangtagMichael Meeks2012-08-091-0/+4
| | | | This avoids the dumb parser trying to exec "ccache gcc" and failing.
* Fix Mac OS X install name for liblangtagStephan Bergmann2012-08-081-1/+1
| | | | Change-Id: I9776f5abb70caa6f73ad481535ee84781540a00a
* Fix liblangtag MacOSX build when using system libxml2Tor Lillqvist2012-08-081-0/+4
| | | | Change-Id: Iefbce119e682e870283cb698018c99a3378cd157
* changed prefix and destdir to acommodate MacOSX using OUT2LIB magicEike Rathke2012-08-082-11/+33
|
* MSVC warning C4510: default constructor could not be generatedStephan Bergmann2012-08-082-0/+22
| | | | | | | and warning C4610: struct can never be instantiated - user defined constructor required Change-Id: Ie387f62def8a3d282f39f861971f25ff52df73d3
* liblangtag: deliver wouldn't pick up lib64Miklos Vajna2012-08-081-1/+1
| | | | Change-Id: Iae138b59e29dff6105ab879bf98b48c0051012f3
* parallelism spoils the Windows buildEike Rathke2012-08-071-1/+1
| | | | Change-Id: Ied298c1339fa9af9484d448d3252fd9085609e02
* Make #include <libxml/xpath.h> work --without-system-libxmlStephan Bergmann2012-08-071-1/+1
| | | | Change-Id: I7856fe2d3ed07fcc3a191ac8fb93ff17b793e005
* deliver .dylibEike Rathke2012-08-061-0/+1
| | | | Change-Id: I30b6b2e782197c918704efccea4af8a0b94926a2
* install liblangtag and dataEike Rathke2012-08-062-10/+16
|
* implemented lt_db_set_datadir() overrideEike Rathke2012-06-131-11/+80
| | | | | | + added lt_db_set_datadir() and lb_db_get_datadir() functions to point to liblangtag data and override REGDATADIR define - removed LIBO_LANGTAG_DATADIR environment variable hack
* configure prefix for "installation" and get_data() functionEike Rathke2012-06-043-48/+56
| | | | | | * LIBO_LANGTAG_DATADIR environment variable may point to liblangtag data and override REGDATADIR define. * deliver data files to $SOLARVER/$INPATH/share/liblangtag
* ported liblangtag build to wntmsciEike Rathke2012-06-043-2/+215
|
* added liblangtag for BCP 47 language tagsEike Rathke2012-06-047-0/+188