Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | prefix the component_getFactory name for DISABLE_DYNLOADING | Tor Lillqvist | |
2012-04-15 | Modify for static linking (DISABLE_DYNLOADING, i.e. iOS) | Tor Lillqvist | |
2012-04-14 | stoc: accelerate opening of multiple XML .rdb files in a directory | Michael Meeks | |
Instead of nesting these, we aggregate them into a single non-nested registry, which saves lots of CPU at startup, sadly we can only do that for the new-style XML registries, so we have to sniff files, nevertheless this is still far faster. The merged xml files also break the XSimpleRegistry::getURL() method - but it appears not to get called. | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | merge feature/gbuild_components | David Tardon | |
2012-04-05 | Resolves: fdo#47068 use of pointer to deleted object | Caolán McNamara | |
2012-04-01 | merge origin/master | David Tardon | |
2012-03-29 | We want just the library basename in the DISABLE_DYNLOADING case | Tor Lillqvist | |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist | |
2012-03-18 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | |
2012-03-12 | gbuildize stoc | David Tardon | |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | |
in scripting / sdext / starmath / stoc / svtools / svx | |||
2012-02-26 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-16 | java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case. | Michael Meeks | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
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. | |||
2012-01-20 | Code clean up. | Stephan Bergmann | |
2012-01-15 | Clang -Wunused-variable. | Stephan Bergmann | |
2012-01-12 | Fix mistake in type OUStringBuffer | Olivier Hallot | |
Fix mistake in method for type OUStringBuffer | |||
2012-01-12 | Fix for fdo43460 Part XXXV getLength() to isEmpty() | Olivier Hallot | |
Part XXXV Modules stoc | |||
2012-01-02 | Get rid of manual ref counting. | Stephan Bergmann | |
2012-01-02 | USE_INTROSPECTION_CACHE is always defined. | Stephan Bergmann | |
2011-12-27 | function component_canUnload is exported | David Tardon | |
2011-12-27 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | msvc 2008 express won't link without explicit salhelper | Caolán McNamara | |
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-11-27 | remove include of pch header from stoc | Norbert Thiebaud | |
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-10-05 | Fix logic of isDerivedFrom function | Kevin Hunter | |
From an email conversation with Stephen Bergmann "I think the real intent always was to actually look through all the returned getSuperclasses(), and the error that superclasses past the first one are effectively ignored has never been noticed." | |||
2011-10-03 | WaE: unreachable code, also add comment pondering what the code means | Tor Lillqvist | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-24 | remove obsolete Forte NOOPT files | Michael Meeks | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
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: #i117698# no implementations of XIdlClassProvider remain, so code ↵ | Stephan Bergmann | |
that checks for it can be removed | |||
2011-08-29 | fix this up, revert using comphelper stuff, but modify to-dos | Caolán McNamara | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-13 | Some cppcheck cleaning | Julien Nabet | |
2011-08-11 | Some cppcheck cleaning | Julien Nabet | |
2011-08-10 | Some cppcheck cleaning | Julien Nabet | |
2011-08-08 | Use prefixed getFactory and no canUnload on 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-06-24 | re-work prefix handling and undo cppuhelper ABI change, add unit test | Michael Meeks | |
use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change |