summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+3
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2013-06-12Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens1-11/+1
Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370)
2011-11-18cppcheck: initialisation and warning cleanupKris De Gussem1-8/+5
(bzr r10744)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-8/+5
(bzr r10696)
2011-10-18cppcheckKris De Gussem1-1/+1
(bzr r10681)
2009-01-23small cleanup in src/trace (warnings and trailing spaces)St??phane Gimenez1-3/+3
(bzr r7162)
2008-02-24Warning and whitespace cleanupJon A. Cruz1-6/+6
(bzr r4838)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-3/+3
(bzr r2720)
2006-07-27fix bug in normalizeMatrix, add some better trace messagesBob Jamison1-0/+8
(bzr r1490)
2006-06-13patch [ 1503865 ] Siox performance patchAaron Spike1-19/+47
(bzr r1208)
2006-06-06Applied patch #1501375Jon A. Cruz1-0/+67
(bzr r1164)
2006-06-04Applied patch 1500171Jon A. Cruz1-290/+456
(bzr r1149)
2006-03-30WIP. siox election progress. fix api a bit.Bob Jamison1-5/+9
(bzr r372)
2006-03-29svn propset svn:eol-style native *.h *.cppPeter Moulder1-396/+396
(bzr r366)
2006-03-28more g++ 4.1 fixes (by inkblotter)Ralf Stephan1-2/+2
(bzr r318)
2006-03-25fixed const declsBob Jamison1-5/+5
(bzr r295)
2006-03-25Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison1-3/+3
Also make certain that packed pixels are unsigned long. (bzr r294)
2006-03-24renameBob Jamison1-0/+0
(bzr r285)
2006-03-24Add sioxBob Jamison1-0/+396
(bzr r282)