summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Comment out the verbose logging of code that seems to work fineTor Lillqvist1-4/+5
2012-01-13suppress doxygen warning in oslNorbert Thiebaud4-50/+50
2012-01-12Make it clear that sal/log.hxx functionality may change again.Stephan Bergmann1-0/+9
2012-01-12Add unpacking of files from assets/unpack to the data dirTor Lillqvist1-0/+118
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar2-4/+4
2012-01-09remove duplicate createHexCaolán McNamara1-20/+0
2012-01-09Should use gb_Library_add_libs and not gb_Library_add_linked_libsTor Lillqvist1-3/+3
2012-01-07sal.map: allow different name manglingMatúš Kukan1-5/+5
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl3-175/+0
2012-01-06Final disentanglement between sal and sal_textenc.Stephan Bergmann11-150/+147
2012-01-06Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann13-270/+193
2012-01-06Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann20-798/+950
2012-01-06textenc/context.cxx only used in sal_textenc now.Stephan Bergmann1-1/+0
2012-01-06Further clean up.Stephan Bergmann31-122/+227
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara1-1/+7
2012-01-05Changed C files to C++.Stephan Bergmann43-1297/+1173
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann5-38/+27
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann4-249/+254
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann1-18/+0
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann34-165/+132
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan1-1/+1
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl1-2/+7
2012-01-05reduce ifdef forestCaolán McNamara1-8/+7
2012-01-04Make the apk dirent functions work properlyTor Lillqvist2-88/+1113
2012-01-04Remove bogus one column indentationTor Lillqvist1-53/+51
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist1-0/+14
2012-01-04Fix the monkey patching to work for an arbitrary offsetTor Lillqvist1-4/+3
2012-01-04Probably using a local rtl::OString is betterTor Lillqvist1-12/+12
2012-01-04Use the lo_apk_* functions for files under /assetsTor Lillqvist2-24/+112
2012-01-04Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist1-1/+1
2012-01-04Fixes for the lo-bootstrap apk element codeTor Lillqvist1-21/+100
2012-01-03Actually we should not build a normal cppunittester executable for iOS at allTor Lillqvist1-1/+2
2012-01-03Need to compile cppunittester as Objective-C++ for iOSTor Lillqvist1-0/+8
2012-01-03WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist1-1/+1
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot7-13/+13
2011-12-27function component_canUnload is SAL_CALLDavid Tardon2-2/+2
2011-12-27function component_canUnload is exportedDavid Tardon2-2/+2
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley125-3048/+2651
2011-12-22Initial untested implementation of dirent style functions for the .apkTor Lillqvist1-37/+159
2011-12-21WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara1-1/+1
2011-12-21get osl_File qa test to build under windowsCaolán McNamara1-0/+4
2011-12-21gbuild, sal: dl is linux onlyMatúš Kukan1-1/+3
2011-12-21use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy1-2/+2
2011-12-21move onlinecheck.cxx from sal to extensionsMatúš Kukan3-175/+0
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist4-12/+101
2011-12-21Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist1-1/+1
2011-12-21Need visibility markup for lo_main() tooTor Lillqvist1-3/+3
2011-12-21Bin leftover unused filesTor Lillqvist2-25/+0
2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan1-1/+2
2011-12-20Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist1-0/+18