summaryrefslogtreecommitdiffstats
path: root/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\
| | * hunspell129: #i107768# fix stack smashCaolán McNamara2010-03-042-1/+30
| | |
| | * hunspell129: add back in solaris ICONV disableCaolán McNamara2010-02-272-1/+14
| | |
| | * hunspell129: need a dummy config.h for windowsCaolán McNamara2010-02-252-0/+8
| | |
| | * hunspell129: pre-upgrade build testsCaolán McNamara2010-02-253-663/+2
| | |
| * | ause110: update to DEV300_m74Hans-Joachim Lankenau2010-03-101-5/+1
| |\|
| * | ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau2010-01-151-0/+1
| | |
* | | cws tl74: #i107768# fix for thesaurus crashThomas Lange [tl]2010-03-172-1/+30
| |/ |/|
* | changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-5/+1
|/ | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* 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#: remove superfluous dependencies in external librariesMathias Bauer2009-07-282-2/+3
|/
* CWS-TOOLING: integrate CWS cmcfixes59Kurt Zenker2009-06-042-1/+25
| | | | | | | | | 2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free
* CWS-TOOLING: integrate CWS mingwport18Release Engineers2009-04-102-2/+19
| | | | | | | | | | | | | | | | | | | | | | 2009-03-27 12:51:41 +0100 tono r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono r269832 : i#100209: MinGW port fix for sspi
* #i10000# PATCH_FILE_NAME -> PATCH_FILESRelease Engineers2009-03-091-1/+1
|
* #i10000# AUGMENT_LIBRARY_PATH missingOliver Bolte2009-03-091-1/+1
|