summaryrefslogtreecommitdiffstats
path: root/leak-suppress.txt
Commit message (Collapse)AuthorAgeFilesLines
* fix docNoel Grandin2019-11-131-1/+1
| | | | | | | Change-Id: I39418b70040c34ade39f5e35ea700792f25418ab Reviewed-on: https://gerrit.libreoffice.org/82545 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* migrate to boost::gettextCaolán McNamara2017-07-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* ignore a few low level libc leaks for nowMarkus Mohrhard2016-03-121-0/+4
| | | | Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
* we knowingly leak that during the unit testsMarkus Mohrhard2016-03-121-0/+3
| | | | | | | Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60 Reviewed-on: https://gerrit.libreoffice.org/23171 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Readd accidentally deleted fileChris Sherlock2016-01-161-0/+43
| | | | Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
* vcl: remove commented out lines from commit 0174562fa9eChris Sherlock2016-01-161-43/+0
| | | | Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
* also add libgdk to suppressed leaksMarkus Mohrhard2014-08-261-0/+4
| | | | Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168
* add external libs to the suppression fileMarkus Mohrhard2014-08-261-0/+12
| | | | | | | These are not built with Asan/Lsan and therefore are most likely false positives. Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253
* we leak the RTTI information knowinglyMarkus Mohrhard2014-08-251-0/+3
| | | | | | Most likely show up since 9c9f0ea2c38929d133b0fe2faf616ecab17e07c9 Change-Id: I9d097c1098edc626db67171893411363e13d7941
* add ResMgr::CreateResMgr to Lsan suppressions fileMarkus Mohrhard2014-05-271-0/+3
| | | | Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043
* Silence remaining memory leaks in soltools/cpp when run with lsanStephan Bergmann2014-05-221-0/+3
| | | | Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
* Clean upStephan Bergmann2014-05-221-1/+10
| | | | Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5
* Moved leak-suppress.txt from dev-tools to core repoStephan Bergmann2014-05-221-0/+9
from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931