summaryrefslogtreecommitdiff
path: root/external/liblangtag
AgeCommit message (Collapse)AuthorFilesLines
2014-08-25fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl1-1/+3
MSVC 2012 for x86 defaults to -arch:SSE2; binaries do not run on any AMD 32-bit CPU, neither on Intel Pentium III. http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd%28v=vs.110%29.aspx (cherry picked from commit 8bd6bf93b7711a7ac7c5cbd7c3bb980481570ebd) fdo#82430: MSVC 2010 refuses both -clr and -arch in the same command (cherry picked from commit 36ce22f41a754fa405804434899a08a23081e721) fdo#82430: gcc-wrappers: don't stop if REAL_CXX_FLAGS is empty Hopefully should fix MSVC 2010 build... (cherry picked from commit a18ff3d5c75c2b468c48bd19439dee0689d24d67) Change-Id: Ie8253137db2699f2a7fa69c4ac4e7ded90931e3e Reviewed-on: https://gerrit.libreoffice.org/10925 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2014-07-21fdo#63756 build libxml2 with ICU supportDavid Tardon1-4/+2
Change-Id: I0523e49e640812be435ba4c97b1881ca253eb2ab (cherry picked from commit 7515b1a90fac9e31733c0fdcc1156adadf0e6f99) Reviewed-on: https://gerrit.libreoffice.org/10428 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-10build liblangtag with updated IANA language-subtag-registryEike Rathke2-1/+5
... as downloaded from https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry Change-Id: I7aee9c6e42aabc9e023ab9a2ec3880dbde940396 Reviewed-on: https://gerrit.libreoffice.org/8919 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2014-04-05include last record in language-subtag-registry.xmlEike Rathke2-0/+50
Change-Id: Iaca0fc9ca12ee672f640be9c639b7b0d0dd3bc10
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl1-3/+3
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
2013-11-12langtag: language-subtag-registry.xml is a generated fileMichael Stahl1-1/+3
... so need to use gb_ExternalPackage_add_files for it to get the right dependencies. Change-Id: I9358217d47c08d4e7c85f1b89f39320f32c03e3c
2013-10-29langtag, test: remove Packages that deliver to OUTDIR/unittest/installMichael Stahl2-31/+0
Change-Id: I13145c52bdf4a37e4a92ed653a2f131e09539285
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl2-2/+2
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-22libxml2, libxslt: use libraries from WORKDIRMichael Stahl1-3/+4
Change-Id: I3067e3c819a4918e1d3c91dc0e0cfa3e4fc92b3d
2013-10-19fdo#70393: move liblangtag to a subdir of externalKhaled Hosny18-0/+406
Change-Id: I18cded289591bdf872c7a818326a35ac00d38482 Reviewed-on: https://gerrit.libreoffice.org/6330 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>