Age | Commit message (Expand) | Author |
2014-02-17 | cppu: sal_Bool -> bool | Stephan Bergmann |
2014-02-17 | Drop unused #include | Takeshi Abe |
2014-02-06 | typo fixes in comments | Andras Timar |
2014-02-05 | fdo#43157 - Clean up OSL_ASSERT | Timothy Markle |
2014-02-03 | Remove needless SAL_DLLPRIVATE annotations | Stephan Bergmann |
2014-01-31 | [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu | Stephan Bergmann |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-28 | coverity#440026 Logically dead code | Caolán McNamara |
2014-01-27 | bool improvements | Stephan Bergmann |
2014-01-25 | coverity#1158251 Dereference before null check | Caolán McNamara |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann |
2014-01-10 | [API CHANGE] cppu::Enterable::v_isValid returns bool | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2014-01-05 | remove empty or | Philipp Riemer |
2013-12-26 | WaE: unused function 'setNegativeBridge' | Tor Lillqvist |
2013-12-16 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-12-11 | cppu: Avoid uno_direct_getEnvironment() indirection. | Matúš Kukan |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin |
2013-11-20 | convert equalsAsciiL calls to startsWith calls | Noel Grandin |
2013-10-21 | fdo#68849 add some header guards | Thomas Arnhold |
2013-09-04 | UNO interface UIKs are unused for a very long time | Stephan Bergmann |
2013-08-22 | Better assertions | Stephan Bergmann |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-21 | osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() | Stephan Bergmann |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist |
2013-08-12 | error: dereferencing type-punned pointer will break strict-aliasing rules | Stephan Bergmann |
2013-08-02 | Mark as const | Takeshi Abe |
2013-07-03 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan |
2013-05-09 | protect UNO EnvStack's s_setCurrent() against unknown threadid | Herbert Dürr |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-16 | WaE: variable 'hMod' set but not used | Tor Lillqvist |
2013-04-16 | do not use deprecated rtl_registerModuleForUnloading | Matúš Kukan |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-18 | coverity#705137 Missing break in switch | Julien Nabet |
2013-03-05 | *ppRet cannot become non-null there out of thin air | Stephan Bergmann |
2013-03-04 | sal_Bool to bool | Takeshi Abe |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-02-21 | osl_atomic_increment/decrement are macros | Stephan Bergmann |
2013-01-26 | Remove redundant braces around for loops | Stephan Bergmann |
2013-01-15 | Include <cassert> | Stephan Bergmann |
2012-12-27 | Some cppcheck cleaning | Julien Nabet |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-13 | Avoid global static data | Stephan Bergmann |
2012-10-07 | Handle lack of module loading/unloading API when DISABLE_DYNLOADING | Tor Lillqvist |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-21 | Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING | Tor Lillqvist |