Revision tags: AOO412 |
|
a977d15c | 27-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 ...
|
a03c9fa9 | 27-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 ...
|
cb98cea0 | 27-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 |
|
5efeadd1 | 20-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 |
cbe9c442 | 17-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 ...
|
74ab850d | 13-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 |
033c5080 | 13-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 ...
|
09c483cb | 12-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 ...
|
ba719dc7 | 12-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 ...
|
ba392698 | 07-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 ...
|
a6ad6d64 | 07-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 |
202fd1d5 | 07-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 ...
|
ff6ab01c | 06-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 ...
|
a94656cd | 06-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 |
4b40cfcd | 06-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 ...
|
c27c15f7 | 06-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 |
f67ef9ec | 06-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 |
4bc9e743 | 06-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 ...
|
eec98089 | 05-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 |
0081a256 | 04-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 |
|
9c0df323 | 24-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 ...
|
63045d55 | 20-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 |
7c40abb8 | 20-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 |
953605d5 | 15-Sep-2015 |
Pedro Giffuni |
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and repo
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and reported by: damjan git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1703220 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bfbc7fbc | 05-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/file from cppunit to Google Test, get tests to compile, but not all of them pass. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#i125003# migrate main/sal/qa/osl/file from cppunit to Google Test, get tests to compile, but not all of them pass. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701419 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|