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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to override build date with SOURCE_DATE_EPOCH
Bernhard M. Wiedemann
2018-10-15
1
-0/+5
*
Get a little smarter about finding the scons engine.
Mats Wichmann
2018-10-12
3
-90/+98
*
fix Value node tests to expect a string and not bytes
William Deegan
2018-10-11
1
-3/+3
*
Add to CHANGES.txt
William Deegan
2018-10-10
1
-0/+2
*
Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...
William Deegan
2018-10-10
5
-2/+31
*
minor adjustment to src/CHANGES.txt
Paweł Tomulik
2018-10-08
1
-3/+4
*
update src/CHANGES.txt
Paweł Tomulik
2018-10-05
1
-22/+22
*
fixed bugs in must_[not_]_contain()
Paweł Tomulik
2018-10-05
1
-0/+3
*
Bugfix on packaging init syntax change
Mats Wichmann
2018-10-04
1
-2/+3
*
A few syntax cleanups
Mats Wichmann
2018-10-03
22
-58/+57
*
Resync generated docs
Mats Wichmann
2018-10-03
1
-1/+1
*
Add xz compression to tar packaging choices.
Mats Wichmann
2018-09-27
9
-10/+104
*
Fix packaging strip-install-dir test
Mats Wichmann
2018-09-27
1
-0/+1
*
Stop using deprecated unittest asserts
Mats Wichmann
2018-09-25
9
-67/+68
*
Merge branch 'master' into argspec-depr
William Deegan
2018-09-25
8
-82/+62
|
\
|
*
fix test so it should run on any platform
William Deegan
2018-09-24
2
-2/+4
|
*
Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH
William Deegan
2018-09-23
2
-1/+4
|
*
Merge pull request #3198 from bdbaddog/fix_qt_tests_centos
William Deegan
2018-09-23
2
-8/+32
|
|
\
|
|
*
Add info to CHANGES.txt
William Deegan
2018-09-23
1
-0/+1
|
|
*
Handle when we're not on CentOS
William Deegan
2018-09-23
1
-2/+1
|
|
*
Add centos specific likely qt path to moc as it's not in the default PATH def...
William Deegan
2018-09-23
1
-8/+32
|
*
|
Merge branch 'master' into testdoc
William Deegan
2018-09-23
5
-72/+22
|
|
\
\
|
|
|
/
|
|
*
Merge branch 'master' into stdlib-OrderedDict
William Deegan
2018-09-20
5
-40/+99
|
|
|
\
|
|
|
*
Merge pull request #3192 from mwichmann/test-tarpkg
William Deegan
2018-09-20
1
-1/+4
|
|
|
|
\
|
|
|
|
*
Improvements to tarball packager
Mats Wichmann
2018-09-08
1
-1/+4
|
|
|
*
|
Add java 11
Mats Wichmann
2018-09-11
2
-3/+3
|
|
|
|
/
|
|
*
|
Update CHANGES.txt for OrderedDict change
Mats Wichmann
2018-09-06
1
-0/+1
|
|
*
|
Stop using custom OrderedDict
Mats Wichmann
2018-09-01
3
-67/+13
|
*
|
|
Update testing docs
Mats Wichmann
2018-09-08
1
-0/+1
|
|
|
/
|
|
/
|
*
|
|
Update getargspec patch: actually use getfullargspec
Mats Wichmann
2018-09-24
1
-3/+5
*
|
|
Modifications for deprected getargspec
Mats Wichmann
2018-09-07
2
-5/+16
|
/
/
*
|
Merge branch 'master' into test-rpmpkg
William Deegan
2018-09-05
4
-23/+50
|
\
\
|
|
/
|
*
Merge branch 'master' into wip-win32
William Deegan
2018-08-31
1
-1/+5
|
|
\
|
|
*
Rework the time.clock -> time.perf_counter change
Mats Wichmann
2018-08-30
1
-3/+4
|
|
*
Do not use time.clock for Py3 in runtest
Mats Wichmann
2018-08-30
1
-0/+3
|
*
|
Convert one more e[0] to e.errno for OSError usage
Mats Wichmann
2018-08-31
1
-1/+1
|
*
|
win32 handle exception object correctly
Mats Wichmann
2018-08-29
2
-2/+3
|
|
/
|
*
Merge branch 'master' into swig-check-PyH
William Deegan
2018-08-17
3
-6/+26
|
|
\
|
|
*
Remove unintended "import io"
Mats Wichmann
2018-08-15
1
-1/+0
|
|
*
Redo fix for file closing in SCons.Action._subproc
Mats Wichmann
2018-08-14
1
-8/+10
|
|
*
Merge pull request #3174 from mwichmann/test-devnull-atexit
William Deegan
2018-08-13
2
-0/+5
|
|
|
\
|
|
|
*
Quiet Py3.6+ ResourceWarnings on tests
Mats Wichmann
2018-08-13
2
-0/+5
|
|
*
|
updated CHANGES.txt
Daniel
2018-08-13
1
-0/+1
|
|
*
|
also check for 64 bit compiler and added some comments
Daniel
2018-08-13
1
-1/+4
|
|
*
|
updated vc and tests to check the msvc cl binary
Daniel
2018-08-13
1
-2/+12
|
|
|
/
|
*
|
SWIG recursive test checkes for Python.h
Mats Wichmann
2018-08-13
1
-0/+1
|
|
/
*
|
generalize the fix for #3164
Mats Wichmann
2018-09-04
3
-9/+52
*
|
Fix rpm tests for newer rpmbuild (fixes #3164)
Mats Wichmann
2018-08-13
4
-25/+37
|
/
*
Merge pull request #3167 from dmoody256/pi37_removed_splitunc_function
William Deegan
2018-08-11
3
-4/+15
|
\
|
*
updated CHANGES.txt
Daniel Moody
2018-08-10
1
-1/+4
[next]