summaryrefslogtreecommitdiffstats
path: root/src/factory.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-25Kill factory.hLiam P. White1-95/+0
(bzr r13939.1.3)
2015-02-25create SPObject factoryLiam P. White1-28/+0
(bzr r13939.1.1)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+1
GThread deprecation errors. (bzr r13341.1.190)
2014-03-30Removed some operator keywords.Markus Engel1-3/+3
(bzr r13237)
2014-02-04Fix for Bug #1275146 (numerous messages of type unknown type: rdf:RDF).Nicolas Dufour1-1/+6
Fixed bugs: - https://launchpad.net/bugs/1275146 (bzr r12995)
2014-01-31Do not throw TypeNotRegistered exceptions for now, since they interfereKrzysztof Kosi??ski1-1/+3
with debugging via 'catch throw'. (bzr r12991)
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-58/+79
(bzr r11608.1.124)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-1/+16
(bzr r11608.1.110)
2013-04-20Moved factories to different files.Markus Engel1-20/+0
(bzr r11608.1.100)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-10/+13
(bzr r11608.1.96)
2013-04-13Made factory a template.Markus Engel1-15/+43
(bzr r11608.1.95)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-5/+37
(bzr r11608.1.94)
2013-04-07Added exception to SPFactory / basic handling to SPObject.Markus Engel1-3/+12
(bzr r11608.1.87)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-3/+3
(bzr r11608.1.72)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-1/+7
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
2013-04-02Added new factory for SPObject tree objects.Markus Engel1-0/+22
(bzr r11608.1.68)