- c55bce7 ppc64: using a fp register also consumes a gp register slot by Caolan McNamara · 11 years ago
- f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
- 17432a5 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
- 678196b Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
- 90da412 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
- 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
- 0ee5a79 testtools: mark CurrentContextChecker as DLLPRIVATE by Michael Stahl · 11 years ago
- 16f52ab loplugin:deletedspecial by Stephan Bergmann · 11 years ago
- b0ce8ea Some more loplugin:cstylecast: testtools by Stephan Bergmann · 11 years ago
- fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
- ac6174b testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
- a11c681 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
- 55cd108 testtools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
- fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
- 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
- ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
- ac5954d java: remove commented out code by Noel Grandin · 12 years ago
- 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
- 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
- e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
- 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
- 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
- c87fa1b Clean up function declarations by Stephan Bergmann · 12 years ago
- 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
- 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
- 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
- a9311d6 Remove visual noise from testtools by Alexander Wilms · 12 years ago
- 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
- 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
- 65f620c Typo: execption -> exception by Julien Nabet · 12 years ago
- 7dca2dd bool improvements by Stephan Bergmann · 12 years ago
- 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
- a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
- 42b7335 Revert "throw new ..." fix in Managed C++ code by Stephan Bergmann · 12 years ago
- 52bbd9c remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls by Noel Grandin · 12 years ago
- 6e60a6f -Werror,-Wunused-variable by Stephan Bergmann · 12 years ago
- 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
- f8bf809 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
- fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
- 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
- e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
- ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
- 3656a57 add mode lines to new files (and idls) since last run by Caolán McNamara · 13 years ago
- ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
- e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
- 336353a Related rhbz#867808: More apparently bogus "throw new ..." in C++ code by Stephan Bergmann · 13 years ago
- 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
- b2f8318 simplify OUString assignments by Chr. Rossmanith · 13 years ago
- 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
- 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
- 97eb8a6 Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING by Jean-Noël Rouvignac · 13 years ago
- c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
- 9d7c1dc re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
- 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
- 90eac3e API CHANGE remove [oneway] method attributes by Thorsten Behrens · 13 years ago
- 6111068 testtools: add com.sun.star.test.performance.XPerformanceTest ... by Michael Stahl · 13 years ago
- b6831de sal_Bool->bool in testtools by Noel Grandin · 14 years ago
- 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
- 5bfa5cb Fix duplicate branches for if and else by Julien Nabet · 14 years ago
- 6bf09ec Java cleanup, remove unnecessary imports by Noel Grandin · 14 years ago
- 975866d Java cleanup, make package name match folder name by Noel Grandin · 14 years ago
- 753e9b3 udkapi, offapi: do not use #include "foo": by Michael Stahl · 14 years ago
- 15f8597 drop useless announcement by David Tardon · 14 years ago
- b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
- b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
- f713237 targeted string re-work by Norbert Thiebaud · 14 years ago
- b396546 cleaning up dmake stuff by David Ostrovsky · 14 years ago
- 268ddf9 WaE: pesky aliasing warning with gcc 4.7.0 by Caolán McNamara · 14 years ago
- 85c2f28 Revert "i hope this is fixed now" by Stephan Bergmann · 14 years ago
- b8044cb i hope this is fixed now by David Tardon · 14 years ago
- d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
- 094cf7c Fix delivery of jvmfwk ini/data files by Stephan Bergmann · 14 years ago
- a3bf345 WaE: arrayIndexOutOfBounds by Thomas Arnhold · 14 years ago
- 777f63d method should be public by Caolán McNamara · 14 years ago
- 99bf0c3 add a uno test api with more than 8 floating point args by Caolán McNamara · 14 years ago
- a6ed487 Decrease verbiage a little bit by Tor Lillqvist · 14 years ago
- 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
- 81e50fb Fix for fdo43460 Part XXXIX getLength() to isEmpty() by Olivier Hallot · 14 years ago
- 6a8f6c4 Removed extra semicolons by Jesse · 14 years ago
- 7904a8c I don't see NO_BSYMBOLIC being used anywhere by Tor Lillqvist · 14 years ago
- 3c9d6bd remove include of pch header from testtools by Norbert Thiebaud · 14 years ago
- eedfbf5 fdo#42865: let's try map file for windows only by Michael Stahl · 14 years ago
- 6f55d5e Do build stuff here also when cross-compiling (but don't run) by Tor Lillqvist · 14 years ago
- 5057892 Fix unintentional glitch by Tor Lillqvist · 14 years ago
- 469c9ac Enforce a "lib" prefix for UNO components for Android by Tor Lillqvist · 14 years ago
- 4f11d0a Revert the component.map removal from makefile to fix Windows build. by Jan Holesovsky · 14 years ago
- c506e18 fdo#42865: cppu,cppuhelper,testtools: no mapfile by Michael Stahl · 14 years ago
- bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
- 50205b9 Remove component_getImplementationEnvironment by Matúš Kukan · 15 years ago
- e634f62 Don't do anything when cross-compiling for now by Tor Lillqvist · 15 years ago
- a3c6942 Remove OS/2 support by Francois Tigeot · 15 years ago
- a277284 Easyhack: Add visibility markup to all component_get* functions by Julien Nabet · 15 years ago
- 5775fc2 catch by const reference by Caolán McNamara · 15 years ago
- f257433 Merge commit 'ooo/DEV300_m103' by Jan Holesovsky · 15 years ago
- d8d6bee Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) by Thomas Arnhold · 15 years ago
- db67675 Merge remote-tracking branch 'origin/integration/dev300_m101' by Jan Holesovsky · 15 years ago
- 17e1fcf Merge Gentoo patches from old build and downstream repositories. by Hanno Meyer-Thurow · 15 years ago
- 8c59580 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 by Michael Meeks · 15 years ago
- fa8f20a CWS-TOOLING: integrate CWS jl165 by Ivo Hinkelmann · 15 years ago
- e62f74c Remove "using namespace ::rtl" by Julien Nabet · 15 years ago