summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
* Fix messaging when two environments are specified for same target to handle w...William Deegan2017-11-141-1/+4
* Fix incorrect warning of different environments for a target when repeating i...Zachary Tessler2017-10-061-1/+8
* Fix many epydoc warningsWilliam Deegan2017-09-011-11/+12
* Fix #2832 - Expand construction variables in chdir argument of BuildersGaurav Juvekar2017-05-111-0/+2
* Fix error message to output string and not bytearray(...) when two environmen...William Deegan2017-02-281-1/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Merge in from default.Russel Winder2016-01-151-1/+1
|\
| * Fix bug 2081: Better messaging for different actions for same target in two e...William Deegan2016-01-141-1/+1
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-14/+5
|\ \ | |/
| * Merged in ajf58/scons (pull request #234)William Deegan2015-09-291-2/+1
| |\
| | * Corrects comparison of actions from different environments.Andrew Featherstone2015-05-151-2/+2
| * | Revised pull request #234 fixing bug 2840. Andrew Featherstone had code chang...William Deegan2015-09-291-0/+1
| * | Pull request # 234 (Bug #2840) code checkin. No tests yetWilliam Deegan2015-09-291-3/+3
| * | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-9/+2
| |/
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-3/+1
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+4
|\ \ | |/
| * - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-3/+4
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-4/+7
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-9/+12
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-10/+10
|/
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-2/+2
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-191-0/+2
* Convert old-style classes in Builder.py to new-style classes.Steven Knight2010-05-131-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-11/+11
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-5/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-31/+31
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-0/+10
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-32/+50
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-041-2/+2
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-011-1/+1
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-111-2/+4
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-7/+2
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-23/+5
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-32/+39
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-1/+11
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+7
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-1/+7
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-0/+2
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-193/+108
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-13/+96
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-11/+19
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-1/+4
* Bring CVS back in sync.Steven Knight2005-11-171-156/+183