summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+4
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-37/+3
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann34-352/+352
2012-01-23android: nasty hack to overcome unpleasantness of UNO bootstrappingMichael Meeks1-0/+11
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-24/+24
2012-01-19clean-up Doxygen warningsNorbert Thiebaud1-3/+3
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-6/+6
2012-01-09Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvcKorrawit Pruegsanusak1-1/+1
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann42-828/+726
2012-01-03WaE: unused parameter 'rPath'Tor Lillqvist1-0/+1
2012-01-02CppunitTest_cppuhelper_qa_weak depends on module bridgesStephan Bergmann1-1/+1
2012-01-02cppuhelper: convert to gbuildMatúš Kukan24-1519/+592
2012-01-02cppuhelper: add visibility symbols as first step for porting to gbuildMatúš Kukan23-69/+114
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot7-20/+20
2011-12-13GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or GUIBASEâ†...Christian Lohmaier1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2-2/+0
2011-12-07ignore backup files in services/ directory to avoid debugging griefMichael Meeks1-0/+7
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud37-70/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-17Look for libboostrap.uno.so and not bootstrap.uno.so on AndroidTor Lillqvist1-1/+8
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist1-1/+1
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl4-16/+4
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann1-2/+2
2011-11-02Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.Stephan Bergmann1-43/+120
2011-11-02Minor clean up.Stephan Bergmann1-46/+22
2011-10-28typo/spelling/grammar in commentLionel Elie Mamane1-1/+1
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-11/+15
2011-09-21Improved some error reporting.Stephan Bergmann1-1/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-2/+2
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann6-4/+12
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann1-24/+0
2011-09-12sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann3-380/+56
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann2-35/+3
2011-09-07This seems to help the MSVC build alongTor Lillqvist1-2/+3
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane2-4/+2
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane1-11/+15
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane4-35/+94
2011-09-02Typo in commentLionel Elie Mamane1-1/+1
2011-08-30Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist2-4/+4
2011-08-22OSL_DEBUG_LEVEL > 1Caolán McNamara1-0/+2
2011-08-22servicefactory fixGabor1-0/+1
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida4-7/+7
2011-08-16Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida2-1/+4
2011-08-16Changing the vtable symbol from XPropertySet to XPropertySet2.Kohei Yoshida1-1/+1
2011-08-16Added symbol for MSVC.Kohei Yoshida2-3/+8
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida4-3/+29
2011-08-08Can't build the iOS static cppuhelper test here nowTor Lillqvist1-1/+0
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist1-1/+25