summaryrefslogtreecommitdiff
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-111-2/+2
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-18/+25
|\
| * Merged with [default]Stefan Zimmermann2014-03-311-18/+25
| |\
| | * More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-8/+14
| | * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-4/+5
| | * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-14/+14
* | | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-271-34/+35
|/ /
* | Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+3
|/
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-9/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-15/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-3/+3
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+2
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-251-8/+6
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-68/+70
* Fix path name checks for case-insensitive file systems.Steven Knight2010-01-061-5/+8
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-4/+4
* 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-42/+21
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-111-0/+3
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-12/+24
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-0/+18
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-14/+19
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-40/+72
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-13/+5
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-35/+27
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-7/+13
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-140/+185
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-0/+2
* Bring CVS back in sync.Steven Knight2005-11-171-96/+301
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-301/+96
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-19/+19
* More efficient Builder.src_suffixes() calculation and matching.Steven Knight2005-06-021-11/+44
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-32/+68
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+9
* Fix Builders with empty source lists. (Stanislav Baranov)Steven Knight2005-03-191-0/+16
* Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...Steven Knight2005-01-211-1/+4
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+3
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-14/+26
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-12/+12
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-18/+81
* On Python 2.x, return lists of Nodes from builders as a NodeList object with ...Steven Knight2004-11-121-5/+39
* Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...Steven Knight2004-11-091-36/+36
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2004-10-201-0/+2
* Win32 portability fixes for tests.Steven Knight2004-10-091-81/+18
* Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...Steven Knight2004-10-071-18/+81