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
*
Add support for Visual Studio 2005 Professional. Windows portability fixes f...
Steven Knight
2006-02-12
11
-33/+69
*
Fix over-zealous common prefix matching when generating Visual Studio project...
Steven Knight
2006-02-12
5
-12/+289
*
Support the --debug=memory option on Windows. (Baptiste Lepilleur)
Steven Knight
2006-02-12
1
-2/+6
*
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
Steven Knight
2006-01-21
13
-22/+22
*
More efficient Node.FS.Dir.current() check. Fix some Windows test portabilit...
Steven Knight
2006-01-21
3
-4/+15
*
Add support for Visual Studio 8, and multiple project files in a solution fil...
Steven Knight
2006-01-20
2
-0/+428
*
Fix the use of Configure() contexts in nested subsidiary SConscript files. (...
Steven Knight
2005-12-28
1
-0/+57
*
Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...
Steven Knight
2005-12-27
1
-10/+26
*
Add a --debug=taskmaster option to print traces of what it's doing on its stack.
Steven Knight
2005-12-18
1
-0/+78
*
Fix DVIPDF tests, refactor various TeX Tool modules.
Steven Knight
2005-12-16
1
-0/+2
*
Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz)
Steven Knight
2005-11-29
6
-3/+169
*
Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler)
Steven Knight
2005-11-28
4
-41/+125
*
Add a test case for guessing the BuildDir associated with a subdirectory argu...
Steven Knight
2005-11-19
1
-0/+69
*
Support specifying absolute path names without drive letters on Win32.
Steven Knight
2005-11-19
1
-0/+70
*
Make all relevant builders of .tex and .ltx files consistent with respect to ...
Steven Knight
2005-11-07
1
-0/+109
*
Do not throw an exception if the type of a stored implicit dependency has cha...
Steven Knight
2005-11-06
1
-0/+142
*
Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...
Steven Knight
2005-11-06
1
-5/+54
*
Add support for an explicit SCONS_HOME variable for writing the SCons executi...
Steven Knight
2005-11-06
2
-2/+9
*
Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)
Steven Knight
2005-11-05
2
-0/+2
*
Add support for a $INSTALLSTR string. (Christoph Schulz)
Steven Knight
2005-11-05
3
-0/+52
*
Get rid of indentation tabs in the test scripts and have runtest.py invoke th...
Steven Knight
2005-10-14
137
-835/+838
*
Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau)
Steven Knight
2005-10-13
1
-0/+122
*
Improve intelc.py so it doesn't throw an exception if a version other than ia...
Steven Knight
2005-10-10
1
-6/+16
*
Fix on-disk file matching on case-insensitive systems. Various fixes for win...
Steven Knight
2005-10-10
5
-124/+276
*
Put quotes around the -C directory in command lines in MSVS project files.
Steven Knight
2005-10-09
6
-27/+36
*
Get rid of the last tabs in the source files and have the TestSCons infrastru...
Steven Knight
2005-10-09
2
-5/+5
*
Remove old, same-named files from a build directory if the file in the source...
Steven Knight
2005-10-08
1
-0/+99
*
MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge...
Steven Knight
2005-10-08
3
-88/+265
*
Update MSVS tests with BuildDir logic.
Steven Knight
2005-10-07
3
-24/+161
*
Refactor MSVS tests to separate file-generation tests (which can be executed ...
Steven Knight
2005-10-06
8
-604/+730
*
Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...
Steven Knight
2005-10-04
2
-0/+111
*
Add a self-contained test for not rebuilding generated header files. (Patric...
Steven Knight
2005-10-03
1
-0/+119
*
Report removal of multiple targets correctly when using -n -c. (Patrick Mezard)
Steven Knight
2005-10-02
1
-47/+69
*
When building a .jar file and $JARCHDIR is set, prefix each .class file with ...
Steven Knight
2005-09-29
2
-19/+82
*
Explicit "skipping test" messages for a few straggling tests.
Steven Knight
2005-09-26
7
-12/+16
*
Check all targets when deciding if a target is up to date. (Patrick Mezard)
Steven Knight
2005-09-26
1
-0/+62
*
Fix a bug in the signature refactoring that caused some generated .h files to...
Steven Knight
2005-09-25
1
-0/+130
*
More efficient checking for on-disk file entries.
Steven Knight
2005-09-25
1
-4/+5
*
Handle Fortran MODULE definitions in the same file. (Craig Scott)
Steven Knight
2005-08-21
1
-0/+92
*
Have Visual Studio echo that we're using SCons to build things, to work aroun...
Steven Knight
2005-08-20
12
-443/+854
*
Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's sw...
Steven Knight
2005-08-17
6
-43/+48
*
Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).
Steven Knight
2005-08-17
1
-36/+36
*
Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...
Steven Knight
2005-08-14
18
-52/+47
*
Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav B...
Steven Knight
2005-08-13
1
-0/+31
*
Update Fortran tests that relied on the order of the -c option.
Steven Knight
2005-08-13
8
-104/+104
*
Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH expansi...
Steven Knight
2005-08-13
1
-19/+125
*
Handle Visual Studio project and solution files in Unicode. (Chen Lee)
Steven Knight
2005-08-13
3
-83/+401
*
Add a skip_test() method to the infrastructure and use it for test scripts th...
Steven Knight
2005-08-13
12
-37/+31
*
Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)
Steven Knight
2005-08-12
4
-73/+146
*
Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...
Steven Knight
2005-08-12
2
-6/+6
[next]