Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in cppuhelper | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-17 | Look for libboostrap.uno.so and not bootstrap.uno.so on Android | Tor Lillqvist | |
Not sure if we need to be more generic here, and always add a "lib" prefix if not present. Or do the changes to the makefilery take care of it, so that for other UNO components than bootstrap, the name as stored wherever it is stored does contain the "lib" prefix we are forces to use on Android? | |||
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
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. | |||
2011-11-15 | fdo#42865: cppu,cppuhelper,testtools: no mapfile | Michael Stahl | |
Instead, build with VISIBILITY_HIDDEN. | |||
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann | |
2011-11-02 | Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}. | Stephan Bergmann | |
Those bootstrap variables now support <XXX>* syntax to include all files (non- recursively) contained in the directory denoted by XXX. Optional components can put their data simply into program/services/ and program/types/. | |||
2011-11-02 | Minor clean up. | Stephan Bergmann | |
2011-10-28 | typo/spelling/grammar in comment | Lionel Elie Mamane | |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | Improved some error reporting. | Stephan Bergmann | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-12 | sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵ | Stephan Bergmann | |
that checks for it can be removed | |||
2011-09-12 | sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementation | Stephan Bergmann | |
2011-09-12 | sb140: #i117694# some CppUnit related cleanup | Stephan Bergmann | |
2011-09-07 | This seems to help the MSVC build along | Tor Lillqvist | |
2011-09-07 | correct OPropertySetHelper2 copy constructor and assignment operator | Lionel Elie Mamane | |
allows to get rid of export of vtable | |||
2011-09-07 | apparently vtable & thunks necessary after all in gcc3.map | Lionel Elie Mamane | |
2011-09-07 | Restore ABI compatibility with LO 3.4 and earlier | Lionel Elie Mamane | |
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date. | |||
2011-09-02 | Typo in comment | Lionel Elie Mamane | |
2011-08-30 | Tweak some DLL and import library names in the WNTGCC case | Tor Lillqvist | |
2011-08-22 | OSL_DEBUG_LEVEL > 1 | Caolán McNamara | |
2011-08-22 | servicefactory fix | Gabor | |
2011-08-16 | Renamed XPropertySet2 to XPropertySetOption. | Kohei Yoshida | |
To avoid making it appear to be a derived interface of XPropertySet when it's not. | |||
2011-08-16 | Make XPropertSet2 not a child interface of XPropertySet. | Kohei Yoshida | |
This is to preserve ABI backward compatibility with cppu::OPropertySetHelper. | |||
2011-08-16 | Changing the vtable symbol from XPropertySet to XPropertySet2. | Kohei Yoshida | |
NOTE: This needs to be double-checked by an expert. I'm modifying a symbol that's defined in the UDK_3_0_0 section. I'm not really sure if this will cause any ABI breakages for either the core code or extensions. | |||
2011-08-16 | Added symbol for MSVC. | Kohei Yoshida | |
2011-08-16 | Added XPropertySet2 to allow disabling of change event notifications. | Kohei Yoshida | |
Sometimes broadcasting changes to the property set on every new value insertion makes no sense especially during import. Turning that off also improves performance especially when inserting millions of property values. | |||
2011-08-08 | Can't build the iOS static cppuhelper test here now | Tor Lillqvist | |
Since we now link to the (also static) bootstrap.uno component which hasn't been built yet. | |||
2011-08-08 | For iOS just link directly to the bootstrap component | Tor Lillqvist | |
2011-08-08 | Don't bother trying to truncate parts debugging output | Tor Lillqvist | |
Murphy says it's the part that is dropped which will be interesting one anyway. | |||
2011-08-08 | Add invokeStaticComponentFactory() for statically linked components | Tor Lillqvist | |
Will be used for iOS at least. Factor out the part of loadSharedLibComponentFactory() that handle the symbol that has been successfully looked up. | |||
2011-08-08 | Add metacomment | Tor Lillqvist | |
2011-08-08 | OSL_TRACE adds trailing newline itself | Tor Lillqvist | |
2011-08-08 | Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1 | Tor Lillqvist | |
2011-08-08 | Factor out "bootstrap.uno" repeated for all bootstrap services | Tor Lillqvist | |
2011-08-08 | Move function to the file where it is used | Tor Lillqvist | |
2011-08-07 | getLibEnv always returned an empty string anyway so make it void instead | Tor Lillqvist | |
2011-08-04 | Bin OS/2 .map files | Tor Lillqvist | |
2011-08-01 | Use separate unit testers for subsequent and normal tests for iOS | Tor Lillqvist | |
2011-08-01 | Try to use the app executable module on iOS for now | Tor Lillqvist | |
2011-08-01 | Nah, these must be subsequent tests also for iOS | Tor Lillqvist | |
2011-08-01 | Add statically linked cpphelper unit test for iOS | Tor Lillqvist | |
2011-07-28 | we are searching for prefix in activate | Matúš Kukan | |
also fix small typo | |||
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan | |
2011-07-11 | Default to current language binding name, if not specified. | Matúš Kukan | |
Signed-off-by: Michael Meeks <michael.meeks@novell.com> | |||
2011-06-27 | Export the new loadSharedLibComponentFactory() overload, too | Tor Lillqvist | |