summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Initial untested implementation of dirent style functions for the .apkTor Lillqvist2011-12-221-37/+159
* WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara2011-12-211-1/+1
* get osl_File qa test to build under windowsCaolán McNamara2011-12-211-0/+4
* gbuild, sal: dl is linux onlyMatúš Kukan2011-12-211-1/+3
* use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy2011-12-211-2/+2
* osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist2011-12-214-12/+101
* Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist2011-12-211-1/+1
* Need visibility markup for lo_main() tooTor Lillqvist2011-12-211-3/+3
* Bin leftover unused filesTor Lillqvist2011-12-212-25/+0
* sal: disable subsequentcheck which has circular dependencyMatúš Kukan2011-12-201-1/+2
* Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist2011-12-201-0/+18
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-202-12/+8
* Fix compiler warnings for AndroidTor Lillqvist2011-12-204-39/+73
* Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist2011-12-204-52/+0
* Need gb_CXXFLAGS, tooTor Lillqvist2011-12-201-2/+2
* Clean up previous commit.Stephan Bergmann2011-12-191-72/+8
* fdo#43095: allow the use of real access() callsMoritz Bechler2011-12-191-0/+21
* Add symbols from addsym.awk to gbuilified .map files.Stephan Bergmann2011-12-192-1/+15
* Warning clean-up (Mac OS X).Stephan Bergmann2011-12-192-2/+2
* WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan2011-12-191-1/+1
* At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann2011-12-191-26/+13
* typo: add missing \Matúš Kukan2011-12-191-1/+1
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-194-9/+33
* sal: add more unit testsMatúš Kukan2011-12-1931-945/+705
* sal: add visibility symbolsMatúš Kukan2011-12-1950-564/+822
* sal: convert to gbuildMatúš Kukan2011-12-1928-1312/+726
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-161-8/+8
* 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
* Bin a few lines of weird crackTor Lillqvist2011-12-131-4/+0
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-112-2/+0
* rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann2011-12-091-0/+24
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
* || -> &&Caolán McNamara2011-12-071-2/+2
* Don't replace getpid on Linux when the system version is correctArnaud Versini2011-12-071-6/+8
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-0612-32/+36
* lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen2011-12-051-45/+0
* ChildStatusProc needs to be extern "C".Stephan Bergmann2011-12-051-0/+4
* Improve ChildStatusProc diagnostics.Stephan Bergmann2011-12-023-29/+79
* Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.Stephan Bergmann2011-12-022-0/+4
* Revert "Remove charAt/setCharAt once and for all"Stephan Bergmann2011-12-022-0/+72
* Remove charAt/setCharAt once and for allAugust Sodora2011-12-012-72/+0
* Add back setCharAt/charAt for nowAugust Sodora2011-12-012-0/+72
* remove unused string constantsAndras Timar2011-12-011-5/+0
* WaE: unused variablesAugust Sodora2011-12-011-5/+0
* fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora2011-12-014-565/+0
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
* Fix build breaker thinkoTor Lillqvist2011-11-301-1/+1
* Android code refactorig and hackingTor Lillqvist2011-11-3021-732/+115
* OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann2011-11-303-208/+182