| Commit message (Expand) | Author | Age | Files | Lines |
* | glu/sgi: Initialize member of struct Property. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
* | glu/sgi: Initialize member of struct Dlnode. | Vinson Lee | 2010-01-01 | 1 | -0/+1 |
* | glu/sgi: Initialize members of struct O_nurbscurve. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
* | glu/sgi: Initialize members of class Knotvector. | Vinson Lee | 2010-01-01 | 1 | -0/+3 |
* | glu/sgi: Initialize member of struct Property. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
* | glu/sgi: Initialize members of struct O_nurbssurface. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
* | glu/sgi: Silence warn_unused_result warnings. | Vinson Lee | 2009-12-29 | 1 | -9/+19 |
* | glu/sgi: Initialize member of struct GridVertex. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
* | glu/sgi: Initialize member variables in class Varray. | Vinson Lee | 2009-12-29 | 1 | -0/+8 |
* | glu/sgi: Initialize member of class monoChain. | Vinson Lee | 2009-12-29 | 1 | -0/+1 |
* | glu/sgi: Initialize members of class sampledLine. | Vinson Lee | 2009-12-29 | 1 | -0/+3 |
* | glu/sgi: Initialize members of class directedLine. | Vinson Lee | 2009-12-29 | 1 | -0/+2 |
* | glu/sgi: Fix include recursion. | Vinson Lee | 2009-12-25 | 1 | -1/+0 |
* | glu/sgi: Initialize variable in directedLine. | Vinson Lee | 2009-12-23 | 1 | -1/+1 |
* | glu/sgi: Silence compiler warnings. | Vinson Lee | 2009-12-23 | 2 | -4/+6 |
* | glu/sgi: Silence uninitialized variable warnings. | Vinson Lee | 2009-12-22 | 2 | -4/+4 |
* | fix possible memory leak in bezierPatchMeshMake | Daniel Zimmermann | 2008-11-26 | 1 | -9/+8 |
* | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 139 | -250/+0 |
* | Update to SGI FreeB 2.0. | Adam Jackson | 2008-09-19 | 85 | -2774/+2380 |
* | GLU: fix asst warnings | Guillaume Melquiond | 2008-09-13 | 9 | -12/+12 |
* | fix invalid pointer usage in bezierPatchDeleteList(), bug 11807 | Brian | 2007-08-02 | 1 | -2/+5 |
* | fix double free()s (bug 11808) | Brian | 2007-08-02 | 1 | -2/+2 |
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 3 | -4/+7 |
* | a variety of fixes for MingW | zhang | 2007-06-28 | 1 | -2/+1 |
* | init a local var to silence warning | Brian Paul | 2006-08-30 | 1 | -3/+3 |
* | glPush/PopAttrib fix (bug 6891) | Brian Paul | 2006-06-16 | 1 | -3/+3 |
* | Fix license header to SGI FreeB. (Eric Kunze, SGI) | Adam Jackson | 2006-04-03 | 1 | -12/+34 |
* | added some no-op virtual destructors to silence g++ 4.0.0 warnings | Brian Paul | 2006-03-29 | 5 | -10/+15 |
* | fixes from John Shell (bug 6339) | Brian Paul | 2006-03-29 | 4 | -9/+13 |
* | replace dprintf() with _glu_dprintf() (bug 6244) | Brian Paul | 2006-03-14 | 16 | -143/+143 |
* | silence a bunch of compiler warnings | Brian Paul | 2005-10-28 | 13 | -35/+66 |
* | fix compiler warnings (Jerome Glisse) | Brian Paul | 2004-05-12 | 16 | -46/+61 |
* | Fix C/C++ calling conventions problem (Bug 904854) | Brian Paul | 2004-02-26 | 1 | -3/+7 |
* | Remove a lot of rcs tags, avoid merge conflicts | Keith Whitwell | 2003-11-24 | 18 | -36/+0 |
* | fix minor warnings from g++ 3.2 | Brian Paul | 2003-10-15 | 8 | -28/+28 |
* | Updates to SGI GLU code to get it to compile clean with the Open Watcom compi... | Kendall Bennett | 2003-10-14 | 10 | -502/+515 |
* | fixed delete statement (bug 721765) | Brian Paul | 2003-05-08 | 1 | -4/+4 |
* | change global_grid_u0/u1 to REAL (Eric Cazeaux) | Brian Paul | 2003-04-30 | 2 | -8/+8 |
* | declare tempI as Int, not Real (Jon Perry) | Brian Paul | 2002-11-08 | 1 | -9/+9 |
* | silence a bunch of warnings | Brian Paul | 2002-11-01 | 1 | -5/+5 |
* | renamed abs() function glu_abs() | Brian Paul | 2002-11-01 | 10 | -51/+52 |
* | Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation. | Brian Paul | 2002-06-30 | 1 | -17/+17 |
* | fixed problem with swap() function and GCC3 (patch 414404) | Brian Paul | 2002-04-17 | 1 | -13/+10 |
* | replaced an assertion with a conditional | Brian Paul | 2002-03-23 | 1 | -7/+7 |
* | Fix compilation errors and warnings for NURBS support. (Robert Bergkvist) | Karl Schultz | 2001-11-29 | 11 | -55/+58 |
* | fixed Solaris compilation problems (Bug 441817) | Brian Paul | 2001-08-13 | 4 | -33/+43 |
* | Win32 fixes, etc. (Gerk Huisma) | Brian Paul | 2001-08-07 | 13 | -42/+59 |
* | Committing in . | Jouk Jansen | 2001-07-18 | 1 | -3/+3 |
* | include glu.h | Brian Paul | 2001-07-17 | 2 | -5/+7 |
* | assorted fixes for Win32 (Gerk Huisma) | Brian Paul | 2001-07-16 | 6 | -23/+23 |