summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2011-09-14No need to bark about G_SLICE on stderr.Stephan Bergmann
2011-09-12Accept also a soffice.bin renamed to soffice.bin.exeTor Lillqvist
2011-09-12Fix copy/paste errorTor Lillqvist
2011-09-09sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann
2011-09-01micro-opt, just use memsetCaolán McNamara
2011-08-09build errorCaolán McNamara
2011-08-08skip tricky allocators on G_SLICE=always-mallocCaolán McNamara
2011-07-04change O[U]StringBuffer::remove() to take start+lenLuboš Luňák
2011-06-30add StringBuffers ::removeCaolán McNamara
2011-06-14catch by const referenceCaolán McNamara
2011-06-09First attempt at Android supportTor Lillqvist
2011-05-22Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mkTor Lillqvist
2011-05-22Drop the doublequotesTor Lillqvist
2011-05-22Generate rtlbootstrap.mk in a more clever fashion when cross-compilingTor Lillqvist
2011-05-14Add defines for iOSTor Lillqvist
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-05put the deprecated rtl_Locale stuff in here tooCaolán McNamara
2011-04-05helgrind: Related: rhbz#655686 get order of shutdown correctCaolán McNamara
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara
2011-03-23WaE: unused variable in non-debug modeCaolán McNamara
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-03-02#i115784# sal/rtl/alloc: fix makefile define to match source.Matthias Huetsch [mhu]
2011-03-01#i115784# configure: fix valgrind header check, use VALGRIND_CFLAGS.Matthias Huetsch [mhu]
2011-02-22#i115784# configure: Add check for valgrind/memcheck.h, defining HAVE_VALGRIN...Matthias Huetsch [mhu]
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-14move this into comphelperCaolán McNamara
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray
2011-02-04Clean up makefilesThomas Arnhold
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03Use rtl::Allocator in MSVC hash containersFridrich Strba
2011-02-03include MSVC STL code pathFridrich Strba
2011-02-01Remove RCS informationThomas Arnhold
2011-01-31#i115784# sal/rtl/alloc: improved support for valgrind(memcheck).Matthias Huetsch [mhu]
2011-01-27#i115784# sal/rtl/alloc: improved support for valgrind(memcheck).Matthias Huetsch [mhu]
2011-01-27#i115784# Removed obsolete and unreferenced sal/rtl/alloc implementation.Matthias Huetsch [mhu]
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-23Dont assert in safe situationsTor Lillqvist
2011-01-21cppcheck: misc scope and unused variablesCaolán McNamara
2011-01-14port runtime G_SLICE aware valgrind-friendly allocator over to current implCaolán McNamara
2010-12-26avoid data race with wsupdate threadDavid Tardon
2010-12-13Update from master repository (DEV300_m95).Matthias Huetsch [mhu]
2010-12-13#115784# sal/rtl/alloc: add support for valgrind(memcheck).Matthias Huetsch [mhu]
2010-12-12Change unnamedspaced file.hxx macrosAndy Holder
2010-12-05Remove redundant commentsJ. Graeme Lingard
2010-11-28cppcheck: member not initialized in ctorCaolán McNamara
2010-11-04Patches for ure, neeed by OpenBSDRobert Nagy
2010-10-28sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtodsb