Age | Commit message (Expand) | Author |
2012-11-21 | Use correct variable in the iOS and Android cases | Tor Lillqvist |
2012-11-21 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-21 | Revert "sb140: sb140: #i116981# clean up memory upon exit" | Michael Meeks |
2012-11-06 | Some white-space clean-up | Stephan Bergmann |
2012-10-17 | More useless code, "#if 0" blocks in lingucomponent, sal, and rsc | Marcos Paulo de Souza |
2012-10-13 | use consistently sal.osl and sal.rtl as log areas | Luboš Luňák |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-10-09 | Add a 'fromIndex' parameter to OUString::replaceAll | Noel Grandin |
2012-10-02 | update string copy semantics to be undefined in a non-crashing way. | Michael Meeks |
2012-10-01 | Remove internal usage of rtl/memory.h in sal module | Arnaud Versini |
2012-09-26 | sal: uri.cxx: deploy some asserts | Michael Stahl |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-17 | migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic | Norbert Thiebaud |
2012-09-14 | remove use of SAL_MIN() macro | Norbert Thiebaud |
2012-09-14 | remove SAL_MAX() macros and few users | Norbert Thiebaud |
2012-08-14 | Remove some dead assignements in sal/cipher.cxx | Olivier Hallot |
2012-08-07 | Refactor expandMacros somewhat... | Stephan Bergmann |
2012-07-27 | Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in sal | Arnaud Versini |
2012-06-29 | Remove include guards | Thomas Arnhold |
2012-06-29 | Remove some unused defines and controls | Thomas Arnhold |
2012-05-24 | fdo#50162 merge rtlbootstrap.mk into configure.in | David Ostrovsky |
2012-05-23 | removed unused temporary rtl::OUString | Takeshi Abe |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | string literal O(U)StringBuffer ctors too, after all | Luboš Luňák |
2012-04-02 | warn on \0 embedded in string literals, after all | Luboš Luňák |
2012-04-02 | sal: reduce allocation thrash in URI encode / decode | Michael Meeks |
2012-04-02 | sal: expose more stringbuffer related instrumentation points | Michael Meeks |
2012-03-30 | no bad_alloc throwing in string literal O(U)String functions | Luboš Luňák |
2012-03-30 | sal: add a more permanant set of annotations for lifetime tracking. | Michael Meeks |
2012-03-28 | these VALGRIND allocator annotations never worked for me, just busted memcheck | Caolán McNamara |
2012-03-26 | Hardcode default inifile as /assets/rc on Android | Tor Lillqvist |
2012-03-23 | removed duplicate includes in sal | Takeshi Abe |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist |
2012-03-21 | Need the weird vnd.sun.star.pathname: prefix | Tor Lillqvist |
2012-03-21 | Simply hardcode the inifile as "rc" in the app bundle directory on iOS | Tor Lillqvist |
2012-03-21 | Clean up OSL_TRACE output a little bit | Tor Lillqvist |
2012-03-13 | make OString work even with old gcc that has SFINAE broken | Luboš Luňák |
2012-03-12 | OString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák |
2012-03-12 | rtl_uString_newFromLiteral() for string literals | Luboš Luňák |
2012-03-05 | rtl_uString_newFromAscii_WithLength() and use it in OUString | Luboš Luňák |
2012-03-05 | check that *ascii* string functions are really passed only ASCII | Luboš Luňák |
2012-02-22 | OUString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák |
2012-02-15 | Various string function clean up | Stephan Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-15 | Clang -Wdangling-else, -Wuninitialized. | Stephan Bergmann |
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot |
2011-12-21 | WaE: add a space to tell SLED-11 gcc that we know what we're doing | Caolán McNamara |
2011-12-19 | WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warning | Matúš Kukan |