Age | Commit message (Expand) | Author |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-28 | windows: warning 4706 is disabled globally in com_MSC_defs.mk | Thomas Arnhold |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-17 | fdo#70319 "exponent followed by at least on digit" also for special case 0.0 | Stephan Bergmann |
2013-10-14 | resolved fdo#70319 exponent must be followed by at least one digit | Eike Rathke |
2013-10-08 | CID#982700 silence coverity | Caolán McNamara |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann |
2013-09-22 | sal: rename "cppunit/cppunittester" executable | Michael Stahl |
2013-09-12 | WaE: unused variable suToken, aEmpty, aEmpty2. | Andrzej J.R. Hunt |
2013-09-11 | -Werror,-Wformat | Stephan Bergmann |
2013-09-11 | fdo#39625 Make existing cppunittests work | Jelle van der Waa |
2013-09-11 | -Werror,-Wformat | Stephan Bergmann |
2013-09-11 | sal: fdo#39625 Make existing cppunittests work | Jelle van der Waa |
2013-08-23 | fix hex escape sequence | Caolán McNamara |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist |
2013-08-01 | Mark as const | Takeshi Abe |
2013-07-17 | Fix memory leak with osl_getCurrentSecurity (). | Mark Wielaard |
2013-06-25 | coverity : #984128 and 21 others : Uninitialized scalar field | Norbert Thiebaud |
2013-06-19 | Delete unused sal tests | David Ostrovsky |
2013-06-13 | Introduce O[U]String::toUInt32 | Stephan Bergmann |
2013-05-31 | rewrite OUString test to not trigger literalalternative plugin warnings | Luboš Luňák |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-10 | soltools: remove Package_inc and empty unistd.h nonsense | Michael Stahl |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-22 | Revert "fdo#62096: Replaced some compareTo with ==" | Fridrich Štrba |
2013-04-22 | fdo#62096: Replaced some compareTo with == | Sameer Deshmukh |
2013-04-09 | no mkdtemp on AIX either | Caolán McNamara |
2013-04-04 | remove HAVE_SFINAE_ANONYMOUS_BROKEN | Luboš Luňák |
2013-03-25 | remove external include guards | Thomas Arnhold |
2013-03-25 | Add test case for toInt overflow detection | Stephan Bergmann |
2013-03-20 | Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann |
2013-03-20 | use #if instead of #ifdef for testing config_xxx.hxx macros | Luboš Luňák |
2013-03-19 | further OUString cleanup | 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-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-02-23 | Fix typo accessable/accessible | Julien Nabet |
2013-02-22 | silence warning. | Michael Meeks |
2013-02-22 | Fix misspellings detected by https://github.com/lyda/misspell-check | Tor Lillqvist |
2013-02-21 | Fix type unkown -> unknown | Julien Nabet |
2013-02-05 | testOUBoolean should test with OUString, not OString | Lionel Elie Mamane |
2013-02-04 | OK for boolean() to take true bool argument | Stephan Bergmann |