summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Fix osl_getSystemPathFromFileURL URL scheme checkStephan Bergmann1-7/+20
2015-10-30sal: loplugin:salboolMichael Stahl1-4/+4
2015-10-30Combine individual gb_Module_add_check_targets, and sortStephan Bergmann1-20/+12
2015-10-30CppunitTest_sal_osl_pipe can be added to gb_Module_add_check_targets nowStephan Bergmann1-5/+1
2015-10-30Various loplugin clean upStephan Bergmann1-69/+48
2015-10-28com::sun::star->css in sal,saxNoel Grandin1-2/+2
2015-10-26Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke1-1/+1
2015-10-26see if including cmath instead of math.h satisfies Android-ARMEike Rathke1-1/+1
2015-10-26Revert "attempted fix for android build"Stephan Bergmann1-1/+0
2015-10-26Revert "sal: fix Android build"Miklos Vajna1-2/+0
2015-10-26sal: fix Android buildMiklos Vajna1-0/+2
2015-10-26The Android NDK for some reason don't have these math functions in std::Tor Lillqvist1-4/+4
2015-10-26attempted fix for android buildNoel Grandin1-0/+1
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-1/+1
2015-10-25replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-59/+2
2015-10-24replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke1-225/+4
2015-10-24add delta for double comparisonEike Rathke1-2/+2
2015-10-24test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+6
2015-10-24unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-0/+48
2015-10-24implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-0/+43
2015-10-24unit tests for rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+34
2015-10-24implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+22
2015-10-24prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke1-0/+8
2015-10-14Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...Damjan Jovanovic2-14/+18
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann18-254/+254
2015-10-12cppcheck:variableScopeNoel Grandin2-22/+21
2015-10-11tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno1-0/+1
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier3-195/+35
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann1-2/+3
2015-10-05use modern castsCaolán McNamara1-8/+8
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt2-3/+4
2015-10-05Fix error C2440: casts requiredTor Lillqvist1-3/+3
2015-10-05malloc + memset (0) --> callocPedro Giffuni2-12/+6
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-10-01Revert "by default use the system memory allocator"Markus Mohrhard1-5/+1
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann1-0/+31
2015-09-30Fix typosAndrea Gelmini9-24/+24
2015-09-28Remove bogus unreliable testStephan Bergmann1-24/+0
2015-09-28by default use the system memory allocatorMarkus Mohrhard1-1/+5
2015-09-23Better fail with E_EXIST if rename(3) failsStephan Bergmann1-1/+1
2015-09-18valgrind: memleak in randompoolCaolán McNamara1-1/+1
2015-09-11Useless cargo cult?Stephan Bergmann1-34/+0
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2-0/+93
2015-09-03sal: actually that uwinapi stuff doesn't include sal headers?Michael Stahl1-1/+1
2015-09-03sal: actually export the legacy function for VS 2015Michael Stahl2-4/+6
2015-09-03Fix some perl shebangs.Pedro Giffuni7-7/+7
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky2-1/+6
2015-08-31sal: oops, forgot to commit that bitMichael Stahl1-1/+1
2015-08-31sal: don't use --target as parameter to cppunittesterMichael Stahl1-4/+8