summaryrefslogtreecommitdiff
path: root/starmath/CppunitTest_starmath_qa_cppunit.mk
AgeCommit message (Collapse)Author
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-10-04adapt starmath unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-08-17convert i18npool to gbuildMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara
2011-07-01add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara
2011-06-18remove all traces of offuh from makefilesDavid Tardon
2011-06-10try .res runtime depend the other routeCaolán McNamara
2011-06-10add runtime depends to .res files to unit testsCaolán McNamara
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: starmath/qa/cppunit/makefile.mk sw/source/core/layout/fly.cxx sw/source/core/layout/paintfrm.cxx sw/source/ui/inc/view.hxx sw/source/ui/shells/grfsh.cxx
2011-04-29ugly fix to a dependency problem in starmath_qa_ccpunitNorbert Thiebaud
2011-04-24reenable unit testDavid Tardon