summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
...
| | * logic to automatically detect if the wininst*.exe is in the python install, ↵William Deegan2015-03-271-0/+5
| | | | | | | | | | | | and skip building windows packages if it's not possible on this platform
| | * some debug code to figure out why failingWilliam Deegan2015-03-271-0/+2
| | |
| | * some debug code to figure out why failingWilliam Deegan2015-03-271-0/+2
| | |
| | * add SKIP_WIN_PACKAGES bootstrap.py flag to allow skipping building win ↵William Deegan2015-03-261-6/+17
| |/ | | | | | | packages. Debian seems to skip shipping the wininst*.exe files and so will fail when trying to build these
| * Change to use function to determine if it'sa windows platform. checking for ↵bdbaddog2015-02-161-4/+10
| | | | | | | | win32 was insufficient on 64 bit windows which distutils sets the platform to win-amd64
| * Always build 32 and 64 bit versions of the windows installer. No reason to ↵William Deegan2015-02-151-9/+12
| | | | | | | | only build the native version since python can build both regardless of currrent platform
| * SConstruct: Compress SCons .zip archivesanatoly techtonik2015-02-031-2/+3
| | | | | | | | | | See https://pairlist2.pair.net/pipermail/scons-dev/2015-January/002151.html
| * Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-271-2/+2
| |
| * Apply 2.3.3 release auto changes to default branchGary Oberbrunner2014-08-241-2/+2
| |
* | SConstruct: More bytes/str fixes.Stefan Zimmermann2014-03-311-2/+3
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+1
|\ \ | |/
| * Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-1/+1
| | | | | | | | also improve update-release-info.py to use shorter copyright year strings.
| * No need to update copyright_years in QMTest/TestSCons.py anymoreanatoly techtonik2014-02-251-2/+0
| |
| * Update copyright years for 2014anatoly techtonik2014-02-111-1/+1
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-1/+4
|\ \ | |/
| * release process: Fix deb filename to agree with what's actually generated.Gary Oberbrunner2013-12-271-1/+4
| |
* | SConstruct: open() in text mode. Fixed octal literals.Stefan Zimmermann2013-12-271-12/+12
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-7/+8
|/
* - patched setup.py and several MANIFEST files, such that the docbook-xslDirk Baechle2013-05-041-2/+4
| | | | | | folder and all additional documentation sources get packaged properly - added basic support for wildcards and recursive globbing in MANIFEST files - added missing JPG/SVG files
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-1/+13
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* SConstruct: rpm refuses to build SCons package without rpmbuildanatoly techtonik2013-04-221-1/+1
| | | | installed (Fedora 18)
* Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-041-2/+2
|
* Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-021-3/+3
|
* Remove os_spawnv_fix.diff patch for pre-Python 2.2 versionsanatoly techtonik2012-12-191-1/+0
|
* Merged pull request #44 (make README a ReStructuredText file)Gary Oberbrunner2012-10-131-1/+1
| | | | I added a few test fixes and tweaks to Russels version.
* Fix __FILE__ in SCons_revision when building on Windows.Gary Oberbrunner2012-08-291-1/+1
| | | | | It was putting single-backslashes into string vars. Just use forward slashes instead.
* Fix Debian build process.Gary Oberbrunner2012-08-131-1/+1
| | | | | | | | Each release needs to update debian/changelog, and it needs to be in a particular format since the deb build process reads and parses it to get the version number in the .deb. Also fixed a few other deb-build-related errors.
* Fix Windows exe installer generationGary Oberbrunner2012-08-011-1/+1
|
* Add 2012 to the copyright year listWilliam Deegan2012-01-161-1/+1
|
* Fix development bootstrap that was broken by addition of .py extensionsAnatoly Techtonik2011-06-121-1/+3
| | | | for scripts on Windows in r5237
* Fix building of build/dist on Windows (fix tar args to force local ↵Gary Oberbrunner2011-04-241-1/+6
| | | | interpretation of pathname with drive letter)
* Fix test/update-release-info/update-release-info.py to work in the year 2011William Deegan2011-01-261-1/+1
|
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-051-1/+0
|
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-151-2/+2
| | | | | | | | updates the dates and other information in the files to have the right base values. With this changeset, 2.0.0 is history and a new era has begun. It's time to celebrate; anybody want a beer?
* Add missing "print" to the warning about: not building scons-src-* packages.Steven Knight2010-06-091-1/+1
|
* Merged revisions 4964 via svnmerge fromWilliam Deegan2010-06-061-1/+1
| | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4964 | bdbaddog | 2010-06-05 21:09:54 -0700 (Sat, 05 Jun 2010) | 3 lines Changes for 2.0.0.beta.20100605 checkpoint release. ........
* Merged revisions 4838-4911,4913-4914,4916-4917,4919-4924,4926-4927,4929-4936 ↵Steven Knight2010-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | via svnmerge from http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4914 | bdbaddog | 2010-05-24 23:07:53 -0700 (Mon, 24 May 2010) | 3 lines Updated version strings and date string for checkpoint ........ r4926 | stevenknight | 2010-05-29 22:57:09 -0700 (Sat, 29 May 2010) | 2 lines Update CHANGES.txt for checkpoint release. ........ r4929 | stevenknight | 2010-05-30 08:58:54 -0700 (Sun, 30 May 2010) | 2 lines Generate a .beta., not .alpha. ........
* Delete references to QMTest/unittest.py, which has been removed.Steven Knight2010-05-251-12/+12
|
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4832 | bdbaddog | 2010-05-03 23:00:21 -0700 (Mon, 03 May 2010) | 3 lines Updated RELEASE.txt from Greg Noel ........ r4834 | bdbaddog | 2010-05-03 23:34:14 -0700 (Mon, 03 May 2010) | 3 lines Updates for 2.0.0.alpha.20100503 checkpoint release ........ r4835 | bdbaddog | 2010-05-08 14:27:43 -0700 (Sat, 08 May 2010) | 3 lines Change test to check for version 3.0 and expect failure, since we're now working on a 2.0 checkpoint. ........ r4836 | bdbaddog | 2010-05-08 14:31:58 -0700 (Sat, 08 May 2010) | 3 lines Update build date. Fix checkpoint build version string to remove the .dYYYYMMDD and change to .YYYYMMDD ........
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
| | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code.
* Remove the recently-removed _scons_sets15.py from MANIFEST.in.Steven Knight2010-03-301-1/+1
| | | | Fix a typo in the SConstruct.
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+1
| | | | | | | | | | | | | | | Applied a number of idiomatic changes. Uses of the 'sort()' method were converted into calls of 'sorted()' when possible and the sorted() expression was inserted into a subsequent statement whenever that made sense. The statement 'while 1:' was changed to 'while True:'. Names from the 'types' module (e.g., 'types.FooType') were converted to the equivalent build-in type (e.g., 'foo'). Comparisons between types were changed to use 'isinstance()'.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-81/+56
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-241-1/+1
|
* Merge back from checkpoint.William Deegan2010-01-191-2/+2
| | | | Need to regenerate the .xml files.
* BUG: fix bootstrap on windows 64.David Cournapeau2009-10-311-1/+4
|
* Make building SCons distribution on Windows work better: make whereis() look ↵Gary Oberbrunner2009-05-111-10/+15
| | | | for .exe as well as original filename on Windows.
* Only try to use hg or svn for packaging in checked-out trees.Steven Knight2009-04-301-2/+2
|
* Merged revisions 3909-4041,4043-4049 via svnmerge fromSteven Knight2009-02-251-1/+1
| | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint ........ r4041 | stevenknight | 2009-02-23 07:06:15 -0800 (Mon, 23 Feb 2009) | 2 lines Fix embedded carriage returns so merge will apply cleanly. ........ r4043 | stevenknight | 2009-02-23 08:47:32 -0800 (Mon, 23 Feb 2009) | 2 lines Update release identification for the checkpoint. ........ r4044 | stevenknight | 2009-02-23 09:04:28 -0800 (Mon, 23 Feb 2009) | 2 lines Add files that conflicted when re-merging. ........
* Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge fromSteven Knight2009-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint ........ r3892 | stevenknight | 2009-01-12 06:02:05 -0800 (Mon, 12 Jan 2009) | 2 lines Updates for 1.2.0.d20090112 checkpoint release. ........ r3893 | stevenknight | 2009-01-12 06:07:35 -0800 (Mon, 12 Jan 2009) | 2 lines Fix undefined reference in User's Guide build. ........ r3898 | stevenknight | 2009-01-13 02:44:25 -0800 (Tue, 13 Jan 2009) | 2 lines Update checkpoint timestamps. ........ r3899 | stevenknight | 2009-01-13 06:45:07 -0800 (Tue, 13 Jan 2009) | 2 lines Update expected Copyright year line used in tests. ........