summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann1-0/+6
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-5/+5
2011-12-21WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara1-1/+1
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan1-1/+1
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann1-1/+1
2011-12-19sal: convert to gbuildMatúš Kukan1-126/+0
2011-12-14fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard1-1/+3
2011-12-13warn about massive allocsCaolán McNamara1-0/+7
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-30OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann3-208/+182
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann4-4/+0
2011-11-27remove include of pch header from salNorbert Thiebaud9-17/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-4/+0
2011-11-24ditch dbg_dumpCaolán McNamara2-100/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-3/+3
2011-11-22rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).Stephan Bergmann1-2/+2
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-2/+7
2011-11-01Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann11-51/+104
2011-11-01Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann8-117/+70
2011-11-01Removed some obsolete register annotations.Stephan Bergmann5-30/+30
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann10-109/+137
2011-11-01Removed obsolete rtl/tres stuff.Stephan Bergmann2-690/+0
2011-11-01Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann1-21/+33
2011-10-25Fix previous commit for non-Valgrind builds.Stephan Bergmann3-5/+7
2011-10-24Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2-5/+5
2011-10-18Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann1-1/+1
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl1-0/+7
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