summaryrefslogtreecommitdiffstats
path: root/src/Tracer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use clang-tidy to check more code conventions (#4214)Bond-0092018-05-061-7/+7
| | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164
* Remove double includes part 2 (#3890)peterbell102017-08-031-4/+0
|
* Tracer replacement (#3704)Mattes D2017-05-111-2/+8
| | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Unified the doxy-comment format.Mattes D2015-07-311-20/+20
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-2/+3
|
* Tracer::signum function now returns intWoazboat2015-05-081-1/+2
| | | | | | convert c style casts to c++ static casts Changed fabs() to std::abs()
* Changed Tracer::m_NormalTable to static arrayWoazboat2015-05-081-1/+3
| | | | Was previously instantiated for every trace
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
|
* Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Unified Vector classesandrew2014-03-111-2/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+82