summaryrefslogtreecommitdiffstats
path: root/liblangtag
Commit message (Expand)AuthorAgeFilesLines
* corrected Windows lt_atomic_int_dec_and_test()Eike Rathke2012-11-081-1/+1
* MinGW: Deliver liblangtag-1.dll correctly.Jan Holesovsky2012-11-081-1/+1
* Ask MSVC to be less verbose: -nologoTor Lillqvist2012-11-081-1/+1
* check for builtins pollutes CFLAGS and in turn breaks pthread checkChristian Lohmaier2012-11-073-62/+64
* Avoid "Warning: -- Macro `CC' redefined after use"Tor Lillqvist2012-11-071-2/+2
* Should not call lt_mem_add_ref() with a NULL pointer here eitherTor Lillqvist2012-11-071-2/+5
* Must not call lt_mem_add_ref() with a NULL pointerTor Lillqvist2012-11-071-1/+7
* Use -Zi when debug info wanted with MSVCTor Lillqvist2012-11-071-0/+3
* Fix MinGW build.Jan Holesovsky2012-11-071-0/+11
* Windows absolute path does not need to start with path separatorFridrich Štrba2012-11-071-0/+13
* Don't patch an xml file with its own contentFridrich Štrba2012-11-071-45304/+0
* Fix windows linking of i18npoolFridrich Štrba2012-11-071-3/+3
* Adding msvc projects to liblangtag, in case neededFridrich Štrba2012-11-062-0/+707
* Make sure -MD is used with MSVC (use the MSVCRT runtime)Tor Lillqvist2012-11-071-0/+1
* Use HAVE_STDINT_H instead of _MSC_VERTor Lillqvist2012-11-071-1/+1
* Configury fixes for MSVC, avoid accidentally using -march=i486Tor Lillqvist2012-11-071-0/+22
* Pass V=1 when verbose to see compiler command linesTor Lillqvist2012-11-061-1/+1
* More work trying to build this thing on windowsFridrich Štrba2012-11-063-1/+145
* Start making liblangtag 0.4.0 build for WindowsTor Lillqvist2012-11-062-0/+292
* liblangtag: fix 0.4.0 breakages on MacNorbert Thiebaud2012-11-062-2/+127
* Tiny cleanupFridrich Štrba2012-11-061-2/+2
* Remove last remenants of glib from liblangtag and try to fix buildFridrich Štrba2012-11-061-18/+1
* Upgrading to liblangtag 0.4.0Fridrich Štrba2012-11-0615-501/+221
* fdo#55514 put liblangtag dll into the install setDavid Tardon2012-10-311-0/+1
* Enable cross-compilation in general, not just with MinGWTor Lillqvist2012-10-142-6/+6
* Mark patch pushed upstreamStephan Bergmann2012-09-211-0/+2
* Do not call xmlCleanupParser from liblangtagStephan Bergmann2012-09-202-0/+21
* Add RPATH to liblangtagStephan Bergmann2012-09-201-0/+8
* mingw compile fixes for liblangtagLuboš Luňák2012-09-144-1/+45407
* langtag: worked around reg2xml libxml2 encoding problemEike Rathke2012-08-112-0/+19
* Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky2012-08-101-2/+2
* added LanguageTag unit testEike Rathke2012-08-101-0/+10
* cosmeticsChristian Lohmaier2012-08-101-15/+15
* help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier2012-08-101-0/+3
* disable un-needed GObject introspection pieces for liblangtagMichael Meeks2012-08-091-0/+4
* Fix Mac OS X install name for liblangtagStephan Bergmann2012-08-081-1/+1
* Fix liblangtag MacOSX build when using system libxml2Tor Lillqvist2012-08-081-0/+4
* 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
* liblangtag: deliver wouldn't pick up lib64Miklos Vajna2012-08-081-1/+1
* parallelism spoils the Windows buildEike Rathke2012-08-071-1/+1
* Make #include <libxml/xpath.h> work --without-system-libxmlStephan Bergmann2012-08-071-1/+1
* deliver .dylibEike Rathke2012-08-061-0/+1
* install liblangtag and dataEike Rathke2012-08-062-10/+16
* implemented lt_db_set_datadir() overrideEike Rathke2012-06-131-11/+80
* configure prefix for "installation" and get_data() functionEike Rathke2012-06-043-48/+56
* ported liblangtag build to wntmsciEike Rathke2012-06-043-2/+215
* added liblangtag for BCP 47 language tagsEike Rathke2012-06-047-0/+188