summaryrefslogtreecommitdiffstats
path: root/src/trace/pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize: add overridesMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* 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.
* fix initializationJohan B. C. Engelen2013-08-031-7/+11
| | | (bzr r12459)
* should fix compilation issues on 64bit archesSt??phane Gimenez2006-11-211-3/+3
| | | (bzr r2000)
* patch 1598684: better trace quantizationbulia byak2006-11-201-0/+114
(bzr r1994)