Log of /trunk/site_scons
Directory Listing
Revision
3376 -
Directory Listing
Modified
Tue Nov 23 01:56:20 2010 UTC
(10 years, 4 months ago)
by
caltinay
Invoke run-escript instead of escript in runTest.
Revision
3359 -
Directory Listing
Modified
Wed Nov 17 23:32:36 2010 UTC
(10 years, 4 months ago)
by
jfenwick
Fixing problem with ./utest.sh including full build path
Revision
3349 -
Directory Listing
Modified
Mon Nov 15 05:09:56 2010 UTC
(10 years, 5 months ago)
by
caltinay
escript now supports out-of-tree builds.
All build and test files are now created under a user-definable build_dir
directory.
This also fixes issue 291.
Removed most svn:ignore props since they are no longer required.
Revision
3270 -
Directory Listing
Modified
Thu Oct 14 00:30:11 2010 UTC
(10 years, 6 months ago)
by
caltinay
added -dEPSCrop option to ps2pdf so graphics are cropped as expected.
Revision
3229 -
Directory Listing
Modified
Thu Sep 30 22:47:02 2010 UTC
(10 years, 6 months ago)
by
caltinay
Original Path:
branches/scons_revamp_from_3210/site_scons
Second iteration:
- all additional SConscript files reviewed and 'cleaned up'.
- broke compatibility with scons <0.98.1! Why?
-- 0.98.1 was released April 2008, even Lenny ships 1.0.0
-- we had a lot of (dirty) workarounds and checks to keep that compatibility
-- a couple of features in 0.98.1 make life a lot easier (e.g. Glob())
-- scons is Python-only (no libraries) so very easy to install/update
Revision
3212 -
Directory Listing
Added
Tue Sep 28 01:06:07 2010 UTC
(10 years, 6 months ago)
by
caltinay
Original Path:
branches/scons_revamp_from_3210/site_scons
First iteration:
- cleanup of main SConstruct file
- new template options file with commented options
- moved our extensions to the "proper" place according to scons docs
- fixed a regex issue in wrapper script
- this version works on guineapig and shake75