8a7b2c94 | 24-Jan-2023 |
mseidel |
Adjusted transparency |
31e9cb66 | 23-Jan-2023 |
mseidel |
Cleaned up resource file |
1059e62b | 22-Jan-2023 |
mseidel |
Fixed typos, removed whitespace |
2176e6ab | 22-Jan-2023 |
Arrigo Marchiori |
More checks |
6bfd9a3f | 21-Jan-2023 |
mseidel |
Small visual change to my last commit |
cffb3500 | 21-Jan-2023 |
mseidel |
Simplified graphic for frame anchor |
a0f0f82a | 20-Jan-2023 |
mseidel |
Small adjustment |
2e9e6ff0 | 20-Jan-2023 |
mseidel |
Updating LICENSE for zlib 1.2.13 |
8ef8ad06 | 20-Jan-2023 |
Damjan Jovanovic |
With our "-std=gnu++98", building with Clang and internal Boost breaks in several places, because Clang doesn't expose the tuple type but Boost expects it. Define BOOST_NO_CXX11_HDR_
With our "-std=gnu++98", building with Clang and internal Boost breaks in several places, because Clang doesn't expose the tuple type but Boost expects it. Define BOOST_NO_CXX11_HDR_TUPLE when using Clang and internal Boost so that Boost uses its own tuple type. Patch by: me
show more ...
|
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 ...
|
6a118d53 | 20-Jan-2023 |
Damjan Jovanovic |
Split up the checks for whether Cygwin's awk, tar, and gunzip are symlinks, so we can tell which of them is actually broken. Patch by: me |
aee1515d | 19-Jan-2023 |
Arrigo Marchiori |
Merge branch 'ppt' into trunk This work was based on Zhangjiaxing's (@R0fM1a) reports.
|
272eca8e | 09-Dec-2022 |
Arrigo Marchiori |
Detect some endless loops |
908738a4 | 09-Dec-2022 |
Arrigo Marchiori |
More checks |
b622dd6d | 09-Dec-2022 |
Arrigo Marchiori |
Check validity of page descriptors |
1f6d8dc7 | 18-Jan-2023 |
mseidel |
Removing libjpeg from ext_source since we bootstrap and use it later with a slightly different name. BTW: The libjpeg bootstrap process really needs to be cleaned up. |
f5cdefa4 | 17-Jan-2023 |
Damjan Jovanovic |
Finish my previous commit, add a missing function to check hamcrest. Patch by: me |
e2eb708d | 15-Jan-2023 |
Damjan Jovanovic |
When junit is absent, download only junit, and when hamcrest is absent, download only hamcrest. Patch by: me |
7eef9b79 | 17-Jan-2023 |
mseidel |
Cleaned up resource file |
b16bacb2 | 17-Jan-2023 |
mseidel |
Removed unused graphics |
52230ee9 | 16-Jan-2023 |
mseidel |
Fixed typos, removed whitespace |
c5f55b5b | 16-Jan-2023 |
mseidel |
Graphic was in fact a PNG |
843e81da | 15-Jan-2023 |
mseidel |
Removed whitespace |
01172de6 | 14-Jan-2023 |
Damjan Jovanovic |
rtl's round function is in the namespace ::rtl::math. Patch by: me |
4e512ac1 | 14-Jan-2023 |
Matthias Seidel |
Update zlib to 1.2.13 (#165) * Update zlib to 1.2.13 Currently we use zlib 1.2.7 from 2012. This PR updates it to the most recent version 1.2.13 from 2022. I am no deve
Update zlib to 1.2.13 (#165) * Update zlib to 1.2.13 Currently we use zlib 1.2.7 from 2012. This PR updates it to the most recent version 1.2.13 from 2022. I am no developer, but basically we only add a makefile and patch some headers. I could build successfully with this PR on Windows, testing on other OS is welcome! * Further changes for zlib 1.2.13 * chmod 755
show more ...
|