| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore deleted function _scons_file() in win32.py. | William Deegan | 2016-05-13 | 1 | -0/+7 |
|
|
* | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 2 | -3/+23 |
|\ |
|
| * | Fix for bug # 2225. This undoes the changes to posix special escape character... | William Deegan | 2016-02-29 | 2 | -3/+23 |
|
|
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 4 | -37/+125 |
|\ \
| |/ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 2 | -7/+5 |
|
|
| * | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 1 | -2/+2 |
|
|
| * | TempFileMunge does not use env['CXXCOMSTR'] for output display. | LaurentMarchelli | 2014-12-02 | 1 | -4/+9 |
|
|
| * | Using setattr(Node.attributes, 'tempfile_cmdlist', cmdlist) instead than seta... | LaurentMarchelli | 2014-11-27 | 2 | -14/+20 |
|
|
| * | TempFileMunge duplicate output and duplicate temporary file generation bug fi... | LaurentMarchelli | 2014-11-26 | 2 | -1/+43 |
|
|
| * | - updated doc string and simplified a comparison, based on PR review comments | Dirk Baechle | 2014-08-24 | 2 | -8/+5 |
|
|
| * | - fix for issue #2970, false line length calculation in TempFileMunge class | Dirk Baechle | 2014-08-21 | 2 | -2/+51 |
|
|
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 2 | -12/+32 |
|\ \
| |/ |
|
| * | The _r in AIX xlc_r means reentrant, not relocatable. | Michael Haubenwallner | 2014-05-15 | 1 | -12/+28 |
|
|
| * | Fix Issue 2940, generating the wrong rpath flags for DMD and LDC. | Russel Winder | 2014-04-24 | 1 | -0/+4 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 5 | -10/+11 |
|\ \
| |/ |
|
| * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+3 |
|
|
| * | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 4 | -8/+8 |
|
|
* | | fix some minor 2to3 issues on windows | Rocco Matano | 2014-03-07 | 1 | -9/+13 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -158/+14 |
|\ \
| |/ |
|
| * | Change posix.py to use subprocess as we only support python 2.4. | Tom Tanner | 2013-10-04 | 1 | -164/+14 |
|
|
| * | Stop leaking of filehandles to child processes by closing on fork. | Tom Tanner | 2013-10-03 | 1 | -2/+9 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 2 | -1/+2 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 10 | -15/+16 |
|/ |
|
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 4 | -4/+4 |
|
|
* | - rewrote all tool/builder docs to new SCons XSD | Dirk Baechle | 2013-05-03 | 4 | -2/+140 |
|
|
* | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 1 | -22/+32 |
|
|
* | Added a comment for recent spawnve change. | Gary Oberbrunner | 2012-08-29 | 1 | -0/+6 |
|
|
* | Slightly modified patch from http://scons.tigris.org/issues/show_bug.cgi?id=2... | evgeny | 2012-08-26 | 1 | -2/+17 |
|
|
* | Fix issue 2857. | Joshua Hughes | 2012-07-16 | 1 | -7/+6 |
|
|
* | Update path information for OSX. | Robert Managan | 2011-09-06 | 1 | -1/+25 |
|
|
* | cleanup .cvsignore garbage | Anatoly Techtonik | 2010-07-05 | 1 | -1/+0 |
|
|
* | Convert an old-style class in Platform/win32.py to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Convert old-style classes in Platform/__init.py to new-style classes. Add an... | Steven Knight | 2010-05-17 | 1 | -5/+8 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | Issue 2336: Forward compatibility for use of the "builtins" module | Steven Knight | 2010-04-12 | 1 | -5/+5 |
|
|
* | Add compat "collections" module for pre-2.4 Python verseions. For now. | Steven Knight | 2010-04-11 | 1 | -0/+2 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 5 | -41/+37 |
|
|
* | Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of | Steven Knight | 2010-01-14 | 1 | -1/+1 |
|
|
* | Apply patch submitted in issue #947 to fix race condition in | Gary Oberbrunner | 2009-11-15 | 1 | -3/+6 |
|
|
* | Fix execution of test/MSV[CS]/*.py tests on non-Windows systems by | Steven Knight | 2009-07-21 | 1 | -2/+2 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 3 | -3/+96 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 2 | -4/+4 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 2 | -9/+18 |
|
|
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 1 | -6/+6 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 11 | -0/+65 |
|
|
* | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 1 | -1/+12 |
|
|
* | Initial Python 2.6 portability in SCons code itself, using subprocess | Steven Knight | 2008-10-07 | 1 | -3/+5 |
|
|
* | Issue 1689: short-term hack to make Ubuntu happy | Greg Noel | 2008-09-05 | 1 | -2/+2 |
|
|