summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Remove deprecated register in C++17Khem Raj1-2/+2
2022-06-17apple: Fix compatibility version and current version of meson build to be com...Jeremy Huddleston Sequoia1-0/+1
2021-06-24Check the definition instead of the extension to which it belongsNicolas Caramelli1-1/+3
2021-06-23Add Meson build systemDylan Baker1-0/+116
2019-07-23libutil: Include stddef.h for NULLMatt Turner1-0/+1
2019-06-04Remove all uses of the register keyword.Krzysztof Kosiński6-81/+79
2016-06-10libutils/mipmap.c: Fixed possible memory leakAmarnath Valluri1-0/+2
2013-01-02glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()Mike Gorchak1-0/+1
2012-05-21glu: fix two Clang warningsLukas Rössler2-2/+2
2011-11-09glu: Fix deprecated conversion from string constant to ‘char*’ warning.José Fonseca2-2/+2
2011-08-30glu: Fix build on mingw-w64.José Fonseca1-0/+6
2011-04-27sgi: Fix MSVC build.José Fonseca2-1/+5
2011-04-23glu: Fix linux buildJakob Bornecrantz1-1/+1
2011-04-23scons: Build glu.José Fonseca10-17/+45
2010-07-16glu/sgi: Remove dead initialization in extract565rev.Vinson Lee1-1/+1
2010-07-15glu/sgi: Remove dead initialization in extract565.Vinson Lee1-1/+1
2010-06-30glu: Fix some compiler warnings in libtessNeil Roberts8-13/+37
2010-03-12Grammar and spelling fixesJeff Smith2-2/+2
2010-02-25Revert "glu/sgi: Set freed pointer to NULL."Vinson Lee1-1/+0
2010-02-25glu/sgi: Set freed pointer to NULL.Vinson Lee1-0/+1
2010-02-15glu/sgi: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-14glu/sgi: Move initialization of members to top of Curve constructor.Vinson Lee1-8/+6
2010-02-14glu/sgi: Initialize members of class Curvelist.Vinson Lee1-4/+5
2010-02-14glu/sgi: Initialize members of class Curve.Vinson Lee1-0/+8
2010-02-14glu/sgi: Initialize member of class Pool.Vinson Lee1-0/+3
2010-02-13glu/sgi: Initialize members of class Curvelist.Vinson Lee1-0/+2
2010-02-12glu/sgi: Initialize member of class primStream.Vinson Lee1-0/+2
2010-02-12glu/sgi: Initialize members of class Arc.Vinson Lee1-0/+6
2010-02-12glu/sgi: Initialize member of class Bin.Vinson Lee1-0/+1
2010-02-10glu/sgi: Initialize member of class Uarray.Vinson Lee1-0/+1
2010-01-28glu/sgi: Remove unnecessary headers.Vinson Lee11-13/+0
2010-01-10glu/sgi: Initialize members of class Mesher.Vinson Lee1-0/+3
2010-01-10glu/sgi: Initialize members of class Slicer.Vinson Lee1-0/+4
2010-01-10glu/sgi: Include missing header file.Vinson Lee1-0/+2
2010-01-10glu/sgi: Initialize members of class Renderhints.Vinson Lee1-0/+4
2010-01-09glu/sgi: Initialize members of class StoredVertex.Vinson Lee1-1/+1
2010-01-09glu/sgi: Include missing header file.Vinson Lee1-0/+1
2010-01-09glu/sgi: Initialize member of class O_pwlcurve.Vinson Lee1-0/+2
2010-01-02glu/sgi: Initialize members of struct O_curve.Vinson Lee1-1/+1
2010-01-02glu/sgi: Initialize members of struct O_surface.Vinson Lee1-1/+1
2010-01-02glu/sgi: Initialize member of struct O_trim.Vinson Lee1-1/+1
2010-01-01glu/sgi: Initialize member of struct Property.Vinson Lee1-1/+1
2010-01-01glu/sgi: Initialize member of struct Dlnode.Vinson Lee1-0/+1
2010-01-01glu/sgi: Initialize members of struct O_nurbscurve.Vinson Lee1-1/+1
2010-01-01glu/sgi: Initialize members of class Knotvector.Vinson Lee1-0/+3
2010-01-01glu/sgi: Initialize member of struct Property.Vinson Lee1-1/+1
2009-12-29glu/sgi: Initialize members of struct O_nurbssurface.Vinson Lee1-1/+1
2009-12-29glu/sgi: Silence warn_unused_result warnings.Vinson Lee1-9/+19
2009-12-29glu/sgi: Initialize member of struct GridVertex.Vinson Lee1-1/+1
2009-12-29glu/sgi: Initialize member variables in class Varray.Vinson Lee1-0/+8