src/hb-gobject-enums.cc.tmpl


Log

Author Commit Date CI Message
Alexander Kanavin e876886d 2020-08-18T10:31:47 src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path This is beneficial for reproducible builds, as build paths can vary between builds.
Chun-wei Fan 91ca17e1 2020-03-13T12:19:32 src/hb-gobject-enums.cc.tmpl: Replace © with (C) This was, we also avoid Visual Studio compiler warnings C4828 as that sign is not favored when /utf-8 is enabled, which is the norm nowadays as Visual Studio 2015 or later is required to build harfbuzz nowadays.
Behdad Esfahbod aa3450ca 2019-06-17T22:41:49 [config] Don't compile disabled features This makes it possible to include all .cc files into build, even if not building CoreText, Uniscribe, etc. This was mostly to help custom builders. But also means that we can include all files in our own build system. Not sure if we should. Definitely simplifies things, but slightly only.
Ebrahim Byagowi e4120085 2018-12-17T21:31:01 Remove redundant void from C++ sources (#1486)
Behdad Esfahbod c77ae408 2018-08-25T22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
Behdad Esfahbod 71439a8c 2013-08-26T20:56:58 [gobject] Flesh out hb-gobject Move it to new harfbuzz-gobject library. Implement enums and boxed types for object-types. Still have to do boxed types for value types.
Behdad Esfahbod 74ef81a0 2011-08-24T19:16:13 Fix make distcheck
Behdad Esfahbod d75333f1 2011-08-19T19:59:24 Add gobject enum support, but disabled for now need to figure out the naming. The generated code doesn't have the right name.