summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2-12/+8
2011-12-20Fix compiler warnings for AndroidTor Lillqvist4-39/+73
2011-12-20Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist4-52/+0
2011-12-20Need gb_CXXFLAGS, tooTor Lillqvist1-2/+2
2011-12-19Clean up previous commit.Stephan Bergmann1-72/+8
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler1-0/+21
2011-12-19Add symbols from addsym.awk to gbuilified .map files.Stephan Bergmann2-1/+15
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann2-2/+2
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan1-1/+1
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann1-26/+13
2011-12-19typo: add missing \Matúš Kukan1-1/+1
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann4-9/+33
2011-12-19sal: add more unit testsMatúš Kukan31-945/+705
2011-12-19sal: add visibility symbolsMatúš Kukan50-564/+822
2011-12-19sal: convert to gbuildMatúš Kukan28-1312/+726
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-8/+8
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-13Bin a few lines of weird crackTor Lillqvist1-4/+0
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2-2/+0
2011-12-09rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann1-0/+24
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07|| -> &&Caolán McNamara1-2/+2
2011-12-07Don't replace getpid on Linux when the system version is correctArnaud Versini1-6/+8
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara12-32/+36
2011-12-05lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen1-45/+0
2011-12-05ChildStatusProc needs to be extern "C".Stephan Bergmann1-0/+4
2011-12-02Improve ChildStatusProc diagnostics.Stephan Bergmann3-29/+79
2011-12-02Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.Stephan Bergmann2-0/+4
2011-12-02Revert "Remove charAt/setCharAt once and for all"Stephan Bergmann2-0/+72
2011-12-01Remove charAt/setCharAt once and for allAugust Sodora2-72/+0
2011-12-01Add back setCharAt/charAt for nowAugust Sodora2-0/+72
2011-12-01remove unused string constantsAndras Timar1-5/+0
2011-12-01WaE: unused variablesAugust Sodora1-5/+0
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora4-565/+0
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-30Fix build breaker thinkoTor Lillqvist1-1/+1
2011-11-30Android code refactorig and hackingTor Lillqvist21-732/+115
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 Bergmann5-86/+0
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist2-38/+55
2011-11-29Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist1-8/+17
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from salNorbert Thiebaud122-232/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud5-24/+0
2011-11-26The lo_main() thing on Android works fine, remove superfluous loggingTor Lillqvist1-7/+0
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot2-37/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25Add lo_get_javavm() to get the JavaVM we are runnning inTor Lillqvist2-1/+17