summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-08 21:24:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-12 10:16:14 +0100
commit2811d0a20e038f6fd573f31eff8d485bd16c81ce (patch)
tree253e23996690c4f14e8715a6ecaf210fc9a5a3a7 /extras
parent00d74a5e0291a40e532b2a0f51fdd5a3e1f487ed (diff)
rtl::Static to thread-safe static
Change-Id: I6390d1811bad59c09a074039c635710d25a660d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124886 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extras')
0 files changed, 0 insertions, 0 deletions
7127'>Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist In other words, only executable files go in the MacOS folder. Dynamic libraries and bundled frameworks (i.e., LibreOfficePython), and nothing else, go in the Frameworks folder, and all other files go in the Resources folder. Especially, note that Java class files and rc (.ini) files also go in Resources. Such an app bundle structure is what Apple strongly suggests one should use, and it has been hinted that future versions of code signing and/or Gatekeeper will require such a structure. There is still some ugliness thanks to traces of the historical separation of URE from "the office". Like there are two separate "unorc" files, one for URE, one for the LibreOffice application. IMHO, this should be cleaned up, but is probably controversial. (Eek! I now see there are actually *three* unorc files in the app bundle. Not intentional. Need to fix that later.) Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606 2014-03-18scp2: move python3 to AutoInstallMichael Stahl Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac 2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678 2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4