Up to [Development] / inventor / make
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 7 13:47:05 2005 UTC (12 years, 9 months ago) by jlim
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +15 -0
lines
Diff to previous 1.10 (colored)
Added support for Linux on IA64.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 11 22:40:54 2003 UTC (14 years, 3 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-10
Changes since 1.9: +42 -3
lines
Diff to previous 1.9 (colored)
Various changes to support Apple Darwin (Mac OS X), provided by Chris Scharver.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 1 02:16:10 2002 UTC (15 years, 4 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-9
Changes since 1.8: +12 -8
lines
Diff to previous 1.8 (colored)
Fix for Bug 148: Modify build procedure to allow installation in /usr/local.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 25 00:45:57 2001 UTC (16 years ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-8
Changes since 1.7: +10 -0
lines
Diff to previous 1.7 (colored)
Various changes:
* Fixed Bug 63 and 64.
* Handled nonstandard sed location.
* Used for-loop in man page install.
* Included casts for 64-bit builds.
* Added placeholder for FreeBSD options.
* Included unistd.h for getopt() and stdlib.h for malloc().
* Implemented SoText[23] workaround for glibc-2.2.* iconv().
* Split long lines in SoHandleBoxDraggerGeom.h and
SoTransformerDraggerGeom.h in lib/interaction/src/draggers/geom.
* Added IV_NO_OVERLAYS/OIV_NO_OVERLAYS variables to disable overlay planes.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 22 22:06:59 2001 UTC (16 years, 3 months ago) by jlim
Branch: MAIN
Changes since 1.6: +13 -5
lines
Diff to previous 1.6 (colored)
Made several changes: 1. Removed unreferenced variables. 2. Fixed miscellaneous warnings (typedefs and function declarations). 3. Moved MENUS_IN_POPUP from various files to make/ivcommondefs. 4. Fixed IRIX build problems.
Revision 1.6 / (download) - annotate - [select for diffs], Thu May 17 21:02:03 2001 UTC (16 years, 5 months ago) by jlim
Branch: MAIN
Changes since 1.5: +12 -0
lines
Diff to previous 1.5 (colored)
Added settings for IRIX systems.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 24 02:47:42 2001 UTC (16 years, 6 months ago) by jlim
Branch: MAIN
Changes since 1.4: +18 -0
lines
Diff to previous 1.4 (colored)
Added support for optional FreeType interface.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 14 02:49:53 2000 UTC (16 years, 11 months ago) by jlim
Branch: MAIN
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
Converted help cards to PDF for use with acroread. Replaced use of xconfirm with xmessage. Changed demo directory to be consistent with IRIX.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 25 23:32:44 2000 UTC (16 years, 11 months ago) by jlim
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Force exit when make fails. Link using g++ to ensure static fields are initialized.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 14 10:46:09 2000 UTC (17 years ago) by jlim
Branch: MAIN
Changes since 1.1: +10 -4
lines
Diff to previous 1.1 (colored)
Fixed Bug 22, removed dependence on POSIX_SOURCE and _XOPEN_SOURCE, conform to ANSI 'for' scoping rules (Bug 7), added proper type casts, replaced bcopy() with memcpy(), and eliminated warnings about implicit function definitions.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 18 07:27:37 2000 UTC (17 years, 1 month ago) by jlim
Branch: MAIN
Simplified makefile definitions and rules.