summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara2012-08-281-12/+0
* Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann2012-08-271-3/+0
* fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim2012-08-272-11/+16
* Perhaps this will fix the windows build?Kohei Yoshida2012-08-251-5/+6
* fdo#39625 Make existing cppunittests workRadu Ioan2012-08-254-72/+37
* Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann2012-08-211-20/+47
* mingw doesn't know __uuidofLuboš Luňák2012-08-211-0/+2
* fdo#53252: _toupper is unreliableStephan Bergmann2012-08-201-1/+1
* Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist2012-08-171-1/+7
* For kicks, enable cross-building for Android on MIPSTor Lillqvist2012-08-161-3/+3
* -Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann2012-08-151-3/+3
* Remove some dead assignements in sal/cipher.cxxOlivier Hallot2012-08-141-4/+0
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-141-17/+16
* -Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann2012-08-141-1/+1
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+1
* remove include comments and boxesThomas Arnhold2012-08-083-10/+1
* Refactor expandMacros somewhat...Stephan Bergmann2012-08-071-52/+51
* No point with these executables for non-desktop OSesTor Lillqvist2012-08-071-4/+7
* android: expose dummy JNI gnustl patching method for x86Michael Meeks2012-08-061-3/+3
* sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl2012-08-032-4/+6
* Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist2012-08-016-243/+0
* WaE: comparison is always false due to limited range of data typeTor Lillqvist2012-07-301-2/+2
* Work around isfinite crack with NDK r8b and the 4.6 toolchainTor Lillqvist2012-07-301-1/+2
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-2713-77/+94
* weak symbols don't link on macosxCaolán McNamara2012-07-251-1/+2
* make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara2012-07-251-0/+17
* Don't use a mutex for gethostbyname_r on Mac OS XArnaud Versini2012-07-231-5/+20
* Make rtl::O[U]String::isEmpty return true boolStephan Bergmann2012-07-232-10/+4
* android: x86 porting work.Michael Meeks2012-07-201-13/+17
* saltextenc.map is unncessaryStephan Bergmann2012-07-202-42/+0
* Fix "Same expression on both sides of '|'"Julien Nabet2012-07-161-1/+1
* echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann2012-07-161-14/+14
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-169-0/+160
* fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks2012-07-161-1/+1
* Confusing behavior of cmopareToAscii overloadsStephan Bergmann2012-07-161-0/+13
* simplify include guardsThomas Arnhold2012-07-147-12/+7
* Let's check struct var != NULL before initializing its attributesJulien Nabet2012-07-141-4/+5
* Revert "WaE: logically last test always passes"Stephan Bergmann2012-07-111-1/+3
* Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET2012-07-111-2/+2
* single cpu detection: remove 'defined(__SUNPRO_C)' requirementPierre-Eric Pelloux-Prayer2012-07-101-1/+1
* Report correct test nameChristophe JAILLET2012-07-081-1/+1
* coverity: protect against buffer overflowDavid Tardon2012-07-031-0/+3
* coverity: ensure the string is null-terminatedDavid Tardon2012-07-031-3/+3
* Remove unused definesThomas Arnhold2012-07-024-13/+0
* Remove include guardsThomas Arnhold2012-06-298-125/+20
* Remove some unused defines and controlsThomas Arnhold2012-06-294-8/+0
* rename unittest from ZeroMemory causing issues on windows.Michael Meeks2012-06-291-4/+4
* Remove some more include guardsThomas Arnhold2012-06-292-27/+1
* remove malingering legacy RCS tags.Michael Meeks2012-06-284-4/+4
* targetted re-work of cppunit pieces.Michael Meeks2012-06-2761-592/+389