summaryrefslogtreecommitdiffstats
path: root/i18npool/Library_i18npool.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
| | | | | | | | | Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
* make IOS generic DISABLE_DYNLOADING and explicit link to icudataCaolán McNamara2016-12-201-1/+1
| | | | | | | Change-Id: I515fb2e772e63fef00711c87200512ea1bed024c Reviewed-on: https://gerrit.libreoffice.org/32206 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* --enable-mergelibs: Turns out we don't need to install saxMatúš Kukan2015-04-261-9/+0
| | | | | | | | | | | We are lucky, saxparser(expwrap) is only needed to build localedata* libs which are only runtime dependencies, and can be built *after* libmerged. So, simplify and move runtime deps to CppunitTest. This reverts commits 59cea45ec247df1acb691308c940ff97673e4c48 and partially 5e45637568ceefee21fe329a5254881963fecd7a Change-Id: I1a1fb4a48fd1a22a9b3a48f0eb0f123649c113b0
* This can be called really early, create the dir.Jan Holesovsky2015-01-221-1/+1
| | | | Change-Id: Ie0097c20429104f10eb188ae0cbfcf5bc5a44e14
* Add a new configure switch --with-locales for restricting the included localesTor Lillqvist2014-04-221-1/+7
| | | | | | | | | | | For now only effective in the DISABLE_DYNLOADING case, where it limits the locales compiled in to the i18npool library. Maybe should use this same option to also limit what collation tables etc are compiled in? Not expected to be used for desktop OSes, but can be useful for mobile platforms where every megabyte counts. Change-Id: If672b4cd19f44f8c7e119378faf40930a51969b7
* Put the dict_ja and _zh data in files instead of code for iOSTor Lillqvist2014-04-141-0/+6
| | | | | | | | Map the file(s) into memory on demand. The executable file of an app needs to be as small as possible. Including additional data files in an app bundle is fine. Change-Id: Ife9bfe99a2cf0473d459f38f50dfa3304b39e282
* fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi2014-04-081-0/+1
| | | | | | | This patch will add new checkbox to ignore kashida in the search and replace dialog. Change-Id: I9e7179242751103b8418d922ade5b9145170ad15
* Revert "better dependency working also for libmerged"David Tardon2013-06-211-5/+5
| | | | | | It might work with libmerged, but it does not work otherwise. This reverts commit f8fd2e6a3b21ec3899a74d7400cafaba4e83ff6c.
* Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed2013-06-211-0/+1
| | | | Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* ditch libi18nlangtagicu againEike Rathke2013-04-251-1/+0
| | | | | | | Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
* use LanguageTagIcuEike Rathke2013-04-251-0/+1
| | | | Change-Id: I3ced460cc5a03554dc77e19381af8a5ba202d2ab
* supress warnings from icu-generated headersPeter Foley2013-04-101-1/+2
| | | | Change-Id: Ibbf0c1148cf8ea37bb51e6c31d2e89efc9dfce00
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+1
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-0/+1
| | | | | | | Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl2012-12-021-7/+0
| | | | Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* better dependency working also for libmergedMatúš Kukan2012-08-241-5/+5
| | | | Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* i18npool: fix spurious re-deliver of i18npool.uno.so:Michael Stahl2012-05-161-1/+1
| | | | | The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough.
* Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist2012-04-181-0/+11
|
* move dependency on localedata_en to i18npoolMatúš Kukan2012-04-121-0/+9
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* i18npool: use CustomTarget_*.mk makefilesMatúš Kukan2012-03-241-6/+8
| | | | Also done lot of simplification and modernization.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-081-1/+1
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* The shorter icu library names are used for WNTMSC onlyTor Lillqvist2011-08-191-1/+1
|
* Fix i18npool build on Windows.Jan Holesovsky2011-08-191-0/+7
|
* realpath is not necessary hereDavid Tardon2011-08-181-1/+1
| | | | (moreover, its use breaks parallel build ;-)
* convert i18npool to gbuildMatúš Kukan2011-08-171-0/+145