summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Collapse)Author
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f.
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann
As a replacement, added appropriate operator [] functions. All other uses can use getStr().
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann
Happened on non-standard locales (like hu_HU on Linux) when osl_loadModuleRelative wanted to access non-standard text encodings. For Windows, the fix is still only a "TODO: FIXME" dummy.
2011-09-26make sure these are safe wrt embedded NULLsCaolán McNamara
something of a micro optimization as well I guess
2011-09-23make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara
2011-09-22bah, >= 4.6 thenCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22should be > 4, not > 5Caolán McNamara
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-11Simplified SAL_DEPRECATED, does not need to abstract over func.Stephan Bergmann
Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).
2011-09-09sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann
2011-09-07introduce SAL_DEPRECATED macroBjoern Michaelsen
2011-09-02add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara
2011-08-29cppunittester::LibreOfficeProtector/LibreOfficeProtecter confusionCaolán McNamara
2011-08-26Move the header that made setup_native depending on sfx2.Jan Holesovsky
2011-08-03Avoid compiler warningTor Lillqvist
2011-08-02make these explicitCaolán McNamara
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara
2011-07-21add a _attribute__((warn_unused_result)) based macroCaolán McNamara
2011-07-15iOS hacking, intermediate commitTor Lillqvist
2011-07-15Add a property for the UIWindow and show itTor Lillqvist
2011-07-09sal_main_with_args() is staticTor Lillqvist
2011-07-09iOS hacking for cppunittesterTor Lillqvist
We don't need sal/main.h in salinit.cxx as far as I can see. Add stuff to sal/main.h so that we can link an iOS executable that actually will run, and hack the makefile so that cppunittester builds successfully. Of course, a cppunittester executable built here won't be usable for anything interesting as we don't build any dynamic libraries of LibreOffice code for iOS, so there is nothing to pass on the command line to load. But hey, baby steps, experimentation, doing work in the public, commit often, etc...
2011-07-04change O[U]StringBuffer::remove() to take start+lenLuboš Luňák
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java.
2011-06-30extend CppUnit::Protector for context-less protectionCaolán McNamara
2011-06-30add StringBuffers ::removeCaolán McNamara
2011-06-2816-bit Windows is no moreFrancois Tigeot
2011-06-23add an OString::equalsL equivalent to OUString::equalsAsciiLCaolán McNamara
2011-06-21add default arguments to make this less painfulCaolán McNamara
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara
2011-06-20add an extra ctor that takes char str+lenCaolán McNamara
2011-06-17Clean out cruft from systools and especially uwinapiTor Lillqvist
2011-06-14Fix SAL_MATH_FINITE definition for iOSTor Lillqvist
2011-06-14Do define SAL_DLLEXTENSION properly for iOS, tooTor Lillqvist
Do it even if it can never be used successfully in an iOS app anyway, as they are not supposed to load dynamic libraries (except system ones).
2011-06-09First attempt at Android supportTor Lillqvist
2011-06-02removed unused macroTakeshi Abe
2011-06-01add a StaticWithArg to make its use easierCaolán McNamara
2011-05-25fix flaggs typoCaolán McNamara
2011-05-24Use isfinite() on iOSTor Lillqvist
We probably should use isfinite() on more platforms, at least other BSD-based ones, instead of the allegedly deprecated finite()?
2011-05-23Remove useless cruftTor Lillqvist
2011-05-14Add defines for iOSTor Lillqvist
2011-05-01remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)Christina Rossmanith
2011-04-23Remove support for the obsolete BORLANDC compiler.Francois Tigeot