Age | Commit message (Expand) | Author |
2011-12-02 | Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED. | Stephan Bergmann |
2011-12-02 | Revert "Remove charAt/setCharAt once and for all" | Stephan Bergmann |
2011-12-01 | Remove charAt/setCharAt once and for all | August Sodora |
2011-12-01 | Add back setCharAt/charAt for now | August Sodora |
2011-12-01 | fdo#41474: remove setCharAt and charAt from O[U]StringBuffer | August Sodora |
2011-11-30 | Removed unused sal/inc/internal/once.h. | Stephan Bergmann |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud |
2011-11-27 | remove include of pch header from sal | Norbert Thiebaud |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud |
2011-11-26 | The lo_main() thing on Android works fine, remove superfluous logging | Tor Lillqvist |
2011-11-25 | PDP_ENDIAN and variants are unused. | François Tigeot |
2011-11-23 | Call getResult with fully qualified name. | Stephan Bergmann |
2011-11-23 | Silence bogus MSC "must return a value" errors. | Stephan Bergmann |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann |
2011-11-23 | Some trivial fixes for MinGW with -std=c++0x enabled; not finished. | Jan Holesovsky |
2011-11-22 | Base SAL_INFO/WARN inclusion on if instead of #if. | Stephan Bergmann |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann |
2011-11-21 | SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilers | Lionel Elie Mamane |
2011-11-16 | Further Android work, now most sal cppunit tests seem to run | Tor Lillqvist |
2011-11-15 | Rework the bootstrap mechanism of a LO program on Android | Tor Lillqvist |
2011-11-15 | Intermediate Android commit, before having NativeActivity load lo-bootstrap | Tor Lillqvist |
2011-11-07 | First baby steps of proper Android "native" program support | Tor Lillqvist |
2011-11-04 | Added OUStringBuffer::append(char) so that b.append(' ') does what one expects. | Stephan Bergmann |
2011-11-01 | Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance. | Stephan Bergmann |
2011-11-01 | Moved various sal/rtl/source files from C to C++, for easier maintenance. | Stephan Bergmann |
2011-11-01 | Removed obsolete rtl/tres stuff. | Stephan Bergmann |
2011-11-01 | adapt naming scheme | Caolán McNamara |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one | Caolán McNamara |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one | Caolán McNamara |
2011-10-21 | misc trivial tweaks, and documentation addition | Michael Meeks |
2011-10-21 | String->OUString, with accompanying tests | August Sodora |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L... | Stephan Bergmann |
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann |
2011-10-08 | Revert "Introduced OSL_FORMAT, adpated some places to it." | Tor Lillqvist |
2011-10-08 | Introduced OSL_FORMAT, adpated some places to it. | Stephan Bergmann |
2011-10-05 | Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *. | Stephan Bergmann |
2011-09-30 | -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock. | Stephan Bergmann |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara |
2011-09-27 | FullTextEncodingDataSingleton must not call itself recursively. | Stephan Bergmann |
2011-09-26 | make sure these are safe wrt embedded NULLs | Caolán McNamara |
2011-09-23 | make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_END | Caolán McNamara |
2011-09-22 | bah, >= 4.6 then | Caolán McNamara |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara |
2011-09-22 | should be > 4, not > 5 | Caolán McNamara |
2011-09-19 | Add a clarifying comment (MinGW special case). | Jan Holesovsky |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba |
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ... | Stephan Bergmann |
2011-09-11 | Simplified SAL_DEPRECATED, does not need to abstract over func. | Stephan Bergmann |
2011-09-09 | sb140: sb140: #i116981# clean up memory upon exit | Stephan Bergmann |