History log of /trunk/main/sal/ (Results 76 - 100 of 239)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9717b33a24-Nov-2015 Pedro Giffuni

Resource leak

CID: 1028069


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716163 13f79535-47bb-0310-9956-ffa450edef68

e7e1744915-Nov-2015 Damjan Jovanovic

Fix a main/sal/qa/osl/mutex build error on MacOS.

Found by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Patch by: Pathangi Janardhanan Jatinshravan <JATIN

Fix a main/sal/qa/osl/mutex build error on MacOS.

Found by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Review by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1714423 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO412
a977d15c27-Oct-2015 Damjan Jovanovic

Don't build/run the main/sal/qa/rtl/process test which doesn't always link and
breaks the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710855 13f79535-

Don't build/run the main/sal/qa/rtl/process test which doesn't always link and
breaks the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710855 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a03c9fa927-Oct-2015 Damjan Jovanovic

Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS,
and run all that pass during the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/t

Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS,
and run all that pass during the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710853 13f79535-47bb-0310-9956-ffa450edef68

show more ...

cb98cea027-Oct-2015 Damjan Jovanovic

Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence
and main/sal/qa/OStringBuffer.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79

Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence
and main/sal/qa/OStringBuffer.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: SNAPSHOT
5efeadd120-Oct-2015 Andrea Pescetti

#i125194# Fix RC2 issue by changing approach.
Patch by: Giuseppe Castagno


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709687 13f79535-47bb-0310-9956-ffa450edef68

cbe9c44217-Oct-2015 Andrea Pescetti

#i126582# Prevent errors with read/only shares on Sharepoint.
Patch by: Giuseppe Castagno

Added a Windows API missing error:
ERROR_CANT_ACCESS_FILE
file cannot be accessed by the

#i126582# Prevent errors with read/only shares on Sharepoint.
Patch by: Giuseppe Castagno

Added a Windows API missing error:
ERROR_CANT_ACCESS_FILE
file cannot be accessed by the system.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709212 13f79535-47bb-0310-9956-ffa450edef68

show more ...

74ab850d13-Oct-2015 Damjan Jovanovic

#i126586# don't break on non-Linux non-FreeBSD non-NetBSD *nix systems ...



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708483 13f79535-47bb-0310-9956-ffa450edef68

033c508013-Oct-2015 Damjan Jovanovic

#i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thread stuck in accept().
Generalize the "#if defined(LINUX)" workarounds to the *BSDs.



git-svn-id: htt

#i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thread stuck in accept().
Generalize the "#if defined(LINUX)" workarounds to the *BSDs.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708477 13f79535-47bb-0310-9956-ffa450edef68

show more ...

09c483cb12-Oct-2015 Damjan Jovanovic

Make all unit tests depend on sa_cpprt.u in case they also break the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708167 13f79535-47bb-0310-9956-ffa450edef

Make all unit tests depend on sa_cpprt.u in case they also break the build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708167 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ba719dc712-Oct-2015 Damjan Jovanovic

salcpprt doesn't always build before the qa_osl_thread unit test, causing the build to fail.

Found-by: Don Lewis
Patch-by: Don Lewis



git-svn-id: https://svn.apache.org

salcpprt doesn't always build before the qa_osl_thread unit test, causing the build to fail.

Found-by: Don Lewis
Patch-by: Don Lewis



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708166 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ba39269807-Oct-2015 Pedro Giffuni

Bring back the casts for Win32.

Our old version of MSVC doesn't understand CERT secure C coding standard
MEM 02-A.

Reported by: damjan (through pescetti)


git-sv

Bring back the casts for Win32.

Our old version of MSVC doesn't understand CERT secure C coding standard
MEM 02-A.

Reported by: damjan (through pescetti)


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707397 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a6ad6d6407-Oct-2015 Pedro Giffuni

FreeBSD: Small cleanup and enhancement.

Reviewed by: Don Lewis


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707381 13f79535-47bb-0310-9956-ffa450edef68

202fd1d507-Oct-2015 Pedro Giffuni

Enable some code from SUN Studio that works for other compilers (GCC).

Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov.



git-svn-id: https://svn.apache.org/

Enable some code from SUN Studio that works for other compilers (GCC).

Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707328 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ff6ab01c06-Oct-2015 Andrea Pescetti

#i125194# #i126305# Move new enum to last position.
Patch by: Giuseppe Castagno.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707167 13f79535-47bb-0310-9956-ffa450

#i125194# #i126305# Move new enum to last position.
Patch by: Giuseppe Castagno.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707167 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a94656cd06-Oct-2015 Damjan Jovanovic

#i125003# fix a cppunit comment



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707106 13f79535-47bb-0310-9956-ffa450edef68

4b40cfcd06-Oct-2015 Damjan Jovanovic

#i125003# eliminate cppunittester, include files, and all cppunit usage in ported tests from from main/sal.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707101 13

#i125003# eliminate cppunittester, include files, and all cppunit usage in ported tests from from main/sal.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707101 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c27c15f706-Oct-2015 Damjan Jovanovic

#i125003# migrate main/sal/workben from cppunit to Google Test.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707099 13f79535-47bb-0310-9956-ffa450edef68

f67ef9ec06-Oct-2015 Damjan Jovanovic

#i125003# Commit leftover changes from some unit test.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707097 13f79535-47bb-0310-9956-ffa450edef68

4bc9e74306-Oct-2015 Damjan Jovanovic

#i125003# Remove some superfluous version.map files from tests. Google Test uses executables,
not libraries, so they don't need version maps any more.



git-svn-id: https://svn.a

#i125003# Remove some superfluous version.map files from tests. Google Test uses executables,
not libraries, so they don't need version maps any more.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706945 13f79535-47bb-0310-9956-ffa450edef68

show more ...

eec9808905-Oct-2015 Damjan Jovanovic

Fix an incompletely ported Google Test.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706894 13f79535-47bb-0310-9956-ffa450edef68

0081a25604-Oct-2015 Pedro Giffuni

malloc + memset (0) --> calloc

Drop useless casts while here.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706649 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO411
9c0df32324-Sep-2015 Andrea Pescetti

#i125194# Fix WebDAV file locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705196 13f79535-47bb-0

#i125194# Fix WebDAV file locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705196 13f79535-47bb-0310-9956-ffa450edef68

show more ...

63045d5520-Sep-2015 Damjan Jovanovic

#i125003# migrate main/sal/qa/osl/security from cppunit to Google Test.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1704121 13f79535-47bb-0310-9956-ffa450edef68

7c40abb820-Sep-2015 Damjan Jovanovic

#i125003# migrate main/sal/qa/systools from cppunit to Google Test.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1704112 13f79535-47bb-0310-9956-ffa450edef68

12345678910