svn commit: r1701062 - in /openoffice/trunk/main/sal/qa/testHelperFunctions: makefile.mk testHelperFunctions.cxx testHelperFunctions2.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 16:25:13 2015 New Revision: 1701062 URL: http://svn.apache.org/r1701062 Log: #i125003# migrate main/sal/qa/testHelperFunctions from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/testHelperFunctions/makefile.mk openoffice/trunk/main/sal/qa

svn commit: r1701078 - in /openoffice/trunk/main/sal/qa/osl/mutex: makefile.mk osl_Mutex.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:09:00 2015 New Revision: 1701078 URL: http://svn.apache.org/r1701078 Log: #i125003# migrate main/sal/qa/osl/mutex from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/mutex/makefile.mk openoffice/trunk/main/sal/qa/osl/mutex

svn commit: r1701079 - in /openoffice/trunk/main/sal/qa/osl/setthreadname: makefile.mk test-setthreadname.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:11:28 2015 New Revision: 1701079 URL: http://svn.apache.org/r1701079 Log: #i125003# migrate main/sal/qa/osl/setthreadname from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/setthreadname/makefile.mk openoffice/trunk/main/sal/qa/osl

svn commit: r1701080 - in /openoffice/trunk/main/sal/qa/osl/profile: makefile.mk osl_old_testprofile.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:13:34 2015 New Revision: 1701080 URL: http://svn.apache.org/r1701080 Log: #i125003# migrate main/sal/qa/osl/profile from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/profile/makefile.mk openoffice/trunk/main/sal/qa/osl/profile

svn commit: r1701084 - in /openoffice/trunk/main/sax/qa/cppunit: makefile.mk test_converter.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:35:52 2015 New Revision: 1701084 URL: http://svn.apache.org/r1701084 Log: #i125003# migrate main/sax/qa/cppunit from cppunit to Google Test. Modified: openoffice/trunk/main/sax/qa/cppunit/makefile.mk openoffice/trunk/main/sax/qa/cppunit

svn commit: r1701087 - in /openoffice/trunk/main/sax: prj/build.lst qa/cppunit/ qa/gtest/ qa/gtest/makefile.mk qa/gtest/version.map

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:44:40 2015 New Revision: 1701087 URL: http://svn.apache.org/r1701087 Log: Complete cppunit -> gtest migration in main/sax. Added: openoffice/trunk/main/sax/qa/gtest/ - copied from r1701084, openoffice/trunk/main/sax/qa/cppunit/ Remo

svn commit: r1701088 - in /openoffice/trunk/main/sfx2/qa/cppunit: makefile.mk test_metadatable.cxx

2015-09-03 Thread damjan
Author: damjan Date: Thu Sep 3 17:51:30 2015 New Revision: 1701088 URL: http://svn.apache.org/r1701088 Log: #i125003# migrate main/sfx2 from cppunit to Google Test. Modified: openoffice/trunk/main/sfx2/qa/cppunit/makefile.mk openoffice/trunk/main/sfx2/qa/cppunit/test_metadatable.cxx

svn commit: r1701288 [1/3] - in /openoffice/trunk/main/sal/qa/osl/process: makefile.mk osl_Thread.cxx osl_process.cxx

2015-09-04 Thread damjan
Author: damjan Date: Fri Sep 4 16:32:10 2015 New Revision: 1701288 URL: http://svn.apache.org/r1701288 Log: #i125003# migrate main/sal/qa/osl/process from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/process/makefile.mk openoffice/trunk/main/sal/qa/osl/process

svn commit: r1701288 [2/3] - in /openoffice/trunk/main/sal/qa/osl/process: makefile.mk osl_Thread.cxx osl_process.cxx

2015-09-04 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/process/osl_Thread.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/process/osl_Thread.cxx?rev=1701288&r1=1701287&r2=1701288&view=diff == --- openoffice/trun

svn commit: r1701288 [3/3] - in /openoffice/trunk/main/sal/qa/osl/process: makefile.mk osl_Thread.cxx osl_process.cxx

2015-09-04 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/process/osl_process.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/process/osl_process.cxx?rev=1701288&r1=1701287&r2=1701288&view=diff == --- openoffice/tr

svn commit: r1701312 - in /openoffice/trunk/main/sal/qa/osl/module: makefile.mk osl_Module.cxx osl_Module_Const.h osl_Module_DLL.cxx

2015-09-04 Thread damjan
Author: damjan Date: Fri Sep 4 18:33:14 2015 New Revision: 1701312 URL: http://svn.apache.org/r1701312 Log: #i125003# migrate main/sal/qa/osl/module from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/module/makefile.mk openoffice/trunk/main/sal/qa/osl/module

svn commit: r1701357 [1/5] - /openoffice/trunk/main/sal/qa/osl/socket/

2015-09-05 Thread damjan
Author: damjan Date: Sat Sep 5 07:59:22 2015 New Revision: 1701357 URL: http://svn.apache.org/r1701357 Log: #i125003# migrate main/sal/qa/osl/socket from cppunit to Google Test, get tests to compile and not to SIGSEGV or die from EPIPE, and get as many tests to pass as possible. Modified

svn commit: r1701357 [2/5] - /openoffice/trunk/main/sal/qa/osl/socket/

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/socket/osl_Socket.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/socket/osl_Socket.cxx?rev=1701357&r1=1701356&r2=1701357&view=diff == --- openoffice/trunk/

svn commit: r1701357 [5/5] - /openoffice/trunk/main/sal/qa/osl/socket/

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/socket/osl_StreamSocket.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/socket/osl_StreamSocket.cxx?rev=1701357&r1=1701356&r2=1701357&view=diff == --- openo

svn commit: r1701357 [4/5] - /openoffice/trunk/main/sal/qa/osl/socket/

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/socket/osl_SocketAddr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/socket/osl_SocketAddr.cxx?rev=1701357&r1=1701356&r2=1701357&view=diff == --- openoffic

svn commit: r1701357 [3/5] - /openoffice/trunk/main/sal/qa/osl/socket/

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/socket/osl_Socket2.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/socket/osl_Socket2.cxx?rev=1701357&r1=1701356&r2=1701357&view=diff == --- openoffice/trun

svn commit: r1701419 [2/3] - in /openoffice/trunk/main/sal/qa/osl/file: makefile.mk osl_File.cxx osl_File_Const.h osl_old_test_file.cxx test_cpy_wrt_file.cxx

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/file/osl_File.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/file/osl_File.cxx?rev=1701419&r1=1701418&r2=1701419&view=diff == --- openoffice/trunk/main/sal

svn commit: r1701419 [1/3] - in /openoffice/trunk/main/sal/qa/osl/file: makefile.mk osl_File.cxx osl_File_Const.h osl_old_test_file.cxx test_cpy_wrt_file.cxx

2015-09-05 Thread damjan
Author: damjan Date: Sat Sep 5 19:30:51 2015 New Revision: 1701419 URL: http://svn.apache.org/r1701419 Log: #i125003# migrate main/sal/qa/osl/file from cppunit to Google Test, get tests to compile, but not all of them pass. Modified: openoffice/trunk/main/sal/qa/osl/file/makefile.mk

svn commit: r1701419 [3/3] - in /openoffice/trunk/main/sal/qa/osl/file: makefile.mk osl_File.cxx osl_File_Const.h osl_old_test_file.cxx test_cpy_wrt_file.cxx

2015-09-05 Thread damjan
Modified: openoffice/trunk/main/sal/qa/osl/file/osl_File_Const.h URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/file/osl_File_Const.h?rev=1701419&r1=1701418&r2=1701419&view=diff == --- openoffice/trunk/

svn commit: r1702107 - in /openoffice/trunk: main/sc/source/core/data/dociter.cxx test/testuno/data/uno/sc/fvt/DGET on formulas.ods test/testuno/source/fvt/uno/sc/formula/TestFormulaDocs.java

2015-09-09 Thread damjan
Author: damjan Date: Wed Sep 9 20:35:12 2015 New Revision: 1702107 URL: http://svn.apache.org/r1702107 Log: #i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning

svn commit: r1702597 - /openoffice/trunk/main/helpcontent2/source/text/scalc/01/04060104.xhp

2015-09-12 Thread damjan
Author: damjan Date: Sat Sep 12 08:05:35 2015 New Revision: 1702597 URL: http://svn.apache.org/r1702597 Log: #i126516# TYPE() formula help doesn't document value 64 for arrays Modified: openoffice/trunk/main/helpcontent2/source/text/scalc/01/04060104.xhp Modified: openoffice/trunk

svn commit: r1702604 - /openoffice/trunk/main/sc/source/ui/src/scfuncs.src

2015-09-12 Thread damjan
Author: damjan Date: Sat Sep 12 09:16:24 2015 New Revision: 1702604 URL: http://svn.apache.org/r1702604 Log: #i126516# Document the return values for the TYPE() formula function in the online help too. Modified: openoffice/trunk/main/sc/source/ui/src/scfuncs.src Modified: openoffice/trunk

svn commit: r1703086 - /openoffice/trunk/main/cppu/qa/main.cxx

2015-09-14 Thread damjan
Author: damjan Date: Tue Sep 15 03:10:54 2015 New Revision: 1703086 URL: http://svn.apache.org/r1703086 Log: Fix a build regression caused by 1700093's lack of a precompiled header include. Modified: openoffice/trunk/main/cppu/qa/main.cxx Modified: openoffice/trunk/main/cppu/qa/mai

svn commit: r1703087 - in /openoffice/trunk/main/cppuhelper/qa: ifcontainer/cppu_ifcontainer.cxx ifcontainer/main.cxx unourl/cppu_unourl.cxx

2015-09-14 Thread damjan
Author: damjan Date: Tue Sep 15 03:16:33 2015 New Revision: 1703087 URL: http://svn.apache.org/r1703087 Log: Add missing precompiled header includes in cppuhelper. Modified: openoffice/trunk/main/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx openoffice/trunk/main/cppuhelper/qa

svn commit: r1703100 - /openoffice/trunk/main/basegfx/test/main.cxx

2015-09-14 Thread damjan
Author: damjan Date: Tue Sep 15 05:36:43 2015 New Revision: 1703100 URL: http://svn.apache.org/r1703100 Log: Add missing precompiled header include to basegfx. Modified: openoffice/trunk/main/basegfx/test/main.cxx Modified: openoffice/trunk/main/basegfx/test/main.cxx URL: http

svn commit: r1703444 - in /openoffice/trunk/main/solenv/gbuild: GoogleTest.mk TargetLocations.mk gbuild.mk platform/freebsd.mk platform/linux.mk platform/macosx.mk platform/os2.mk platform/solaris.mk

2015-09-16 Thread damjan
Author: damjan Date: Wed Sep 16 18:51:51 2015 New Revision: 1703444 URL: http://svn.apache.org/r1703444 Log: #i125003# Provide gbuild integration for Google Test. Windows, Linux and FreeBSD have been tested, the other platforms are educated guesses. Added: openoffice/trunk/main/solenv

svn commit: r1703446 - in /openoffice/trunk/main/sfx2: CppunitTest_sfx2_metadatable.mk GoogleTest_sfx2_metadatable.mk Module_sfx2.mk qa/cppunit/ qa/gtest/ qa/gtest/makefile.mk qa/gtest/version.map

2015-09-16 Thread damjan
Author: damjan Date: Wed Sep 16 19:00:22 2015 New Revision: 1703446 URL: http://svn.apache.org/r1703446 Log: #i125003# migrate main/sfx2 to Google Test, using gbuild for the first time. Added: openoffice/trunk/main/sfx2/GoogleTest_sfx2_metadatable.mk openoffice/trunk/main/sfx2/qa/gtest

svn commit: r1703698 - in /openoffice/trunk/main/tools: GoogleTest_tools_fractiontest.mk Module_tools.mk test/tests.cxx

2015-09-17 Thread damjan
Author: damjan Date: Thu Sep 17 21:28:13 2015 New Revision: 1703698 URL: http://svn.apache.org/viewvc?rev=1703698&view=rev Log: #i125003# Migrate main/tools/tests from cppunit to Google Test. Added: openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk Modified: openoffice/t

svn commit: r1703744 - /openoffice/trunk/main/slideshow/test/demoshow.cxx

2015-09-17 Thread damjan
Author: damjan Date: Fri Sep 18 05:26:04 2015 New Revision: 1703744 URL: http://svn.apache.org/viewvc?rev=1703744&view=rev Log: Get main/slideshow/test/demoshow compiling on Windows. Modified: openoffice/trunk/main/slideshow/test/demoshow.cxx Modified: openoffice/trunk/main/slideshow/

svn commit: r1704103 - in /openoffice/trunk/main/sw: GoogleTest_sw_bigpointerarray.mk Module_sw.mk qa/core/Test-BigPtrArray.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 07:37:03 2015 New Revision: 1704103 URL: http://svn.apache.org/viewvc?rev=1704103&view=rev Log: #i125003# migrate main/sw from cppunit to Google Test. Added: openoffice/trunk/main/sw/GoogleTest_sw_bigpointerarray.mk Modified: openoffice/trunk/mai

svn commit: r1704112 - in /openoffice/trunk/main/sal/qa/systools: makefile.mk test_comtools.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 09:07:54 2015 New Revision: 1704112 URL: http://svn.apache.org/viewvc?rev=1704112&view=rev Log: #i125003# migrate main/sal/qa/systools from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/systools/makefile.mk openoffice/trunk/main/sa

svn commit: r1704121 - in /openoffice/trunk/main/sal/qa/osl/security: makefile.mk osl_Security.cxx osl_Security_Const.h

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 10:33:32 2015 New Revision: 1704121 URL: http://svn.apache.org/viewvc?rev=1704121&view=rev Log: #i125003# migrate main/sal/qa/osl/security from cppunit to Google Test. Modified: openoffice/trunk/main/sal/qa/osl/security/makefile.mk openoffice/trunk/

svn commit: r1704132 - in /openoffice/trunk/main/cppuhelper/qa/propertysetmixin: makefile.mk test_propertysetmixin.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 13:43:27 2015 New Revision: 1704132 URL: http://svn.apache.org/viewvc?rev=1704132&view=rev Log: #i125003# migrate main/cppuhelper/qa/propertysetmixin from cppunit to Google Test Modified: openoffice/trunk/main/cppuhelper/qa/propertysetmixin/makefil

svn commit: r1704155 - in /openoffice/trunk/main/configmgr/qa/unit: makefile.mk test.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 15:35:09 2015 New Revision: 1704155 URL: http://svn.apache.org/viewvc?rev=1704155&view=rev Log: #i125003# migrate main/configmgr/qa/unit from cppunit to Google Test. All tests fail and on Windows it doesn't start running, but these look like problems fro

svn commit: r1704156 - in /openoffice/trunk/main/stoc/test/uriproc: makefile.mk test_uriproc.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 16:02:17 2015 New Revision: 1704156 URL: http://svn.apache.org/viewvc?rev=1704156&view=rev Log: #i125003# migrate main/stoc/test/uriproc from cppunit to Google Test Modified: openoffice/trunk/main/stoc/test/uriproc/makefile.mk openoffice/trunk/main/

svn commit: r1704176 - /openoffice/trunk/main/sw/source/core/access/accportions.cxx

2015-09-20 Thread damjan
Author: damjan Date: Sun Sep 20 18:29:11 2015 New Revision: 1704176 URL: http://svn.apache.org/viewvc?rev=1704176&view=rev Log: #i126529# Bullet should be apart of AccessibleText Patch by: Niklas Johansson Modified: openoffice/trunk/main/sw/source/core/access/accportions.cxx Modi

svn commit: r1704217 - /openoffice/trunk/main/tools/GoogleTest_tools_fractiontest.mk

2015-09-20 Thread damjan
Author: damjan Date: Mon Sep 21 04:39:46 2015 New Revision: 1704217 URL: http://svn.apache.org/viewvc?rev=1704217&view=rev Log: Fix a build breaking regression in main/test caused by a bad test dependency on sfx. Modified: openoffice/trunk/main/tools/GoogleTest_tools_fractiontes

svn commit: r1705072 - in /openoffice/trunk/main: ./ formula/ formula/inc/ formula/prj/ formula/source/core/api/ formula/source/core/resource/ formula/source/ui/dlg/ formula/source/ui/resource/ formul

2015-09-24 Thread damjan
Author: damjan Date: Thu Sep 24 14:37:53 2015 New Revision: 1705072 URL: http://svn.apache.org/viewvc?rev=1705072&view=rev Log: Migrate main/formula from dmake to gbuild. Added: openoffice/trunk/main/formula/AllLangResTarget_for.mk openoffice/trunk/main/formula/AllLangResTarget_foru

svn commit: r1706678 - in /openoffice/trunk/main/comphelper: GoogleTest_comphelper_string.mk GoogleTest_comphelper_weakbag.mk Module_comphelper.mk qa/makefile.mk qa/test_string.cxx qa/test_weakbag.cxx

2015-10-04 Thread damjan
Author: damjan Date: Sun Oct 4 13:46:56 2015 New Revision: 1706678 URL: http://svn.apache.org/viewvc?rev=1706678&view=rev Log: #i125003# migrate main/comphelper from cppunit to Google Test, fix the broken string test, and run the tests on every build. Added: openoffice/trunk/

svn commit: r1706702 - in /openoffice/trunk/main/sdext/source/pdfimport: test/export.map test/makefile.mk test/tests.cxx tree/style.cxx xpdfwrapper/pdfioutdev_gpl.cxx xpdfwrapper/pdfioutdev_gpl.hxx

2015-10-04 Thread damjan
Author: damjan Date: Sun Oct 4 17:13:47 2015 New Revision: 1706702 URL: http://svn.apache.org/viewvc?rev=1706702&view=rev Log: Get --with-pdfimport to compile and link, given the API breaking changes made in poppler's commits 664865a2ddca9c20ac36a41aef52ebf12ea

svn commit: r1706747 - in /openoffice/trunk/main/shell/qa/zip: makefile.mk ziptest.cxx

2015-10-04 Thread damjan
Author: damjan Date: Mon Oct 5 04:20:14 2015 New Revision: 1706747 URL: http://svn.apache.org/viewvc?rev=1706747&view=rev Log: #i125003# migrate main/shell tests from cppunit to Google Test Modified: openoffice/trunk/main/shell/qa/zip/makefile.mk openoffice/trunk/main/shell/qa

svn commit: r1706874 - in /openoffice/trunk/main/svl: GoogleTest_svl_urihelper.mk Module_svl.mk qa/test_URIHelper.cxx

2015-10-05 Thread damjan
Author: damjan Date: Mon Oct 5 17:07:22 2015 New Revision: 1706874 URL: http://svn.apache.org/viewvc?rev=1706874&view=rev Log: #i125003# migrate main/svl from cppunit to Google Test Added: openoffice/trunk/main/svl/GoogleTest_svl_urihelper.mk Modified: openoffice/trunk/main

svn commit: r1706894 - /openoffice/trunk/main/sal/qa/osl/file/osl_File.cxx

2015-10-05 Thread damjan
Author: damjan Date: Mon Oct 5 18:41:29 2015 New Revision: 1706894 URL: http://svn.apache.org/viewvc?rev=1706894&view=rev Log: Fix an incompletely ported Google Test. Modified: openoffice/trunk/main/sal/qa/osl/file/osl_File.cxx Modified: openoffice/trunk/main/sal/qa/osl/file/osl_File

svn commit: r1706945 - in /openoffice/trunk/main: binaryurp/qa/ codemaker/test/cppumaker/ configmgr/qa/unit/ cppuhelper/qa/propertysetmixin/ cppuhelper/qa/weak/ sal/qa/ sal/qa/osl/setthreadname/ sal/q

2015-10-05 Thread damjan
Author: damjan Date: Tue Oct 6 02:25:41 2015 New Revision: 1706945 URL: http://svn.apache.org/viewvc?rev=1706945&view=rev Log: #i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more.

svn commit: r1707097 - /openoffice/trunk/main/sal/qa/inc/valueequal.hxx

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:43:41 2015 New Revision: 1707097 URL: http://svn.apache.org/viewvc?rev=1707097&view=rev Log: #i125003# Commit leftover changes from some unit test. Modified: openoffice/trunk/main/sal/qa/inc/valueequal.hxx Modified: openoffice/trunk/main/sal/qa

svn commit: r1707099 - in /openoffice/trunk/main/sal/workben: makefile.mk t_osl_getVolInfo.cxx t_osl_joinProcess.cxx

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:45:40 2015 New Revision: 1707099 URL: http://svn.apache.org/viewvc?rev=1707099&view=rev Log: #i125003# migrate main/sal/workben from cppunit to Google Test. Modified: openoffice/trunk/main/sal/workben/makefile.mk openoffice/trunk/main/sal/wor

svn commit: r1707101 - in /openoffice/trunk/main/sal: cppunittester/ inc/cppunittester/ inc/sal/cppunit.h prj/build.lst prj/d.lst qa/rtl/logfile/rtl_logfile.cxx qa/rtl/random/makefile.add

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:47:36 2015 New Revision: 1707101 URL: http://svn.apache.org/viewvc?rev=1707101&view=rev Log: #i125003# eliminate cppunittester, include files, and all cppunit usage in ported tests from from main/sal. Removed: openoffice/trunk/main/sal/cppunitte

svn commit: r1707103 - /openoffice/trunk/main/postprocess/rebase/coffbase.txt

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:51:44 2015 New Revision: 1707103 URL: http://svn.apache.org/viewvc?rev=1707103&view=rev Log: #i125003# no more cppunit Modified: openoffice/trunk/main/postprocess/rebase/coffbase.txt Modified: openoffice/trunk/main/postprocess/rebase/coffbase.txt

svn commit: r1707106 - /openoffice/trunk/main/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:55:27 2015 New Revision: 1707106 URL: http://svn.apache.org/viewvc?rev=1707106&view=rev Log: #i125003# fix a cppunit comment Modified: openoffice/trunk/main/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx Modified: openoffice/trunk/main/sal/qa/OStringBu

svn commit: r1707107 - /openoffice/trunk/main/solenv/gbuild/templates/GoogleTest.mk

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:58:55 2015 New Revision: 1707107 URL: http://svn.apache.org/viewvc?rev=1707107&view=rev Log: #i125003# add sample GoogleTest.mk to main/solenv/gbuild/templates Added: openoffice/trunk/main/solenv/gbuild/templates/GoogleTest.mk Added: openoffice/trunk/

svn commit: r1707108 - /openoffice/trunk/main/solenv/gbuild/templates/CppunitTest.mk

2015-10-06 Thread damjan
Author: damjan Date: Tue Oct 6 17:59:46 2015 New Revision: 1707108 URL: http://svn.apache.org/viewvc?rev=1707108&view=rev Log: #i125003# delete the obsolete CppunitTest.mk Removed: openoffice/trunk/main/solenv/gbuild/templates/CppunitTest.mk

svn commit: r1707589 - in /openoffice/trunk/main/slideshow/test: main.cxx slidetest.cxx testshape.cxx testview.cxx views.cxx

2015-10-08 Thread damjan
Author: damjan Date: Thu Oct 8 17:37:34 2015 New Revision: 1707589 URL: http://svn.apache.org/viewvc?rev=1707589&view=rev Log: #i125003# get slideshow tests to compile on Windows Modified: openoffice/trunk/main/slideshow/test/main.cxx openoffice/trunk/main/slideshow/test/slidetest

svn commit: r1707659 - /openoffice/trunk/main/sdext/prj/build.lst

2015-10-08 Thread damjan
Author: damjan Date: Fri Oct 9 04:55:27 2015 New Revision: 1707659 URL: http://svn.apache.org/viewvc?rev=1707659&view=rev Log: The build sometimes fails (especially on Windows) because sdext starts compiling before rsc, and needs rsc.exe which doesn't exist yet. Fix this.

svn commit: r1707955 - in /openoffice/trunk/main: ./ solenv/gbuild/ solenv/gbuild/platform/ solenv/inc/

2015-10-11 Thread damjan
Author: damjan Date: Sun Oct 11 08:09:10 2015 New Revision: 1707955 URL: http://svn.apache.org/viewvc?rev=1707955&view=rev Log: #i125003# Eliminate cppunit from our tree completely. Removed: openoffice/trunk/main/solenv/gbuild/CppunitTest.mk openoffice/trunk/main/solenv/inc/_cppuni

svn commit: r1707966 - /openoffice/trunk/test/build.xml

2015-10-11 Thread damjan
Author: damjan Date: Sun Oct 11 11:57:53 2015 New Revision: 1707966 URL: http://svn.apache.org/viewvc?rev=1707966&view=rev Log: When ./configure --with-package-format=installed is used, allow tests to run from the resulting install directory instead of needing an archive. Modi

svn commit: r1707970 - /openoffice/trunk/test/testgui/source/bvt/gui/BasicFunctionTest.java

2015-10-11 Thread damjan
Author: damjan Date: Sun Oct 11 12:34:16 2015 New Revision: 1707970 URL: http://svn.apache.org/viewvc?rev=1707970&view=rev Log: Fix a test that hangs on the "Do you want to save your changes?" dialog at exit. Modified: openoffice/trunk/test/testgui/source/bvt/gui/BasicFun

svn commit: r1708166 - /openoffice/trunk/main/sal/prj/build.lst

2015-10-12 Thread damjan
Author: damjan Date: Mon Oct 12 17:10:31 2015 New Revision: 1708166 URL: http://svn.apache.org/viewvc?rev=1708166&view=rev Log: 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 Modified: openoff

svn commit: r1708167 - /openoffice/trunk/main/sal/prj/build.lst

2015-10-12 Thread damjan
Author: damjan Date: Mon Oct 12 17:13:21 2015 New Revision: 1708167 URL: http://svn.apache.org/viewvc?rev=1708167&view=rev Log: Make all unit tests depend on sa_cpprt.u in case they also break the build. Modified: openoffice/trunk/main/sal/prj/build.lst Modified: openoffice/trunk/main

svn commit: r1708179 - /openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx

2015-10-12 Thread damjan
Author: damjan Date: Mon Oct 12 17:51:16 2015 New Revision: 1708179 URL: http://svn.apache.org/viewvc?rev=1708179&view=rev Log: Fix building with --enable-pdfimport on FreeBSD. Found-by: Don Lewis Patch-by: Don Lewis Modified: openoffice/trunk/main/sdext/source/pdfimport/wra

svn commit: r1708477 - in /openoffice/trunk/main/sal/osl/unx: socket.c sockimpl.h

2015-10-13 Thread damjan
Author: damjan Date: Tue Oct 13 18:22:30 2015 New Revision: 1708477 URL: http://svn.apache.org/viewvc?rev=1708477&view=rev Log: #i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thread stuck in accept(). Generalize the "#if defined(LINUX)" worka

svn commit: r1708483 - /openoffice/trunk/main/sal/osl/unx/sockimpl.h

2015-10-13 Thread damjan
Author: damjan Date: Tue Oct 13 18:54:59 2015 New Revision: 1708483 URL: http://svn.apache.org/viewvc?rev=1708483&view=rev Log: #i126586# don't break on non-Linux non-FreeBSD non-NetBSD *nix systems ... Modified: openoffice/trunk/main/sal/osl/unx/sockimpl.h Modified: openoffice/t

svn commit: r1708664 - in /openoffice/trunk/main/xmlsecurity/qa/certext: SanCertExt.cxx export.map makefile.mk

2015-10-14 Thread damjan
Author: damjan Date: Wed Oct 14 17:58:56 2015 New Revision: 1708664 URL: http://svn.apache.org/viewvc?rev=1708664&view=rev Log: #i125003# migrate main/xmlsecurity/qa from cppunit to Google Test. Needs neon which is copyleft; doesn't compile; but isn't run during the bu

svn commit: r1708667 - in /openoffice/trunk/main/unoxml/test: domtest.cxx makefile.mk

2015-10-14 Thread damjan
Author: damjan Date: Wed Oct 14 18:02:32 2015 New Revision: 1708667 URL: http://svn.apache.org/viewvc?rev=1708667&view=rev Log: #i125003# migrate main/uno/test from cppunit to Google Test. Doesn't link due to missing static libraries (pre-gbuild migration era?) but isn't run du

svn commit: r1708720 - in /openoffice/trunk/main/writerfilter/qa/cppunittests/doctok: export.map makefile.mk testdoctok.cxx

2015-10-14 Thread damjan
Author: damjan Date: Thu Oct 15 01:13:18 2015 New Revision: 1708720 URL: http://svn.apache.org/viewvc?rev=1708720&view=rev Log: #i125003# migrate writerfilter/qa/cppunittests/doctok from cppunit to Google Test. Fails to bootstrap UNO but isn't run during the build. Removed: o

svn commit: r1710472 - /openoffice/trunk/test/testcommon/source/org/openoffice/test/common/SystemUtil.java

2015-10-25 Thread damjan
Author: damjan Date: Sun Oct 25 18:24:38 2015 New Revision: 1710472 URL: http://svn.apache.org/viewvc?rev=1710472&view=rev Log: #i126604# test framework on *BSD calls "ps" wrongly, can't find AOO to kill it if hung On *BSD, call "ps" with "-wweo", a

svn commit: r1710474 - /openoffice/trunk/main/odk/pack/gendocu/makefile.mk

2015-10-25 Thread damjan
Author: damjan Date: Sun Oct 25 18:28:46 2015 New Revision: 1710474 URL: http://svn.apache.org/viewvc?rev=1710474&view=rev Log: Passing both -u and -o to unzip is ambiguous, as -u only overwrites files that are older while -o always overwrites them. What's worse, on FreeBSD using

svn commit: r1710840 - in /openoffice/trunk/main/sal/qa: ByteSequence/ByteSequence.cxx ByteSequence/main.cxx ByteSequence/makefile.mk OStringBuffer/makefile.mk

2015-10-27 Thread damjan
Author: damjan Date: Tue Oct 27 15:52:42 2015 New Revision: 1710840 URL: http://svn.apache.org/viewvc?rev=1710840&view=rev Log: Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence and main/sal/qa/OStringBuffer. Modified: openoffice/trunk/main/sal/qa/ByteSequ

svn commit: r1710853 - in /openoffice/trunk/main/sal: prj/ qa/osl/mutex/ qa/osl/profile/ qa/osl/setthreadname/ qa/rtl/bootstrap/ qa/rtl/doublelock/ qa/rtl/math/ qa/rtl/uuid/

2015-10-27 Thread damjan
Author: damjan Date: Tue Oct 27 17:32:34 2015 New Revision: 1710853 URL: http://svn.apache.org/viewvc?rev=1710853&view=rev Log: Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS, and run all that pass during the build. Modified: openoffice/trunk/main/sal

svn commit: r1710855 - /openoffice/trunk/main/sal/prj/build.lst

2015-10-27 Thread damjan
Author: damjan Date: Tue Oct 27 17:52:19 2015 New Revision: 1710855 URL: http://svn.apache.org/viewvc?rev=1710855&view=rev Log: Don't build/run the main/sal/qa/rtl/process test which doesn't always link and breaks the build. Modified: openoffice/trunk/main/sal/prj/build

svn commit: r1711631 - /openoffice/trunk/main/basebmp/test/basictest.cxx

2015-10-31 Thread damjan
Author: damjan Date: Sat Oct 31 13:44:11 2015 New Revision: 1711631 URL: http://svn.apache.org/viewvc?rev=1711631&view=rev Log: Fix a unit test that doesn't compile on MacOS, breaking the build. Found-by: Pathangi Janardhanan Jatinshravan Patch-by: Pathangi Janardhanan Jatinshravan

svn commit: r1712367 - in /openoffice/trunk: main/sc/source/core/data/table6.cxx test/testgui/data/bvt/searchFormulasValues.ods test/testgui/source/bvt/gui/BasicFunctionTest.java test/testgui/source/t

2015-11-03 Thread damjan
Author: damjan Date: Tue Nov 3 18:44:21 2015 New Revision: 1712367 URL: http://svn.apache.org/viewvc?rev=1712367&view=rev Log: #i60307# search for strings in date formats fails. When "Search in" is set to "Values", search the formatted values instead of just the raw in

svn commit: r1712377 - /openoffice/trunk/main/basic/source/runtime/iosys.cxx

2015-11-03 Thread damjan
Author: damjan Date: Tue Nov 3 19:09:04 2015 New Revision: 1712377 URL: http://svn.apache.org/viewvc?rev=1712377&view=rev Log: #i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them

svn commit: r1712824 - in /openoffice/trunk/main/jurt/source/pipe: com_sun_star_lib_connections_pipe_PipeConnection.c wrapper/wrapper.c

2015-11-05 Thread damjan
Author: damjan Date: Thu Nov 5 17:23:14 2015 New Revision: 1712824 URL: http://svn.apache.org/viewvc?rev=1712824&view=rev Log: #i126360# Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended)

svn commit: r1713164 - /openoffice/trunk/main/wizards/com/sun/star/wizards/db/SQLQueryComposer.java

2015-11-07 Thread damjan
Author: damjan Date: Sat Nov 7 18:26:04 2015 New Revision: 1713164 URL: http://svn.apache.org/viewvc?rev=1713164&view=rev Log: #i126029# Base query wizard error due to missing quoting of table and column names During the Base query design wi

svn commit: r1713215 - /openoffice/trunk/main/basic/source/runtime/methods.cxx

2015-11-08 Thread damjan
Author: damjan Date: Sun Nov 8 09:28:19 2015 New Revision: 1713215 URL: http://svn.apache.org/viewvc?rev=1713215&view=rev Log: #i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardh

svn commit: r1713229 - in /openoffice/trunk/main/wizards/com/sun/star/wizards: common/FileAccess.java common/TerminateWizardException.java ui/AggregateComponent.java ui/FilterComponent.java

2015-11-08 Thread damjan
Author: damjan Date: Sun Nov 8 14:34:28 2015 New Revision: 1713229 URL: http://svn.apache.org/viewvc?rev=1713229&view=rev Log: Use UIConsts constants for offsets to resource IDs in main/wizards. Modified: openoffice/trunk/main/wizards/com/sun/star/wizards/common/FileAccess.

svn commit: r1713230 - /openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java

2015-11-08 Thread damjan
Author: damjan Date: Sun Nov 8 14:38:09 2015 New Revision: 1713230 URL: http://svn.apache.org/viewvc?rev=1713230&view=rev Log: Use the UIConsts constants for resource IDs in main/wizards/com/sun/star/wizards/query/QuerySummary.java Modified: openoffice/trunk/main/wizards/com/sun/

svn commit: r1713240 - in /openoffice/trunk/main/wizards: com/sun/star/wizards/ui/AggregateComponent.java source/formwizard/dbwizres.src

2015-11-08 Thread damjan
Author: damjan Date: Sun Nov 8 15:55:59 2015 New Revision: 1713240 URL: http://svn.apache.org/viewvc?rev=1713240&view=rev Log: #i56289# no GROUP BY - COUNT from wizard Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space

svn commit: r1713502 - /openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryDesignView.cxx

2015-11-09 Thread damjan
Author: damjan Date: Mon Nov 9 18:14:21 2015 New Revision: 1713502 URL: http://svn.apache.org/viewvc?rev=1713502&view=rev Log: #i121096# When editing a table query in Design View, the ORDER BY clause of the the query being edited is ignored. When Base's Query Design View parses the

svn commit: r1713895 - in /openoffice/trunk/main/jurt/source/pipe: com_sun_star_lib_connections_pipe_PipeConnection.c wrapper/wrapper.c

2015-11-11 Thread damjan
Author: damjan Date: Wed Nov 11 17:16:25 2015 New Revision: 1713895 URL: http://svn.apache.org/viewvc?rev=1713895&view=rev Log: r1712824 withdrawn by committer. Modified: openoffice/trunk/main/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c openoffice/trunk/

svn commit: r1714091 - in /openoffice/trunk/main/sc: sdi/tabvwsh.sdi source/ui/inc/tabvwsh.hxx source/ui/view/tabvwsha.cxx source/ui/view/tabvwshe.cxx

2015-11-12 Thread damjan
Author: damjan Date: Thu Nov 12 17:04:30 2015 New Revision: 1714091 URL: http://svn.apache.org/viewvc?rev=1714091&view=rev Log: #i35093# Find (and replace) on selected cells is misleading When any cellc in Calc are selected at the time the "Find & Replace" dialog is opened, a

svn commit: r1714423 - /openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx

2015-11-15 Thread damjan
Author: damjan Date: Sun Nov 15 10:04:08 2015 New Revision: 1714423 URL: http://svn.apache.org/viewvc?rev=1714423&view=rev Log: Fix a main/sal/qa/osl/mutex build error on MacOS. Found by: Pathangi Janardhanan Jatinshravan Patch by: Pathangi Janardhanan Jatinshravan Review by: me Modi

svn commit: r1715605 - in /openoffice/trunk/main: formula/inc/formula/ formula/source/core/resource/ sc/inc/ sc/source/core/inc/ sc/source/core/tool/ sc/source/ui/src/ sc/util/

2015-11-21 Thread damjan
Author: damjan Date: Sun Nov 22 06:58:12 2015 New Revision: 1715605 URL: http://svn.apache.org/viewvc?rev=1715605&view=rev Log: #i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan Review by: me Modi

svn commit: r1716234 - in /openoffice/trunk: main/basic/source/comp/token.cxx test/testuno/data/uno/sc/fvt/Basic Line as variable and Line Input.ods test/testuno/source/fvt/uno/sc/formula/TestFormulaD

2015-11-24 Thread damjan
Author: damjan Date: Tue Nov 24 18:56:10 2015 New Revision: 1716234 URL: http://svn.apache.org/viewvc?rev=1716234&view=rev Log: #i117960# Basic: Line Input doesn't work in single-line If i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "

svn commit: r1716508 - /openoffice/trunk/main/fpicker/source/office/OfficeFilePicker.cxx

2015-11-25 Thread damjan
Author: damjan Date: Wed Nov 25 18:49:36 2015 New Revision: 1716508 URL: http://svn.apache.org/viewvc?rev=1716508&view=rev Log: #i96720# FilePicker: setDefaultName, setDefaultDirectory "broken" Display the proposed filename even when the URL specified for the file picker direct

svn commit: r1716755 - /openoffice/trunk/main/sal/osl/unx/backtrace.h

2015-11-26 Thread damjan
Author: damjan Date: Thu Nov 26 18:33:01 2015 New Revision: 1716755 URL: http://svn.apache.org/viewvc?rev=1716755&view=rev Log: Fix the stack frame layout for backtraces on FreeBSD. Patch by: me Modified: openoffice/trunk/main/sal/osl/unx/backtrace.h Modified: openoffice/trunk/main

svn commit: r1716759 - in /openoffice/trunk/main/sal/osl/unx: backtrace.c diagnose.c

2015-11-26 Thread damjan
Author: damjan Date: Thu Nov 26 19:02:59 2015 New Revision: 1716759 URL: http://svn.apache.org/viewvc?rev=1716759&view=rev Log: Implement osl_diagnose_backtrace_Impl() on FreeBSD. Also fix the value of FRAME_PTR_OFFSET in both backtrace.c and diagnose.c - it's 3 because of the EBP/RBP r

svn commit: r1716788 - /openoffice/trunk/main/sal/osl/unx/backtrace.c

2015-11-26 Thread damjan
Author: damjan Date: Fri Nov 27 04:01:03 2015 New Revision: 1716788 URL: http://svn.apache.org/viewvc?rev=1716788&view=rev Log: Use the ptrdiff_t printf format code for backtracing on FreeBSD. Patch by: me Modified: openoffice/trunk/main/sal/osl/unx/backtrace.c Modified: openoffice/t

svn commit: r1717370 - /openoffice/trunk/main/wizards/com/sun/star/wizards/db/FieldColumn.java

2015-11-30 Thread damjan
Author: damjan Date: Tue Dec 1 03:42:43 2015 New Revision: 1717370 URL: http://svn.apache.org/viewvc?rev=1717370&view=rev Log: Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBoundsException. Patch by: me Modified: openoffice/trunk/main/wizards/com/sun/

svn commit: r1718196 - in /openoffice/trunk/main: formula/inc/formula/ formula/source/core/resource/ sc/inc/ sc/source/core/inc/ sc/source/core/tool/ sc/source/ui/src/ sc/util/

2015-12-06 Thread damjan
Author: damjan Date: Sun Dec 6 18:17:33 2015 New Revision: 1718196 URL: http://svn.apache.org/viewvc?rev=1718196&view=rev Log: #i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan Review by: me Modified: openoffice/trunk/main/formula

svn commit: r1719846 - /openoffice/trunk/main/sal/osl/unx/backtrace.c

2015-12-13 Thread damjan
Author: damjan Date: Sun Dec 13 23:35:09 2015 New Revision: 1719846 URL: http://svn.apache.org/viewvc?rev=1719846&view=rev Log: Use %p to print pointers in sal backtraces instead of 0x%x + conversion to integer. Patch by: me Modified: openoffice/trunk/main/sal/osl/unx/backtra

svn commit: r1719848 - /openoffice/trunk/main/sal/osl/unx/backtrace.c

2015-12-13 Thread damjan
Author: damjan Date: Sun Dec 13 23:55:35 2015 New Revision: 1719848 URL: http://svn.apache.org/viewvc?rev=1719848&view=rev Log: Use %tx to print ptrdiff_t. Patch by: me Modified: openoffice/trunk/main/sal/osl/unx/backtrace.c Modified: openoffice/trunk/main/sal/osl/unx/backtrace.c

svn commit: r1720071 - in /openoffice/trunk/main/basic/source/runtime: methods.cxx rtlproto.hxx stdobj.cxx

2015-12-14 Thread damjan
Author: damjan Date: Tue Dec 15 04:40:45 2015 New Revision: 1720071 URL: http://svn.apache.org/viewvc?rev=1720071&view=rev Log: #i19221# Print Tab(5); "Hello" does not work Implement the Tab() function in AOO Basic. Patch by: me Modified: openoffice/trunk/main/basic/

svn commit: r1720205 - /openoffice/trunk/main/basic/source/comp/loops.cxx

2015-12-15 Thread damjan
Author: damjan Date: Tue Dec 15 17:31:31 2015 New Revision: 1720205 URL: http://svn.apache.org/viewvc?rev=1720205&view=rev Log: #i126272# OpenOffice.org Basic compile error : if statement followed by End If - in next Line ??? Allow the Else in a single-line If statement to be terminated

svn commit: r1724971 - in /openoffice/trunk/main/xmlsecurity/source/xmlsec/nss: makefile.mk nssinitializer.cxx

2016-01-16 Thread damjan
Author: damjan Date: Sat Jan 16 13:11:53 2016 New Revision: 1724971 URL: http://svn.apache.org/viewvc?rev=1724971&view=rev Log: #i125431# "The Password is incorrect. The file cannot be opened." Fix a serious cross-platform regression caused during SeaMonkey's removal an

svn commit: r1726068 - /openoffice/trunk/main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx

2016-01-21 Thread damjan
Author: damjan Date: Thu Jan 21 19:03:22 2016 New Revision: 1726068 URL: http://svn.apache.org/viewvc?rev=1726068&view=rev Log: #i125431# "The Password is incorrect. The file cannot be opened." Fix handling of the "isRelative" option in Mozilla's profiles.ini files

svn commit: r1727413 - in /openoffice/trunk/main/sal/qa: osl/file/ osl/module/ osl/mutex/ osl/process/ osl/security/ osl/socket/ rtl/bootstrap/ rtl/digest/ rtl/doublelock/ rtl/logfile/ rtl/uuid/

2016-01-28 Thread damjan
Author: damjan Date: Thu Jan 28 18:04:22 2016 New Revision: 1727413 URL: http://svn.apache.org/viewvc?rev=1727413&view=rev Log: #i126787# fix unit tests on Windows Fix a regression caused by r1710853 and which always existed in some files, where and were being included before and after ,

svn commit: r1727463 - /openoffice/trunk/main/sal/qa/ByteSequence/main.cxx

2016-01-28 Thread damjan
Author: damjan Date: Fri Jan 29 01:08:46 2016 New Revision: 1727463 URL: http://svn.apache.org/viewvc?rev=1727463&view=rev Log: Remove an unused empty file that is causing the RAT scan to fail. Patch by: me Removed: openoffice/trunk/main/sal/qa/ByteSequence/main.cxx

svn commit: r1728245 - /openoffice/trunk/main/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx

2016-02-02 Thread damjan
Author: damjan Date: Wed Feb 3 01:38:46 2016 New Revision: 1728245 URL: http://svn.apache.org/viewvc?rev=1728245&view=rev Log: AOO crashes when PR_GetErrorText() in xmlsecurity is called with a null pointer, as that function actually expects a PR_GetErrorTextLength() + 1 sized buffer. Us

svn commit: r1728822 - in /openoffice/trunk/main: bootstrap.1 solenv/bin/download_external_dependencies.pl

2016-02-06 Thread damjan
Author: damjan Date: Sat Feb 6 11:51:01 2016 New Revision: 1728822 URL: http://svn.apache.org/viewvc?rev=1728822&view=rev Log: Exit the "./bootstrap" step with an error if some dependencies could not be downloaded. If dependencies fail to download, the build usually fails later. Th

<    2   3   4   5   6   7   8   9   10   >