summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Collapse)AuthorAgeFilesLines
* Moved configmgr/source/README into configmgr/READMEStephan Bergmann2012-02-142-156/+131
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-0/+4
| | | | | | | | | | | | | | | | | * cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+6
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Check for xcu <node> that should rather be <prop>.Stephan Bergmann2012-01-121-0/+10
|
* Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot2011-12-1710-41/+41
| | | | | | Part VIII Module comfigmgr
* Revert "Move configmgr to tail_build."Stephan Bergmann2011-12-161-0/+2
| | | | | | | | | | ...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
* Code modules no longer depend on stlport.Stephan Bergmann2011-12-161-1/+1
|
* Move configmgr to tail_build.Stephan Bergmann2011-12-161-2/+0
|
* Missing configmgr/prj/build.lst adaption.Stephan Bergmann2011-12-141-2/+1
|
* Replaced remaining OSL_ASSERT in configmgr.Stephan Bergmann2011-12-144-12/+16
|
* Ported configmgr to gbuild.Stephan Bergmann2011-12-146-133/+86
|
* Unified configmgr::Node::getMember{s,Map} again.Stephan Bergmann2011-12-1318-112/+97
| | | | (With the insight that Data::components is RootNode::members.)
* Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist2011-12-131-1/+1
|
* Simplified, type-safe C++ configuration access.Stephan Bergmann2011-12-1328-929/+1590
| | | | | | | | | | | | | | | | * New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Adapted to new assertion/logging mechanisms.Stephan Bergmann2011-11-2920-290/+282
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-65/+0
|
* remove include of pch header in configmgrNorbert Thiebaud2011-11-2731-31/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-3/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* cleanup .uno:HelpSupportAndras Timar2011-11-211-5/+0
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-172-4/+4
| | | | | | | | | | | | | This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-141-7/+2
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Cleaned up configmgr initialization.Stephan Bergmann2011-10-312-101/+119
| | | | | Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.
* Fixed previous configmgr layer numbering fix.Stephan Bergmann2011-10-271-1/+2
|
* Fixed configmgr layer numbering.Stephan Bergmann2011-10-261-1/+1
|
* more tweaks to unittests, also move registrymodifications.xcuNoel Power2011-10-261-1/+11
| | | | | registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
* Handle removal of non-mandatory set members.Stephan Bergmann2011-10-261-1/+1
|
* more support for basic/vba unit testsNoel Power2011-10-251-0/+1
| | | | add moggis work and some tweaks from me too
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-242-2/+1
| | | | BaseInstallation.
* Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann2011-10-201-4/+4
| | | | | Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
* Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2011-10-071-17/+7
|
* let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIRMichael Meeks2011-09-021-2/+15
|
* Tell RootAccess when Components instance is destroyed.Kohei Yoshida2011-08-313-17/+20
| | | | | | | | | | | This is to avoid RootAccess instances, which are ref-counted, to avoid accessing the Components instance, which is a singleton. The problem may arise when shutting down the entire app where it's entirely unclear whether the RootAccess instances get destroyed first or the Components instance does. In fact, on my Windows XP environment this repeatedly caused crash-on-close issue which would lead to "DDE server error" Windows system error dialog popping up afterwards.
* Make configmgr buildable with debug=true.Kohei Yoshida2011-08-301-0/+14
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-102-2/+2
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-302-1/+3
|
* another redundant fileMichael Meeks2011-07-251-94/+0
|
* remove obsolete files, they now live in xmlreader/Michael Meeks2011-07-252-1240/+0
|
* resyncing to masterBjoern Michaelsen2011-07-213-12/+1
|\
| * Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-121-6/+0
| |
| * Remove online registration related codeMatus Kukan2011-07-071-5/+0
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-171-1/+1
| |
* | gnumake4: adjust configmgr to gbuildBjoern Michaelsen2011-06-221-1/+1
|/