summaryrefslogtreecommitdiff
path: root/starmath/CppunitTest_starmath_qa_cppunit.mk
AgeCommit message (Collapse)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-11-23try to fix and reenable starmath unit testsCaolán McNamara
Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8
2012-10-25fix compilation and linking of starmath cppunit testsIvan Timofeev
... but the tests still crash and are disabled. Change-Id: I5df66f21865cac98c38d4ef3684c562784e093b9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
2012-06-15convert i18npool to gbuildNorbert Thiebaud
Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869 Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305
2012-06-15gb_Library_PLAINEXT->gb_Library_DLLEXTNorbert Thiebaud
Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca
2012-06-15add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara
2012-06-15remove all traces of offuh from makefilesDavid Tardon
2012-06-15ugly fix to a dependency problem in starmath_qa_ccpunitNorbert Thiebaud
2012-06-15reenable unit testNorbert Thiebaud
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
2012-06-15revert gmk4 mismergeNorbert Thiebaud
Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
2012-05-29fix .component pathsDavid Tardon
Change-Id: I953cdd6f425245aff0d18858d201520938e0e3aa
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08clean upDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08fold i18npaper into i18nutilCaolán McNamara
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
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