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