71cbe377 | 31-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/rtl/uri from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700184 13f79535-47bb-0310-9956-ffa450edef68 |
eaff1a1b | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/rtl/uuid from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700153 13f79535-47bb-0310-9956-ffa450edef68 |
f7e98e71 | 30-Aug-2015 |
Damjan Jovanovic |
Put the main function in the test file instead of a separate missing file. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700150 13f79535-47bb-0310-9956-ffa450edef68 |
4fda3f8e | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/thread from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700143 13f79535-4
#i125003# migrate main/sal/qa/osl/thread from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700143 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
65cc118f | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# generate a non-fatal test failure in the main/sal/qa/osl/condition destructor instead of commenting out a fatal test failure. git-svn-id: https://svn.apache.org/repos
#i125003# generate a non-fatal test failure in the main/sal/qa/osl/condition destructor instead of commenting out a fatal test failure. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700140 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0ffb4d95 | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/ByteSequence from cppunit to Google Test git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700139 13f79535-47bb-0310-9956-ffa450edef68 |
cddbce83 | 26-Mar-2015 |
Pedro Giffuni |
Move operator to the public section. This solves visibility issues with modern gcc. Author: Don Lewis (truckman at FreeBSD) git-svn-id: https://svn.apache.org/
Move operator to the public section. This solves visibility issues with modern gcc. Author: Don Lewis (truckman at FreeBSD) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1669463 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cda7f8b3 | 26-Mar-2015 |
Pedro Giffuni |
Bring to SAL a wrapper implementation of the powr() IEEE 754 math function. This function was originally brought in r1444110 and is useful for OOXML compatibility. At this time it is not
Bring to SAL a wrapper implementation of the powr() IEEE 754 math function. This function was originally brought in r1444110 and is useful for OOXML compatibility. At this time it is not being used to fix the original issue it was meant to address but it is convenient for future use. It also reduces the differences from FreeBSD's port which will be receiving updates. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1669456 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9246b6a2 | 18-Jun-2014 |
Herbert Dürr |
#i125112# fix CStringHash functor to match full strings only git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1603416 13f79535-47bb-0310-9956-ffa450edef68 |
4a7db6b2 | 04-Jun-2014 |
Herbert Dürr |
#i125003# fix google-test for osl_condition in the sal module the test didn't initialize the nanosecond part of the condition timeout and so the absolute timeout calculated from the seco
#i125003# fix google-test for osl_condition in the sal module the test didn't initialize the nanosecond part of the condition timeout and so the absolute timeout calculated from the second and nanosecond values could become invalid depending on the pseudo-random value of the nanosecond member. This resulted in spurious gtest failures (first seen on Ubuntu). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600106 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
074fd50a | 04-Jun-2014 |
Juergen Schmidt |
#125003# add dependency for test on cpprt on unix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600014 13f79535-47bb-0310-9956-ffa450edef68 |
1b888074 | 04-Jun-2014 |
Herbert Dürr |
#i125003# sal's autotest submodule depends on sal's cpprt submodule git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599955 13f79535-47bb-0310-9956-ffa450edef68 |
37e87705 | 03-Jun-2014 |
Juergen Schmidt |
#125038# add header for Sleep under windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599549 13f79535-47bb-0310-9956-ffa450edef68 |
2544f5d1 | 03-Jun-2014 |
Juergen Schmidt |
#125038# remove double entry for sal/qa/osl/pipe git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599543 13f79535-47bb-0310-9956-ffa450edef68 |
64293329 | 03-Jun-2014 |
Juergen Schmidt |
#125038# migrate sal/qa/osl/pipe tests to gtest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599536 13f79535-47bb-0310-9956-ffa450edef68 |
5c3a7755 | 02-Jun-2014 |
Juergen Schmidt |
#125003# add include for Windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599235 13f79535-47bb-0310-9956-ffa450edef68 |
1c576ccb | 02-Jun-2014 |
Juergen Schmidt |
#125003# migrate sal/qa/osl/condition to gtest git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599230 13f79535-47bb-0310-9956-ffa450edef68 |
43feee13 | 02-Jun-2014 |
Juergen Schmidt |
#125003# integrate googletest framework for general use for unit testing git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599163 13f79535-47bb-0310-9956-ffa450edef68 |
0bc0886b | 17-May-2014 |
Steve Yin |
i124896 add including of rtl/alloc.h in path_helper.hxx for win32 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595419 13f79535-47bb-0310-9956-ffa450edef68 |
16f5bd45 | 16-May-2014 |
Herbert Dürr |
#i124896# use default allocator for w32 ShortPathName buffer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595333 13f79535-47bb-0310-9956-ffa450edef68 |
22076bf1 | 15-May-2014 |
Herbert Dürr |
#i124896# remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL
#i124896# remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL containers. With stlport4 removed these dependencies are gone and the SAL-internal custom allocator is obsoleted. Since the custom allocator results in build problems with clang>=3.4 or xcode>=5.1 it is time to remove it for good. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594842 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
211c5700 | 29-Apr-2014 |
Pedro Giffuni |
Small typo. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591078 13f79535-47bb-0310-9956-ffa450edef68 |
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
faaf15b6 | 22-Feb-2014 |
Yuri Dario |
#i118923# OS/2 port, ignore ENOENT errors on dlopen() failure. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570848 13f79535-47bb-0310-9956-ffa450edef68 |
e372d74d | 22-Feb-2014 |
Yuri Dario |
#i118923# OS/2 port, report correct error string in case of dlopen() failure, rewrote code to use more dl* functions. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570843 13
#i118923# OS/2 port, report correct error string in case of dlopen() failure, rewrote code to use more dl* functions. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570843 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|