Age | Commit message (Expand) | Author |
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 |
2011-09-07 | introduce SAL_DEPRECATED macro | Bjoern Michaelsen |
2011-09-02 | add a public __sal_NoAcquire to OString to match OUString's | Caolán McNamara |
2011-08-29 | cppunittester::LibreOfficeProtector/LibreOfficeProtecter confusion | Caolán McNamara |
2011-08-26 | Move the header that made setup_native depending on sfx2. | Jan Holesovsky |
2011-08-03 | Avoid compiler warning | Tor Lillqvist |
2011-08-02 | make these explicit | Caolán McNamara |
2011-07-21 | use SAL_WARN_UNUSED_RESULT | Caolán McNamara |
2011-07-21 | add a _attribute__((warn_unused_result)) based macro | Caolán McNamara |
2011-07-15 | iOS hacking, intermediate commit | Tor Lillqvist |
2011-07-15 | Add a property for the UIWindow and show it | Tor Lillqvist |
2011-07-09 | sal_main_with_args() is static | Tor Lillqvist |
2011-07-09 | iOS hacking for cppunittester | Tor Lillqvist |
2011-07-04 | change O[U]StringBuffer::remove() to take start+len | Luboš Luňák |
2011-06-30 | extend CppUnit::Protector for context-less protection | Caolán McNamara |
2011-06-30 | add StringBuffers ::remove | Caolán McNamara |
2011-06-28 | 16-bit Windows is no more | Francois Tigeot |
2011-06-23 | add an OString::equalsL equivalent to OUString::equalsAsciiL | Caolán McNamara |
2011-06-21 | add default arguments to make this less painful | Caolán McNamara |
2011-06-20 | make pthreads osl_setThreadKeyData backend work the same on all OSes | Caolán McNamara |
2011-06-20 | add an extra ctor that takes char str+len | Caolán McNamara |