summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ucalc.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan1-9/+1
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan1-1/+1
Change-Id: I99a0dd6765d57c4a1d842b25d600d760930704fa
2012-07-17tubes: tweak makefilesMatúš Kukan1-2/+2
2012-07-17tubes: link libraries to unit testEike Rathke1-1/+7
2012-07-17tubes: update readme, get -something- working wrt. document transferMichael Meeks1-0/+6
2012-05-30Unit test for INDIRECT function with different configurations.Kohei Yoshida1-0/+1
Change-Id: I8605a575ed37fc48554d31ee823ea42ea3a771d1
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-1/+2
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan1-2/+0
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-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-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-2/+1
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
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-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-2/+2
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-19Tests apparently depend on localedata_en library.Stephan Bergmann1-4/+6
More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others.
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-0/+2
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann1-2/+10
* 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-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-0/+1
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-04adapt sc unittests to separate RdbTarget makefile requirement, also rename ↵Bjoern Michaelsen1-14/+0
sc_test_filters consistent to sc_filters_test
2011-09-28more unit test cut/paste reduxMichael Meeks1-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-17convert i18npool to gbuildMatúš Kukan1-1/+1
2011-08-11sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbugNorbert Thiebaud1-0/+6
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-05-23fix mis-mergeDavid Tardon1-13/+0
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida1-0/+13
Conflicts: sc/CppunitTest_sc_ucalc.mk sc/Module_sc.mk sc/qa/unit/ucalc.cxx sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/excimp8.cxx sc/source/filter/inc/excimp8.hxx sc/source/ui/docshell/impex.cxx sc/source/ui/unoobj/datauno.cxx
2011-04-24remove obsoleted depDavid Tardon1-2/+0
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon1-12/+30
2011-04-18Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara1-1/+1
2011-04-16use gb_CppunitTest_uses_ureBjoern Michaelsen1-0/+1
2011-04-12reenable ucalc.cxx unittest in gbuildBjoern Michaelsen1-0/+90
2011-04-12Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara1-1/+1
2011-04-11reenable ucalc.cxx unittest in gbuildBjoern Michaelsen1-0/+13
2011-04-05starting sc_ucalc unit testBjoern Michaelsen1-0/+77