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
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes w...
William Deegan
2010-11-27
1
-7/+32
*
Fix Install() when src and target are dirs and target dir already exists, by ...
Gary Oberbrunner
2010-11-18
1
-1/+55
*
Integrate patch for issue 2691: MSVS 10.0 project file generation.
Gary Oberbrunner
2010-10-16
1
-5/+325
*
Linux part of issue #2669: support for Intel C compiler v11
Gary Oberbrunner
2010-09-16
1
-21/+57
*
Add support for the bibunits package. This should help thesis writers.
Robert Managan
2010-09-12
1
-22/+40
*
bug 2668 - add initial support for vs/vc 2010, and limit vc2010 Express to on...
William Deegan
2010-08-23
1
-0/+27
*
WHen checking the .tex file for which side effects it generates always
Robert Managan
2010-08-19
1
-1/+2
*
Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)
Gary Oberbrunner
2010-08-12
1
-5/+11
*
Support for Fortran 03, from Luca Falavigna.
Gary Oberbrunner
2010-07-30
4
-1/+333
*
Issue 2549: Add support for DMD version 2. (Russel Winder)
Steven Knight
2010-07-23
1
-5/+22
*
Add the generated function documentation to the User's Guide as an appendix.
Steven Knight
2010-07-22
1
-1/+1
*
Integrated patch for issue 2571, various fixes for MSVS project generation. ...
Gary Oberbrunner
2010-07-22
2
-82/+150
*
Move the authoritative source for functions from the man page to various
Steven Knight
2010-07-21
11
-13/+285
*
cleanup .cvsignore garbage
Anatoly Techtonik
2010-07-05
1
-1/+0
*
Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...
Gary Oberbrunner
2010-07-04
1
-1/+1
*
Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from
Steven Knight
2010-06-15
1
-9/+15
*
Architecture canonicalization fixes:
Steven Knight
2010-06-07
1
-9/+12
*
When trying to execute v[cs]*vars*.bat scripts to fetch the Visual
Steven Knight
2010-06-06
2
-8/+39
*
Fix tests on win32
William Deegan
2010-06-05
1
-0/+3
*
Initial Migration of MSVC logic from 1.3 branch.
William Deegan
2010-06-03
2
-64/+114
*
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Greg Noel
2010-05-28
7
-26/+34
*
Remove a spurious checked-in vc.py.bak file.
Steven Knight
2010-05-20
1
-394/+0
*
Convert an old-style class in Tool/mwcc.py to a new-style class.
Steven Knight
2010-05-18
1
-1/+1
*
Convert old-style classes in MS Tool modules to new-style classes.
Steven Knight
2010-05-18
4
-6/+6
*
Convert an old-style class in Tool/packaging/rpm.py to a new-style class.
Steven Knight
2010-05-16
1
-1/+1
*
Convert old-style classes in various Tool/*.py modules to new-style classes.
Steven Knight
2010-05-15
4
-4/+4
*
Convert old-style classes in tool/JavaCommon.py to new-style classes.
Steven Knight
2010-05-15
1
-6/+6
*
Convert old-style classes in Tool/__init__.py to new-style classes.
Steven Knight
2010-05-14
1
-3/+3
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
2
-5/+5
*
Issue 2498: fix SourceFileScanner documentation references.
Steven Knight
2010-04-30
1
-2/+2
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
13
-47/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
4
-5/+5
*
Replace remaining os.path.walk() calls with os.walk().
Steven Knight
2010-04-18
2
-12/+13
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-16
1
-9/+7
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
14
-84/+64
*
Issue 2331: For forward compatibility, use "import pickle" and have
Steven Knight
2010-04-09
1
-11/+14
*
Issue 2332 (preparation): refactor print statements so we can
Steven Knight
2010-04-06
4
-11/+19
*
Fix vc9.0 express issue, misspelling, and add testcase which would have expos...
William Deegan
2010-04-06
1
-1/+3
*
Issue 2331: use cPickle in preference to the pickle module.
Steven Knight
2010-04-06
1
-11/+11
*
Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?
Greg Noel
2010-03-31
1
-4/+1
*
Fix exception thrown when VC9.0Exp is used.
William Deegan
2010-03-31
1
-1/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
4
-24/+7
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
44
-277/+229
*
Prevent "Exp" in MSVC version name from causing problems.
Gary Oberbrunner
2010-03-19
1
-1/+4
*
Fix for MSSDK initialiation
William Deegan
2010-03-19
3
-6/+10
*
More VS/VC/SDK debug code.
William Deegan
2010-03-16
2
-5/+12
*
Add more debug output to Visual Studio/VC/ SDK initialization
William Deegan
2010-03-15
2
-0/+5
*
Add documentation for MSVC_USE_SCRIPT.
Gary Oberbrunner
2010-02-12
1
-0/+14
[next]