summaryrefslogtreecommitdiff
path: root/hunspell
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14safer order of replacementCaolán McNamara1-1/+1
Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6 Reviewed-on: https://gerrit.libreoffice.org/2721 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-14Resolves: rhbz#918938 crash in danish thesaurus/spell interactionCaolán McNamara2-0/+73
Change-Id: I911fc382a8e4b895262dcd5ae5c67c4a81e6aad4 Reviewed-on: https://gerrit.libreoffice.org/2710 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan1-1/+1
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-29gb_STDLIBS already has the -l optionsTor Lillqvist1-1/+1
Change-Id: Ic498efe935194e95c593c5378d882664b7ad14ef
2012-10-29Pass gb_STDLIBS in LIBS to the hunspell configureTor Lillqvist1-1/+1
Otherwise the executables (that we won't need of course) won't link for Android. Change-Id: I993f404caa77e8ceadd669230eba43469cffc5a1
2012-10-28fix hunspell and mythes library namesMatúš Kukan3-9/+7
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
2012-10-28convert hunspell to gbuildPeter Foley11-140/+150
Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca
2012-10-14Handle the CPPRUNTIME crackTor Lillqvist1-0/+1
Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
2012-09-19fdo#55045 fix broken Hungarian grammar checking optionsLászló Németh2-1/+13
Change-Id: I488dda6f456e841f41c4623634d2cb597e3a3c0a Reviewed-on: https://gerrit.libreoffice.org/639 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-08-14Patches reported upstreamStephan Bergmann1-0/+3
Change-Id: I1275b73d4f18633ba03831b6973b801b0467cf0d
2012-08-14Some C++11 related fixesStephan Bergmann3-1/+34
Change-Id: Ia7f325e3658618fe627a0bc00dec4e98e41e5716
2012-07-27hunspell: fix warningsMichael Stahl2-0/+92
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-1/+4
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-18Use STDLIBCUIMT so that the sample executables link for AndroidTor Lillqvist1-1/+1
Without using STDLIBCUIMT and the -lgnustl_shared it contains the sample executables in hunspell and mythes won't link. Sure, they won't be used for anything, but it's easier this way than to patch out building them.
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+4
2011-09-27Make Android cross-build workingThorsten Behrens1-9/+18
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.
2011-09-14added twofold affix+compound to hunspell, as the official fixed ↵Arno Teigseth2-0/+81
https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395
2011-06-231.2 -> 1.3Caolán McNamara1-2/+2
2011-06-23upgrade to hunspell-1.3.2Caolán McNamara5-14/+14
2011-06-17Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist1-0/+6
2011-06-17hunspell-mingw.patch does not even applyTor Lillqvist2-15/+0
2011-06-11Add Android patchTor Lillqvist2-1/+35
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-5/+5
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist1-1/+1
2011-05-29Pass --build and --host options when cross-compilingTor Lillqvist1-0/+4
2011-05-21Drop OS2Tor Lillqvist1-4/+0
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-1/+1
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-02-10Static defines when building static hunspell on WindowsFridrich Štrba2-0/+12
2011-02-08have to deliver some .h files as well nowCaolán McNamara2-1/+3
2011-02-08Resolves: fdo#34031 bump to hunspell 1.3.1Caolán McNamara8-92/+9
2011-02-05build without nls, we don't need itCaolán McNamara1-2/+2
2011-01-06fixed a crash - fdo#32850Laszlo Nemeth2-1/+13
2010-12-10backport the run valgrind correctly fixCaolán McNamara2-1/+15
2010-10-13fix AIX buildCaolán McNamara1-0/+4
2010-07-20#i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau1-1/+1
2010-06-22CWS-TOOLING: integrate CWS mingwport30obo2-1/+16
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m84 split repo tag: libs-extern-sys_ooo/OOO330_m0
2010-06-10masterfix: #i10000# remove typoobo1-1/+1
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m82
2010-06-09cws tl74: merge with DEV300_m81Thomas Lange [tl]6-663/+51
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono1-1/+1
2010-05-31i#111382: Mingw port for hunspell 1.2.9tono2-1/+16
2010-04-13CWS-TOOLING: integrate CWS hunspell129Jens-Heiner Rechtien6-662/+50
2010-03-17cws tl74: #i107768# fix for thesaurus crashThomas Lange [tl]2-1/+30
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau1-5/+1
2010-03-04hunspell129: #i107768# fix stack smashCaolán McNamara2-1/+30
2010-02-27hunspell129: add back in solaris ICONV disableCaolán McNamara2-1/+14
2010-02-25hunspell129: need a dummy config.h for windowsCaolán McNamara2-0/+8
2010-02-25hunspell129: pre-upgrade build testsCaolán McNamara3-663/+2