summaryrefslogtreecommitdiffstats
path: root/src/object/sp-string.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Code cleanup.Tavmjong Bah2018-03-151-26/+27
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+177
A lot of header clean-up.