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