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
*
Initial Python 2.6 portability in SCons code itself, using subprocess
Steven Knight
2008-10-07
3
-12/+17
*
Fix a block in Script/Main.py that could swallow KeyboardInterrupt
Steven Knight
2008-10-05
2
-1/+3
*
Issue 2166, refactor Action() factory to make positional parameters consistent
Greg Noel
2008-10-04
3
-261/+427
*
Fix small inefficiency in jobs dispatching
Greg Noel
2008-10-04
1
-1/+1
*
implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.
Gary Oberbrunner
2008-10-02
2
-12/+51
*
Python 2.2 portability: no dictionary pop() method.
Steven Knight
2008-10-01
1
-1/+1
*
Update for latest changes.
Steven Knight
2008-10-01
1
-0/+6
*
Fix the regular expression for LaTeX scanning so that it matches
Steven Knight
2008-10-01
2
-2/+12
*
Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.
Gary Oberbrunner
2008-10-01
3
-3/+14
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
4
-5/+73
*
Better error when taskmaster gets an exception while scanning children (show ...
Gary Oberbrunner
2008-09-29
1
-2/+2
*
Issue 1646: Block-wise signature computation for large files
Ludwig Hähne
2008-09-28
4
-4/+61
*
Revert checkin of incomplete change
Greg Noel
2008-09-26
1
-31/+13
*
reassign credit where credit is due
Greg Noel
2008-09-26
2
-19/+46
*
Update with recent changes:
Steven Knight
2008-09-26
1
-12/+36
*
Add RC.py scanner to MANIFEST.in
David Cournapeau
2008-09-26
1
-0/+1
*
Fixed an issue with the way the test was setting up the CPPPATH.
William Deegan
2008-09-26
1
-4/+4
*
Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1...
William Deegan
2008-09-26
2
-2/+6
*
Sort the results of unittest for RC scanner before comparing them.
William Deegan
2008-09-25
1
-0/+2
*
Fix for previous fix for 402 and 2082
William Deegan
2008-09-25
1
-1/+2
*
Make a naked except: block catch specific exceptions (and not
Steven Knight
2008-09-25
1
-1/+1
*
Fix for bugs 402 and 2082 - implement scanner for windows resource files.
William Deegan
2008-09-25
3
-3/+213
*
Issue 2183, fix typos
Greg Noel
2008-09-25
2
-2/+2
*
Issue 2183: .sx assembler suffix uses C preprocessor
Greg Noel
2008-09-25
4
-3/+5
*
Change FUTURE markers to TODO(1.5) so we are all using the same style.
Greg Noel
2008-09-25
4
-4/+5
*
Python 1.5 compatibility: explicity import SCons.compat (again)
Steven Knight
2008-09-23
1
-0/+5
*
1.5 compatibility: string methods in Tool/msvs.py.
Steven Knight
2008-09-23
1
-13/+40
*
1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.
Steven Knight
2008-09-23
1
-1/+1
*
1.5 / 2.[012] compatiblity: shutil.move() function.
Steven Knight
2008-09-23
1
-0/+40
*
1.5 compatiblity: string method in Node/FSTests.py.
Steven Knight
2008-09-23
1
-1/+1
*
Issue 2215: add a file() builtin to the compatability layer
Steven Knight
2008-09-23
1
-0/+6
*
Python 2.2 portability (no .pop() method on dictionaries, ' in '
Steven Knight
2008-09-22
2
-2/+2
*
Fix the Latex scanner to search for graphics on the TEXINPUTS path
Robert Managan
2008-09-22
2
-5/+5
*
Fix syntax and semantic errors preventing regression tests from running on 1.5.2
Greg Noel
2008-09-22
2
-10/+14
*
make references to subprocess.Popen synchronous
Greg Noel
2008-09-22
4
-9/+8
*
Windows portability: use os.sep instead of hard-coded /.
Steven Knight
2008-09-20
1
-14/+18
*
Call str() on the string values of environment variables used by the
Steven Knight
2008-09-20
1
-1/+3
*
Windows portability: use os.path.join() for expected subdirectory paths.
Steven Knight
2008-09-20
1
-1/+6
*
Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...
Gary Oberbrunner
2008-09-18
4
-32/+163
*
Hefty update to the tex tool.
Robert Managan
2008-09-18
4
-182/+488
*
Make the test/TEX/LATEX*py scripts work even on systems that don't have
Steven Knight
2008-09-17
1
-0/+3
*
Revert 2102, pending additional discussion.
Steven Knight
2008-09-15
3
-202/+3
*
Issue 2102: Add support for Visual Studio 9 and newer Platform
Steven Knight
2008-09-15
3
-3/+202
*
Issue 2106: Don't match a directory that matches the name of a
Steven Knight
2008-09-14
2
-3/+9
*
Issue 1693: make the subdirectory in which the .sconsign file will
Steven Knight
2008-09-14
5
-2/+22
*
Fix for Python versions before 2.2, where tuple() requires an argument.
Steven Knight
2008-09-13
1
-1/+1
*
Fix the "explicit stack size" warning message on earlier versions of
Steven Knight
2008-09-13
1
-2/+2
*
Revert the previous change, I overlooked some regression test failures.
Steven Knight
2008-09-13
4
-20/+2
*
Issue 1693: Make the directory in which the .sconsign file will live,
Steven Knight
2008-09-13
4
-2/+20
*
Update src/CHANGES.txt for the checked-in 1.1 changes.
Steven Knight
2008-09-13
1
-0/+43
[next]