summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist1-1/+0
Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-3/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-04fix buildDavid Ostrovsky1-0/+1
Windows seems to be unhappy about bpixel.cxx removal. This partially reverts 3abfdd08caf588577c349f1e2cbe8778ec228c85. Change-Id: I3a27bafa9ead14ba19d0f00a6be086df6c468e19
2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara1-1/+0
Change-Id: Ie72e23a5b3c49b08bcf25a9de2d7c4d4c4e7925d
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-22add missing deps on headersDavid Tardon1-0/+1
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-16gbuildify basegfxNorbert Thiebaud1-0/+96
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202
2012-06-16revert gmk4Norbert Thiebaud1-125/+0
Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54
2012-05-29basegfx needs o3tl headersDavid Tardon1-1/+4
Change-Id: Icdd490639de136ea866d6ef43016befefeb06604
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
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-2/+2
2012-03-05callcatcher: update listCaolán McNamara1-1/+0
2012-03-01WaE: unused function 'liangBarskyClipT'Tor Lillqvist1-1/+0
2012-01-28remove traces of b2dhompointThomas Arnhold1-1/+0
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-0/+1
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2011-12-22unusedcode: remove various unused classesMatúš Kukan1-2/+0
2011-12-19Remove DebugPlotterAugust Sodora1-1/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-05Why build empty objects.Joseph Powers1-3/+0
The source files don't generate any code and just declare an inline class; thus, the compiled object is empty and we don't need to link it in.
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers1-4/+2
2011-10-20Use -Wno-array-bounds only on gcc versions (4.3..4.4.3)Tor Lillqvist1-2/+3
2011-10-20WaE: Work around bogus array subscript is above array boundsTor Lillqvist1-0/+10
Bites at least with the Android cross-gcc 4.4.3. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-08-03get this working under windows againCaolán McNamara1-3/+3
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-6/+10
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-2/+1
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl1-2/+1
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-16CWS gnumake4: must link against stl [hg:8afba918c344]Mathias Bauer1-0/+1
2011-06-16CWS gnumake4: convert basegfx to new build system [hg:e8f9d107b59a]Mathias Bauer1-0/+118