Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f. | |||
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 | |
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-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 | |
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-26 | make sure these are safe wrt embedded NULLs | Caolán McNamara | |
something of a micro optimization as well I guess | |||
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 | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
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 | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-11 | Simplified 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-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 | |
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-04 | change O[U]StringBuffer::remove() to take start+len | Luboš Luňák | |
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java. | |||
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 | |
2011-06-17 | Clean out cruft from systools and especially uwinapi | Tor Lillqvist | |
2011-06-14 | Fix SAL_MATH_FINITE definition for iOS | Tor Lillqvist | |
2011-06-14 | Do define SAL_DLLEXTENSION properly for iOS, too | Tor 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-09 | First attempt at Android support | Tor Lillqvist | |
2011-06-02 | removed unused macro | Takeshi Abe | |
2011-06-01 | add a StaticWithArg to make its use easier | Caolán McNamara | |
2011-05-25 | fix flaggs typo | Caolán McNamara | |
2011-05-24 | Use isfinite() on iOS | Tor Lillqvist | |
We probably should use isfinite() on more platforms, at least other BSD-based ones, instead of the allegedly deprecated finite()? | |||
2011-05-23 | Remove useless cruft | Tor Lillqvist | |
2011-05-14 | Add defines for iOS | Tor Lillqvist | |
2011-05-01 | remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure) | Christina Rossmanith | |
2011-04-23 | Remove support for the obsolete BORLANDC compiler. | Francois Tigeot | |