summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Collapse)Author
2016-12-07We have to link to stl on Windows.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2016-12-05Port main/configmgr to gbuild.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2016-08-07Merge branches/gbuild-reintegration to trunk.Damjan Jovanovic
Notes: ignore: obsolete
2015-10-06#i125003# Remove some superfluous version.map files from tests. Google Test ↵Damjan Jovanovic
uses executables, not libraries, so they don't need version maps any more. Notes: ignore: googletest
2015-09-20#i125003# migrate main/configmgr/qa/unit from cppunit to Google Test. All ↵Damjan Jovanovic
tests fail and on Windows it doesn't start running, but these look like problems from before and at least it doesn't run during the build. Notes: ignore: googletest
2013-12-12#i122208# force boost *map for configmgr's Modifications Node structureHerbert Dürr
The C++ standards allows that the instantiation of incomplete types fails. The Node structure had this problem because it contained a map of Node structures itself. Boost containers explicitly allow recursive types so they solve that. Notes: ignore: does not seem necessary
2013-11-18#i122362# remove stlport4-build supportHerbert Dürr
but keep the --without-stlport configure option for now it is the new default anyway Notes: ignore: obsolete
2013-06-24122397: - XCU file parsing: correct node containment check in case the node ↵Oliver-Rainer Wittmann
is not contained in root - simplify AOO 3.4.x/OOo 3.x migration configuration Notes: ignore: aoo
2013-05-15#i122208# avoid default assignment operator of recursive STL containersHerbert Dürr
support for recursive STL containers is not required by the standard. Boost TR1 containers allow them explicitly though but for some compiler/stl combinations there are constness issues that prevent the default assignment operator to work. Adding a small helper function solves this problem in a clean way. Notes: merged as: 8d9998f53af1806b06cf659f52607b2ac409a113
2013-04-18#121996# integrate first part to remove 3layer officeJürgen Schmidt
Notes: prefer: a66f9903bba9dc7eeff6683ebddcd34d4ad70068
2012-02-03remove onlineregistration with dependenciesJürgen Schmidt
2012-01-17Update headers to Alv2 headersAndrew Rist
2012-01-17Update headers to Alv2 headersAndrew Rist
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-12-30Update headers to Alv2 headersAndrew Rist
2011-11-09i118582: OS/2 port - configmgr patch. By Yuri DarioPedro Giffuni
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-01-10sb139: #i116391# for backwards compatibility, allow absolute paths in ↵sb
configmgr getByHierarchicalName et al
2011-01-10sb139: #i77102# forget about configmgr user-layer removals that no longer ↵sb
remove anything
2010-12-07sb135: merged in DEV300_m95sb
2010-11-30OOO330Ivo Hinkelmann
2010-11-17sb136: #i115386# prefer en[-US] over empty xml:lang value, to accomodate ↵sb
existing extensions with bad .xcu content
2010-11-15sb135: merged in DEV300_m93sb
2010-11-03sb132: #i112107# handle configmgr::Access::asProperty being called on an ↵sb
access w/o parent
2010-10-29sb135: merged in CWS sb131sb
2010-10-28sb132: #i114877# combined configmgr::Components::{init,get}Singletonsb
2010-10-25sb132: #i115142# component factories should implement XServiceInfosb
2010-10-25sb132: #i112107# getImplementationName should not throwsb
2010-10-22sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb
2010-10-21sb132: merged in DEV300_m90sb
2010-10-18#i10000# changes from OOO330 m11Vladimir Glazunov
2010-10-14CWS-TOOLING: integrate CWS sb133Jens-Heiner Rechtien
2010-10-08CWS-TOOLING: integrate CWS fwk159obo
2010-10-04sb132: merged in DEV300_m89sb
2010-10-04sb133: #i114705# osl::Thread::onTerminated must not be called on deleted objectsb
2010-10-04sb133: #i114705# for performance reasons, call configmgr::writeModFile ↵sb
asynchronously
2010-09-29CWS-TOOLING: integrate CWS sb129Vladimir Glazunov
2010-09-28CWS-TOOLING: integrate CWS sb126Vladimir Glazunov
2010-09-23sb132: #i114155# use "en" as additional fallback locale after "en-US"sb
(transplanted from 630d6876c61cd1e0d42b8aa18bfc2ab22079a20f)
2010-09-23sb132: #i114155# use "en" as additional fallback locale after "en-US"sb
2010-09-23sb132: #i113833# removed unused configmgr::Node::findMembersb
2010-09-22sb126: merged in DEV300_m88sb
2010-09-22sb129: merged in DEV300_m88sb
2010-09-16sb126: merged in DEV300_m87sb
2010-09-16fwk158: #i114541# generally ignore erroneous xcs/xcu files during startup ↵sb
(typically from extensions installed pre 3.3)