summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2017-05-28Makefile is generated in BUILDDIR, not SRCDIR (fix fetch for android)Christian Lohmaier1-1/+1
Change-Id: Ieaa4cb0e8d3370154cd1a57d4afaf5bfa715cbc9
2017-05-24fixing fe3fb5ecd3b66e32cc5aa64a2afffa572353740e for iOSjan Iversen1-0/+2
the new cross-toolset target does not work for iOS (the old way worked as it should) the "fetch" target causes problems. Change-Id: I19d2949f04a968ebd9813f635dc21cae0559a4e7
2017-05-23Makefile: try to fix downloading externals for build platformMichael Stahl1-0/+2
When cross-compiling, it's possible that an external is only used on the build platform and not the host platform. Attempt to fix this by invoking "make fetch" twice; it looks like this should not be combined with the exising "build-tools" invocation because that needs to be delayed until everything is fetched. Change-Id: I42626a30359d54dce3c0a5a8ea07045c099cea59 Reviewed-on: https://gerrit.libreoffice.org/37912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-05-19add the generation of partial update files to the makefilesMarkus Mohrhard1-0/+3
It seems that the generated partial update files are now generated correctly. We now need to handle languages and sign the partial files as well as upload them. Change-Id: I69fbdad42da2c8a2d9695bc852956b82ce773f4c
2017-05-19separate creation and upload of the update infoMarkus Mohrhard1-0/+3
Change-Id: I809866f0425b8e85b396692f60c936351aca39ad
2017-05-19add configure setting for the update channelMarkus Mohrhard1-0/+3
This only makes sense with the mar based updater and is currently only used for uploading the builds. Change-Id: I8baec67419bd1042e89d0373ca868973b23d8a5f
2017-05-19add makefile parts for creating mar filesMarkus Mohrhard1-0/+8
Change-Id: I004af6b1a5aaa87869ad316dedde1777d2f3cf95
2017-05-11typoStephan Bergmann1-1/+1
Change-Id: If5876ca8ecb8e6c6fe1135ddd0d1aa31ebfc47ca Reviewed-on: https://gerrit.libreoffice.org/37468 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-10Add distro-pack-install-strip targetStephan Bergmann1-5/+12
...to be used by dev-tools' flatpak/build.sh Change-Id: Ie61edfc2aeddf10aa70dee07c3496fd6b2aebcc4
2017-05-02add ww6 fuzzerCaolán McNamara1-1/+1
Change-Id: I7e84f29b321676c373f86acba375816a0e9ad386
2017-04-15add ww2 fuzzerCaolán McNamara1-1/+1
Change-Id: Ie1d7b73bfb6a5c08af9a00f58d204122576e8799
2017-04-02add cgm fuzzerCaolán McNamara1-1/+1
Change-Id: Id3bf2bc3c50421bb46e6fbdf3c492bdd2e3a976c
2017-04-01add rtf fuzzerCaolán McNamara1-1/+1
Change-Id: I36a6294c158232bef8fceeaf5159527f467f5786
2017-03-16ppt fuzzer is good enough to get startedCaolán McNamara1-1/+1
This reverts commit 78dbfa9fff9c408108112302640e0cfb8aa53a11.
2017-03-15ppt fuzzer still needs more work to finish its runCaolán McNamara1-1/+1
Change-Id: I11e9c23ab8b61b86bd7abb59b853cd7432a3d11f
2017-03-15add ppt fuzzerCaolán McNamara1-1/+1
Change-Id: I283d24fc2d7420273c3769fcd4ea3938da85afb4
2017-03-15just use turbo-jpeg as sole internal solutionCaolán McNamara1-1/+1
prefer having nasm/yasm but if its not there warn and fallback to disabling assembler optional goodness Change-Id: Ib31ad81717842f743c2910d575a9ebbc279a9c79 Reviewed-on: https://gerrit.libreoffice.org/35189 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-14add a separate fuzzer for OLE2David Tardon1-1/+1
Change-Id: I518bd8dc6fd50e96746d6d415190551c6cbfdea5 Reviewed-on: https://gerrit.libreoffice.org/35178 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-07oss-fuzz: add sd resourcesCaolán McNamara1-1/+1
Change-Id: Idb80d8893a223d2ba5fcacc579cb510ec4ddea84
2017-03-07add icgCaolán McNamara1-1/+1
Change-Id: Ib017705ca38c83cd7dfbedec60e2c7adf3f3c6a3
2017-03-03disable dynload expects services.rdb to list the orig library nameCaolán McNamara1-1/+1
while ---enable-mergelibs creates a single libmergedlo.a in this mode and the services.rdb contains that I guess I could tweak cppuhelper/source/shlib.cxx and solenv/bin/native-code.py etc to work differently or just take the more well travelled road here Change-Id: I35e2626824c9b015b5a6051db659fe467c35d8ba
2017-03-02add lwp fuzzerCaolán McNamara1-1/+1
Change-Id: I72a2d8ce47059f9af65d89fbdcc09d96c40cb79b
2017-03-01uitest: finally a working dependency on the build target for uicheckMarkus Mohrhard1-1/+1
Change-Id: Icaf1de556ae20027e27321750197ed574b508435
2017-02-25add 602 fuzzerCaolán McNamara1-1/+1
Change-Id: I91242d4647922be1c668c6a6518dedf7048801be
2017-02-24add hwp fuzzerCaolán McNamara1-1/+1
Change-Id: I07fe351a182328f9ef98cb9866529637a6688c64 Reviewed-on: https://gerrit.libreoffice.org/34570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-02-24Revert "oss-fuzz runs under docker"Michael Stahl1-2/+10
This reverts commit 210f594773455bf49d1cf116f1c48ccf74cb26b4. Just disable the check if running inside docker http://stackoverflow.com/questions/23513045/how-to-check-if-a-process-is-running-inside-docker-container Change-Id: Ib11a2ccb7f0b2bd5e174b9b3adaf8a28474f2908 Reviewed-on: https://gerrit.libreoffice.org/34544 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-02-22add tif fuzzerCaolán McNamara1-1/+1
Change-Id: I4f7c73b85c34bfdf88536ed40b288392e7e21368
2017-02-22add tga fuzzerCaolán McNamara1-1/+1
Change-Id: If14486ffa268ce830b941b1b3f621dce190be43e
2017-02-20use old ide generator for vs2013 and vs2015jan Iversen1-2/+2
Currently we have 2 generator python scripts, Makefile.in selects which one is to be used (old/new). Change-Id: I1f7f8c216a97e273ce1b8e5149d1ffc80ab1277a
2017-02-17add ras fuzzerCaolán McNamara1-1/+1
Change-Id: I06c36dd30ed6422b2c21dce3a43b89f43b1218b2
2017-02-13add pcx fuzzerCaolán McNamara1-1/+1
Change-Id: I861a64938a73f625ae190d18aee15dc57ac4d97d
2017-02-01Makefile.in added support for testIdejan Iversen1-0/+1
This is a temporary fix, to allow testing of the new windows IDE, without disturbing the existing one. Change-Id: I4c59427541878acb6dd382af42deb7c0c952bcf9
2017-01-31add pct fuzzerCaolán McNamara1-1/+1
Change-Id: I6a1787b484479268223fb59bf510c20be833d4d0
2017-01-31Gbuild-to-ide, Froze non-active supported generators.jan Iversen1-4/+15
Copied gbuild-to-ide.py from d575e3a14beef8bdd3517c024b9aab8a17b3ef7b to gbuild-to-ideNS.py Changed Makefile.in to use gbuild-to-ideNS.py for non-actively supported platforms. That way these platform are stable, and not affected of new features. For now all platforms are still present in gbuild-to-ide and will have a "does not break" test for all new features. Change-Id: I8bb069d93c954a80de540a32b8a01889035c840d Reviewed-on: https://gerrit.libreoffice.org/33710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2017-01-27add eps fuzzerCaolán McNamara1-1/+1
Change-Id: I7455a01076fc7c5fd16bbb90914ac93c236b2a3b
2017-01-24add psd fuzzerCaolán McNamara1-1/+1
Change-Id: I8969e9f5020a6c1957b7f326e5dcca52915ddd4f
2017-01-23beginning of support for CodeLite in gbuild-to-ideNoel Grandin1-0/+1
Change-Id: I5640ad193f2766400554012383d6c910f2160378 Reviewed-on: https://gerrit.libreoffice.org/33396 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-15gbuild: populate local symstore on WindowsThorsten Behrens1-0/+1
Script based on Lubos' tb master script from http://nabble.documentfoundation.org/Daily-Win32-debug-builds-td4067279.html Change-Id: I7f3247367a63078881f3cf51cf3e2cad59ad67b5 Reviewed-on: https://gerrit.libreoffice.org/33088 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-01-12add ppm/pbm fuzzerCaolán McNamara1-1/+1
Change-Id: I6f403570abcf50be4cf11f20ea52bb2a07367b2a
2017-01-12add met fuzzerCaolán McNamara1-1/+1
Change-Id: I061739db5e7913ef13d3b862b5dee9152734d473
2017-01-12add dxf fuzzerCaolán McNamara1-1/+1
Change-Id: Ibf3d42ef0e0b0698309e567a92d0c5c45cc2ef94
2017-01-09add pcd fuzzerCaolán McNamara1-1/+1
Change-Id: Id21659687952ec5e868733fbca12353dd71b8153 Reviewed-on: https://gerrit.libreoffice.org/32902 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-09add svm fuzzerCaolán McNamara1-1/+1
Change-Id: I56606605e7ce7e282960432384057f2986d3a187
2017-01-09add bmp fuzzerCaolán McNamara1-1/+1
Change-Id: I5a564402b7a0b6ae1fcbeef6d84f85f1d3e4f4ce Reviewed-on: https://gerrit.libreoffice.org/32850 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-09add png fuzzerCaolán McNamara1-1/+1
Change-Id: I06a92aff55f4e107781b5e7b2b95eb61692a929b Reviewed-on: https://gerrit.libreoffice.org/32849 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-08add xpm fuzzerCaolán McNamara1-1/+1
Change-Id: Ic4869b58914079662b09c8ef406b4f65d21b5270 Reviewed-on: https://gerrit.libreoffice.org/32839 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-08add xbm fuzzerCaolán McNamara1-1/+1
Change-Id: I23d65c01bfd1ff083cda0f48c5db1636f1c6095b Reviewed-on: https://gerrit.libreoffice.org/32821 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-05add gif fuzzerCaolán McNamara1-1/+1
Change-Id: I47dc449464cc7643d05b73e9612d01e50a8d4b8e
2017-01-02add a jpg fuzzerCaolán McNamara1-1/+1
reshuffle things to share common core Change-Id: I50aa0e2ddeefaa4b2d0592b1118defd28b7347db
2016-12-21tweak fuzzing dependenciesCaolán McNamara1-2/+2
Change-Id: If78e68556711bc9b9a00d3b18d13852adf44b9f0