summaryrefslogtreecommitdiff
path: root/hunspell
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl1-1/+1
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl1-3/+1
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-04-01hunspell: -Werror=undefMichael Stahl2-0/+12
Change-Id: Ib6d015605005dd1fec4aa5351dbf6e72f06cd8ec
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-14safer order of replacementCaolán McNamara1-1/+1
Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
2013-03-13Resolves: rhbz#918938 crash in danish thesaurus/spell interactionCaolán McNamara2-0/+73
Change-Id: I911fc382a8e4b895262dcd5ae5c67c4a81e6aad4
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-22quiet external module build log unless failureNorbert Thiebaud1-8/+9
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>
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-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
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