summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Bump minimum macOS to 10.12Tor Lillqvist2021-11-031-1/+1
| | | | | | | | 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>
* s/irc.freenode.net/irc.libera.chat/ in README.mdChristian Lohmaier2021-06-021-1/+1
| | | | | | see also https://tdf.io/ircmigration Change-Id: I468f450649b352489b9651ebbb34f04eddb87af9
* WASM: add initial support for Emscripten cross buildJan-Marek Glogowski2021-05-051-0/+4
| | | | | | | | | | | | | | - 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>
* Updated README.md filesHossein2021-04-191-1/+1
| | | | | | | | | | | | * 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>
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-22/+22
| | | | | | | | | | | | | | | | | | 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>
* Bump MSVC baseline to Visual Studio 2019 version 16.5Stephan Bergmann2021-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | After b4b7e92cbf5a212cc1c648af86df2dee364d48c8 "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>
* Bump Windows build baseline to Visual Studio 2019 16.4Stephan Bergmann2020-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (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 4ea0059bca6dd84f10abcf52f6d6b81c1afec397 "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
* Bump macOS build baseline to Xcode 11.3 and macOS 10.14.4Stephan Bergmann2020-02-201-1/+1
| | | | | | | | | | | | | | | ...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>
* Self-certify LibreOffice licenses as OSI-approvedThorsten Behrens2020-02-061-0/+2
| | | | | | | | 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>
* README: Add Weblate badge for core l10nAdolfo Jayme Barrientos2019-11-011-1/+1
| | | | | | | | 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>
* Android: document one SDK version that worksMiklos Vajna2019-10-281-1/+1
| | | | | | | | | | 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>
* Android: document one NDK version that worksMiklos Vajna2019-08-261-0/+2
| | | | | | | | | | | 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
* Fix MSVC version in README.mdStephan Bergmann2019-08-151-1/+1
| | | | | | | | | | ...to match configure.ac check from 206b8c4ae320d7d8614f21800d8f77fa29f8f5ff "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>
* baseline is CentOS/RHEL 7 (glibc 2.14 or later)Christian Lohmaier2019-06-051-1/+1
| | | | Change-Id: Ie796a5c8f36b33c61eb69b6b68f7439f9359526f
* Bump (Linux) GCC baseline to 7.0.0Stephan Bergmann2018-12-061-1/+1
| | | | | | | | | | | ...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>
* Bump (Linux) Clang baseline to 5.0.2Stephan Bergmann2018-12-041-5/+1
| | | | | | | | | | | | | | | | | | ...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>
* Xcode 9.3 reportedly requires at least macOS 10.13.2Stephan Bergmann2018-11-281-1/+1
| | | | | | | | | | | | | ...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>
* Bump minimum macOS run-time version to 10.10Tor Lillqvist2018-11-271-1/+1
| | | | | | | | | | | | | 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>
* Bump Xcode baseline to 9.3Stephan Bergmann2018-11-231-1/+1
| | | | | | | | | | | ...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>
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-1/+1
| | | | | | | | | | | ...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>
* Add loplugin:includeform documentationStephan Bergmann2018-10-011-0/+2
| | | | | | | Change-Id: I5a8c6ab0a967d9da2e1764301cd54f87f467a653 Reviewed-on: https://gerrit.libreoffice.org/61176 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Say VS2017 here, tooTor Lillqvist2018-07-121-1/+1
| | | | Change-Id: Icce460adc702547b12ad8e474507e396424c1eb3
* Bump iOS SDK version to the current one, 11.4Tor Lillqvist2018-06-071-2/+2
| | | | | | | 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.
* iOS, bump versionsjan Iversen2018-04-011-2/+2
| | | | | | | SDK needed is 11.3 Xcode needed is 9.3 Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12
* Updated links in readme files (https etc.)Ilmari Lauhakangas2018-02-111-3/+3
| | | | | | | Change-Id: Id4906290f312dc6d1800d5d17dedf1f07dd3480d Reviewed-on: https://gerrit.libreoffice.org/49491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* iOS, bump version to 11.2jan Iversen2017-12-301-2/+2
| | | | Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-1/+1
| | | | | | | | | | <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>
* Document that Clang 3.4.2 is known to be too oldStephan Bergmann2017-12-191-0/+4
| | | | | | | | | | <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>
* iOS, update to version 11.1jan Iversen2017-11-131-1/+1
| | | | Change-Id: I3e477162468ad7386d83480ce8ae1da9536465b0
* README.md: markdown use 4 spaces for list indentationKorrawit Pruegsanusak2017-11-081-8/+8
| | | | | | | Change-Id: I5ac151877f0bccfdc955171b26fecefcacfbe117 Reviewed-on: https://gerrit.libreoffice.org/43720 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* loplugin:includeform: document the requirementsMike Kaganski2017-11-031-0/+10
| | | | | | | | | | | See commits acb3ed0615a1b4e31257fa1014e9e2f2188c602c and 189abcf0db61c41a565bd355294bf6e712fc3e5a, 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>
* iOS update to 11.0jan Iversen2017-10-271-2/+2
| | | | | | Starting to use 11.0 features Change-Id: I0e147c0b436a93d11f220b533a5b2091f7cb56fc
* iOS, update app to swift 4jan Iversen2017-10-081-1/+1
| | | | | | Preparing for iOS 11.0 and xCode 9.0 Change-Id: I9e7dc9b6c55bf5606eae859baa47fcd95fdc5ed8
* iOS, updated README.mdjan Iversen2017-10-041-0/+3
| | | | | | | | | on request. Disclaimer, this is currently work in progress and the library should *not* be used for production. Change-Id: I016933fcf10d7864babbf5d24ffcaa439a6753a7
* Update OSX SDK checkingNoel Grandin2017-10-031-1/+1
| | | | | | | | | | | We require a min of 10.12 to build these days. Also reverse the order of the list in configure.ac so that we pick up newer SDK before older SDK. Change-Id: Iae25f1971123479801a82c9d30172668a4cfa52a Reviewed-on: https://gerrit.libreoffice.org/42450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Document baselinesJan-Marek Glogowski2017-09-081-0/+27
| | | | | | | Change-Id: I32c8b027abec13805fcb4fc244c7eca00e0c6fee Reviewed-on: https://gerrit.libreoffice.org/42072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
* README.md: Add CII Best Practices badgeAdolfo Jayme Barrientos2016-10-101-1/+1
| | | | Change-Id: I9bba2714fafe4d14c28348d36b0530a8109e1845
* drop basebmp entirely nowCaolán McNamara2016-01-201-1/+0
| | | | Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f
* README: Describe what LibreOffice is aboutDavid Ostrovsky2015-11-281-0/+8
| | | | | | | | | | | | | | Before saying how to develope it, mention what it's all about. The text was shamelessly stolen from OpenHUB LibreOffice project site: [1]. * [1] https://www.openhub.net/p/libreoffice Change-Id: I9e018e441c4d3f176d1d21eddb7a65429a9f9fd2 Reviewed-on: https://gerrit.libreoffice.org/20252 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* README.md: Add a pretty Coverity badgeAdolfo Jayme Barrientos2015-05-241-0/+3
| | | | Change-Id: Iee62ae710487df67016e48664585bfdff8ccaf75
* README.md: framework is not a wrapper around sfx2Michael Stahl2015-03-311-10/+12
| | | | Change-Id: I1af3c4bdabe4dd9578ddf04c621358b08f6866ae
* README.Code → README.mdAdolfo Jayme Barrientos2015-03-221-0/+66
So that mirrors pick it up and display it, instead of the Android README. Change-Id: I0c4a8b8c7fe11b83c43342003ad27a0d9ef6b2eb