[Libreoffice] [PATCH] FASTBOOL is dead (almost) RIP

Norbert Thiebaud nthiebaud at gmail.com
Wed Oct 6 01:03:27 PDT 2010


The patches are attached to Bug 30642
https://bugs.freedesktop.org/show_bug.cgi?id=30642

These patches remove FASTBOOL everywhere but in binfilter (bilfiler
has more FASTBOOL use than the rest of the project combined)

All FASTBOOL are converted into bool, except a couple of API that are
left as int

I made 1 patch per git repo. (For Cedric confort :-) )
There are 2 patches for libs-core. of for straight FASTBOOL to bool
conversion, and one where I removed the use for the FASTBOOL
altogether while tweaking the code to avoid hard-coded array size
constant.

I have compiled them together and vtable-check diff comes back empty.
but It is very doubtful that a  partial apply will work.

the patch build_0001....
is a patch on the patches directory of the build git repo. this one
has NOT been tested.

Norbert Thiebaud


More information about the LibreOffice mailing list