log libinterp/dldfcn/__osmesa_print__.cc @ 20131:bb59bdbdb8ac

age author description
Sun, 19 Apr 2015 10:13:04 -0400 Andreas Weber Fix compilation error when building with OSMesa but without gl2ps (bug #44870)
Wed, 08 Apr 2015 09:08:50 -0700 Rik __osmesa_print__.cc: Increase non-critical relative tolerance in BIST test.
Mon, 09 Mar 2015 08:30:25 -0700 Rik __osmesa_print__.cc: Use GLsizei in call to OSMesaCreateContextExt to match prototype.
Sun, 08 Mar 2015 05:53:11 -0700 Rik Use GLint instead of just int in calls to glGetIntegerv to match prototype.
Sat, 07 Mar 2015 07:45:15 -0800 Rik Disable __osmesa_print__ tests on non-unix platforms (bug #44338).
Sat, 28 Feb 2015 03:44:00 -0600 Daniel J Sebald Account for whitespace and other anomalies in print function pipe/file string.
Fri, 27 Feb 2015 16:29:14 -0800 Rik Test directly for '|' character at front of drawnow "file".
Fri, 27 Feb 2015 09:31:11 -0800 Rik Correct tests using std::string::find_XXX which did not use std::string::npos.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Fri, 20 Feb 2015 14:26:36 -0800 Rik doc: Grammarcheck documentation ahead of 4.0 release.
Thu, 19 Feb 2015 02:11:13 -0500 John W. Eaton style fixes
Tue, 17 Feb 2015 14:10:46 -0500 John W. Eaton use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
Fri, 13 Feb 2015 18:06:46 -0500 John W. Eaton fix omission from changeset 1170c849952b
Fri, 13 Feb 2015 16:46:21 -0500 John W. Eaton style fixes for resource management
Fri, 13 Feb 2015 17:24:38 +0100 Andreas Weber __opengl_print__.m: Use OSMesa for offscreen rendering (Bug #33180)
Fri, 13 Feb 2015 00:31:10 +0100 Andreas Weber Add __osmesa_print__.cc for offscreen rendering with OpenGL