summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-25/+4
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
- 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-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
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 Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-0/+1
The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
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 Tardon1-8/+0
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
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 Stahl1-4/+4
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-04-02always pass --headless to cppunitsLuboš Luňák1-1/+0
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-01-15these are not old component files anymoreMatúš Kukan1-5/+2
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-2/+2
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-2/+0
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-0/+7
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann1-2/+2
* 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-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara1-1/+2
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-04adapt lotuswordpro unittests to separate RdbTarget makefile requirementBjoern Michaelsen1-6/+0
2011-09-30merge filters-test codeCaolán McNamara1-0/+1
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-1/+0
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-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-1/+2
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara1-1/+1
2011-06-30add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara1-0/+1
2011-06-18remove all traces of offuh from makefilesDavid Tardon1-1/+5
2011-04-27Revert "use add_linked_objects instead of explicit dep"David Tardon1-13/+4
This reverts commit 92aea9c0ca4a157605a7d94f77d3e9b328d9ead8.
2011-04-24remove obsoleted depDavid Tardon1-2/+0
2011-04-24keep the linked_libs lists sortedDavid Tardon1-3/+3
2011-04-24use add_linked_objects instead of explicit depDavid Tardon1-4/+13
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon1-13/+24
2011-04-17Library, not LinkTargetBjoern Michaelsen1-1/+1
2011-04-16unittest has to explicitly depend on lwpft libraryBjoern Michaelsen1-0/+4
2011-04-16use gb_CppunitTest_uses_ure, depend on PackageBjoern Michaelsen1-0/+3
2011-04-15remove old stuff nowCaolán McNamara1-0/+62