summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | 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.
* Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens2013-06-121-11/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370)
* cppcheck: initialisation and warning cleanupKris De Gussem2011-11-181-8/+5
| | | (bzr r10744)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-8/+5
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* small cleanup in src/trace (warnings and trailing spaces)St??phane Gimenez2009-01-231-3/+3
| | | (bzr r7162)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-6/+6
| | | (bzr r4838)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-3/+3
| | | (bzr r2720)
* fix bug in normalizeMatrix, add some better trace messagesBob Jamison2006-07-271-0/+8
| | | (bzr r1490)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-19/+47
| | | (bzr r1208)
* Applied patch #1501375Jon A. Cruz2006-06-061-0/+67
| | | (bzr r1164)
* Applied patch 1500171Jon A. Cruz2006-06-041-290/+456
| | | (bzr r1149)
* WIP. siox election progress. fix api a bit.Bob Jamison2006-03-301-5/+9
| | | (bzr r372)
* svn propset svn:eol-style native *.h *.cppPeter Moulder2006-03-291-396/+396
| | | (bzr r366)
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-281-2/+2
| | | (bzr r318)
* fixed const declsBob Jamison2006-03-251-5/+5
| | | (bzr r295)
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison2006-03-251-3/+3
| | | | | Also make certain that packed pixels are unsigned long. (bzr r294)
* renameBob Jamison2006-03-241-0/+396
(bzr r285)