summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* sal: try to fix MinGW min/max breakage by inliningMichael Stahl2012-01-051-2/+7
* reduce ifdef forestCaolán McNamara2012-01-051-8/+7
* Make the apk dirent functions work properlyTor Lillqvist2012-01-042-88/+1113
* Remove bogus one column indentationTor Lillqvist2012-01-041-53/+51
* Handle /assets paths also in realpath_u()Tor Lillqvist2012-01-041-0/+14
* Fix the monkey patching to work for an arbitrary offsetTor Lillqvist2012-01-041-4/+3
* Probably using a local rtl::OString is betterTor Lillqvist2012-01-041-12/+12
* Use the lo_apk_* functions for files under /assetsTor Lillqvist2012-01-042-24/+112
* Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist2012-01-041-1/+1
* Fixes for the lo-bootstrap apk element codeTor Lillqvist2012-01-041-21/+100
* Actually we should not build a normal cppunittester executable for iOS at allTor Lillqvist2012-01-031-1/+2
* Need to compile cppunittester as Objective-C++ for iOSTor Lillqvist2012-01-031-0/+8
* WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist2012-01-031-1/+1
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-027-13/+13
* function component_canUnload is SAL_CALLDavid Tardon2011-12-272-2/+2
* function component_canUnload is exportedDavid Tardon2011-12-272-2/+2
* 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