summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)AuthorFilesLines
2012-02-01add vcl.gdi log areaDavid Tardon1-0/+1
2012-01-31add vcl log areaDavid Tardon1-0/+4
2012-01-30sal: add sw.rtf log areaMiklos Vajna1-0/+1
2012-01-30add log areasLuboš Luňák1-0/+8
2012-01-27add a file to list of known SAL_INFO areasLuboš Luňák2-1/+49
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann5-34/+34
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist1-5/+2
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks1-0/+352
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist1-0/+5
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks1-0/+3
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-12/+46
2012-01-20kill some doxygen warningsNorbert Thiebaud13-29/+29
2012-01-19clean-up Doxygen warningsNorbert Thiebaud8-37/+29
2012-01-19implement inode compare for identical directory item checkingMichael Meeks1-6/+0
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks2-1/+49
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks2-12/+1
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2-10/+6
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist1-0/+87
2012-01-13suppress doxygen warning in oslNorbert Thiebaud4-50/+50
2012-01-12Make it clear that sal/log.hxx functionality may change again.Stephan Bergmann1-0/+9
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann34-165/+132
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist1-0/+45
2011-12-21Need visibility markup for lo_main() tooTor Lillqvist1-3/+3
2011-12-19sal: add visibility symbolsMatúš Kukan44-556/+812
2011-12-19sal: convert to gbuildMatúš Kukan1-39/+0
2011-12-09rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann1-0/+24
2011-12-06normalize 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