summaryrefslogtreecommitdiff
path: root/basebmp/CppunitTest_basebmp.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2011-09-02Add a foodllapi.h file here too and use itTor Lillqvist1-0/+5
Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate headers as is the normal convention. Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header. Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't match the declaration.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-07-25cppunit is linked in automaticallyDavid Tardon1-1/+0
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-2/+1
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl1-4/+0
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: basebmp: add necessary workarounds for SunCC [hg:3754657d8ff7]Michael Stahl1-10/+0
2011-06-16CWS gnumake4: add cppunittests for basebmp and basegfx [hg:f8f8d6414c70]Mathias Bauer1-0/+65