summaryrefslogtreecommitdiff
path: root/common/lines.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-04Remove INLINE usageMarc-André Lureau1-1/+1
2012-03-20Remove casts from void * with xrealloc() callsDaniel P. Berrange1-12/+10
2012-03-20Remove useless if() before free()Daniel P. Berrange1-10/+5
2012-03-20fix memory leak in error pathChristophe Fergeau1-1/+2
2012-03-20common: use INLINE instead of inlineArnon Gilboa1-2/+1
2012-03-20add #include <config.h> to all source filesChristophe Fergeau1-1/+3
2012-03-20Initialize variable to avoid compiler warningAlexander Larsson1-1/+1
2012-03-20Use the spice allocator in common/Alexander Larsson1-2/+3
2012-03-20Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson1-16/+1
2012-03-20Fix warnings from visual studio compilerLarsson@.(none)1-10/+10
2012-03-20Add line rasterizerAlexander Larsson1-0/+3632