summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-8/+10
* Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann2012-01-151-0/+6
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-021-5/+5
* WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara2011-12-211-1/+1
* WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan2011-12-191-1/+1
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-191-1/+1
* sal: convert to gbuildMatúš Kukan2011-12-191-126/+0
* fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard2011-12-141-1/+3
* warn about massive allocsCaolán McNamara2011-12-131-0/+7
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
* OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann2011-11-303-208/+182
* Removed unused sal/inc/internal/once.h.Stephan Bergmann2011-11-304-4/+0
* remove include of pch header from salNorbert Thiebaud2011-11-279-17/+0
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-4/+0
* ditch dbg_dumpCaolán McNamara2011-11-242-100/+0
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-231-3/+3
* rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).Stephan Bergmann2011-11-221-2/+2
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-2/+7
* Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0111-51/+104
* Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann2011-11-018-117/+70
* Removed some obsolete register annotations.Stephan Bergmann2011-11-015-30/+30
* Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0110-109/+137
* Removed obsolete rtl/tres stuff.Stephan Bergmann2011-11-012-690/+0
* Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann2011-11-011-21/+33
* Fix previous commit for non-Valgrind builds.Stephan Bergmann2011-10-253-5/+7
* Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2011-10-242-5/+5
* Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann2011-10-181-1/+1
* sal: workaround warnings in valgrind macrosMichael Stahl2011-10-181-0/+7
* No need to bark about G_SLICE on stderr.Stephan Bergmann2011-09-141-15/+2
* Accept also a soffice.bin renamed to soffice.bin.exeTor Lillqvist2011-09-121-7/+13
* Fix copy/paste errorTor Lillqvist2011-09-121-1/+1
* sb140: sb140: #i116981# clean up memory upon exitStephan Bergmann2011-09-091-410/+225
* micro-opt, just use memsetCaolán McNamara2011-09-011-6/+3
* build errorCaolán McNamara2011-08-091-1/+3
* skip tricky allocators on G_SLICE=always-mallocCaolán McNamara2011-08-084-8/+45
* change O[U]StringBuffer::remove() to take start+lenLuboš Luňák2011-07-042-20/+14
* add StringBuffers ::removeCaolán McNamara2011-06-302-0/+65
* catch by const referenceCaolán McNamara2011-06-141-1/+1
* First attempt at Android supportTor Lillqvist2011-06-091-0/+2
* Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mkTor Lillqvist2011-05-222-64/+2
* Drop the doublequotesTor Lillqvist2011-05-221-1/+1
* Generate rtlbootstrap.mk in a more clever fashion when cross-compilingTor Lillqvist2011-05-221-0/+10
* Add defines for iOSTor Lillqvist2011-05-141-4/+2
* remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith2011-04-191-2/+2
* Remove OS/2 support.Francois Tigeot2011-04-185-41/+6
* put the deprecated rtl_Locale stuff in here tooCaolán McNamara2011-04-052-21/+34
* helgrind: Related: rhbz#655686 get order of shutdown correctCaolán McNamara2011-04-055-180/+135
* use rtl::Static where double-locked pattern usedCaolán McNamara2011-04-032-24/+16
* WaE: unused variable in non-debug modeCaolán McNamara2011-03-231-0/+1
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-236-26/+122
|\