summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Comment out the verbose logging of code that seems to work fineTor Lillqvist2012-01-131-4/+5
* suppress doxygen warning in oslNorbert Thiebaud2012-01-134-50/+50
* Make it clear that sal/log.hxx functionality may change again.Stephan Bergmann2012-01-121-0/+9
* Add unpacking of files from assets/unpack to the data dirTor Lillqvist2012-01-121-0/+118
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-4/+4
* remove duplicate createHexCaolán McNamara2012-01-091-20/+0
* Should use gb_Library_add_libs and not gb_Library_add_linked_libsTor Lillqvist2012-01-091-3/+3
* sal.map: allow different name manglingMatúš Kukan2012-01-071-5/+5
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-063-175/+0
|\
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-24125-3048/+2651
| |\
| * | move onlinecheck.cxx from sal to extensionsMatúš Kukan2011-12-213-175/+0
* | | Final disentanglement between sal and sal_textenc.Stephan Bergmann2012-01-0611-150/+147
* | | Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann2012-01-0613-270/+193
* | | Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann2012-01-0620-798/+950
* | | textenc/context.cxx only used in sal_textenc now.Stephan Bergmann2012-01-061-1/+0
* | | Further clean up.Stephan Bergmann2012-01-0631-122/+227
* | | valgrind: error on startup in osl_unmapMappedFileCaolán McNamara2012-01-061-1/+7
* | | Changed C files to C++.Stephan Bergmann2012-01-0543-1297/+1173
* | | Properly assign objects to only those libraries that actually use them.Stephan Bergmann2012-01-055-38/+27
* | | Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann2012-01-054-249/+254
* | | Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann2012-01-051-18/+0
* | | Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2012-01-0534-165/+132
* | | gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan2012-01-051-1/+1
* | | 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