summaryrefslogtreecommitdiffstats
path: root/postprocess
Commit message (Collapse)AuthorAgeFilesLines
* ReportDefinition is the one that is failing for me under Linux tooCaolán McNamara2014-06-241-2/+1
| | | | Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463
* Fix CppunitTest_services on WindowsStephan Bergmann2014-06-122-2/+26
| | | | | | ...by blacklisting the problematic service Change-Id: I524a7c7af2cb374911db7b204021c3d2bcd1fdd6
* Avoid Solar Mutex deadlocks when disposing servicesStephan Bergmann2014-06-122-0/+3
| | | | | | ...as test code using gb_CppunitTest_use_vcl is implicitly run with Solar Mutex locked Change-Id: I480b4bcce7c6a94922019679099b0883b3ee1030
* postprocess: command line limit work around for Win32 makeMichael Stahl2014-06-091-3/+4
| | | | | | Use var2file to write registry input files. Change-Id: I0edfd94440a47a0c4b21bf2b354d6467016f5f68
* move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon2014-06-091-0/+1
| | | | Change-Id: I6e5ac310567bb7bd12fbba444e4e1deb9fea30d5
* Revert "Revert "Make sure to dispose services supporting the XComponent ↵Markus Mohrhard2014-06-091-1/+18
| | | | | | | | protocol"" This reverts commit 044be7107a97169e80360c79a9d07bec263ac818. It only works sometimes. Still a deadlock based on a race condition.
* don"t execute test on windows, deadlocksMarkus Mohrhard2014-06-091-1/+2
| | | | Change-Id: Ic000a4961d770ad7f84aef0562e1d033f1b6a089
* Revert "Make sure to dispose services supporting the XComponent protocol"Markus Mohrhard2014-06-071-18/+1
| | | | This reverts commit 4cacc6080e61374fd573fffb3bc2a54968c1b61a.
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
* Make the wdb/wks and GreatWorks(draw) workosnola2014-05-291-0/+1
| | | | Change-Id: I1a736a511e6007a4ed6413eb8d9b8e364d73f765
* use $(gb_AWK) instead of awkChristian Lohmaier2014-05-221-4/+4
| | | | Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
* using xargs for string manipulation is somewhat of an abuseChristian Lohmaier2014-05-221-17/+18
| | | | | | | | | (and breaks the build on windows/cygwin for some reason, although running the find/xargs command by itself works just fine) So just use awk instead and have a nicer solution without breaking the build Change-Id: I24b9f52c0b84c2e8019f3f6719a307fe508fb755
* fdo#78815 Fix report builder toolbox controllerMaxim Monastirsky2014-05-191-1/+2
| | | | Change-Id: Iecbf84b29500729e228d22c8e50b119d1fb471c5
* Make the MacAVF code build also as 32-bitTor Lillqvist2014-05-161-3/+1
| | | | | | | | | | | | | When compiling 32-bit OS X code, the code will use the "legacy Objective-C runtime", which means that instance variables of an Objective-C class must be declared in the @interface block, not in the @implementation. CGRect and NSRect are not the same for 32-bit code. Also, use boost::unordered_map. Change-Id: Icc56ff298203565a7568714b0e9f42c7c6b89737
* The macavf code doesn't compile as 32-bit, sighTor Lillqvist2014-05-151-1/+3
| | | | Change-Id: I51336c09aaa6ecdaa5da537a4a21efbff305da6e
* The AVFoundation framework appeared in OS X 10.7Tor Lillqvist2014-05-151-1/+3
| | | | Change-Id: I76eb213ff4cb93196ea81dd43a465da61c0cdee2
* The AVMedia framework is not deprecatedTor Lillqvist2014-05-151-1/+1
| | | | | | | | | So no reason to avoid it when building for the Mac App Store (i.e. when building a sandboxed LibreOffice). (At least I assume it was because of the deprecatedness of QuickTime that it was conditional on not building a sandboxed LibreOffice.) Change-Id: I9d50490aa878ba5e40594b39eac88f23df3ef0a6
* Add avmediaMacAVFTor Lillqvist2014-05-151-0/+1
| | | | Change-Id: I8e0a3c1f96ca908ce942050d51cb43fd7724dbae
* We build avmediaQuickTime as 64-bit too nowTor Lillqvist2014-05-151-4/+2
| | | | Change-Id: I595d24a08f91f501554bd803a489bc32ed2274f8
* Make sure to dispose services supporting the XComponent protocolStephan Bergmann2014-05-151-1/+18
| | | | | | | | ...to e.g. avoid leftover temp files from instantiating com.sun.star.comp.report.OReportDefinition. But dispose all instances only at the very end, to avoid disposing some single-instance services too early. Change-Id: I71fc50e80f4b5d1a1ca16e392725903b079ce2d1
* various: sal_Bool->boolNoel Grandin2014-05-081-1/+1
| | | | Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9
* No fpicker needed for non-DESKTOP surely?Tor Lillqvist2014-05-071-1/+1
| | | | | | | Sure, not a lot of code, but best to not even compile it, to catch eventual usage attempts. Change-Id: I7462ea9a5fbe6080fcec2f424d1a1b80ad0afe21
* Introduce centralized detection for storage-based filesMaxim Monastirsky2014-05-011-0/+1
| | | | | | | | | | | | This will allow us to get rid of the duplicated code, and simplify the type detectors. Also this commit fixes fdo#46310 and fdo#74978. Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c Reviewed-on: https://gerrit.libreoffice.org/9221 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
* make signing depend on slowchecks being doneChristian Lohmaier2014-04-291-3/+5
| | | | | | | | | otherwise signing (at least on windows) fails because files are in use Change-Id: Ida6a7d43dc74eb278fd79410b9c0a60f823c5933 Reviewed-on: https://gerrit.libreoffice.org/9176 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás2014-04-191-1/+3
| | | | Change-Id: I03d0d7c0446b6316e388ae717aded6bb7dcc88f1
* Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist2014-04-181-1/+1
| | | | | | Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e
* More generic way to disable avmediaTor Lillqvist2014-04-171-2/+2
| | | | | | | | | | Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
* remove executable bitAndras Timar2014-04-171-0/+0
| | | | Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
* Make service unit test easier to debugChris Sherlock2014-04-041-11/+13
| | | | | | | | | | It's sort of hard to break into this function with gdb. Seperating it out makes it a lot easier to work out where things are breaking. Change-Id: If99effd44fe677452ac3c1012b99da7da80c720e Reviewed-on: https://gerrit.libreoffice.org/8844 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* sccomp: Share common code and have only one library.Matúš Kukan2014-04-031-1/+1
| | | | | | And use constructor feature for UNO implementations. Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d
* Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan2014-04-011-0/+3
| | | | Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061
* Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan2014-04-011-1/+1
| | | | | | | | | | This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc. Conflicts: configure.ac scp2/InstallModule_ooo.mk Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660
* Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás2014-03-271-0/+1
| | | | Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
* remove unnecessary util dirDavid Tardon2014-03-231-2/+2
| | | | Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
* normalize values of WITH_MOZAB4WINMichael Stahl2014-03-112-2/+2
| | | | Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
* normalize values of BUILD_POSTGRESQL_SDBCMichael Stahl2014-03-111-1/+1
| | | | Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
* No cmdmail component on OS X nowTor Lillqvist2014-03-071-1/+3
| | | | Change-Id: I693e529c4ef2846425db6ec6ffdfdfc0b1d09ffc
* Revert "install:module <value>s must be mutually exclusive"Stephan Bergmann2014-03-061-4/+0
| | | | | | | | | | | | | This reverts commit 768ea2924680fc4beb75a782cb0faf26695fee53, which was completely misguided---configmgr allows oor:external values to let a "lower" value shine through when the backend says it cannot produce a value, even when that "lower" value comes from the same layer (as is e.g. already used in officecfg/registry/data/org/openoffice/VCL.xcu). Conflicts: postprocess/CustomTarget_registry.mk Change-Id: Ic8f0c9c931e2c73c9bfb8fbe5a57f60ad6aebde1
* Build webdav based on serf if neon is disabled.Matúš Kukan2014-03-062-2/+2
| | | | Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
* install:module <value>s must be mutually exclusiveStephan Bergmann2014-03-031-0/+4
| | | | | | | | | | | ...so that only a single one ends up in the .xcd data. (In the given case, introduced with 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807 use xdg ~/Templates for default Template location," the duplication for the unixdesktop case happened to be harmless, as the non-unixdesktop <value> appeared in a block in main.xcd before the unixdesktop-specific <value>, so the former was effectively ignored when reading main.xcd.) Change-Id: I5199556ee3e6decaa07beb14a0503e1b5661f5df
* Allow to build lpsolver based on CoinMP library.Matúš Kukan2014-03-031-1/+1
| | | | Change-Id: I0a3b2bd6744f6ccca0017cd1e06a4018f085445a
* Merge HTML detection to text detection serviceMaxim Monastirsky2014-03-011-1/+0
| | | | | | | | | | | | Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
* fdo#69309 rename share/registry/postgresqlsdbc.xcd to postgresql.xcdLionel Elie Mamane2014-02-221-3/+3
| | | | Change-Id: Ie7c9200310ab24e4d2636849b133e515f266d5c9
* add missing postprocess depsBjoern Michaelsen2014-02-191-4/+8
| | | | | | - these sometimes break a highly parallel build Change-Id: Ia30041d2d2ce69900db0476313a0bf2baf6da7a5
* use 'ne' for string comparisonAndras Timar2014-02-191-1/+1
| | | | Change-Id: I0d059933786119c3c26202c7b48d793404e5a0eb
* Follow-up to 5fc9a33b9a684eff92bdf1bad705dbc5986098ceTor Lillqvist2014-02-031-1/+3
| | | | Change-Id: I07c7d831fc75a6020e03993c6b087562e5422b32
* related: fdo#73682 Introduce HTML detection serviceMaxim Monastirsky2014-01-231-0/+1
| | | | | | | Change-Id: I66bb579019ce8411b821c623955a454fd81cf811 Reviewed-on: https://gerrit.libreoffice.org/7600 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
* Add more logging so that we have the info even in case of weird crashes.Jan Holesovsky2014-01-141-0/+3
| | | | Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec
* Drop the unnecessary extra directory levelKhaled Hosny2014-01-011-1/+1
| | | | | | | Just like other lingucomponent parts, besides altlinuxhyph is a historical library name that no longer exist. Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace
* Improve CppunitTest_servicesStephan Bergmann2013-12-192-41/+36
| | | | Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43