log libinterp/dldfcn/__osmesa_print__.cc @ 21238:f09f7dd58503 stable

age author description
Wed, 10 Feb 2016 14:57:56 -0500 John W. Eaton * __osmesa_print__.cc: Include system headers with <file.h> syntax. stable
Wed, 10 Feb 2016 11:38:27 -0800 Sebastian Schöps Fix compilation error when building with OSMesa on Mac platforms (patch #8761) stable
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 04 Feb 2016 18:07:46 -0500 John W. Eaton make gl2ps_renderer implementation private
Thu, 04 Feb 2016 18:12:00 -0500 John W. Eaton provide wrapper for glFinish in opengl_renderer class
Thu, 04 Feb 2016 17:13:12 -0500 John W. Eaton write to pipe or file in gl2ps_print
Thu, 04 Feb 2016 16:56:02 -0500 John W. Eaton move include statements for OpenGL headers to a single file
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Sat, 16 Jan 2016 16:50:03 -0800 Rik maint: rename glps_renderer class to gl2ps_renderer to match filename.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Thu, 03 Dec 2015 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
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