summaryrefslogtreecommitdiffstats
path: root/configmgr/CppunitTest_configmgr_unit.mk
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin2019-06-141-0/+1
| | | | | | | Change-Id: I1cf8250dba63b744f882e54e9eb572884f292975 Reviewed-on: https://gerrit.libreoffice.org/74020 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
| | | | | | | | | Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-091-0/+4
| | | | | | | Change-Id: Ib58d04f9e046e604b24e0e338796a7a60aa1d6fd Reviewed-on: https://gerrit.libreoffice.org/19253 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* configmgr: support reading from a dconf layer (WIP)Stephan Bergmann2015-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* restore dependenciesCaolán McNamara2015-02-161-0/+1
| | | | Change-Id: I20645122bc80d729093dff8d1a8094c6fbf7d68a
* boost::noncopyable->'= delete'Caolán McNamara2015-02-161-1/+0
| | | | Change-Id: If0f898a1e912fcd2095d8ba88b2b8046596e16ea
* Beware gb_CppunitTest_use_library_files plus gb_CppunitTest_use_componentStephan Bergmann2014-10-241-1/+2
| | | | | | | | | | | ...it causes the library's objects to be loaded twice, causing potential trouble with static data. So introduce gb_Cppunit_set_componentfile, processing the library's source component file into an additional workdir/CppuntiTest/ component file referencing the test library. (This required to drop the gb_Helper_abbreviate_dirs bric-a-brac, as it would do $W replacement into file URLs contained in the resulting .component file.) Change-Id: I57847e549817d25cca53a13effd7d408e0c99f9a
* Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2014-04-121-1/+0
| | | | | | | libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-181-1/+0
| | | | | | | Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* configmgr: more makefile cleanup.Michael Meeks2013-09-101-3/+4
| | | | Change-Id: I672077a2096cc51e7a3668f5873a91299fd00ca1
* configmgr: cleanup unit test pieces.Michael Meeks2013-09-101-1/+1
| | | | Change-Id: I3d849a1676c638d431a15672c5a7253b70f4e610
* fdo#46723 enable configmgr unit testsJelle van der Waa2013-09-101-0/+53
Change-Id: Id2a10374d207fc079093cdb9a78ac30171251e46