summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-01-05Changed C files to C++.Stephan Bergmann
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl
2012-01-05reduce ifdef forestCaolán McNamara
2012-01-04Make the apk dirent functions work properlyTor Lillqvist
2012-01-04Remove bogus one column indentationTor Lillqvist
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist
2012-01-04Fix the monkey patching to work for an arbitrary offsetTor Lillqvist
2012-01-04Probably using a local rtl::OString is betterTor Lillqvist
2012-01-04Use the lo_apk_* functions for files under /assetsTor Lillqvist
2012-01-04Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist
2012-01-04Fixes for the lo-bootstrap apk element codeTor Lillqvist
2012-01-03Actually we should not build a normal cppunittester executable for iOS at allTor Lillqvist
2012-01-03Need to compile cppunittester as Objective-C++ for iOSTor Lillqvist
2012-01-03WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
2011-12-27function component_canUnload is SAL_CALLDavid Tardon
2011-12-27function component_canUnload is exportedDavid Tardon
2011-12-22Initial untested implementation of dirent style functions for the .apkTor Lillqvist
2011-12-21WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara
2011-12-21get osl_File qa test to build under windowsCaolán McNamara
2011-12-21gbuild, sal: dl is linux onlyMatúš Kukan
2011-12-21use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist
2011-12-21Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist
2011-12-21Need visibility markup for lo_main() tooTor Lillqvist
2011-12-21Bin leftover unused filesTor Lillqvist
2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan
2011-12-20Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-20Fix compiler warnings for AndroidTor Lillqvist
2011-12-20Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist
2011-12-20Need gb_CXXFLAGS, tooTor Lillqvist
2011-12-19Clean up previous commit.Stephan Bergmann
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler
2011-12-19Add symbols from addsym.awk to gbuilified .map files.Stephan Bergmann
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann
2011-12-19typo: add missing \Matúš Kukan
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19sal: add more unit testsMatúš Kukan
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-14fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard