summaryrefslogtreecommitdiff
path: root/src/script/scons.py
Commit message (Expand)AuthorAgeFilesLines
* py2/3 fix version checking for valid versions of python to 2.7.x >=3.5.0: src...William Deegan2017-06-231-5/+5
* Commit resolved conflicted merge.Russel Winder2016-04-101-7/+9
|\
| * Run futurize --stage1.Russel Winder2016-01-011-0/+2
| * Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-7/+7
| |\
| | * Additional ()s for print.Stefan Zimmermann2014-03-311-1/+1
| | * Merged with [default]Stefan Zimmermann2014-03-311-5/+5
| | |\
| | | * Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-5/+5
* | | | script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
|/ / /
* | | Fix premature SyntaxError on Python 3anatoly techtonik2015-06-201-1/+1
|/ /
* | remove double reporting of source path per comment by Anatoly in pull feedbackWilliam Deegan2014-03-091-1/+1
* | Updated comment to indicate new order of priority for loading SCons python pa...William Deegan2014-03-081-1/+1
* | restore SCONS_LIB_DIR to primary choice for SCons logic, then source tree fro...William Deegan2014-03-081-4/+7
* | The change didn't get into 2.3.1anatoly techtonik2014-03-051-1/+1
* | Several fixes for running scons.py from sourceanatoly techtonik2014-02-261-7/+11
|/
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-081-12/+6
* Ability to run scripts/scons.py directly from source checkout.anatoly techtonik2012-11-161-1/+9
* fix issue #2051 - broken installation with easy_install on WindowsAnatoly Techtonik2011-04-141-15/+14
* Improve python 3.x not supported error message.Gary Oberbrunner2011-01-121-1/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-7/+6
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-211-0/+13
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-101-0/+13
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-0/+2
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-111-9/+10
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+3
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+1
* Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th...Steven Knight2004-09-161-0/+17
* Python 1.5.2 portability in the previous script fix.Steven Knight2003-10-121-3/+5
* More flexible RPM building. (Gerard Patel) Have scripts look for the build ...Steven Knight2003-10-121-1/+6
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-2/+15
* Fix case-sensitive packaging problem on Win32.Steven Knight2003-02-071-19/+44
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Package a standalone scons-local package.Steven Knight2002-12-041-6/+10
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+12
* Initialize the new branch.Steven Knight2002-02-251-0/+4
* Support installation in arbitrary --prefix values.Steven Knight2002-01-301-4/+21
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add /usr/local/scons* to sys.path.Steven Knight2001-12-291-2/+11
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-171-1/+1
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-281-10/+16
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-638/+16
* Add the scons package.Steven Knight2001-11-161-2/+4
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-9/+14
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-3/+3
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-11/+10
* Support building (sub)directories.Steven Knight2001-10-251-30/+32
* Add -k support and moreSteven Knight2001-10-241-11/+15
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-0/+5
* Remove the Node.derived attribute.Steven Knight2001-10-151-1/+1