summaryrefslogtreecommitdiff
path: root/external/box2d/README
AgeCommit message (Expand)Author
2020-05-17external: bundle box2dSarper Akdemir
d class='logsubject'>remove unnecessary use of void in function declarationsNoel Grandin ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd 2014-12-27de-resource RID_SVXDLG_GALLERYBROWSERCaolán McNamara Change-Id: I33df0c65d230ed13a5121555c8cf26a7bd27969a 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3 2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I9f2ab3703feb5c49a831da124e161f98cb1bb3ab Reviewed-on: https://gerrit.libreoffice.org/8419 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>