summaryrefslogtreecommitdiffstats
path: root/mythes
Commit message (Collapse)AuthorAgeFilesLines
* re-base on ALv2 code. Includes:Michael Meeks2013-06-031-20/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
* mythes: stop delivering headersMichael Stahl2013-05-081-4/+0
| | | | Change-Id: I10a9e7836ce648a0f789be479a7c90bbff592b37
* 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-6/+6
| | | | | | | | | | | | | | | | | | 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>
* we use idxdict these daysDavid Tardon2012-12-291-3/+0
| | | | Change-Id: I89ba8543191b3c5eea95a3a0906af121726c1bcd
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* configure: define FOO_CFLAGS/FOO_LIBS so that they are never emptyMichael Stahl2012-11-091-2/+0
| | | | | | | | This allows us to simply pass the already exported variables to invoked configures, where the non-empty values will override the detection logic there. Change-Id: I7353a313814c58922e34843aeae380e5afa442ca
* 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>
* Need gb_STDLIBS for mythes, tooTor Lillqvist2012-10-291-1/+1
| | | | Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
* move setup of HUNSPELL_CFLAGS etc. to configureMichael Stahl2012-10-291-4/+2
| | | | Change-Id: Id50ca2e0804d9e56334c9f7149dc4080a7fee729
* fix mythes buildMatúš Kukan2012-10-281-1/+6
| | | | Change-Id: I505a4a780e8fedbb41cd031d71d6a5e53c36624e
* fix hunspell and mythes library namesMatúš Kukan2012-10-281-3/+1
| | | | Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
* fixup gbuildified mythesPeter Foley2012-10-281-2/+1
| | | | Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e
* fix mythesPeter Foley2012-10-281-1/+1
| | | | Change-Id: Ie612045398d267e69eca25e2f57cd6f6eca28f5e
* convert mythes to gbuildPeter Foley2012-10-2810-217/+133
| | | | Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4
* Handle the CPPRUNTIME crackTor Lillqvist2012-10-141-0/+1
| | | | Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
* ah MS why do you hate me soCaolán McNamara2012-06-292-1/+22
| | | | Change-Id: I268e1f5caa68668efdd2d83d1d8fe00401c6ed0f
* lost the patch directives on merge conflict fixCaolán McNamara2012-06-291-0/+1
| | | | Change-Id: I69321f8a5b4c0377ac6ceb7b6795d25bd9a3e6ba
* bump mythes to 1.2.3Caolán McNamara2012-06-296-21/+10
| | | | Change-Id: Iccc91cddfc0a7b84558f77d2b39297cbef78aba2
* remove malingering legacy RCS tags.Michael Meeks2012-06-281-7/+1
|
* 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
* fix mingw build of mythes with system hunspellDavid Tardon2012-02-201-10/+7
|
* 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 whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* update delivering the correct versionCaolán McNamara2011-12-211-2/+2
|
* bump mythes to 1.2.2Caolán McNamara2011-12-215-12/+11
|
* 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.
* 1.2 -> 1.3Caolán McNamara2011-06-231-2/+2
|
* Bypass when SYSTEM_MYTHES=YES for WNTGCC, tooTor Lillqvist2011-06-201-0/+2
|
* Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist2011-06-171-0/+4
|
* Add Android patchTor Lillqvist2011-06-112-1/+13
|
* Add cross-compilation supportTor Lillqvist2011-06-071-0/+4
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Drop OS2Tor Lillqvist2011-05-211-5/+0
|
* Resolves: rhbz#675806 crash in es thesaurusCaolán McNamara2011-02-092-2/+14
|
* adjust for AIXCaolán McNamara2010-10-131-0/+2
|
* OOO330 masterfix: dictionaries needs thesaurus generated idxJens-Heiner Rechtien2010-07-261-5/+2
|
* i#112678: DEV300_m84 MinGW mythes build failuretono2010-07-031-1/+3
|
* mythes12: #i111612# use a TARGET definition of mythes not mythes-1.2 in ↵Caolán McNamara2010-06-181-1/+1
| | | | order to generate a libmythes.lib as in solenv/libs.mk and not libmythes-1.2.lib
* mythes12: also change the source to libmythes.libRene Engelhard2010-06-171-1/+1
|
* mythes12: deliver mythes.lib correctly as libmythes.libRene Engelhard2010-06-161-1/+1
|
* mythes12: fix build without pkg-config/hunspell on systemRene Engelhard2010-06-151-0/+9
|
* mythes12: deliver libmythes-1.2.a also from unx*/libRene Engelhard2010-05-141-0/+1
|
* EXTERNAL_WARNINGS_NOT_ERRORS := TRUE in mythes' makefile.mkRene Engelhard2010-05-141-1/+2
|
* fix build needing makefile.mk here (Windows?)Rene Engelhard2010-05-142-1/+95
|
* mythes12: revert last commit and patch mythes instead to have our th_gen_idx.plRene Engelhard2010-05-142-1/+98
|
* mythes12: fix libmythes lib deliveringRene Engelhard2010-04-271-1/+1
|