summaryrefslogtreecommitdiffstats
path: root/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* hunspell: -Werror=undefMichael Stahl2013-04-012-0/+12
| | | | Change-Id: Ib6d015605005dd1fec4aa5351dbf6e72f06cd8ec
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* safer order of replacementCaolán McNamara2013-03-141-1/+1
| | | | Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
* Resolves: rhbz#918938 crash in danish thesaurus/spell interactionCaolán McNamara2013-03-132-0/+73
| | | | Change-Id: I911fc382a8e4b895262dcd5ae5c67c4a81e6aad4
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-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>
* 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>
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-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>
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-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>
* gb_STDLIBS already has the -l optionsTor Lillqvist2012-10-291-1/+1
| | | | Change-Id: Ic498efe935194e95c593c5378d882664b7ad14ef
* Pass gb_STDLIBS in LIBS to the hunspell configureTor Lillqvist2012-10-291-1/+1
| | | | | | | Otherwise the executables (that we won't need of course) won't link for Android. Change-Id: I993f404caa77e8ceadd669230eba43469cffc5a1
* fix hunspell and mythes library namesMatúš Kukan2012-10-283-9/+7
| | | | Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
* convert hunspell to gbuildPeter Foley2012-10-2811-140/+150
| | | | Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca
* Handle the CPPRUNTIME crackTor Lillqvist2012-10-141-0/+1
| | | | Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
* fdo#55045 fix broken Hungarian grammar checking optionsLászló Németh2012-09-192-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>
* Patches reported upstreamStephan Bergmann2012-08-141-0/+3
| | | | Change-Id: I1275b73d4f18633ba03831b6973b801b0467cf0d
* Some C++11 related fixesStephan Bergmann2012-08-143-1/+34
| | | | Change-Id: Ia7f325e3658618fe627a0bc00dec4e98e41e5716
* hunspell: fix warningsMichael Stahl2012-07-272-0/+92
|
* 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
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-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.
* Use STDLIBCUIMT so that the sample executables link for AndroidTor Lillqvist2012-02-181-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.
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-0/+4
|
* Make Android cross-build workingThorsten Behrens2011-09-271-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.
* added twofold affix+compound to hunspell, as the official fixed ↵Arno Teigseth2011-09-142-0/+81
| | | | https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395
* 1.2 -> 1.3Caolán McNamara2011-06-231-2/+2
|
* upgrade to hunspell-1.3.2Caolán McNamara2011-06-235-14/+14
|
* Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist2011-06-171-0/+6
|
* hunspell-mingw.patch does not even applyTor Lillqvist2011-06-172-15/+0
|
* Add Android patchTor Lillqvist2011-06-112-1/+35
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Drop unnecessary quotes around platform tripletsTor Lillqvist2011-05-301-1/+1
|
* Pass --build and --host options when cross-compilingTor Lillqvist2011-05-291-0/+4
|
* Drop OS2Tor Lillqvist2011-05-211-4/+0
|
* Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-091-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
| * #i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau2010-07-201-1/+1
| |
* | Static defines when building static hunspell on WindowsFridrich Štrba2011-02-102-0/+12
| |
* | have to deliver some .h files as well nowCaolán McNamara2011-02-082-1/+3
| |
* | Resolves: fdo#34031 bump to hunspell 1.3.1Caolán McNamara2011-02-088-92/+9
| |
* | build without nls, we don't need itCaolán McNamara2011-02-051-2/+2
| |
* | fixed a crash - fdo#32850Laszlo Nemeth2011-01-062-1/+13
| |
* | backport the run valgrind correctly fixCaolán McNamara2010-12-102-1/+15
| |
* | fix AIX buildCaolán McNamara2010-10-131-0/+4
|/
* CWS-TOOLING: integrate CWS mingwport30obo2010-06-222-1/+16
|\
| * i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono2010-05-311-1/+1
| |
| * i#111382: Mingw port for hunspell 1.2.9tono2010-05-312-1/+16
| |
* | masterfix: #i10000# remove typoobo2010-06-101-1/+1
| |
* | cws tl74: merge with DEV300_m81Thomas Lange [tl]2010-06-096-663/+51
|\|
| * CWS-TOOLING: integrate CWS hunspell129Jens-Heiner Rechtien2010-04-136-662/+50
| |\