summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_breakiterator.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01i18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-1/+1
Change-Id: Iacb0c1fba331aa76ea341bc21690f09109b14a0a Reviewed-on: https://gerrit.libreoffice.org/48990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-05-15Use genbrk -i data include directory only if not SYSTEM_ICUEike Rathke1-1/+3
Change-Id: I8dc2f9a6ac2ad1ceec2d5e77ff547f929fa32861
2016-12-16icu genbrk built with enable-static can't find its data, help it outCaolán McNamara1-1/+1
Change-Id: I4e584a2d518d8d9a1e183cf4f5f76eaff349352d Reviewed-on: https://gerrit.libreoffice.org/32095 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann1-2/+1
Any URLs using non-ASCII IDNA syntax need to be resolved to ASCII-only, as PDF URI Action's URI needs to be "encoded in 7-bit ASCII." Introduce URIHelper::resolveIdnaHost (svl/urihelper.hxx), which internally uses icu::IDNA, which requires to bump the minimal --with-system-icu requirement from 4.2 to 4.6, which means ICU_RECLASSIFIED_CLOSE_PARENTHESIS is always true now. Change-Id: I0e20d9a20ed2b869fba0cc7c969721411db590b3 Reviewed-on: https://gerrit.libreoffice.org/19669 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-12Resolves: fdo#55707 Word count incorrect if language is set to FinnishCaolán McNamara1-2/+0
Change-Id: I283dddaa4bd8baf05b90ce5f81d43b785021a3c4
2014-04-25Filter out extra ICU data for locales we don't want special support forTor Lillqvist1-7/+14
Change-Id: I40fd00d91a7e5ad5163bef63e1b60381bac58aa4
2014-04-14Put the dict_ja and _zh data in files instead of code for iOSTor Lillqvist1-0/+16
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
2014-02-27normalize values of ICU_RECLASSIFIED_*Michael Stahl1-4/+4
Change-Id: I1033676fe91062b1d364a458a5964cfb78f323f0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-02-19make it possible to build with system icu 4.2 (RHEL-6)Caolán McNamara1-0/+1
Change-Id: I69bf7bc33a619c4aa9483e2dc3d5540e4dfa7458
2013-01-02partly revert 92a9b7780c6e13a4da3b12794342edbc4c09ef51 for ICU < 49Eike Rathke1-1/+17
Re-enable build with ICU 4.6 and 4.8 ICU versions prior to 49 don't know Conditional_Japanese_Starter and Hebrew_Letter Also, the change in i18npool/CustomTarget_breakiterator.mk - -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \ with i18npool/source/breakiterator/data/line.txt -$CL = [:LineBreak = Close_Punctuation:] ; +$CL = [:LineBreak = Close_Parenthesis:]; did not produce equivalent results. Instead use $CP = [:LineBreak = Close_Parenthesis:]; $CL = [[:LineBreak = Close_Punctuation:] $CP]; Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7
2012-12-30add runtime deps for custom targetsDavid Tardon1-7/+1
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
2012-12-29follow logical consequences of a minimum icu version of 4.6Caolán McNamara1-17/+0
since commit f20ed8959bc0a984177377a734d34f767653625b Change-Id: I4f2fc5d9eb7a581b9ed707a3c3f96be817141846
2012-12-29gendict is internal tool, not part of ICUDavid Tardon1-2/+8
Change-Id: Ica89dc89663ed3fa611e36245732b296386b5bf7
2012-12-29register ICU tools as external executablesDavid Tardon1-38/+8
Change-Id: Ia6c96d3db5c232cb393832c1dd4e33295827bb99
2012-12-28fix icu deps againPeter Foley1-9/+10
Change-Id: Iecc35559cf77e844a84e1f058cb57c02d53493a2
2012-12-28fix icu depsPeter Foley1-0/+5
Change-Id: I1763b73e80a19244d0fd788580c825c284347a35
2012-12-20Require icu 4.6 or later with system icuTomáš Chvátal1-1/+1
Change-Id: I8c0da25a000e10d65479665a61be054fdb2486a5 Reviewed-on: https://gerrit.libreoffice.org/1453 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-07-27drop hopefully unnecessary catalan word breaking rulesCaolán McNamara1-1/+0
various regression tests for the issues that prompted its inclusion all now pass in its absence Change-Id: Ia375322335b4272aa6c3d626b2d98bc64465bf1c
2012-07-27list dependencies explicitlyCaolán McNamara1-5/+20
and make the list (by its makefile proxy) a dependency of the output so that removing an entry will trigger a rebuild of the target and incremental builds are possible Change-Id: I18c8d5ea2140e61b2ef78e256871402be94b79e2
2012-05-14make build work again with older ICUDavid Tardon1-11/+24
The recent addition of Hebrew line breaking rules apparently does not work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x is the first version where it is implemented) as minimum ICU version? IMHO it would be better than this insane (and fragile) filtering... Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c
2012-05-13drop debugging spewCaolán McNamara1-16/+0
Change-Id: I680a5d10d129ff9b7d6d543b0914418eedf078c6
2012-05-11debug foo for mingw32 buildCaolán McNamara1-0/+16
Change-Id: I1d5f9940c6f85269373ccbdc9caa6c5696996c9f
2012-05-11drop debugging spewCaolán McNamara1-5/+0
Change-Id: I50b0ce42e68c8a6a5da3150468a7df8bb9030686
2012-05-11debug harderCaolán McNamara1-1/+5
Change-Id: Ib74fba6059c1adcd10fc07331d70d7c7d8931bef
2012-05-11dump transformed outputCaolán McNamara1-1/+2
Change-Id: I4aec3fbd6cc8bad7cbeaaef6e9909b83b7771fe1
2012-05-11is this sed line confusing older seds ?Caolán McNamara1-1/+1
Change-Id: I04508b7bdc3fcb9fc1b0ddae7d595a302aa7ec65
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-26/+31
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-4/+4
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist1-3/+1
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-03only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke1-1/+7
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan1-0/+106
Also done lot of simplification and modernization.