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
...
*
Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM
Steven Knight
2009-02-11
3
-6/+6
*
Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange
Steven Knight
2009-02-09
1
-1/+1
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
108
-0/+645
*
2to3 sez, "rewrite map() as loop"
Greg Noel
2009-02-08
1
-1/+3
*
Fix a mismatch in generated GUIDs on non-Windows platforms by
Steven Knight
2009-01-25
1
-2/+6
*
Various Windows fixes:
Steven Knight
2009-01-18
1
-2/+2
*
Issue 2278: Emit header name when using SWIG directors (Ben Webb)
Greg Noel
2009-01-17
1
-4/+25
*
Remove $CCFLAGS from the the default definitions of $CXXFLAGS for
Steven Knight
2009-01-10
2
-2/+2
*
Update src/CHANGES.txt for recent checkins.
Steven Knight
2009-01-10
1
-1/+2
*
Issue 1086: add support for generic batch build actions, and
Steven Knight
2009-01-09
4
-10/+96
*
Remove the feature that would build .pdf graphics files
Robert Managan
2009-01-09
1
-26/+5
*
Issue 2279: Support $SWIGOUTDIR values with spaces in the
Steven Knight
2009-01-08
1
-1/+1
*
Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l...
Gary Oberbrunner
2009-01-07
1
-1/+2
*
Fix issue 2273: Users Guide msvc missing a few vars.
Gary Oberbrunner
2009-01-07
1
-0/+3
*
Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...
Gary Oberbrunner
2009-01-06
3
-22/+53
*
Add -e$TARGET to Borland linker command line, to fix issue #1166.
Gary Oberbrunner
2009-01-06
1
-2/+2
*
First part of issue 2278: handle quoted module names in SWIG source
Greg Noel
2009-01-04
1
-3/+13
*
Revert r3828 (vs9 support) in favor of the vs_revamp integration.
Steven Knight
2008-12-12
1
-68/+1
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
4
-13/+13
*
Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein)
Steven Knight
2008-12-11
1
-1/+68
*
Accidently left a debug print in.
Robert Managan
2008-11-25
1
-4/+5
*
Add a test for the case of a .DVI build using a .eps graphics.
Robert Managan
2008-11-25
1
-10/+20
*
Add reference to LoadableModule in SharedLibrary description
Greg Noel
2008-11-19
1
-0/+5
*
I found that my coding for automatically building .pdf files from .eps files
Robert Managan
2008-11-12
1
-1/+1
*
Python 1.5 and 2.1 compatibility: string methods, nested scopes.
Steven Knight
2008-11-12
1
-1/+2
*
Issue 2228: discard stderr by using os.devnull
Greg Noel
2008-11-09
2
-2/+4
*
Issue 2087: Handle Java classes declared in methods
Ludwig Hähne
2008-10-31
1
-0/+16
*
This new test and emitter update recursively checks the whole source of the
Robert Managan
2008-10-30
1
-37/+45
*
exception must be stringified before comparison
Greg Noel
2008-10-29
1
-1/+1
*
Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).
David Cournapeau
2008-10-20
1
-0/+3
*
Update docstring for ifort.
David Cournapeau
2008-10-20
1
-1/+1
*
Fix trailing space.
David Cournapeau
2008-10-20
1
-2/+2
*
Don't add an action to use epstopdf to build .pdf from .ps
Robert Managan
2008-10-10
1
-1/+1
*
Testing on a Mac turned up a problem that did not show up on linux.
Robert Managan
2008-10-08
2
-4/+0
*
Python 1.5 compatibility.
Steven Knight
2008-10-08
1
-1/+3
*
Reset the default Verbose value to False.
Steven Knight
2008-10-07
1
-1/+1
*
test/TEX/PDF_single_source.py
Robert Managan
2008-10-07
7
-71/+198
*
Initial Python 2.6 portability in SCons code itself, using subprocess
Steven Knight
2008-10-07
2
-9/+12
*
Python 2.2 portability: no dictionary pop() method.
Steven Knight
2008-10-01
1
-1/+1
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
3
-2/+70
*
Revert checkin of incomplete change
Greg Noel
2008-09-26
1
-31/+13
*
reassign credit where credit is due
Greg Noel
2008-09-26
1
-14/+32
*
Fix for previous fix for 402 and 2082
William Deegan
2008-09-25
1
-1/+2
*
Fix for bugs 402 and 2082 - implement scanner for windows resource files.
William Deegan
2008-09-25
1
-3/+8
*
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
1
-2/+2
*
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
*
Python 2.2 portability (no .pop() method on dictionaries, ' in '
Steven Knight
2008-09-22
1
-1/+1
[prev]
[next]