Test repository to check push and ssh key
Find a file
Mike Kaganski 8a0c43fa86 Use _beginthreadex instead of CreateThread
The documentation for ExitThread [1] has this comment:

  A thread in an executable that calls the C run-time library (CRT) should use
  the _beginthreadex and _endthreadex functions for thread management rather
  than CreateThread and ExitThread; this requires the use of the multithreaded
  version of the CRT. If a thread created using CreateThread calls the CRT,
  the CRT may terminate the process in low-memory conditions.

Since ~all our code uses CRT, be safe and use _beginthreadex.

[1] https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createthread

Change-Id: If3e566592e921b00240e08aa759d8cdbc421d44b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155513
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-08-09 20:15:43 +02:00
.git-hooks Fix typo in .git-hooks/pre-commit 2023-06-20 02:10:44 +02:00
.github workflows: Update dessant/repo-lockdown to v3 2023-04-22 03:27:06 +02:00
.vscode vscode: add Cygwin terminal profile and config for VS debugger for Windows 2023-04-18 14:30:11 +02:00
accessibility tdf#156473 a11y: Implement AccessibleGridControlHeader::getAccessibleCellAt 2023-08-03 16:54:49 +02:00
android android: Update com.google.android.material to 1.9.0 2023-08-07 07:58:45 +02:00
animations improve some usage of OInterfaceIteratorHelper4 2023-05-07 08:00:46 +02:00
apple_remote
avmedia avmedia : use std::recursive_mutex instead of osl::Mutex. 2023-08-08 14:35:37 +02:00
basctl vcl: Drop now unneeded DevicePoint typedef 2023-07-23 06:04:31 +02:00
basegfx loplugin:constantparam 2023-07-31 21:47:59 +02:00
basic tdf#147132 Flatten Basic function implementations 2023-08-09 09:58:21 +02:00
bean
bin tdf#156230: Deprecate and stop using PDFAsStandardPrintJobFormat 2023-07-30 20:44:15 +02:00
binaryurp Use getXWeak in binaryurp 2023-05-28 09:06:11 +02:00
bridges Fix handling of float vs. double values 2023-08-03 14:48:33 +02:00
canvas tdf#156540 invert alpha mask when drawing sprites 2023-08-06 12:23:07 +02:00
chart2 split Point/Size/Rectangle into AbsoluteScreenPixel* types 2023-08-02 08:13:15 +02:00
cli_ure Avoid MSVC error C2039 2023-04-17 15:07:57 +02:00
codemaker loplugin:stringadd in c* 2023-03-24 15:29:18 +00:00
comphelper Simplify a bit construction of AccessibleEventObject object 2023-07-22 13:25:02 +02:00
compilerplugins loplugin:unnecessarygetstr fix false + 2023-08-08 15:31:57 +02:00
config_host vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layer 2023-07-27 20:01:17 +02:00
configmgr Make sure that root listeners are notified first 2023-07-18 06:54:47 +02:00
connectivity tdf#104918 Add Firebird's DATEDIFF syntax to the sql parser 2023-08-07 23:38:50 +02:00
cppcanvas Convert internal vcl bitmap formats transparency->alpha (II) 2023-07-25 08:38:12 +02:00
cppu loplugin:stringadd in c* 2023-03-24 15:29:18 +00:00
cppuhelper tdf#153109 Use any_of instead of loop to check a range 2023-06-12 13:11:07 +02:00
cpputools new loplugin:constexprliteral 2023-06-26 13:12:31 +02:00
cui Resolves: tdf#156661 only set a fixed height for the single row case 2023-08-09 11:35:22 +02:00
dbaccess simplify ODatabaseDocument inheritance 2023-08-08 18:32:32 +02:00
desktop Test paintPartTile behavior for views with different schemes 2023-08-03 09:14:19 +02:00
dictionaries@3fdd5e2b1d Update git submodules 2023-07-02 15:51:24 +02:00
distro-configs Drop --with-system-mariadb from Linux_ubsan_master.conf 2023-08-04 17:09:17 +02:00
docmodel fix wrong transform type, error handling when JSON parsing 2023-06-09 14:12:18 +02:00
drawinglayer Related tdf#156508 fix rendering of the About dialog .svg 2023-08-05 14:27:56 +02:00
editeng tdf#156470 add SAL_INFO calls for debugging 2023-07-31 18:11:53 +02:00
embeddedobj split Point/Size/Rectangle into AbsoluteScreenPixel* types 2023-08-02 08:13:15 +02:00
embedserv Use getXWeak in embedserv 2023-05-28 10:03:59 +02:00
emfio tdf#156234: Don’t round glyph coordinates when doing subpixel positioning 2023-07-23 06:01:56 +02:00
eventattacher Use getXWeak in eventattacher 2023-05-28 10:03:41 +02:00
extensions tdf#146619 Remove unused #includes from C/C++ files 2023-07-28 10:54:18 +02:00
external openldap: upgrade to release 2.6.6 2023-08-09 09:57:15 +02:00
extras MCGR: Some exemplary multi-color gradients 2023-06-23 11:23:35 +02:00
filter tdf#139164: Revert "tdf#54908 Make selection active if there's a selection 2023-08-07 13:38:27 +02:00
forms Convert internal vcl bitmap formats transparency->alpha (II) 2023-07-25 08:38:12 +02:00
formula tdf#104487 - Function wizard: remember last used function category 2023-05-09 17:39:05 +02:00
fpicker tdf#155125 add "Encrypt with GPG key" checkbox in macOS native save dialog 2023-07-13 22:35:30 +02:00
framework tdf#144512 autorecovery: always wait for user idle with timed save 2023-08-09 12:13:44 +02:00
helpcompiler loplugin:unnecessarygetstr extend to more std::string checking 2023-04-24 18:04:50 +02:00
helpcontent2@1c3257e391 Update git submodules 2023-08-05 11:42:53 +02:00
hwpfilter ofz#49217 Out-of-memory 2023-07-23 11:52:34 +02:00
i18nlangtag Related: tdf#154832 Official name is Morisyen 2023-04-16 14:11:56 +02:00
i18npool Correct Esperanto {eo} group separator formats wrong since initial 2005 commit 2023-08-01 01:48:04 +02:00
i18nutil i18nutil: Make unicode::getUnicodeType() take a UTF-32 code point 2023-07-25 02:14:56 +02:00
icon-themes tdf#156299 Sync Insert Shape & sidebar Shape deck 2023-07-24 15:22:42 +02:00
idl Drop SvStream::WriteCharPtr 2023-04-10 23:13:32 +02:00
idlc/test/parser
include Resolves: tdf#156661 only set a fixed height for the single row case 2023-08-09 11:35:22 +02:00
instsetoo_native Add configure switch to enable building the installer with WiX. 2023-05-23 11:47:19 +02:00
io Use getXWeak in io 2023-05-27 18:08:00 +02:00
ios
javaunohelper
jurt Fix Library_jpipe__staticsalhack 2023-02-26 22:07:57 +00:00
jvmaccess
jvmfwk loplugin:stringstatic look for more strings 2023-06-27 13:10:44 +02:00
l10ntools tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro 2023-07-28 07:07:11 +02:00
librelogo tdf#147906: Use python's math.hypot() for Pythagorean addition 2023-03-19 18:17:46 +00:00
libreofficekit cid#1533667 silence Uninitialized scalar variable 2023-07-01 15:32:37 +02:00
lingucomponent Revert recent LanguageTool commits 2023-07-12 08:57:41 +02:00
linguistic new loplugin:constexprliteral 2023-06-26 13:12:31 +02:00
lotuswordpro ofz#58529 Null-dereference READ 2023-05-02 12:54:04 +02:00
m4 Fix typo 2023-04-06 14:15:12 +02:00
msicreator msicreator: fix hardcoded wix toolset path 2023-04-28 11:22:44 +02:00
nlpsolver
o3tl update loplugin:stringview* for o3tl::iterateCodePoints 2023-05-06 12:09:48 +02:00
odk Point to LO DevGuide instead of OOo 2023-06-29 23:00:22 +02:00
offapi a11y: Drop extra "no" in XAccessibleComponent doc 2023-08-08 16:36:16 +02:00
officecfg Revert "UI Workaround for tdf#146653: change localized Source Han {Sans,Serif} 2023-08-08 18:19:21 +02:00
onlineupdate NSS initialization guard 2023-01-25 12:24:34 +00:00
oovbaapi tdf#150281: Fix CentimetersToPoints in Calc 2023-03-13 15:16:24 +00:00
oox pptx: import ellipse shape correctly 2023-08-07 10:07:44 +02:00
opencl Drop SvStream::WriteCharPtr 2023-04-10 23:13:32 +02:00
osx Add all source directories as folder references to the Xcode project 2023-07-05 10:30:37 +02:00
package new loplugin:constexprliteral 2023-06-26 13:12:31 +02:00
pch merge expwrap into sax library 2023-05-30 08:45:46 +02:00
postprocess Fix postprocess/README packimages.pl has been replaced by pack_images.py 2023-07-16 18:54:15 +02:00
pyuno Categories for link targets in Impress 2023-07-12 07:56:37 +02:00
qadevOOo Fix typo 2023-06-28 07:05:44 +02:00
readlicense_oo update credits 2023-08-08 20:38:36 +02:00
registry loplugin:stringadd in registry..sal 2023-03-25 19:03:28 +00:00
remotebridges
reportbuilder Fix some getImplementationName 2023-04-21 08:05:46 +02:00
reportdesign cid#1539504 Division or modulo by zero 2023-08-05 17:50:19 +02:00
ridljar InputStreamToXInputStreamAdapter.readBytes() should read... 2023-02-28 11:12:06 +00:00
sal Use _beginthreadex instead of CreateThread 2023-08-09 20:15:43 +02:00
salhelper tdf#146619 Remove unused #includes from C/C++ files 2023-08-01 21:13:47 +02:00
sax tdf#150137 fastparser: don't crash on undeclared namespace 2023-08-07 17:38:30 +02:00
sc sc: fix tiledrendering test execution order issue with comment IDs 2023-08-09 07:33:26 +02:00
scaddins Drop some defines in scaddins 2023-04-22 14:17:59 +02:00
sccomp Extend loplugin:cppunitassertequals to more argument types 2023-02-23 07:04:09 +00:00
schema sc: theme color support for sparklines + ODF & OOXML import/export 2023-08-02 21:22:43 +02:00
scp2 tdf#71096: xlr filetype not associated with Calc in Windows 2023-06-04 14:31:23 +02:00
scripting Log SSL default verification path for mailmerge debug 2023-07-30 21:59:19 +02:00
sd cid#1539501 Unchecked dynamic_cast 2023-08-05 13:39:46 +02:00
sdext new loplugin:constexprliteral 2023-06-26 13:12:31 +02:00
setup_native tdf#144053 Compare version to ProductKey entry in bootstraprc 2023-07-26 14:40:02 +02:00
sfx2 Use _beginthreadex instead of CreateThread 2023-08-09 20:15:43 +02:00
shell Use getXWeak in shell 2023-04-30 17:05:28 +02:00
slideshow Convert internal vcl bitmap formats transparency->alpha (II) 2023-07-25 08:38:12 +02:00
smoketest
solenv vcl: Organize CoreText font code a bit 2023-08-09 12:42:57 +02:00
soltools Remove support for AIX 2023-01-27 07:28:16 +00:00
sot use sal_uInt64 when dealing with stream position 2023-08-09 20:06:54 +02:00
starmath use sal_uInt64 when dealing with stream position 2023-08-09 20:06:54 +02:00
static tdf#151273, tdf#151925: Don’t use QFont text layout by default 2023-07-09 12:02:28 +02:00
stoc tdf#156161: Honor "DontEnableJava" when failed because selected JRE uninstalled 2023-07-31 16:46:12 +02:00
store Add cstdlib include necessary to build with gcc14 libstdc++ (tdf#155715) 2023-06-08 08:25:47 +02:00
svgio crashtesting: null-deref on kde114933-2.svg 2023-08-08 11:50:58 +02:00
svl Fix typos 2023-08-07 23:38:03 +02:00
svtools ofz#57384 Timeout 2023-08-07 11:24:23 +02:00
svx ITEM: speedup WhichRanges access by buffering 2023-08-07 17:53:53 +02:00
sw use sal_uInt64 when dealing with stream position 2023-08-09 20:05:43 +02:00
swext Fix typo 2023-06-28 21:44:39 +02:00
sysui Only pass -I... arguments to g-ir-scanner by using pkg-config's --cflags-only-I 2023-07-23 15:10:47 +02:00
test a11y: Don't always append window type to a11y name in debug builds 2023-08-02 05:10:18 +02:00
testtools Use getXWeak in testtools 2023-05-27 20:14:56 +02:00
toolkit toolkit: Use range-based for, drop invalidTableControlAction 2023-08-03 16:54:23 +02:00
tools Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpness 2023-08-03 21:42:53 +02:00
translations@9c0d562012 Update git submodules 2023-08-08 17:47:42 +02:00
ucb Adapt test code to cURL 8.2.0 2023-07-31 20:27:06 +02:00
ucbhelper Use _beginthreadex instead of CreateThread 2023-08-09 20:15:43 +02:00
udkapi Introduce css.reflection.Dump singleton 2023-03-22 08:46:35 +00:00
uitest tdf#154131 Add Detect scientific number option 2023-05-26 23:57:16 +02:00
UnoControls Use getXWeak in UnoControls 2023-05-27 15:20:51 +02:00
unodevtools new loplugin:constexprliteral 2023-06-26 13:12:31 +02:00
unoidl
unoil allow native compile for windows aarch64 2023-04-11 12:06:25 +02:00
unotest loplugin:unnecessarygetstr 2023-05-05 10:11:54 +02:00
unotools use sal_uInt64 when dealing with stream position 2023-08-09 20:04:57 +02:00
unoxml Use getXWeak in unoxml 2023-05-27 12:46:01 +02:00
ure Revert "Use getXWeak in ure" 2023-05-30 13:57:12 +02:00
uui tdf#92620 - Adjust error message about exceeding legacy module size 2023-07-24 13:55:28 +02:00
vbahelper split Point/Size/Rectangle into AbsoluteScreenPixel* types 2023-08-02 08:13:15 +02:00
vcl Use _beginthreadex instead of CreateThread 2023-08-09 20:15:43 +02:00
winaccessibility wina11y: Drop "#CHECK#" comments 2023-08-09 15:45:49 +02:00
wizards SCriptForge (SFDatabases) manage database credentials 2023-08-09 14:45:23 +02:00
writerfilter sw floattable: import <w:tblOverlap w:val="never"> from DOCX 2023-08-09 09:35:00 +02:00
writerperfect loplugin:stringstatic look for more strings 2023-06-27 13:10:44 +02:00
xmerge
xmlhelp Use getXWeak in xmlhelp 2023-05-06 12:27:42 +02:00
xmloff sc: theme color support for sparklines + ODF & OOXML import/export 2023-08-02 21:22:43 +02:00
xmlreader
xmlscript Use getXWeak in xmlscript 2023-05-06 12:28:01 +02:00
xmlsecurity xmlsecurity : simplify DigitalSignaturesDialog 2023-08-07 11:28:40 +02:00
.buckconfig
.buckversion
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Add .cache (Qt Creator) and gdbtrace.log (gdb) 2023-04-28 21:54:20 +02:00
.gitmodules
.gitpod.dockerfile
.gitpod.yml
.gitreview
antivirusDetection.vbs
autogen.sh Remove support for AIX 2023-01-27 07:28:16 +00:00
BUCK
config.guess
config.sub
config_host.mk.in external/skia: Avoid -std:c++20 with known-broken VS-provided clang-cl 2023-08-02 15:21:48 +02:00
config_host_lang.mk.in
configure.ac Revert "tdf#116412: include bz2 in internal python" 2023-08-07 05:59:22 +02:00
COPYING
COPYING.LGPL
COPYING.MPL
cpp.hint
download.lst openldap: upgrade to release 2.6.6 2023-08-09 09:57:15 +02:00
g git-hooks: remove hint in './g -z' 2023-04-01 13:28:14 +02:00
hardened_runtime.xcent.in
install-sh
install_deps.sh
leak-suppress.txt
Library_merged.mk
lo.xcent.in Set entitlements in non-release in $(INSTROOTBASE) and .dmg package 2023-06-07 22:08:50 +02:00
logerrit
Makefile.fetch Add frozen library support - for compile-time dict, set support 2023-06-17 12:31:07 +02:00
Makefile.gbuild
Makefile.in add fetch to dependencies of gbuildtojson / Rdb target 2023-04-11 12:39:46 +02:00
README.cross
README.help.md
README.md Update Android baseline in README.md 2023-02-16 20:33:15 +00:00
README.Solaris
Repository.mk kf6: Add a kf6 VCL plugin 2023-06-22 22:16:11 +02:00
RepositoryExternal.mk Revert "tdf#116412: include bz2 in internal python" 2023-08-07 05:59:22 +02:00
RepositoryFixes.mk
RepositoryModule_build.mk
RepositoryModule_host.mk
sanitize-ubsan-excludelist
setup.cfg
TEMPLATE.SOURCECODE.HEADER
tsan-suppress.txt update TSAN suppressions 2023-01-30 13:53:45 +00:00

LibreOffice

Coverity Scan Build Status CII Best Practices Translation status

LibreOffice is an integrated office suite based on copyleft licenses and compatible with most document formats and standards. Libreoffice is backed by The Document Foundation, which represents a large independent community of enterprises, developers and other volunteers moved by the common goal of bringing to the market the best software for personal productivity. LibreOffice is open source, and free to download, use and distribute.

A quick overview of the LibreOffice code structure.

Overview

You can develop for LibreOffice in one of two ways, one recommended and one much less so. First the somewhat less recommended way: it is possible to use the SDK to develop an extension, for which you can read the API docs and Developers Guide. This re-uses the (extremely generic) UNO APIs that are also used by macro scripting in StarBasic.

The best way to add a generally useful feature to LibreOffice is to work on the code base however. Overall this way makes it easier to compile and build your code, it avoids any arbitrary limitations of our scripting APIs, and in general is far more simple and intuitive - if you are a reasonably able C++ programmer.

The Build Chain and Runtime Baselines

These are the current minimal operating system and compiler versions to run and compile LibreOffice, also used by the TDF builds:

  • Windows:
    • Runtime: Windows 7
    • Build: Cygwin + Visual Studio 2019 version 16.10
  • macOS:
    • Runtime: 10.15
    • Build: 12 (13 for aarch64) + Xcode 14
  • Linux:
    • Runtime: RHEL 7 or CentOS 7
    • Build: either GCC 7.0.0; or Clang 8.0.1 with libstdc++ 7.3.0
  • iOS (only for LibreOfficeKit):
    • Runtime: 11.4 (only support for newer i devices == 64 bit)
    • Build: Xcode 9.3 and iPhone SDK 11.4
  • Android:
    • Build: NDK r23 and SDK 30.0.3
  • Emscripten / WASM:
    • Runtime: a browser with SharedMemory support (threads + atomics)
    • Build: Qt 5.15 with Qt supported Emscripten 1.39.8
    • See README.wasm

Java is required for building many parts of LibreOffice. In TDF Wiki article Development/Java, the exact modules that depend on Java are listed.

The baseline for Java is Java Development Kit (JDK) Version 11 or later. It is possible to build LibreOffice with JDK version 9, but it is no longer supported by the JDK vendors, thus it should be avoided.

If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin headers, you have to compile your own Clang to use them on macOS.

You can find the TDF configure switches in the distro-configs/ directory.

To setup your initial build environment on Windows and macOS, we provide the LibreOffice Development Environment (LODE) scripts.

For more information see the build instructions for your platform in the TDF wiki.

The Important Bits of Code

Each module should have a README.md file inside it which has some degree of documentation for that module; patches are most welcome to improve those. We have those turned into a web page here:

https://docs.libreoffice.org/

However, there are two hundred modules, many of them of only peripheral interest for a specialist audience. So - where is the good stuff, the code that is most useful. Here is a quick overview of the most important ones:

Module Description
sal/ this provides a simple System Abstraction Layer
tools/ this provides basic internal types: Rectangle, Color etc.
vcl/ this is the widget toolkit library and one rendering abstraction
framework/ UNO framework, responsible for building toolbars, menus, status bars, and the chrome around the document using widgets from VCL, and XML descriptions from /uiconfig/ files
sfx2/ legacy core framework used by Writer/Calc/Draw: document model / load/save / signals for actions etc.
svx/ drawing model related helper code, including much of Draw/Impress

Then applications

Module Description
desktop/ this is where the main() for the application lives, init / bootstrap. the name dates back to an ancient StarOffice that also drew a desktop
sw/ Writer
sc/ Calc
sd/ Draw / Impress

There are several other libraries that are helpful from a graphical perspective:

Module Description
basegfx/ algorithms and data-types for graphics as used in the canvas
canvas/ new (UNO) canvas rendering model with various backends
cppcanvas/ C++ helper classes for using the UNO canvas
drawinglayer/ View code to render drawable objects and break them down into primitives we can render more easily.

Rules for #include Directives (C/C++)

Use the "..." form if and only if the included file is found next to the including file. Otherwise, use the <...> form. (For further details, see the mail Re: C[++]: Normalizing include syntax ("" vs <>).)

The UNO API include files should consistently use double quotes, for the benefit of external users of this API.

loplugin:includeform (compilerplugins/clang/includeform.cxx) enforces these rules.

Finding Out More

Beyond this, you can read the README.md files, send us patches, ask on the mailing list libreoffice@lists.freedesktop.org (no subscription required) or poke people on IRC #libreoffice-dev on irc.libera.chat - we're a friendly and generally helpful mob. We know the code can be hard to get into at first, and so there are no silly questions.