summaryrefslogtreecommitdiff
path: root/leak-suppress.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara1-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
2016-03-12ignore a few low level libc leaks for nowMarkus Mohrhard1-0/+4
Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
2016-03-12we knowingly leak that during the unit testsMarkus Mohrhard1-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>
2016-01-16Readd accidentally deleted fileChris Sherlock1-0/+43
Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
2016-01-16vcl: remove commented out lines from commit 0174562fa9eChris Sherlock1-43/+0
Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
2014-08-26also add libgdk to suppressed leaksMarkus Mohrhard1-0/+4
Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168
2014-08-26add external libs to the suppression fileMarkus Mohrhard1-0/+12
These are not built with Asan/Lsan and therefore are most likely false positives. Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253
2014-08-25we leak the RTTI information knowinglyMarkus Mohrhard1-0/+3
Most likely show up since 9c9f0ea2c38929d133b0fe2faf616ecab17e07c9 Change-Id: I9d097c1098edc626db67171893411363e13d7941
2014-05-27add ResMgr::CreateResMgr to Lsan suppressions fileMarkus Mohrhard1-0/+3
Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043
2014-05-22Silence remaining memory leaks in soltools/cpp when run with lsanStephan Bergmann1-0/+3
Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
2014-05-22Clean upStephan Bergmann1-1/+10
Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5
2014-05-22Moved leak-suppress.txt from dev-tools to core repoStephan Bergmann1-0/+9
from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931