Testing tools == How to check compatibility between compilers == Since the interfaces used in the cpp bridgetest are not changed often one can just build the cppobj.uno.dll and the constructors.uno.dll (testtools/source/bridgetest) in an old environment and then use them in the new environment. That is the files are copied into the testtools/wntmsciXX.pro folder which corresponds to the new environment. On Windows this test will typically fail because the tests use the cppu::getCaughtException function, which only works when all libs are build using the same runtime. This part of the test can switched off. To do this go into the testtools/source/bridgetest folder and call dmake compcheck=1 This will add a new compiler define (-DCOMPCHECK) and will be used in the bridgetest.cxx to switch off the code which uses the getCaughtException function. However, there is still a test which causes the test component to throw and IllegalArgumentException. This still works. == Using source/bridgetest for stress testing == Start a modified bridgetest_server (with the final "--singleaccept" argument removed from the uno executable call) or a modified bridgetest_javaserver (with the final "singleaccept" argument replaced with "multi" in the java executable call), then start a modified bridgetest_client (with a final "stress" argument added to the uno executable call). The client will continuously establish connections to the server which are immediately destroyed again. The test will run forever, unless an error occurs. ion value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svgioAlexander Wilms
2014-02-12cid#705240 missing break in switchNoel Grandin
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-23Lenght -> LengthJulien Nabet
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-17Use CSS style attributes for top level svg nodeChr. Rossmanith
2013-11-16Remove special characters + some ascii artJulien Nabet
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand
2013-11-05Resolves: #i123510# changed priority in style preparationArmin Le Grand
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand
2013-10-06fdo63235 - correct usage of marker-start/-end for svg path dataChr. Rossmanith
2013-10-01convert last bits of String to OUString in svgio moduleNoel Grandin
2013-09-15childs -> children (in comments)Chr. Rossmanith
2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann
2013-08-21Revert "returning pointers to temporaries"Caolán McNamara
2013-08-15cppcheck: fix duplicateBreakJulien Nabet
2013-08-14returning pointers to temporariesCaolán McNamara
2013-08-14Resolves: fdo#67047 fdo#64125 #i122600# svgio improvementsArmin Le Grand
2013-07-16Resolves: #i122724# Better handling of line-only pathsArmin Le Grand
2013-07-04Fix fdo#64125 - Use default for preserveAspectRatio scalingChr. Rossmanith
2013-07-02Related: #i122594# Added same handling for outer SVG elementArmin Le Grand
2013-07-02Resolves: #i122594# correctly handle inner svg node...Armin Le Grand
2013-07-02fdo#43460: Use isEmpty() instead of getLength() in svgioChr. Rossmanith
2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens
2013-06-18fdo#43460: Use isEmpty() instead of getLength() in svgioChr. Rossmanith
2013-06-18Resolves: #i122524# fixed some text import aspects for super/sub-baselineArmin Le Grand
2013-06-17Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand
2013-06-17Resolves: #i122324# detect own re-import of EmbeddedFonts...Armin Le Grand
2013-06-14Resolves: #i122522# apply needed order to CSS styles to presentation stylesArmin Le Grand
2013-06-13Resolves: #i121656# Some more cleanups for SVG importArmin Le Grand
2013-06-13don't make it a secret what the errors areCaolán McNamara
2013-04-14WaE: type qualifiers ignored on function return typeTor Lillqvist
2013-04-14#120435# Corrected CSS style detection to be executed only once per nodeArmin Le Grand
2013-04-14#121221# added boolean state to remember when the StrokeDasharray was set to ...Armin Le Grand
2013-04-14Fix #120334# Added support for multiple CSS styles per graphic primitiveArmin Le Grand