office-gobmx/cppcanvas
Luboš Luňák 69e0d871ec make update_pch also consider files in <module>/src/**/inc
With --enable-pch=full there's not much difference between a "public"
header in <module>/inc and a private one in <module>/src/somewhere/inc .
And since the script searches recursively, this apparently helps to
find even more headers for lower pch levels.

Change-Id: I8483d0aa5b4fea5a59107c20a8aa5f1ef694af0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87799
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-02-01 20:12:21 +01:00
..
inc/pch make update_pch also consider files in <module>/src/**/inc 2020-02-01 20:12:21 +01:00
qa tdf#42949 Fix IWYU warnings in cppcanvas/ 2019-10-31 11:29:44 +01:00
source new loplugin:namespaceindentation 2020-01-31 09:34:46 +01:00
CppunitTest_cppcanvas_emfplus.mk Move (and rename) graphic stuff from svtools to vcl 2018-03-11 13:37:21 +01:00
CppunitTest_cppcanvas_test.mk
IwyuFilter_cppcanvas.yaml tdf#42949 Fix IWYU warnings in cppcanvas/ 2019-10-31 11:29:44 +01:00
Library_cppcanvas.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_mtfrenderer.mk
Makefile
Module_cppcanvas.mk
README

Helper C++ classes for [[canvas]], plus a GDIMetaFile-to-XCanvas converter.

== EMF+ ==

For cppcanvas/source/mtfrenderer, see the README in vcl (the EMF+ part).