summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
* Remove unused definesThomas Arnhold2012-06-251-3/+0
* Remove various commented out definesThomas Arnhold2012-06-251-43/+0
* re-base on ALv2 code.Michael Meeks2012-06-2211-237/+164
* re-base on ALv2 code.Michael Meeks2012-06-2144-893/+686
* re-base on ALv2 code.Michael Meeks2012-06-2115-221/+208
* Clarify SIGHUP behaviorStephan Bergmann2012-06-201-2/+1
* ByteBufferWrapper tweaksTor Lillqvist2012-06-181-17/+6
* fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann2012-06-181-0/+32