Commit graph

61 commits

Author SHA1 Message Date
Ilmari Lauhakangas
06e81f5783 Update readme files after Windows runtime baseline bump to 10
Change-Id: I9b26bed6eb02f4df59c1ffaa5d28aa50aa1cb6c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178091
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-12-08 17:04:19 +01:00
Xisco Fauli
59f8370e62 README: mention PVS-Studio
Change-Id: I7116d28d1f94b1c8fe4f730b268411973de9a547
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175093
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-10-18 14:31:08 +02:00
Ilmari Lauhakangas
a38180b539 README.md: add Python baseline
Change-Id: Iffb83588cead716b009578d0f571f3d9cd2e83d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168818
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
2024-06-13 21:28:53 +02:00
Stéphane Guillou
741d5ce6ab fix broken link to OSI image in README.md
and use SVG instead of PNG.
Link had been broken for more than a year.

Change-Id: I003c177f69630cd049a8d7df17bc4b02f45aa458
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166473
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-04-22 23:26:08 +02:00
Stephan Bergmann
0a4f0ae2cf Building with Clang needs at least libstdc++ 10
Not sure how 02f48a3240 "Adjust for new linux
baseline" had decided to declare "Clang 12 with libstdc++ 8.5" sufficient for
building on Linux.  But I just experienced that building recent master on Ubuntu
20.04 with its libstdc++ 9.4.0, against a (lode-built) Clang 12.0.1, failed with

> codemaker/source/commonjava/commonjava.cxx:45:21: error: no matching literal operator for call to 'operator""_ostr' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
>             { "void"_ostr, "java/lang/Void"_ostr },
>                     ^

etc., apparently because the use of std::copy_n in constexpr O[U]StringLiteral
ctors is not yet constexpr there.  And
<https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B20_library_features>
indeed lists "P0202R3" (i.e.,
<https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html> "Add
Constexpr Modifiers to Functions in <algorithm> and <utility> Headers") as only
available since "GCC libstdc++": "10".

Change-Id: I9d8ee2833f3b0c6c24059ec6e5d4dc8994058a1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164895
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-03-16 11:53:25 +01:00
Michael Weghorn
d6d4cae126 Bump Java build baseline from JDK 9 to 17
As discussed in the ESC call on 2023-08-10 [1],
bump the Java build baseline to 17.
This should not affect the Java runtime requirement,
since the target version is explicitly specified
already.

[1] https://lists.freedesktop.org/archives/libreoffice/2023-August/090759.html

Change-Id: I18251151392ca5edec8ca3d5cffd192d5f9f38b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155827
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-10-17 13:45:59 +02:00
Christian Lohmaier
02f48a3240 Adjust for new linux baseline
Change-Id: I6916ee8e6f7f8beac1f3eade7ae539340ce3a2b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156920
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-09-19 08:23:19 +02:00
Michael Weghorn
1cc1565a70 Update Android baseline in README.md
* minimum NDK is 23 since
  Change-Id I9ea714255faf29d50bb5f8e206f13495637da867
  ("android: Require NDK 23 and use default linker lld");
  TDF Jenkins uses NDK 25.

* Gradle plugin 7.4.0 used since
  commit 20989728c7
  ("android: Update Android Gradle Plugin to 7.4.0")
  has minimum and default SDK version 30.0.3 [1].

[1] https://developer.android.com/studio/releases/gradle-plugin#7-4-0

Change-Id: I9d8f09b21f5ffbee4f3cc9dd7bcc7770031cec65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146243
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-02-16 20:33:15 +00:00
Christian Lohmaier
b3a8d41fa9 build baseline is macOS 12 and XCode 14 (macOS 13 for m1)
(and would also be macOS 13 for the intel builds if the old macMini
would be on the officially supported list)

Change-Id: I4205f30274bdd43d80d02d6cda863ec83bdda63e
2022-12-19 14:14:32 +01:00
Ilmari Lauhakangas
c7b93e2687 Bump minimum macOS to 10.15
This gives us support for filesystem library
(after GCC is bumped to >7)

Change-Id: I5e497ee818de883e63e1288acfc400ebadf0cdec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144156
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-12-14 15:22:52 +00:00
Ilmari Lauhakangas
0c96561a56 Bump minimum macOS to 10.14
This gives us full support for variant, optional, any and visit libraries

Change-Id: I9f1bff5d7c0e2d5acc8c8b92c9a269b00e317574
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135804
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-06-15 08:20:59 +02:00
Hossein
d0e50ba13b Add information on Java baseline in README.md
As discussed in the ESC, although LibreOffice can be built with the
Java Development Kit (JDK) version 9, the JDK 9 is no longer
supported by the JVM vendors including Oracle, Red Hat and others.
Thus, it is asserted here that JDK 11 or later should be used to build
LibreOffice.

For further information on the supported versions of JDK, and its
lifcycle, see these articles:

Oracle Java SE Support Roadmap (Updated March 22, 2022)
https://www.oracle.com/java/technologies/java-se-support-roadmap.html

OpenJDK Life Cycle and Support Policy (Updated November 22 2021)
https://access.redhat.com/articles/1299013

It should be noted that JDK 8 is still supported, but it is not usable
for building LibreOffice.

It is also documented that without Java one may lose many features that
are described in the TDF wiki article Development/Java:
https://wiki.documentfoundation.org/Development/Java

Change-Id: Id001c341a221b0fe5c07c7129956a824261d32c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135557
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-10 08:21:57 +02:00
Hossein
7fe756570f Warn if Visual Studio 2019 version is < 16.10
During the compilation with Visual Studio 2019 v16.5, the dragonbox
was failing the build, but it was OK when ugprading to the latest
version, 16.11.

It should be noted that according to the list of predfined macros in
Visual Studio, v16.10 and v16.11 use the same value for _MSC_VER,
which is 1929. Thus, the distinction between these 2 versions can not
be distinguished.

Predefined macros
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros

For not having the Visual Studio version > 16.10, a warning is
shown, and if the Visual Studio version is < 16.5, just like before,
an error is generated.

Change-Id: I6661ee5121b03ca43e1f7503b74191abcc8d6b40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132907
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
2022-05-05 17:26:12 +02:00
Hossein
622b92dab2 Update README.md files
* Fix typo
* Improve links

Change-Id: Ie77ec795675bf7497c90620eb44ebb3191c003b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133067
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-04-16 20:43:11 +02:00
Ilmari Lauhakangas
e568c9dca8 Update remaining DevGuide wiki links.
My Kate editor decided to do some whitespace cleanup, but maybe
it's fine as the main changes are not targeting functional bits anyway.

Change-Id: I5292e77e43055f94a6256a7f72d49fd59287d194
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132928
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-04-13 08:16:52 +02:00
Stephan Bergmann
3469f6976c Bump macOS build baseline to Xcode 12.5 and macOS 11.0
...as announced at
<https://lists.freedesktop.org/archives/libreoffice/2022-January/088320.html>
"Bump macOS build baseline to Xcode 12.5 and macOS 11.0 [was:
std::optional::value]".  (The immediate benefit is that std::optional::value can
now be used and no longer triggers bogus "'value' is unavailable: introduced in
macOS 10.14" errors depending on which version of Xcode is being used; see
<https://lists.freedesktop.org/archives/libreoffice/2022-January/088314.html>
"std::optional::value" for details.)

Change-Id: I819d8dfebabefc22c6af275154df0ff52ca77f5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128384
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-02-24 17:25:10 +01:00
Stephan Bergmann
d1a2b80b9d Bump compiler plugins Clang baseline to 12.0.1
...as discussed in the mail thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2020-November/086234.html>
"Bump --enable-compiler-plugins Clang baseline?" (and now picked up again at
<https://lists.freedesktop.org/archives/libreoffice/2022-February/088459.html>
"Re: Bump --enable-compiler-plugins Clang baseline?"), and clean up
compilerplugins/clang/ accordingly

Change-Id: I5e81c6fdcc363aeefd6227606225b526fdf7ac16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129989
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-02-17 21:45:06 +01:00
Stephan Bergmann
fe6043136f Bump Linux Clang baseline to 8.0.1
...as discussed in the mail sub-thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2022-February/088476.html>
"Also bump Linux Clang baseline to 12.0.1 (was: Bump --enable-compiler-plugins
Clang baseline?)", and clean up newly-obsolete __clang_major__ checks

Change-Id: Idacb9148b019c07e138277df3a085ba71c64a8e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130028
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-02-17 18:03:49 +01:00
Ilmari Lauhakangas
3e94991d7f Bump minimum macOS to 10.13
Change-Id: If495606bb1b0c82abba8fa93277cf3d445e0136a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128291
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-01-12 08:51:49 +01:00
Tor Lillqvist
0f1155503e Bump minimum macOS to 10.12
Change-Id: I1a4af1af2eb95cb182491b2de2ac05dc3a1cb0c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124547
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03 12:30:18 +01:00
Christian Lohmaier
ef0d150675 s/irc.freenode.net/irc.libera.chat/ in README.md
see also https://tdf.io/ircmigration

Change-Id: I468f450649b352489b9651ebbb34f04eddb87af9
2021-06-02 15:57:31 +02:00
Jan-Marek Glogowski
8a4173987e WASM: add initial support for Emscripten cross build
- configure with:
- --host=wasm64-local-emscripten
- had to make a few externals optional, so adding:
  - --disable-nss
  - --disable-cmis
  - --disable-curl

Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-05-05 21:14:54 +02:00
Hossein
628c1c3b07 Updated README.md files
* Updated README.md contents to fix various issues
* Fixed source links by using [git:], processed by mkdocs scripts
* Added README.md for ios, setup_native, unotest
* Fixed issues with "underline" and "less than" sign

Change-Id: I3e52a1d3372586c390ee6c42a2ef48bbabc81398
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114248
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-04-19 11:13:41 +02:00
Hossein
ea5641baee Updated README.md files to represent current code / use Markdown format
Previously, all of the README files have been renamed to README.md
and now, the contents of these files were changed to use Markdown
format. Other than format inconsistency, some README.md files lacked
information about modules, or were out of date. By using LibreOffice
/ OpenOffice wiki and other documentation websites, these files were
updated. Now every README.md file has a title, and some description.
The top-level README.md file is changed to add links to the modules.
The result of processing the Markdown format README.md files can be
seen at: https://docs.libreoffice.org/

Change-Id: Ic3b0c3c064a2498d6a435253b041df010cd7797a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113424
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-04-07 17:47:16 +02:00
Stephan Bergmann
a33469518f Bump MSVC baseline to Visual Studio 2019 version 16.5
After b4b7e92cbf "Use MSVC's /permissive- to make
it more standards conforming", vmiklos reported that his 16.4.6 build started to
fail with

> C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(411): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier'
> C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(411): note: This diagnostic occurred in the compiler generated function 'T connectivity::odbc::OStatement_Base::getStmtOption(SQLINTEGER) const'
> C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(418): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier'
> C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(418): note: This diagnostic occurred in the compiler generated function 'SQLRETURN connectivity::odbc::OStatement_Base::setStmtOption(SQLINTEGER,T) const'
> [build CXX] connectivity/source/drivers/odbc/ODatabaseMetaData.cxx
> make[1]: *** [C:/lo/master/solenv/gbuild/LinkTarget.mk:301: C:/lo/master/workdir/CxxObject/connectivity/source/drivers/odbc/OStatement.o] Error 2
> make[1]: *** Waiting for unfinished jobs....
> C:/lo/master/connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx(161): error C3861: 'checkDisposed': identifier not found
> C:/lo/master/connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx(161): note: 'checkDisposed': function declaration must be available as none of the arguments depend on a template parameter
> C:/lo/master/connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx(161): note: This diagnostic occurred in the compiler generated function 'T connectivity::odbc::ODatabaseMetaDataResultSet::getInteger(sal_Int32)'
> make[1]: *** [C:/lo/master/solenv/gbuild/LinkTarget.mk:298: C:/lo/master/workdir/CxxObject/connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.o] Error 2

while it succeeded after upgrading to 16.8.4.  That change had been seen working
with 16.5.4 (on tb73, see
<https://lists.freedesktop.org/archives/libreoffice/2021-January/086635.html>
"Heads up: Use MSVC's /permissive- to make it more standards conforming"), so
lets hope that bumping the baseline from 16.4 to 16.5 is all that is needed.

Change-Id: I7446f778a94e15e7ea5c8ef0780bf10831a2d4b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109293
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-14 16:43:04 +01:00
Stephan Bergmann
24973523ba Bump Windows build baseline to Visual Studio 2019 16.4
(where 16.4 is currently the latest version of Visual Studio 2019 available at
<https://visualstudio.microsoft.com/downloads/>), see
<https://lists.freedesktop.org/archives/libreoffice/2020-February/084575.html>
"ESC meeting minutes: 2020-02-27": "Update baseline to VS2019 on master before
7.0 [...] check what’s the current patch level, require that? [...] no
objections"

The code from 4ea0059bca "VS detection: Fallback
to old registry check if vswhere failed" has been removed in accordance with its
comment "The below hack does not work for VS 2019 anyway, so should be removed
when upgrading baseline.

(Changing the comment "go to Start menu, open 'Visual Studio 2017', [...]"
regarding the installation of GNU Make from source is somewhat arbitrary, but
lets stick to the tradition of bumping that version number along with any build
baseline bump.)

Change-Id: Ic4fe8a3d347aa1748377f2d3205e302bff189b79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89699
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2020-03-04 18:33:21 +01:00
Stephan Bergmann
358146bbbd Bump macOS build baseline to Xcode 11.3 and macOS 10.14.4
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2020-February/084471.html>
"Bump macOS Xcode baseline to 11?" and
<https://lists.freedesktop.org/archives/libreoffice/2020-February/084519.html>
"ESC meeting minutes: 2020-02-20".

(Code that might no longer be relevant will be cleaned up in follow-up commits.)

Change-Id: I179e6099937d244502bd0e7fbff43f1734984213
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89154
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-20 21:19:26 +01:00
Thorsten Behrens
8ff280afde Self-certify LibreOffice licenses as OSI-approved
Change-Id: I094217fa1f43b6eed9020c97fde07e4b413aef31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87998
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-02-06 10:13:55 +01:00
Adolfo Jayme Barrientos
72bb069612 README: Add Weblate badge for core l10n
Change-Id: Ie188f4d7e5ac3291933089a72be638e9af935097
Reviewed-on: https://gerrit.libreoffice.org/81856
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-11-01 14:07:58 +01:00
Miklos Vajna
7ab68018b3 Android: document one SDK version that works
configure.ac doesn't check for any version as far as I see, add what
works for me at the moment.

Change-Id: If8b28e2a5d4bf4aea4325038ddf416a43f904db4
Reviewed-on: https://gerrit.libreoffice.org/81621
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-28 21:54:54 +01:00
Miklos Vajna
77f633a9a1 Android: document one NDK version that works
The baseline info was silent on Android, and at least my old r16b was
too old to build master, while updating to r19c fixes the build, so
document that finding.

Change-Id: I8713d68a9cfe62ca241f0047f46da496acb85acd
Reviewed-on: https://gerrit.libreoffice.org/78119
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-08-26 14:13:29 +02:00
Stephan Bergmann
b40039fee1 Fix MSVC version in README.md
...to match configure.ac check from 206b8c4ae3
"On Windows, check for at least Visual Studio 2017 version 15.7"

Change-Id: Ie78beb0a1d57aea590f3e73b9d4c45787d6531bf
Reviewed-on: https://gerrit.libreoffice.org/77488
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-15 11:26:40 +02:00
Christian Lohmaier
b1a17c2d3f baseline is CentOS/RHEL 7 (glibc 2.14 or later)
Change-Id: Ie796a5c8f36b33c61eb69b6b68f7439f9359526f
2019-06-05 12:17:14 +02:00
Stephan Bergmann
65b9c62354 Bump (Linux) GCC baseline to 7.0.0
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2018-November/081435.html>
"minutes of ESC call ..."

Change-Id: Ib1a4fdc56c51ab5c9e45173263689db2b88d72e7
Reviewed-on: https://gerrit.libreoffice.org/63951
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-12-06 23:00:56 +01:00
Stephan Bergmann
685aca47da Bump (Linux) Clang baseline to 5.0.2
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2018-November/081435.html>
"minutes of ESC call ...".

This no longer sets CLANGVER, CLANG_VERSION, and CLANG_FULL_VERSION when using
Apple Clang (on macOS), which uses different version numbers from upstream
anyway.  But those variables are only used in the context of compiler plugins,
which do not work with Apple Clang anyway (which lacks necessary include files).

(Also, move "AC_SUBST(COM_IS_CLANG)" up to where it belongs.)

Change-Id: Iee37c42ecacf52fa5a07e35241bcd404025e1cdf
Reviewed-on: https://gerrit.libreoffice.org/63899
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-12-04 17:01:13 +01:00
Stephan Bergmann
58904bb5b0 Xcode 9.3 reportedly requires at least macOS 10.13.2
...according to <https://en.wikipedia.org/wiki/Xcode#
Xcode_7.0_-_10.x_(since_Free_On-Device_Development)>.  (See also the discussion
in the mail sub-thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2018-November/081453.html>
"Re: Compiler baselines".)

Change-Id: Iab6fa737dfeb7cea93b18ec85c76d21da92e1d6d
Reviewed-on: https://gerrit.libreoffice.org/64177
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-28 19:56:33 +01:00
Tor Lillqvist
a7f57d86c7 Bump minimum macOS run-time version to 10.10
It is much over a year since we bumped to 10.9, so it is time.

Bumping to 10.10 will allow us to with good conscience get rid of some
code that (presumably) tries to emulate some aspects of OS X user
interface look that went away in 10.10. See tdf#114839.

Change-Id: Ic41f73d8e59a40c4696069af85bb3ff33146086c
Reviewed-on: https://gerrit.libreoffice.org/63880
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2018-11-27 08:35:44 +01:00
Stephan Bergmann
b4f666f2e6 Bump Xcode baseline to 9.3
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2018-November/081435.html>
"minutes of ESC call ..."

Change-Id: I47e23d222b4b27256483dfd7de915dd99ae81317
Reviewed-on: https://gerrit.libreoffice.org/63878
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-23 17:03:59 +01:00
Stephan Bergmann
f23aa1a51c Bump compiler plugins Clang baseline to 5.0.2
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2018-November/081435.html>
"minutes of ESC call ..."

Change-Id: Ia053da171d59747984546f38e19da808825b4f79
Reviewed-on: https://gerrit.libreoffice.org/63832
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-23 08:20:53 +01:00
Stephan Bergmann
b0eab4b2d2 Add loplugin:includeform documentation
Change-Id: I5a8c6ab0a967d9da2e1764301cd54f87f467a653
Reviewed-on: https://gerrit.libreoffice.org/61176
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-10-01 16:15:11 +02:00
Tor Lillqvist
3f3154b265 Say VS2017 here, too
Change-Id: Icce460adc702547b12ad8e474507e396424c1eb3
2018-07-12 16:46:27 +03:00
Tor Lillqvist
6961b75091 Bump iOS SDK version to the current one, 11.4
Not sure why we at some stage lost the possibiliy to build against any
of several recent versions, but require one specific. But yeah, no big
deal, anybody working on iOS code is expected to keep ther Xcode (and
thus SDKs) updated.
2018-06-07 21:51:36 +03:00
jan Iversen
e63a651748 iOS, bump versions
SDK needed is 11.3
Xcode needed is 9.3

Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12
2018-04-01 18:21:29 +02:00
Ilmari Lauhakangas
51cb2e6689 Updated links in readme files (https etc.)
Change-Id: Id4906290f312dc6d1800d5d17dedf1f07dd3480d
Reviewed-on: https://gerrit.libreoffice.org/49491
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-02-11 01:18:46 +01:00
jan Iversen
9e7073e822 iOS, bump version to 11.2
Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77
2017-12-30 13:30:39 +01:00
Stephan Bergmann
9663341f92 Bump --enable-compiler-plugins to Clang 3.8.0
<https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
"Clang baseline bump"

Change-Id: I18fca8794ea34118fc6308458064d0c28cf5caf7
Reviewed-on: https://gerrit.libreoffice.org/46557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-12-19 22:08:38 +01:00
Stephan Bergmann
fa7b7f7393 Document that Clang 3.4.2 is known to be too old
<https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
"Clang baseline bump"

Change-Id: I13b621be7614ce81777bf56ce52a68e36513be20
Reviewed-on: https://gerrit.libreoffice.org/46518
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-12-19 08:36:16 +01:00
jan Iversen
930efab3be iOS, update to version 11.1
Change-Id: I3e477162468ad7386d83480ce8ae1da9536465b0
2017-11-13 08:00:05 +01:00
Korrawit Pruegsanusak
beff25128c README.md: markdown use 4 spaces for list indentation
Change-Id: I5ac151877f0bccfdc955171b26fecefcacfbe117
Reviewed-on: https://gerrit.libreoffice.org/43720
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-11-08 20:47:49 +01:00
Mike Kaganski
646448dda4 loplugin:includeform: document the requirements
See commits acb3ed0615 and
189abcf0db, and mail thread
<https://lists.freedesktop.org/archives/libreoffice/2017-October/078601.html>

Change-Id: I2eea0b0a13bfe7f2919f36c94e76796b6a8cf122
Reviewed-on: https://gerrit.libreoffice.org/43945
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-03 08:53:07 +01:00