summaryrefslogtreecommitdiffstats
path: root/src/object/sp-string.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-5/+5
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2014-09-27Update to experimental r13565Liam P. White1-2/+2
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-2/+2
GThread deprecation errors. (bzr r13341.1.190)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-23/+3
(bzr r11608.1.84)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-4/+4
(bzr r11608.1.57)
2012-08-21Added "virtual pad" to SPString.Markus Engel1-1/+23
(bzr r11608.1.33)