Revision tags: AOO420-Dev5-m5 |
|
5f551de6 | 30-Apr-2023 |
mseidel |
Fixed typo (overriden -> overridden) and some others |
f65264f8 | 12-Mar-2023 |
Arrigo Marchiori |
Indicate all compilation parameters Make 4.4 seems to ignore the parameters given for object slideshowimpl for static library "sldshw_s". We request the object file here too, so we i
Indicate all compilation parameters Make 4.4 seems to ignore the parameters given for object slideshowimpl for static library "sldshw_s". We request the object file here too, so we indicate the parameters (again) here.
show more ...
|
Revision tags: AOO4115-GA |
|
a72d41dc | 20-Jan-2023 |
Damjan Jovanovic |
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in gbuild and dmake, and Clang 15 can still compile it with these changes and "-std=gnu++98". Most of the changes involved fixing bad code, eg. NULL being implicitly converted to sal_False, NULL being converted to typed pointers using reinterpet_cast instead of static_cast, and integer conversions to shorter integers. Note that this does not change the currently targeted C++ standard on Linux and FreeBSD, which remains gnu++98. Patch by: me
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
d016691d | 17-May-2021 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO4110-GA |
|
3a0fc1de | 18-Apr-2021 |
mseidel |
Removed whitespace, fixed typos |
b1fb923c | 18-Apr-2021 |
mseidel |
Removed whitespace, fixed typos |
Revision tags: AOO419-GA, AOO418-GA |
|
c47da6ea | 28-Sep-2020 |
mseidel |
Fixed several typos |
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
d0cb9f4d | 19-Apr-2018 |
Pedro Giffuni |
Fix build with boost-1.67. The release notes say: ____ Utility: Breaking change: <boost/utility.hpp> header no longer includes boost::next and boost::prior as they have been
Fix build with boost-1.67. The release notes say: ____ Utility: Breaking change: <boost/utility.hpp> header no longer includes boost::next and boost::prior as they have been moved to the iterator module. Instead include <boost/next_prior.hpp>. Other uses of <boost/utility.hpp> are discouraged, it's better to use the header for the specific functionality instead. ____ Obtained from: Jan Beich FreeBSD PR: 227553 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829494 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415 |
|
774c2d42 | 14-Dec-2017 |
Yuri Dario |
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818128 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414, AOO413 |
|
df3f5cbc | 26-Dec-2016 |
damjan |
Port main/slideshow to gbuild. Add glu32 and opengl32 to the known Windows libraries. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@177605
Port main/slideshow to gbuild. Add glu32 and opengl32 to the known Windows libraries. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1776052 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
99e66e07 | 23-Dec-2016 |
pfg |
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no eff
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no effect on the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775849 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT |
|
e9c33c63 | 08-Oct-2015 |
Damjan Jovanovic |
#i125003# get slideshow tests to compile on Windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707589 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 ...
|
Revision tags: AOO411 |
|
d443ea8f | 18-Sep-2015 |
Damjan Jovanovic |
Get main/slideshow/test/demoshow compiling on Windows. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1703744 13f79535-47bb-0310-9956-ffa450edef68 |
3d89cec9 | 31-Aug-2015 |
Damjan Jovanovic |
Correct the dependencies for main/slideshow tests which sometimes breaks the build, as if util isn't built before test libslideshow.so is unavailable to link with. Also don't include the gtes
Correct the dependencies for main/slideshow tests which sometimes breaks the build, as if util isn't built before test libslideshow.so is unavailable to link with. Also don't include the gtest main() function for the demoshow "test"; it doesn't link even with this patch but at least it doesn't complain about missing gtest APIs but only about a missing main(). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700277 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d9ee14b8 | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/slideshow from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700085 13f79535-47bb-0310
#i125003# migrate main/slideshow from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700085 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
922e08e8 | 04-Feb-2014 |
Herbert Dürr |
#i123817# replaced boost::shared_dynamic_cast in slideshow Boost's shared_dynamic_cast and shared_static_cast were deprecated since boost 1.35 and removed in boost 1.53, so they have to
#i123817# replaced boost::shared_dynamic_cast in slideshow Boost's shared_dynamic_cast and shared_static_cast were deprecated since boost 1.35 and removed in boost 1.53, so they have to be replaced Found-by: Ariel Constenla-Haile <arielch@apache.org> Suggested-by: Ariel Constenla-Haile <arielch@apache.org> Reviewed-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564275 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0ca1f900 | 21-Jan-2014 |
Herbert Dürr |
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bo
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bool is already suspicious enough and a shared_ptr->pointer->bool conversion is even worse. Cleaning up the code fixes the build breaker seen in boost/libc++/clang environments. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
71df6f2d | 03-Jan-2014 |
Herbert Dürr |
#i123948# fix struct/class mismatch of PrefetchPropertiesFunc's forward declaration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555078 13f79535-47bb-0310-9956-ffa450e
#i123948# fix struct/class mismatch of PrefetchPropertiesFunc's forward declaration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|