summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)AuthorFilesLines
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara3-6/+6
2011-12-02Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.Stephan Bergmann2-0/+4
2011-12-02Revert "Remove charAt/setCharAt once and for all"Stephan Bergmann2-0/+72
2011-12-01Remove charAt/setCharAt once and for allAugust Sodora2-72/+0
2011-12-01Add back setCharAt/charAt for nowAugust Sodora2-0/+72
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora2-72/+0
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann1-82/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from salNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-26The lo_main() thing on Android works fine, remove superfluous loggingTor Lillqvist1-7/+0
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot1-21/+0
2011-11-23Call getResult with fully qualified name.Stephan Bergmann1-1/+2
2011-11-23Silence bogus MSC "must return a value" errors.Stephan Bergmann1-1/+15
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann6-131/+206
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky1-1/+7
2011-11-22Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann2-45/+41
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann9-101/+455
2011-11-21SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilersLionel Elie Mamane1-1/+1
2011-11-16Further Android work, now most sal cppunit tests seem to runTor Lillqvist1-4/+0
2011-11-15Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist1-1/+2
2011-11-15Intermediate Android commit, before having NativeActivity load lo-bootstrapTor Lillqvist1-23/+9
2011-11-07First baby steps of proper Android "native" program supportTor Lillqvist1-0/+48
2011-11-04Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann1-0/+18
2011-11-01Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann1-2/+20
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann1-0/+49
2011-11-01Removed obsolete rtl/tres stuff.Stephan Bergmann2-220/+0
2011-11-01adapt naming schemeCaolán McNamara1-4/+3
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara1-0/+24
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara1-0/+28
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks1-0/+20
2011-10-21String->OUString, with accompanying testsAugust Sodora1-1/+6
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-2/+1
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann1-0/+24
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist1-20/+0
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann1-0/+20
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann4-26/+38
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann1-1/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2-0/+6
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann2-0/+39
2011-09-26make sure these are safe wrt embedded NULLsCaolán McNamara2-2/+8
2011-09-23make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara1-2/+2
2011-09-22bah, >= 4.6 thenCaolán McNamara1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-9/+36
2011-09-22should be > 4, not > 5Caolán McNamara1-1/+1
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky1-0/+4
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba3-0/+3
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba3-3/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann3-45/+40
2011-09-11Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann1-5/+5