summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-09-17update unused code listCaolán McNamara1-40/+0
2012-09-17Include header with prototypes of defined functionsStephan Bergmann2-4/+6
2012-09-16export sal init and deinit functionsDavid Tardon2-4/+4
2012-09-15Let --enable-assert-always-abort affect setting NDEBUG directlyStephan Bergmann1-17/+0
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann47-79/+189
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann6-5/+26
2012-09-15Fix comparisonJulien Nabet1-1/+1
2012-09-14typo: Uniocde -> UnicodeAndras Timar1-1/+1
2012-09-14sal_rtl_uri unittest seems to depend on sal_textenc library tooLuboš Luňák1-0/+8
2012-09-14better debug message when textenc module loading failsLuboš Luňák1-3/+2
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2-3/+3
2012-09-14add a configure option to make assert() abort in release codeNorbert Thiebaud1-0/+16
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud5-9/+8
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud3-9/+25
2012-09-14removed unused sal macro (SAL_FIELDOFFSET)Norbert Thiebaud1-4/+0
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud6-26/+5
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist1-0/+1
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann4-27/+42
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann2-1/+1
2012-09-12Simplify osl_searchPath_implStephan Bergmann1-21/+6
2012-09-11no ascii >127 chars in string literalsLuboš Luňák1-1/+1
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan4-21/+49
2012-09-11Missing "include"Stephan Bergmann1-2/+2
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara5-617/+0
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan4-27/+63
2012-09-07use new file header, this is actually a new fileLuboš Luňák1-31/+6
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák6-0/+156
2012-09-05Detach thread before returning from android_main()Tor Lillqvist1-0/+1
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann1-0/+29
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara1-1/+2
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara1-12/+0
2012-08-27Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann1-3/+0
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim2-11/+16
2012-08-25Perhaps this will fix the windows build?Kohei Yoshida1-5/+6
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan4-72/+37
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann1-20/+47
2012-08-21mingw doesn't know __uuidofLuboš Luňák1-0/+2
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann1-1/+1
2012-08-17Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist1-1/+7
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist1-3/+3
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann1-3/+3
2012-08-14Remove some dead assignements in sal/cipher.cxxOlivier Hallot1-4/+0
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-17/+16
2012-08-14-Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold3-10/+1
2012-08-07Refactor expandMacros somewhat...Stephan Bergmann1-52/+51
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist1-4/+7
2012-08-06android: expose dummy JNI gnustl patching method for x86Michael Meeks1-3/+3
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl2-4/+6