summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrectly updated print formattingWilliam Deegan2016-05-151-1/+1
|
* Run futurize --stage1.Russel Winder2016-01-011-18/+20
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-248-621/+1267
|\
| * - fixed render_tree default argument for "visited" as wellDirk Baechle2015-12-141-1/+1
| | | | | | | | | | - added tests for the new "visited" default arguments of the render_tree and print_tree methods - added simple test for the new "None" default arguments in Variables constructor
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-104-69/+3
| |
| * Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-132-25/+53
| |\
| | * Issue 2264: Removed redundant SCANNER_HINT for preference of SCANNERS.William Blevins2015-08-071-13/+1
| | | | | | | | | | | | | | | Also possibly SCons.Tool.SourceFileScanner (global only). Updated test to reflect with case using SCANNERS plus root node default.
| | * Issue 2264: Added test for SCANNER_HINT support, plus bug fixes.William Blevins2015-06-301-2/+2
| | |
| | * Issue 2264: Updated behaviour when scanning included dependencies for nodes ↵William Blevins2015-06-302-18/+47
| | | | | | | | | | | | without scanner_key mappings.
| | * Issue 2264: Updated tests to reflect Node changes.William Blevins2015-05-181-7/+12
| | |
| | * Issue 2264: Added cross-language scanner support.William Blevins2015-05-171-10/+16
| | |
| * | Corrected indentationFlorian Miedniak2015-09-231-2/+2
| | |
| * | Fixed #3011: Glob() called with exclude didn't work when called from a ↵Florian Miedniak2015-09-221-1/+6
| | | | | | | | | | | | SConscript that is executed with variant_dir set and duplicate=0
| * | - added "suffix" attribute to backward compat layer (getattr) for Node.FS ↵Dirk Baechle2015-09-011-3/+4
| |/ | | | | | | entries
| * Merged in dirkbaechle/scons : switch of core classes to slots, memoizer ↵Dirk Baechle2015-08-068-466/+1093
| |\ | | | | | | | | | subsystem now uses decorators
| | * - replaced wrong Node attribute with its new nameswitch_to_slotsDirk Baechle2015-03-281-1/+1
| | |
| | * - added backward compatibility layer for the Node attributes abspath, labspath,Dirk Baechle2015-03-281-53/+84
| | | | | | | | | | | | path, tpath and path_elements
| | * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-268-443/+1040
| | | | | | | | | | | | - memoizer subsystem now uses decorators instead of the metaclass approach
| * | Glob exclude parameter can now be a string or a list of stringsAlexandre Feblot2015-04-291-4/+5
| | |
| * | Add an exclude parameter to Glob(), to allow excluding some elements ↵Alexandre Feblot2015-04-251-16/+20
| |/ | | | | | | matching the main pattern
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-11/+1
| |
| * - added new method rentry_exists_on_disk (check for physical files/dirs)Dirk Baechle2014-11-052-0/+59
| |
* | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-311-1/+1
| |
* | Merged with [default]Stefan Zimmermann2014-03-316-14/+31
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-214-9/+13
| |
| * Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497.Gary Oberbrunner2014-03-012-4/+16
| |\
| | * - fix for spurious rebuilds, allow caching of the changed() method's value ↵Dirk Baechle2014-02-142-4/+16
| | | | | | | | | | | | only when called from File.release_target_info()
| * | - disabled reset of Node attributes in built() during interactive modeDirk Baechle2014-01-091-1/+2
| |/
* | Merged with [default]Stefan Zimmermann2014-03-313-47/+213
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-192-38/+177
| |
| * Merged scons/scons into defaultTom Tanner2013-10-302-6/+8
| |\
| | * - now counting instances only when requested via --debug=countDirk Baechle2013-10-252-6/+8
| | |
| * | Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-1/+1
| | | | | | | | | | | | in the documentation.
| * | Merged scons/scons into defaultTom Tanner2013-09-301-1/+1
| |\ \ | | |/
| | * From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to ↵Gary Oberbrunner2013-09-301-1/+1
| | | | | | | | | | | | make variant_dir work properly.
| * | Fixed wrong name in testsTom Tanner2013-09-301-5/+5
| | |
| * | Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-302-6/+23
| | | | | | | | | | | | Pseudo, it must NOT exist after the build rule is executed.
| * | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-0/+8
| |/ | | | | | | Added option to runtest.py to stop on first error
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-313-9/+9
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-223-34/+35
|/
* - added simple test for #2720 (execute with cached targets)Dirk Baechle2012-04-222-2/+2
| | | | | - fixed two typos - updated list of changes
* - fixed issue #2720, applied final patch (v3) by Alexey KlimkinDirk Baechle2012-01-101-0/+1
|
* document FS.Base instance variablesAnatoly Techtonik2011-06-241-2/+6
|
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-011-0/+7
|
* Misc Windows test cleanupsGary Oberbrunner2011-02-271-1/+1
|
* Fix last commit for python 2.3; no string.rsplit(). Use rindex instead.Gary Oberbrunner2010-11-212-2/+21
|
* Additional UNC path test case for FS.pyGary Oberbrunner2010-11-191-0/+11
|
* Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit ↵Gary Oberbrunner2010-11-182-127/+494
| | | | Belley after updating it to fit into trunk, and added a couple of extra tests from issues 1420, 1857 and 1948.
* Fix issue with implicit-cache when files are removed on disk. Fixes issue ↵Gary Oberbrunner2010-08-121-3/+4
| | | | #1938.
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing ↵Gary Oberbrunner2010-07-312-5/+20
| | | | executor action list.