Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-29 | basegfx needs o3tl headers | David Tardon | |
Change-Id: Icdd490639de136ea866d6ef43016befefeb06604 | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-05 | callcatcher: update list | Caolán McNamara | |
2012-03-01 | WaE: unused function 'liangBarskyClipT' | Tor Lillqvist | |
2012-01-28 | remove traces of b2dhompoint | Thomas Arnhold | |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
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-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-19 | Remove DebugPlotter | August Sodora | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-05 | Why build empty objects. | Joseph Powers | |
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-05 | precompiled_basegfx.hxx is empty, so don't include it. | Joseph Powers | |
2011-10-20 | Use -Wno-array-bounds only on gcc versions (4.3..4.4.3) | Tor Lillqvist | |
2011-10-20 | WaE: Work around bogus array subscript is above array bounds | Tor Lillqvist | |
Bites at least with the Android cross-gcc 4.4.3. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847 | |||
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-03 | get this working under windows again | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |
2011-06-17 | gnumake4: #i116959#: kill ↵ | Michael Stahl | |
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] | |||
2011-06-16 | CWS gnumake4: must link against stl [hg:8afba918c344] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: convert basegfx to new build system [hg:e8f9d107b59a] | Mathias Bauer | |