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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the Python 10 paper to the CVS repository now that it's been
Steven Knight
2002-02-06
16
-3/+2638
*
Bring CVS in sync with Aegis: Add missing .aeignore files.
Steven Knight
2002-02-06
2
-0/+10
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
4
-20/+44
*
Make scons return a failure code when a Builder fails (Anthony Roach)
Steven Knight
2002-02-05
7
-23/+31
*
Forgot CHANGES.txt updates on the last two checkins.
Steven Knight
2002-02-04
1
-0/+8
*
Make scons return an error code (Anthony Roach)
Steven Knight
2002-02-04
5
-8/+15
*
Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)
Steven Knight
2002-02-04
1
-2/+4
*
Finally, eat our own dog food: start using SCons to build its own packages.
Steven Knight
2002-02-04
5
-12/+25
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
5
-19/+262
*
Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)
Steven Knight
2002-01-31
2
-0/+19
*
Flush sys.stdout after every write() so it intermixes properly with sys.stder...
Steven Knight
2002-01-31
2
-0/+16
*
Remove left-over debug prints in test/subdir.py.
Steven Knight
2002-01-31
1
-2/+0
*
Allow libraries to specified as source files on the command line.
Steven Knight
2002-01-31
5
-13/+27
*
Initialize new branch.
Steven Knight
2002-01-31
6
-35/+42
*
Prepare for release 0.04.
Steven Knight
2002-01-30
12
-59/+357
*
Support installation in arbitrary --prefix values.
Steven Knight
2002-01-30
2
-4/+24
*
Put quotes around arguments that contain white space, for appearance and for ...
Steven Knight
2002-01-29
1
-3/+13
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
144
-205/+270
*
Fix SCon{struct,script} files to build SCons with itself.
Steven Knight
2002-01-29
2
-44/+58
*
Performance improvement: avoid recomputing signatures.
Steven Knight
2002-01-29
6
-25/+20
*
Fix so Nodes don't get removed by ListBuilder after they're built.
Steven Knight
2002-01-28
2
-9/+66
*
Add a --debug=pdb option to run SCons under the Python debugger.
Steven Knight
2002-01-27
3
-16/+44
*
Fix for previous Tasks change.
Steven Knight
2002-01-27
3
-9/+15
*
Only execute an Action once for a List of targets.
Steven Knight
2002-01-26
5
-95/+232
*
Add the Precious() method.
Steven Knight
2002-01-24
8
-6/+175
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
5
-11/+87
*
Fix the Multiple Variants example in the man page.
Steven Knight
2002-01-24
2
-3/+4
*
Add the Ignore() method.
Steven Knight
2002-01-24
7
-3/+174
*
Provide a traceback if a Python-function builder throws an exception (Crain).
Steven Knight
2002-01-23
5
-6/+44
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
4
-3/+60
*
Fix binary file signatures on Win32 (Crain).
Steven Knight
2002-01-23
2
-1/+8
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
12
-20/+163
*
Make the C Scanner always return the dependencies sorted, so order difference...
Steven Knight
2002-01-23
3
-10/+24
*
Windows NT portability in the ARGUMENTS.py test.
Steven Knight
2002-01-19
1
-1/+1
*
Task 45350 - Add passing of custom command-line arguments.
Steven Knight
2002-01-18
5
-13/+80
*
Add examples of using Library, LIBS, and LIBPATH.
Steven Knight
2002-01-17
2
-0/+17
*
Remove the Wrapper class in between the Walker and Node.
Steven Knight
2002-01-17
2
-15/+12
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
7
-162/+124
*
Add Action() and Scanner() the list of global variables.
Steven Knight
2002-01-15
3
-16/+33
*
Start getting ready to eat our own dog food: prototype SConscript files.
Steven Knight
2002-01-15
23
-0/+921
*
Document function Actions and fix their return values (None == success, don't...
Steven Knight
2002-01-15
8
-13/+135
*
Fix things on the man page.
Steven Knight
2002-01-15
2
-428/+453
*
Make the Default() method accomodate targets with white space in the file name.
Steven Knight
2002-01-12
4
-8/+25
*
Fix using a directory as Default().
Steven Knight
2002-01-11
3
-6/+41
*
Initialize the new branch.
Steven Knight
2002-01-11
6
-35/+72
*
Prepare for release.
Steven Knight
2002-01-11
4
-9/+11
*
Add command-line redirection (Charles Crain).
Steven Knight
2002-01-11
10
-35/+235
*
Check for the existence of lex and yacc in those tests and bail with NO RESUL...
Steven Knight
2002-01-11
6
-14/+69
*
Fix improper initialization of a UserString (Charles Crain).
Steven Knight
2002-01-11
1
-1/+1
*
Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...
Steven Knight
2002-01-11
2
-51/+54
[next]