summaryrefslogtreecommitdiffstats
path: root/bin/scons_dev_master.py
Commit message (Collapse)AuthorAgeFilesLines
* Update logic to pull files from mercurialWilliam Deegan2016-05-151-3/+3
|
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
|
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-3/+3
|
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-10/+5
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* Add commented outlines for Ubuntu 9.10 packagesWilliam Deegan2010-06-211-1/+5
|
* Revert in-directory changes inadvertently swept up in the last checkin.Steven Knight2010-06-151-2/+0
|
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-0/+2
| | | | | copied construction environment without also affecting the value in the original construction environment. (Matt Hughes)
* Add the package that contains epstopdf, which is now used in testing.Steven Knight2010-01-091-0/+1
|
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. ↵William Deegan2009-11-141-1/+2
| | | | Make an educated guess on the generated module name based on the .i file name.
* Add a 'buildbot' action with knowledge of relevant packages.Steven Knight2009-02-191-0/+11
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Updates to SCons development system admin scripts:Steven Knight2008-10-041-0/+1
| | | | | | * Add Python 2.6. * Add recent SCons versions. * Add pkg-config (used to generate some doc examples).
* Add a script for creating a standard SCons development system onSteven Knight2008-08-261-0/+196
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell).