summaryrefslogtreecommitdiff
path: root/mythes
AgeCommit message (Collapse)AuthorFilesLines
2013-09-22stop delivering lots of external static librariesMichael Stahl2-21/+0
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl1-1/+1
Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-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
2013-05-08mythes: stop delivering headersMichael Stahl1-4/+0
Change-Id: I10a9e7836ce648a0f789be479a7c90bbff592b37
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-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-22quiet external module build log unless failureNorbert Thiebaud1-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>
2012-12-29we use idxdict these daysDavid Tardon1-3/+0
Change-Id: I89ba8543191b3c5eea95a3a0906af121726c1bcd
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-11-09configure: define FOO_CFLAGS/FOO_LIBS so that they are never emptyMichael Stahl1-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
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-29Need gb_STDLIBS for mythes, tooTor Lillqvist1-1/+1
Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
2012-10-29move setup of HUNSPELL_CFLAGS etc. to configureMichael Stahl1-4/+2
Change-Id: Id50ca2e0804d9e56334c9f7149dc4080a7fee729
2012-10-28fix mythes buildMatúš Kukan1-1/+6
Change-Id: I505a4a780e8fedbb41cd031d71d6a5e53c36624e
2012-10-28fix hunspell and mythes library namesMatúš Kukan1-3/+1
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
2012-10-28fixup gbuildified mythesPeter Foley1-2/+1
Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e
2012-10-28fix mythesPeter Foley1-1/+1
Change-Id: Ie612045398d267e69eca25e2f57cd6f6eca28f5e
2012-10-28convert mythes to gbuildPeter Foley10-217/+133
Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4
2012-10-14Handle the CPPRUNTIME crackTor Lillqvist1-0/+1
Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
2012-06-29ah MS why do you hate me soCaolán McNamara2-1/+22
Change-Id: I268e1f5caa68668efdd2d83d1d8fe00401c6ed0f
2012-06-29lost the patch directives on merge conflict fixCaolán McNamara1-0/+1
Change-Id: I69321f8a5b4c0377ac6ceb7b6795d25bd9a3e6ba
2012-06-29bump mythes to 1.2.3Caolán McNamara6-21/+10
Change-Id: Iccc91cddfc0a7b84558f77d2b39297cbef78aba2
2012-06-28remove malingering legacy RCS tags.Michael Meeks1-7/+1
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-20fix mingw build of mythes with system hunspellDavid Tardon1-10/+7
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-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich1-0/+1
2011-12-21update delivering the correct versionCaolán McNamara1-2/+2
2011-12-21bump mythes to 1.2.2Caolán McNamara5-12/+11
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-06-231.2 -> 1.3Caolán McNamara1-2/+2
2011-06-20Bypass when SYSTEM_MYTHES=YES for WNTGCC, tooTor Lillqvist1-0/+2
2011-06-17Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist1-0/+4
2011-06-11Add Android patchTor Lillqvist2-1/+13
2011-06-07Add cross-compilation supportTor Lillqvist1-0/+4
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-5/+5
2011-05-21Drop OS2Tor Lillqvist1-5/+0
2011-02-09Resolves: rhbz#675806 crash in es thesaurusCaolán McNamara2-2/+14
2010-10-13adjust for AIXCaolán McNamara1-0/+2
2010-07-26OOO330 masterfix: dictionaries needs thesaurus generated idxJens-Heiner Rechtien1-5/+2
Notes: split repo tag: libs-extern_ooo/OOO330_m2 split repo tag: libs-extern_ooo/OOO330_m3 split repo tag: libs-extern_ooo/OOO330_m4 split repo tag: libs-extern_ooo/OOO330_m5 split repo tag: libs-extern_ooo/OOO330_m6 split repo tag: libs-extern_ooo/OOO330_m7 split repo tag: libs-extern_ooo/OOO330_m8
2010-07-03i#112678: DEV300_m84 MinGW mythes build failuretono1-1/+3
2010-06-18mythes12: #i111612# use a TARGET definition of mythes not mythes-1.2 in ↵Caolán McNamara1-1/+1
order to generate a libmythes.lib as in solenv/libs.mk and not libmythes-1.2.lib
2010-06-17mythes12: also change the source to libmythes.libRene Engelhard1-1/+1
2010-06-16mythes12: deliver mythes.lib correctly as libmythes.libRene Engelhard1-1/+1
2010-06-15mythes12: fix build without pkg-config/hunspell on systemRene Engelhard1-0/+9
2010-05-14mythes12: deliver libmythes-1.2.a also from unx*/libRene Engelhard1-0/+1
2010-05-14EXTERNAL_WARNINGS_NOT_ERRORS := TRUE in mythes' makefile.mkRene Engelhard1-1/+2
2010-05-14fix build needing makefile.mk here (Windows?)Rene Engelhard2-1/+95