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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PR #3343] fix review comments [ci skip]
Mats Wichmann
2019-12-05
3
-6/+10
*
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
4
-131/+187
*
[skip ci] make scons_dev_master.py have proper shebang and also set executable
William Deegan
2019-11-08
1
-1/+1
*
Merge pull request #3419 from mwichmann/bench
William Deegan
2019-09-26
1
-4/+6
|
\
|
*
Update bench and timings dirs for Py3
Mats Wichmann
2019-08-31
1
-4/+6
*
|
Merge branch 'master' into remove_aegis_bits_issue_2639
William Deegan
2019-09-07
1
-1/+1
|
\
\
|
*
|
Fix xml entity generation in examples [ci skip]
Mats Wichmann
2019-09-07
1
-1/+1
|
|
/
*
|
purge aegis references
William Deegan
2019-09-07
3
-245/+0
*
|
Remove scripts for svn
William Deegan
2019-09-07
1
-24/+0
|
/
*
Merge branch 'master' into fix_slow_md5_decider
William Deegan
2019-07-14
1
-6/+5
|
\
|
*
[ci skip] re-add generation of src-tar-gz and src-zip files as they're used b...
William Deegan
2019-07-13
1
-6/+6
*
|
Re-add src packages to upload script
William Deegan
2019-07-14
1
-6/+6
|
/
*
Fix some regexes for Python 3.8 complaints
Mats Wichmann
2019-05-13
1
-2/+2
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
1
-90/+82
*
[PY 3.8] fix some sider complaints in #3331
Mats Wichmann
2019-03-30
1
-0/+1
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
2
-21/+41
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-12/+17
*
Changes for 3.0.4 release
3.0.4
William Deegan
2019-01-23
1
-1/+1
*
Updates for Ubuntu 18.04 LTS build machine
William Deegan
2019-01-07
1
-2/+4
*
comment out source package upload to sourceforge
3.0.2
William Deegan
2019-01-01
1
-5/+5
*
Updates for 3.0.2
William Deegan
2019-01-01
1
-7/+0
*
Add xz compression to tar packaging choices.
Mats Wichmann
2018-09-27
1
-8/+11
*
[ci skip] Removing obsolete administrative script scons-cdist. Leftover from ...
William Deegan
2018-04-30
1
-272/+0
*
move test files from QMTest to testing/framework. QMtest hasn't been used in ...
William Deegan
2018-04-30
3
-8/+8
*
Fix wiki references to point to gihub wiki
Mats Wichmann
2018-04-23
1
-2/+4
*
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
1
-1/+1
*
Refactor some variable names. Create a SConstruct_created next to created fil...
William Deegan
2017-11-14
1
-21/+27
*
Add ability to regenerate a single example output
William Deegan
2017-11-14
1
-2/+9
*
minor improvements in script logic
William Deegan
2017-11-14
1
-5/+9
*
remove reference to tools no longer included in SCons
William Deegan
2017-09-02
1
-9/+7
*
add docs target
William Deegan
2017-09-01
1
-1/+12
*
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
1
-4/+0
*
Merged in rodrigc/scons (pull request #409)
William Deegan
2017-03-13
1
-1/+1
|
\
|
*
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
1
-1/+1
*
|
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
3
-4/+4
|
/
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
7
-12/+12
*
Update logic to pull files from mercurial
William Deegan
2016-05-15
1
-3/+3
*
Remove all the six stuff.
Russel Winder
2016-02-02
1
-6/+2
*
Run futurize --stage1.
Russel Winder
2016-01-01
3
-67/+71
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
11
-1037/+31
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-5/+1
|
*
merge
William Deegan
2015-09-28
2
-1/+2
|
|
\
|
|
*
exit with non-zero exit code if validation fails
William Deegan
2015-09-28
1
-0/+1
|
|
/
|
*
change tree back to development mode and bring back changes from release branch
William Deegan
2015-09-21
2
-2/+10
|
|
\
|
|
*
add uploading src/README.txt to sourceforge
rel_2.4.0
William Deegan
2015-09-21
1
-2/+9
|
|
/
|
*
adding amd64 win installer to list of files
William Deegan
2015-09-21
1
-0/+5
|
*
Call scons-proc.py with the same python executable that the docs-update-gener...
William Deegan
2015-07-30
1
-2/+3
|
*
Remove obsolete aegis revision control scripts
William Deegan
2015-07-30
3
-1023/+0
|
*
merging 2.3.5 changes
William Deegan
2015-06-20
1
-0/+8
|
*
SConsDoc.py: Calling sys.exit(-1) in imported library is bad, because
anatoly techtonik
2015-01-11
1
-4/+2
[next]