summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-0/+4
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen9-521/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-23/+22
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-27-Wunused-macrosStephan Bergmann1-22/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-23Remove unused preprocessor defined functions in the unicode utilsMartin Brown1-5/+0
Also remove corresponding unusedcode.easy entries and an unusedcode.easy entry that I could not find in the master branch Change-Id: If329fe1226bd40f86cc0fd8d912876bf7a7984b2
2013-02-19make it possible to build with system icu 4.2 (RHEL-6)Caolán McNamara1-9/+11
Change-Id: I69bf7bc33a619c4aa9483e2dc3d5540e4dfa7458
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-1/+4
- 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
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-0/+2
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-2/+2
No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
2012-10-04sal_Bool->bool in i18nutilNoel Grandin2-3/+3
Change-Id: Iafb0095a1320ad785e1d0ccbaeac9f26cc4dd02f
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-03these 9 scripts are in icu >= 4.8, but not in 4.6.1Caolán McNamara1-4/+9
Change-Id: I418968e0a8959730e5ef0c20769fd07ca1f8f23c
2012-09-03Add a way to get a sample language for a given scriptcodeCaolán McNamara2-0/+476
Change-Id: I3a0f561aa2838870c7fc35b2a976f133f3667104
2012-07-13re-base on ALv2 code. Includes:Michael Meeks15-306/+194
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-07-06fdo#42986 - UI wide screen format (16:10): Add Page sizeRob Snelders2-3/+5
Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-21re-base on ALv2 code.Michael Meeks5-115/+70
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-15use new configmgr api and devomit visible codeCaolán McNamara2-53/+8
Change-Id: I386725e07c34336249dfc935b1e9f9624d1d3be8
2012-05-16reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara1-14/+11
Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
2012-05-10Fix fdo#49720: Dropped unnecessary "sh -c" from popen callStephan Bergmann1-1/+1
Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders2-5/+8
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-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)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-08fold i18npaper into i18nutilCaolán McNamara5-0/+683
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara4-0/+190
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
2012-03-08forgot to remove x_rtl_ustring.hCaolán McNamara1-64/+0
2012-03-08throw a noncopyable pattern at oneToOneMappingWithFlagCaolán McNamara1-5/+2
2012-02-08unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman2-65/+0
2012-02-08unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman2-2/+0
2012-02-08unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman2-2/+0
2012-02-08unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman2-2/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2011-12-21callcatcher: remove some unused codeCaolán McNamara2-7/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-26missing dependencyStephan Bergmann1-1/+1
2011-10-21expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2-0/+61
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-02add link lib for decompose_ja_voiced_sound_marksCaolán McNamara1-0/+1
2011-09-02move to comphelper, and renameCaolán McNamara3-5/+4
2011-09-01ditch x_rtl_uString_releaseCaolán McNamara1-9/+0