ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/build_utils/load_plat.py
Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 00:08:57 2018 UTC (6 years, 2 months ago) by schorsch
Branch: MAIN
CVS Tags: HEAD, rad5R2, rad5R3, rad5R4
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
SCons Option to build Pmap with OOC data on unix

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 13:38:37 2018 UTC (6 years, 2 months ago) by schorsch
Branch: MAIN
Changes since 1.18: +35 -19 lines
Diff to previous 1.18
Updating to SCons 3.x, adding support for Python 3

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 19 21:21:23 2016 UTC (7 years, 11 months ago) by schorsch
Branch: MAIN
CVS Tags: rad5R1
Changes since 1.17: +6 -5 lines
Diff to previous 1.17
Build with VC2013 until text pipe bug is fixed; prepare for pyinstaller on scripts

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 28 17:48:43 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Refactoring of test suite, use independently of SCons and with Py2.7 or 3.x.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 10 17:36:18 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 1.15: +44 -17 lines
Diff to previous 1.15
Tifflib support and sleeker binaries on Windows

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 10 01:49:56 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 1.14: +28 -25 lines
Diff to previous 1.14
SCons build system learns about platform architecture

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 6 01:13:17 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 1.13: +6 -3 lines
Diff to previous 1.13
Prepare for SCons build on Win32 and Win64

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 5 00:40:25 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12
update SCons

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 15:03:59 2008 UTC (15 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 1.11: +6 -2 lines
Diff to previous 1.11
SCons now uses installed libtiff, if a compatible one is available. Added platform/README to explain config files.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 10:28:24 2008 UTC (15 years, 11 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R9
Changes since 1.10: +4 -2 lines
Diff to previous 1.10
More fixes for mingw build/install.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 07:31:27 2008 UTC (15 years, 11 months ago) by schorsch
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
Scons update for mingw.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 7 12:25:36 2006 UTC (17 years, 9 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R8
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
Fixed the Python2.4 fix to work with older versions again.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 22:32:05 2006 UTC (17 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7
Fixed SCons problem with Python2.4

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 19 11:30:09 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 1.6: +12 -12 lines
Diff to previous 1.6
Removed SPEED from SCons. Changes to build with mingw, as suggested by Francesco Anselmo.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 14 09:28:35 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
SCons: Removed getpagesize.c from RAD_COMPAT, added RAD_SOCKETLIB.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 13 12:24:46 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4
Removed temporary debug output.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 12 11:32:30 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
Special case testing for mingw.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 15:47:12 2004 UTC (19 years, 5 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
SCons build simplifications.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 10:35:41 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 1.1: +12 -9 lines
Diff to previous 1.1
Experimental SCons update: Debug builds, split libraries, more Windows targets.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 19:27:28 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Checking in experimental SCons build environment.

Convenience Links

Links to HEAD: (view) (download) (as text) (annotate) Links to MAIN: (view) (download) (as text) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a