summaryrefslogtreecommitdiffstats
path: root/i18nutil
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-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
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-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>
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-061-2/+2
| | | | | | No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
* sal_Bool->bool in i18nutilNoel Grandin2012-10-042-3/+3
| | | | Change-Id: Iafb0095a1320ad785e1d0ccbaeac9f26cc4dd02f
* 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
* these 9 scripts are in icu >= 4.8, but not in 4.6.1Caolán McNamara2012-09-031-4/+9
| | | | Change-Id: I418968e0a8959730e5ef0c20769fd07ca1f8f23c
* Add a way to get a sample language for a given scriptcodeCaolán McNamara2012-09-032-0/+476
| | | | Change-Id: I3a0f561aa2838870c7fc35b2a976f133f3667104
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1315-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
* fdo#42986 - UI wide screen format (16:10): Add Page sizeRob Snelders2012-07-062-3/+5
| | | | Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-215-115/+70
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* use new configmgr api and devomit visible codeCaolán McNamara2012-06-152-53/+8
| | | | Change-Id: I386725e07c34336249dfc935b1e9f9624d1d3be8
* reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara2012-05-161-14/+11
| | | | Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
* Fix fdo#49720: Dropped unnecessary "sh -c" from popen callStephan Bergmann2012-05-101-1/+1
| | | | Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders2012-04-232-5/+8
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-085-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
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-084-0/+190
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* forgot to remove x_rtl_ustring.hCaolán McNamara2012-03-081-64/+0
|
* throw a noncopyable pattern at oneToOneMappingWithFlagCaolán McNamara2012-03-081-5/+2
|
* unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman2012-02-082-65/+0
|
* unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-7/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* missing dependencyStephan Bergmann2011-10-261-1/+1
|
* expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2011-10-212-0/+61
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add link lib for decompose_ja_voiced_sound_marksCaolán McNamara2011-09-021-0/+1
|
* move to comphelper, and renameCaolán McNamara2011-09-023-5/+4
|
* ditch x_rtl_uString_releaseCaolán McNamara2011-09-011-9/+0
|
* refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2011-09-012-13/+20
| | | | | | | | | i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor
* merge these similar methods togetherCaolán McNamara2011-08-232-18/+10
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* convert i18nutil to gbuildMatúš Kukan2011-08-0213-77/+209
|
* removed obsolete code/commentsTakeshi Abe2011-07-052-13/+1
|
* Make the MinGW import library name match what libs.mk wantsTor Lillqvist2011-06-211-0/+4
| | | | | | Use the i prefix only for import libraries built with MSC. Add COMID to the import library built with MinGW. This matches the shared library name on Unix, and MinGW is a Unix-style compiler.
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* Deliver also static i18nutil library if we have built it that way (as for iOS)Tor Lillqvist2011-06-151-0/+1
|