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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small fix for yacc: only look for a .h file if they used the -d option. (Ch...
Steven Knight
2002-04-22
1
-0/+4
*
Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...
Steven Knight
2002-04-22
2
-0/+340
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
2
-1/+16
*
Fix Fortran arguments on Win32.
Steven Knight
2002-04-22
4
-46/+140
*
Fix win32LinkGenerator.
Steven Knight
2002-04-17
1
-1/+1
*
Win32 portability fix for the --debug=dtree test.
Steven Knight
2002-04-17
1
-33/+27
*
Fix importing of modules from the SConscript directory (Anthony Roach)
Steven Knight
2002-04-16
1
-0/+6
*
Handle long command lines for the MSVC linker.
Steven Knight
2002-04-16
1
-0/+61
*
Shared library test fixes. (Charles Crain)
Steven Knight
2002-04-16
5
-46/+51
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
16
-8/+1359
*
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Steven Knight
2002-04-11
2
-17/+128
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-0/+40
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
2
-1/+180
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-0/+88
*
Fix various problems with --profile (Anthony Roach)
Steven Knight
2002-04-05
1
-0/+22
*
Add --debug=dtree option (Anthony Roach)
Steven Knight
2002-04-05
1
-0/+10
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
3
-9/+42
*
Make -c work with -n: don't remove the files!
Steven Knight
2002-03-31
2
-0/+30
*
Support a CPPFLAGS variable (a la GNU Make).
Steven Knight
2002-03-28
1
-0/+143
*
Add Fortran support.
Steven Knight
2002-03-28
2
-0/+413
*
Add more document Builders: PDF and PostScript.
Steven Knight
2002-03-27
4
-0/+753
*
Fix problems with two tests (one portability, one syntax).
Steven Knight
2002-03-27
1
-1/+1
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-0/+126
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-0/+110
*
Support the build of TeX documents (Task 47116). (Steve Leblanc)
Steven Knight
2002-03-23
4
-0/+494
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-1/+1
*
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Steven Knight
2002-03-16
4
-8/+10
*
Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)
Steven Knight
2002-03-12
3
-41/+133
*
Add a --profile=file option.
Steven Knight
2002-03-12
1
-0/+57
*
Implement the -U option. (Steve Leblanc)
Steven Knight
2002-03-12
1
-0/+74
*
Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests not dependent on the sys...
Steven Knight
2002-03-10
6
-115/+253
*
Fix an exception caused by a null-string CPPPATH.
Steven Knight
2002-03-08
2
-0/+16
*
Changes to the CommandGenerator functionality. (Charles Crain)
Steven Knight
2002-03-08
1
-3/+4
*
Fix RANLIB tests for systems that don't have ranlib. (Charles Crain.)
Steven Knight
2002-03-07
2
-0/+19
*
Add a CXXFile builder to turn .ll and .yy files into .cc.
Steven Knight
2002-03-07
1
-0/+83
*
Make the CFile Builder's SUFFIX configurable.
Steven Knight
2002-03-07
1
-0/+83
*
Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...
Steven Knight
2002-03-02
2
-0/+193
*
Add tests for AR and ARFLAGS.
Steven Knight
2002-03-02
2
-0/+192
*
Add the -q option.
Steven Knight
2002-02-21
1
-6/+40
*
Fix the --debug=pdb option on Windows.
Steven Knight
2002-02-21
1
-2/+6
*
Remove all built targets even if some don't exist.
Steven Knight
2002-02-21
1
-2/+15
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-5/+43
*
Add command generator function support. (Anthony Roach)
Steven Knight
2002-02-20
1
-0/+70
*
Fix new .sconsign file write-logic portability to Windows NT.
Steven Knight
2002-02-14
1
-4/+0
*
Allow the exported variables in an SConscript() call to be a UserList, too.
Steven Knight
2002-02-10
1
-1/+15
*
WIN32 portability in tests.
Steven Knight
2002-02-10
1
-11/+9
*
Make writing a .sconsign more robust by writing to a temporary file first and...
Steven Knight
2002-02-09
1
-20/+35
*
Make scons return a failure code when a Builder fails (Anthony Roach)
Steven Knight
2002-02-05
5
-14/+19
*
Make scons return an error code (Anthony Roach)
Steven Knight
2002-02-04
3
-5/+5
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
1
-0/+137
[next]