index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Node
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-2/+2
*
Forgot to add current file csig when shortcutting calling changed_content(). ...
William Deegan
2019-03-02
1
-0/+5
*
Added logic to shortcut comparing prev_ni if there is no dependency map from ...
William Deegan
2019-03-01
1
-4/+24
*
On windows first try with native file paths with \\ then swap path to normali...
William Deegan
2019-02-27
1
-7/+26
*
Change test for str(node1) is str(node2) to use ==. Expecting that the strin...
William Deegan
2018-11-12
1
-1/+4
*
Resolve comments from @GaryO to clarify new code.
William Deegan
2018-11-12
1
-2/+13
*
Clarify and simplify logic in Node.get_binfo()
William Deegan
2018-11-12
1
-4/+8
*
Fix typos
William Deegan
2018-11-12
1
-1/+1
*
Fix docstring on FileBuildInfo per comment from @dirkbaechle
William Deegan
2018-11-12
1
-3/+11
*
fix whitespace issues
William Deegan
2018-11-12
1
-3/+0
*
switch from izip to zip. no izip in py3
William Deegan
2018-11-12
2
-3/+3
*
Revisit caching of filename -> csig map and invalidate when reasonable
William Deegan
2018-11-12
2
-38/+29
*
Add docstring
William Deegan
2018-11-12
1
-0/+8
*
Change logic to ensure we only build the dependency map once per target file.
William Deegan
2018-11-12
1
-3/+14
*
Moved logic to handle Timestamp-MD5 decider issues into File() node. One min...
William Deegan
2018-11-12
2
-152/+145
*
Check in before migrating logic from Node() -> File(). Since the Timestamp-MD...
William Deegan
2018-11-12
1
-3/+17
*
move comment to docstring for LinkFunc()
William Deegan
2018-11-12
1
-5/+7
*
clarify docstring on decider function
William Deegan
2018-11-12
1
-2/+2
*
pull changes for this issue from WIP branch on mongo tree
William Deegan
2018-11-12
1
-23/+60
*
Clear up some comments and convert comment to docstring where it makes sense
William Deegan
2018-11-12
1
-16/+24
*
change exists_file() method to skip adding files AND sigs for files in the ig...
William Deegan
2018-11-12
1
-33/+50
*
add method find_repo_file() which finds the file in it's known repositories. ...
William Deegan
2018-11-12
1
-3/+28
*
Create test to verify fix for issue #2980
William Deegan
2018-11-12
2
-4/+140
*
Fix comment spelling
William Deegan
2018-11-12
1
-1/+1
*
Switch to use unittest.main() instead of building up a TestSuite which is nev...
William Deegan
2018-11-12
1
-0/+1
*
remove unittest.TestSuite() no longer needed as unittest.main() is available ...
William Deegan
2018-11-12
1
-32/+1
*
rename variable then to previous_children to make the code a bit easier to un...
William Deegan
2018-11-12
1
-5/+7
*
Added docstring to File.changed_timestamp_then_content()include a note and re...
William Deegan
2018-11-12
1
-3/+16
*
Modified fix for issue #2980 where the more complicated logic is only applied...
William Deegan
2018-11-12
1
-6/+6
*
Apply patch from wblevins for issue #2980 This fixes that issue, but as disc...
William Deegan
2018-11-12
1
-8/+72
*
Fix some bad code formatting.
William Deegan
2018-11-12
1
-8/+20
*
fix Value node tests to expect a string and not bytes
William Deegan
2018-10-11
1
-3/+3
*
Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...
William Deegan
2018-10-10
2
-2/+16
*
A few syntax cleanups
Mats Wichmann
2018-10-03
2
-7/+7
*
Switched test to use assertFalse because of deprication warning in 3.7
Daniel Moody
2018-08-10
1
-1/+1
*
Updated FS to handle removal of splitunc function from python 3.7
Daniel Moody
2018-08-10
2
-2/+10
*
Replace usage of unittest.TestSuite with unittest.main()
Hao Wu
2018-07-12
3
-35/+3
*
Fix problem with Install and multiple dirs outside src tree.
Gary Oberbrunner
2018-01-05
1
-1/+6
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-18/+12
*
PY2/3 get_contents() was returning empty string instead of empty bytes when f...
William Deegan
2017-08-24
1
-1/+1
*
Updates to get_text_content() logic and tests
William Deegan
2017-08-24
2
-5/+8
*
Handle decode errors by backslashing character. Should only throw exception i...
William Deegan
2017-08-23
1
-2/+2
*
Fix issue for PY3 where file content has not BOM and isn't ascii by decodeing...
William Deegan
2017-08-23
2
-1/+9
*
Added support for a PyPackageDir function
grbd
2017-08-03
1
-0/+29
*
Performance: rewrite some central Node code based on hints on fastest uniquif...
William Deegan
2017-06-06
1
-29/+13
*
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
1
-5/+0
*
PY2/3 disable symlink and links for win32 in FSTests.py
William Deegan
2017-05-17
1
-0/+8
*
PY2/3 For the time being disable using soft or hard links in duplicating file...
William Deegan
2017-05-16
1
-2/+7
*
more removal of sccs and rcs builder logic
William Deegan
2017-04-18
2
-109/+2
*
Try to fix some more py2/3 tests becuase of str vs bytearray
Gaurav Juvekar
2017-04-16
1
-1/+7
[next]