summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-01-09remove duplicate createHexCaolán McNamara
2012-01-09Should use gb_Library_add_libs and not gb_Library_add_linked_libsTor Lillqvist
2012-01-07sal.map: allow different name manglingMatúš Kukan
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
2012-01-06Final disentanglement between sal and sal_textenc.Stephan Bergmann
2012-01-06Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann
2012-01-06Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann
2012-01-06textenc/context.cxx only used in sal_textenc now.Stephan Bergmann
2012-01-06Further clean up.Stephan Bergmann
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara
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-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
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-21move onlinecheck.cxx from sal to extensionsMatúš Kukan
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