summaryrefslogtreecommitdiffstats
path: root/src/object/sp-script.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* 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-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+85
A lot of header clean-up.