Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
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-19 | Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. | Stephan Bergmann | |
They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined. | |||
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-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from stoc | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | 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-09-12 | sb140: #i117694# some CppUnit related cleanup | Stephan Bergmann | |
2011-08-29 | fix this up, revert using comphelper stuff, but modify to-dos | Caolán McNamara | |
2011-08-29 | Need to link with COMPHELPERLIB for isupperAscii etc | Tor Lillqvist | |
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-08-08 | Deliver also static component archives as built 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-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 | |||
2011-06-24 | Add prefix information about component into registry | Matus Kukan | |
2011-06-21 | stoc depends on registry | Tor Lillqvist | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-14 | don't throw an exception on unexpected attributes in XML rdb files | Michael Meeks | |
2011-06-14 | No malloc.h in iOS SDK either | Tor Lillqvist | |
Why this source file bothers including <malloc.h> at all (on platforms where it exists) I have no idea... This is C++ for chrissake. And the standard C location for the malloc() declaration is <stdlib.h> anyway. | |||
2011-06-13 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |