|
From: Ben S. <non...@us...> - 2002-08-23 02:56:08
|
nonchocoboy 2002/08/22 19:56:07 PDT
Modified files:
modules/GMTL SConstruct
Log:
- Added ability to get the GMTL version from gmtl/Version.h
- Added support for generating (and installing) the gmtl-config script.
Revision Changes Path
1.3 +59 -19 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Ben S. <non...@us...> - 2002-08-23 03:37:30
|
nonchocoboy 2002/08/22 20:37:29 PDT
Modified files:
modules/GMTL SConstruct
Log:
Generalized the config file Builder.
Revision Changes Path
1.4 +50 -39 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-05 02:19:58
|
nonchocoboy 2003/02/04 18:19:58 PST
Modified files:
modules/GMTL SConstruct
Log:
Fix the args so that they are useful.
Revision Changes Path
1.5 +3 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 01:29:58
|
nonchocoboy 2003/02/06 17:29:56 PST
Modified files:
modules/GMTL SConstruct
Log:
Set up the install target correctly.
Revision Changes Path
1.7 +2 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 05:26:43
|
nonchocoboy 2003/02/06 21:26:42 PST
Modified files:
modules/GMTL SConstruct
Log:
Use a default environment on Win32.
Revision Changes Path
1.8 +3 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 06:24:35
|
nonchocoboy 2003/02/06 22:24:34 PST
Modified files:
modules/GMTL SConstruct
Log:
It appears that cppunit is installed to /usr/local by default ...
Revision Changes Path
1.9 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 06:52:17
|
nonchocoboy 2003/02/22 22:52:16 PST
Modified files:
modules/GMTL SConstruct
Log:
If g++3 doesn't exist, use g++ so that RedHat 8.0 systems work.
Revision Changes Path
1.10 +2 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-03-16 01:57:30
|
nonchocoboy 2003/03/15 17:57:29 PST
Modified files:
modules/GMTL SConstruct
Log:
Make sure AutoDist.py gets included in the distribution.
Revision Changes Path
1.13 +1 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-04-05 19:59:34
|
allenb 2003/04/05 11:59:33 PST
Modified files:
modules/GMTL SConstruct
Log:
Fix for future env param.
Revision Changes Path
1.14 +2 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.13&r2=1.14&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-06-13 15:18:07
|
patrickh 2003/06/13 08:18:00 PDT
Modified files:
modules/GMTL SConstruct
Log:
It is not valid to link the Python library (libpythonX.Y.a) into a
natively compiled module. This can result in weird behavior such as two
Python interpreters being initialized in the same memory space. The
symbols needed by the shared object will be resolved at load time because
the application (either the Python interpreter or some other app with the
interpreter embedded) will have to have all the Python/C API symbols linked
in.
Revision Changes Path
1.16 +1 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.15&r2=1.16&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 04:02:46
|
patrickh 2003/08/15 19:31:37 PDT
Modified files:
modules/GMTL SConstruct
Log:
Get this closer to working on Windows with Visual C++. At the very least,
the PyGMTL build starts, but it falls over trying to handle all the
templates. I don't know if the linker is set up correctly or not.
Revision Changes Path
1.18 +26 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.17&r2=1.18&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 06:11:30
|
patrickh 2003/08/15 22:31:19 PDT
Modified files:
modules/GMTL SConstruct
Log:
Improvements and fixes:
* Use -pipe when building with GCC. I'm hoping this will speed up
PyGMTL build times at least a little bit.
* Require SCons 0.91 after option handling the changes I made today.
* Learn about FreeBSD.
Revision Changes Path
1.19 +4 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.18&r2=1.19&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-18 14:50:09
|
patrickh 2003/08/18 06:31:47 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fixed build issues in the Python bindings when using the MIPSpro Compilers.
PyGMTL actually builds on IRIX now!
Revision Changes Path
1.20 +7 -3 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.19&r2=1.20&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-22 02:54:51
|
patrickh 2003/08/21 19:54:46 PDT
Modified files:
modules/GMTL SConstruct
Log:
Pathetic attempts to get the GMTL Python bindings to link on Windows. In
this revision, a link error has been fixed by providing the linker with the
path to the Python runtime library (python22.lib), though the .lib file is
not listed as an explicit dependency.
Revision Changes Path
1.21 +4 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.20&r2=1.21&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 04:56:18
|
patrickh 2003/08/29 21:56:16 PDT
Modified files:
modules/GMTL SConstruct
Log:
Okay, this appears to be the magic combination of compiler and linker flags
that get PyGMTL to build and link on Windows (at least with Visual C++ 7.1).
Finally!
Revision Changes Path
1.22 +7 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.21&r2=1.22&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-31 06:49:32
|
patrickh 2003/08/30 23:49:24 PDT
Modified files:
modules/GMTL SConstruct
Log:
Use the platform-specific shared library suffix that Python prefers for
extension modules. In particular, I care about this so that on Windows,
we get gmtl.pyd instead of gmtl.dll. This will help prevent confusion for
the runtime loader in the future should there ever be a gmtl.dll.
Revision Changes Path
1.23 +5 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.22&r2=1.23&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-09-08 00:11:19
|
patrickh 2003/09/07 17:10:11 PDT
Modified files:
modules/GMTL SConstruct
Log:
Instead of exiting if the Boost.Python stuff is not available, just
disable the build of PyGMTL.
Revision Changes Path
1.25 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.24&r2=1.25&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-09-08 05:30:43
|
patrickh 2003/09/07 22:30:36 PDT
Modified files:
modules/GMTL SConstruct
Log:
More Win32-related adjustments for the Python bindings:
* When making an optimized build, use the same compiler flags that are
used to build the optimized version of Boost.Python.
* Link against boost_python_debug.lib for the debug build.
* Use /MDd for the debug build and /MD for the optimized build.
Revision Changes Path
1.26 +9 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.25&r2=1.26&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-09-23 03:28:52
|
patrickh 2003/09/22 20:28:50 PDT
Modified files:
modules/GMTL SConstruct
Log:
I think it would be best if the PyGMTL shared library were linked against
boost_python_debug on all platforms, not just Windows. My intent is to
ensure compatibility with other Boost.Python-based extension modules that
would follow the same convention.
Revision Changes Path
1.27 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.26&r2=1.27&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-10-14 15:59:28
|
allenb 2003/10/14 08:59:26 PDT
Modified files:
modules/GMTL SConstruct
Log:
Output real help text
Revision Changes Path
1.28 +7 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.27&r2=1.28&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-10-14 16:43:18
|
allenb 2003/10/14 09:43:16 PDT
Modified files:
modules/GMTL SConstruct
Log:
Use distcc if available
Revision Changes Path
1.29 +5 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.28&r2=1.29&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-04-12 15:15:13
|
patrickh 2004/04/12 08:01:25 PDT
Modified files:
modules/GMTL SConstruct
Log:
Initial attempt to update the PyGMTL build settings to work with Boost
1.31.0.
Revision Changes Path
1.30 +43 -24 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.29&r2=1.30&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-04-12 19:32:56
|
patrickh 2004/04/12 12:19:06 PDT
Modified files:
modules/GMTL SConstruct
Log:
Back out the last revision. Somehow, in the process of fixing the
PyGMTL build, I broke everything else. Oops. I will try again to fix
the PyGMTL build later when I can concentrate more closely on what I am
doing.
Revision Changes Path
1.31 +24 -41 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.30&r2=1.31&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-04-21 22:08:52
|
patrickh 2004/04/21 15:08:46 PDT
Modified files:
modules/GMTL SConstruct
Log:
Brute-force approach to getting PyGMTL to compile with Boost 1.31.0. This
breaks the ability to build with Boost 1.30.0, and it doesn't take the
.../include/boost-1_31 stuff into account. Hence, it could be improved.
Revision Changes Path
1.32 +25 -7 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.31&r2=1.32&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-05-03 03:22:40
|
patrickh 2004/05/02 20:22:24 PDT
Modified files:
modules/GMTL SConstruct
Log:
More brute-force effort to get PyGMTL to build, this time on Windows.
Revision Changes Path
1.33 +6 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.32&r2=1.33&diff_format=l
|