/[ascend]/trunk/ascxx/reporter.h
ViewVC logotype

Log of /trunk/ascxx/reporter.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 12:39:25 2012 UTC (11 years, 9 months ago) by jpye
File length: 2193 byte(s)
Diff to previous 2327
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)

Revision 2327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 22 07:17:24 2010 UTC (13 years, 8 months ago) by jpye
File length: 2261 byte(s)
Copied from: trunk/pygtk/reporter.h revision 2326
Diff to previous 2323
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'.
Adding support for IPOPT 3.9.1, the current latest version.
Support in dtar for parallel builds (possibly needs some testing still).

Revision 2323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 06:35:43 2010 UTC (13 years, 9 months ago) by jpye
Original Path: trunk/pygtk/reporter.h
File length: 2261 byte(s)
Diff to previous 2183
Refactor some more stuff from 'utilities' into 'general' with goal that 'general' never refers to 'utilities'.

Revision 2183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 4 13:38:42 2010 UTC (14 years, 4 months ago) by jpye
Original Path: trunk/pygtk/reporter.h
File length: 2264 byte(s)
Diff to previous 2018
Merging slvreq functionality into trunk.

Revision 2018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 29 03:38:10 2009 UTC (15 years, 4 months ago) by jpye
Original Path: trunk/pygtk/reporter.h
File length: 1502 byte(s)
Diff to previous 1063
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 1063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 07:54:06 2007 UTC (17 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/reporter.h
File length: 1488 byte(s)
Diff to previous 532
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.

Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:23:08 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/pygtk/reporter.h
File length: 1490 byte(s)
Diff to previous 531
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level)
Made corresponding changes to SCons* and spec files.

Revision 531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:04:02 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/interface/reporter.h
File length: 1490 byte(s)
Diff to previous 526
Removing extra subdir level in pygtk path

Revision 526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 21 13:47:31 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1490 byte(s)
Diff to previous 507
Fixed up a problem with ordering of headers with Python.h.
Removed psyco initialisation, pending evidence that it actually does something :-)
Disabled python 'director' error message callbacks, trying to debug a segfault.
Added ability to disable GCC Visibility, scons WITH_GCCVISIBILITY=0.
Turned off runtime signal tests for SIG_INT and SIG_FPE (makes using GDB a pain), see base/generic/utilities/ascSignal.[ch].

Revision 507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 19 02:44:25 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1342 byte(s)
Diff to previous 500
Fixing for ubuntu GCC 4

Revision 500 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 18 11:55:12 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1361 byte(s)
Diff to previous 480
Reduced some runtime debug messages from Python and C++ and base/generic/compiler/type_descio.c.
Fixed up support for GCC Visibility and add SCons 'sniffer' for this.
Fixed a bug with 'fileopenpath' in PyGTK interface (File->Open location is remembered from last time).
Fixed a bug with missing includes in C++.

Revision 480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 17 10:45:23 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1361 byte(s)
Diff to previous 387
Adding ASC_DLLSPEC to all functions that are being used by Python interface.
Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments.
Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made 
this active again (for ASC_BUILDING_INTERFACE) use.
Trying to catch error in ascpy.Library call with try/except, doesn't work though.

Revision 387 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 30 05:13:59 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1341 byte(s)
Diff to previous 307
Added SConscript for PyGTK interface.
It's not finding the lib files, something wrong with the -L options?

Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 22 07:48:17 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1332 byte(s)
Diff to previous 190
Added wrapping of slv_status_t (SolverStatus) for bug #138.
Improved 'About...' box.

Revision 190 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 16 08:53:30 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1463 byte(s)
Diff to previous 132
- Simplifying many 'error_reporter' calls with new macros:
    ERROR_REPORTER_NOLINE and ERROR_REPORTER_HERE
- Adding some cygwin cases in the PyGTK build.

Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 21 00:14:13 2005 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/reporter.h
File length: 1462 byte(s)
Adding the PyGTK interface to CMU repository. Whaddyareckon?

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22