summaryrefslogtreecommitdiffstats
path: root/hyphen
Commit message (Collapse)AuthorAgeFilesLines
* Bump maximum fuzz factor down to zeroTor Lillqvist2013-05-271-1/+1
| | | | Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-8/+8
| | | | | | | | | | | | | | | | | | ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* convert hyphen to gbuildPeter Foley2012-11-0310-150/+141
| | | | Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
* fdo#54843 righthyphenmin fix (patch by Steven Dickson)László Németh2012-09-142-1/+29
| | | | | | | Change-Id: I42747dffef099f3806178af76e20335f5f033379 Reviewed-on: https://gerrit.libreoffice.org/606 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* for external modules add a dependency on the makefile.mk itselfCaolán McNamara2012-07-171-7/+0
| | | | | | | | so that on version bumps and/or added/removed patches that we rebuild them from scratch, which hopefully will make incremental builds post external module bump pain-free Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
* make check in Hungarian locale uncovered old bugCaolán McNamara2012-07-122-1/+19
| | | | | | | which had been hidden by now because of an semi-optimized code path which got removed in the latest hyphen version Change-Id: Ica4b0cfa16b19469fea1f630bda09eaff82e8857
* bump hyphen to 2.8.4Caolán McNamara2012-06-295-18/+18
| | | | Change-Id: Iafcd6d7b06529534abb1470c7739bb9f935f3c61
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+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
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* fdo43931 (fix for double hyphens)László Németh2011-12-271-5/+9
|
* Recover fix for fdo#43931Caolán McNamara2011-12-222-1/+13
|
* bump hyphen to 2.8.3Caolán McNamara2011-12-226-440/+17
|
* split hyphen patch to isolate android supportCaolán McNamara2011-12-223-21/+22
|
* Fix #43931 (bad hyphenation of French words with hyphen and apostrophe)László Németh2011-12-211-1/+1
|
* fix up hyphen 2.8.2/2.8.3 conflictsCaolán McNamara2011-10-242-326/+1
|
* Add fixes of Hyphen 2.8.3László Németh2011-10-241-0/+399
|
* Fixes of Hyphen 2.8.2 (words with hyphens, numbers and use min. def. hyphenmin)László Németh2011-10-172-1/+327
|
* Make Android cross-build workingThorsten Behrens2011-09-271-7/+16
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-1/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-2/+1
|
* Cross-compilation support for AndroidTor Lillqvist2011-06-091-0/+11
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-2/+2
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-4/+4
|
* Drop OS2Tor Lillqvist2011-05-211-5/+0
|
* Cross-compilation support and iOS in particularTor Lillqvist2011-05-141-2/+9
|
* cws tl84: #i109543# fixed d.lst to match new output sub-directoryThomas Lange [tl]2011-01-181-2/+2
|
* cws tl84: #i109543# patch to fix hyphenation for LinuxThomas Lange [tl]2011-01-182-1/+23
|
* cws tl84: #i109543# updating hyphen library to v2.7.1Thomas Lange [tl]2010-12-033-172/+75
|
* #i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau2010-07-201-1/+1
|
* CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2010-04-161-1/+1
|\
| * sb118: run make check for hyphen (as hunspell does already anyway)Rene Engelhard2010-03-031-1/+1
| |
* | ause110: update to DEV300_m74Hans-Joachim Lankenau2010-03-102-11/+3
|\|
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-122-11/+3
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau2010-01-151-0/+1
|/
* merge commitMathias Bauer2009-09-251-1/+3
|\
| * CWS-TOOLING: integrate CWS cloph13Jens-Heiner Rechtien2009-09-161-1/+3
| | | | | | | | | | | | | | | | | | 2009-09-01 #i104566# also use syslibroot/isysroot for external components 2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp
* | #i103496#: add missing dependency on soltoolsMathias Bauer2009-09-161-1/+1
| |
* | #i103496#: remove superfluous dependencies in external librariesMathias Bauer2009-07-282-2/+3
|/
* CWS-TOOLING: integrate CWS hunspell4thesaurusOliver Bolte2009-03-044-138/+177
| | | | | | | | | | | | | | | | | | | | | | | 2009-02-02 16:45:01 +0100 hjs r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.
* CWS-TOOLING: integrate CWS ause099Oliver Bolte2009-02-191-1/+1
| | | | | | | | | | | | | | | | | | | 2009-01-29 12:30:57 +0100 hjs r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt r266799 : Header 2009-01-22 19:14:25 +0100 hjs r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)
* CWS-TOOLING: integrate CWS os2port04Rüdiger Timm2008-12-091-0/+4
| | | | | | | | | | | | | | | | | 2008-11-27 13:22:38 +0100 ydario r264480 : #i96439#: fix build for unix platforms. 2008-11-26 18:32:42 +0100 ydario r264433 : #i96439#: os2 systemshell code (dummy code). 2008-11-26 16:33:48 +0100 ydario r264421 : #i96439#: vcl fix for pdf export of truetype fonts. 2008-11-26 15:04:44 +0100 ydario r264399 : #i96439#: build macros fix scripts, gcc specific flags. 2008-11-26 15:00:15 +0100 ydario r264398 : #i96439#: vcl source code updates. 2008-11-26 13:21:37 +0100 ydario r264378 : #i96439#: os2 build system fixes. 2008-11-26 13:20:27 +0100 ydario r264377 : #i96439#: configuration and build macros updates. 2008-11-26 13:16:35 +0100 ydario r264375 : #i96439#: new launcher code, build system updates. 2008-11-26 13:12:49 +0100 ydario r264373 : #i96439#: use OSL endian macro. 2008-11-26 12:54:50 +0100 ydario r264371 : #i96439#: os2 build system fixes. 2008-11-26 12:30:46 +0100 ydario r264367 : #i96439#: os2 build system fixes. 2008-11-26 12:09:33 +0100 ydario r264365 : #i96439#: _Export is a reserved keyword under gcc for os2. 2008-11-26 12:08:12 +0100 ydario r264364 : #i96439#: new libpath handling. 2008-11-26 11:57:51 +0100 ydario r264363 : #i96439#: use C call, generates proper stabs; fix rtti names.
* INTEGRATION: CWS sb91 (1.9.4); FILE MERGEDRüdiger Timm2008-08-271-2/+11
| | | | 2008/07/11 09:09:01 sb 1.9.4.1: #i91567# adapt to unxsolu4
* #i10000# Build breaks in central environment.Rüdiger Timm2008-06-261-1/+7
|
* INTEGRATION: CWS mingwport13 (1.5.2); FILE MERGEDVladimir Glazounov2008-06-061-1/+9
| | | | | | 2008/05/30 11:08:16 vg 1.5.2.3: #i88772# mingw port catch-up fixes 2008/05/23 11:24:32 vg 1.5.2.2: #i88772# mingw port catch-up fixes 2008/05/16 15:15:31 vg 1.5.2.1: #i88772# MinGW port catch-up fixes
* #i89468# deliver hyphen.h for windows tooVladimir Glazounov2008-05-191-1/+2
|