| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -4/+5 |
| |\ |
|
| | * | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -4/+5 |
|
|
| * | | Added Pseudo command to environment and tests. If a target is declared as | Tom Tanner | 2013-09-30 | 1 | -13/+21 |
| |/ |
|
| * | TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos... | William Deegan | 2013-04-09 | 1 | -2/+2 |
|
|
| * | Add documentation and update CHANGES.txt. Remove the Environment methods Vers... | Robert Managan | 2012-11-09 | 1 | -71/+0 |
|
|
| * | add support for darwin | Robert Managan | 2012-10-17 | 1 | -1/+0 |
|
|
| * | Add library version support to Shared Lib builder | Robert Managan | 2012-10-17 | 1 | -2/+1 |
|
|
| * | Add the versioned sh lib and install methods to Environment | Robert Managan | 2012-10-06 | 1 | -0/+74 |
|
|
| * | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 1 | -8/+5 |
| |\ |
|
| | * | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 1 | -1/+14 |
| |/ |
|
| * | better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ... | edA-qa mort-ora-y | 2012-05-06 | 1 | -8/+11 |
|
|
| * | Applied patch from #2732: support -std=c++0x in ParseFlags | Gary Oberbrunner | 2011-03-03 | 1 | -1/+6 |
|
|
| * | Applied patch from #2433: support -dylib_file in ParseFlags | Gary Oberbrunner | 2011-03-03 | 1 | -0/+3 |
|
|
| * | Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS) | Gary Oberbrunner | 2011-01-12 | 1 | -4/+4 |
|
|
| * | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B... | Gary Oberbrunner | 2010-08-15 | 1 | -12/+95 |
|
|
| * | Fix substitution in command-line actions created by the global Alias() function. | Steven Knight | 2010-07-05 | 1 | -0/+8 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 1 | -3/+3 |
|
|
| * | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -0/+5 |
|
|
| * | Convert SubstitutionEnvironment from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 1 | -1/+1 |
|
|
| * | Convert Environment.MethodWrapper from an old-style class to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
| * | Convert Environment._Null from an old-style class to a new-style class. | Steven Knight | 2010-05-17 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -36/+16 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -5/+5 |
|
|
| * | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+3 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -10/+10 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -1/+1 |
|
|
| * | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -1/+1 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -81/+82 |
|
|
| * | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 1 | -0/+3 |
|
|
| * | Fix an import error for a reference in the Configure() method. | Steven Knight | 2009-07-21 | 1 | -0/+1 |
|
|
| * | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -1/+13 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -6/+6 |
|
|
| * | use correct base class for filesystem factory functions | Greg Noel | 2009-04-22 | 1 | -1/+1 |
|
|
| * | Clean up Environment code as mentioned in issue 2371 | Greg Noel | 2009-04-10 | 1 | -6/+0 |
|
|
| * | Fix case-sensitive handling when a scanner returns None as a suffix. | Steven Knight | 2009-02-19 | 1 | -2/+2 |
|
|
| * | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 1 | -0/+4 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -11/+7 |
|
|
| * | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -7/+10 |
|
|
| * | Have the {Append,Prepend}ENVPath() canonicalization make sure there's the | Steven Knight | 2009-01-01 | 1 | -1/+1 |
|
|
| * | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 1 | -2/+13 |
|
|
| * | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 1 | -1/+1 |
|
|
| * | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 1 | -9/+27 |
|
|
| * | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ... | Gary Oberbrunner | 2008-12-05 | 1 | -0/+22 |
|
|
| * | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 1 | -0/+7 |
|
|
| * | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 1 | -1/+2 |
|
|
| * | implement delete_existing for AppendUnique and PrependUnique. Finishes #2091. | Gary Oberbrunner | 2008-10-02 | 1 | -8/+30 |
|
|
| * | Change FUTURE markers to TODO(1.5) so we are all using the same style. | Greg Noel | 2008-09-25 | 1 | -1/+1 |
|
|
| * | make references to subprocess.Popen synchronous | Greg Noel | 2008-09-22 | 1 | -7/+2 |
|
|