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
*
Create .cvsignore files to ignore the generated *.pyc files.
Steven Knight
2004-09-13
1
-0/+1
*
Add an rpcgen tool. (Kevin Quick)
Steven Knight
2004-09-04
2
-1/+66
*
Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p...
Steven Knight
2004-09-01
1
-3/+1
*
Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...
Steven Knight
2004-08-31
1
-62/+64
*
Handle white space in the Python path name inside. Handle
Steven Knight
2004-08-20
1
-6/+6
*
Restore scanning of .pch files. (Anthony Roach)
Steven Knight
2004-08-19
1
-1/+2
*
Add support for the darwin (Mac OS X) platform. (James Juhasz)
Steven Knight
2004-08-18
1
-0/+2
*
Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.
Steven Knight
2004-08-11
6
-79/+128
*
Qt fixes. (Christoph Wiedemann)
Steven Knight
2004-08-07
1
-18/+24
*
Add support on IRIX. (Chad Austin)
Steven Knight
2004-08-02
1
-0/+7
*
Change the copyright statement to reflect ownership by the foundation. Add a...
Steven Knight
2004-07-30
2
-2/+50
*
Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T...
Steven Knight
2004-07-30
7
-2/+16
*
Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...
Steven Knight
2004-07-29
3
-14/+75
*
Add Fortran 90/95 support. (Chris Murray)
Steven Knight
2004-07-29
15
-33/+526
*
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....
Steven Knight
2004-07-12
3
-114/+193
*
Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...
Steven Knight
2004-07-08
2
-4/+6
*
Change PDB file generation from compile time to link time. (Anthony Roach)
Steven Knight
2004-06-14
2
-18/+8
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
28
-60/+30
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
4
-8/+10
*
Move Action initializations for common default COM values from Tool/*.py to D...
Steven Knight
2004-05-16
3
-7/+9
*
Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)
Steven Knight
2004-05-08
4
-17/+25
*
More robust searching for the ICL license file. (Gary Oberbrunner)
Steven Knight
2004-04-13
1
-1/+28
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
2
-6/+2
*
Allow a list of emitters to be called in sequence. (Chad Austin)
Steven Knight
2004-04-04
4
-14/+14
*
Add RPATH support. (Chad Austin)
Steven Knight
2004-04-03
1
-0/+7
*
Add a variable to control whether to compile moc-generated files. (Chad Aus...
Steven Knight
2004-04-03
1
-23/+32
*
Fix a bug with creation of shared libraries under MinGW. (Simon Perkins)
Steven Knight
2004-04-02
1
-1/+1
*
Support multiple source paths in Java. (Tom Epperly)
Steven Knight
2004-04-02
1
-8/+9
*
Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.
Steven Knight
2004-03-16
1
-9/+10
*
Add a D language Tool. (Andy Friesen)
Steven Knight
2004-03-08
2
-0/+197
*
Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)
Steven Knight
2004-03-06
2
-20/+55
*
Initialize *FLAGS variables with objects that can add flags either as strings...
Steven Knight
2004-02-26
57
-127/+196
*
Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...
Steven Knight
2004-02-16
1
-3/+3
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
1
-1/+1
*
More robust reading of VCComponents.dat. (Chad Austin)
Steven Knight
2004-02-08
1
-5/+7
*
Deprecate the overrides Builder() keyword argument in favor of specifying val...
Steven Knight
2004-02-08
2
-4/+4
*
Have the Qt Builder(s) use flags from the environment used to specify the tar...
Steven Knight
2004-01-25
1
-7/+8
*
Update for MSVS 2003 (7.1). (Greg Spencer)
Steven Knight
2004-01-16
1
-24/+46
*
Fix an incorrect registry lookup in msvc.py.
Steven Knight
2004-01-16
1
-1/+1
*
Make the midl builder put the targets in the target directory, rather than th...
Steven Knight
2004-01-16
1
-2/+2
*
Fix MSVS Project file invocation when running scons.bat.
Steven Knight
2004-01-15
1
-15/+48
*
Make the static/shared object check work even if the object was already created.
Steven Knight
2004-01-10
2
-16/+27
*
Fix .class suffix handling in JavaH.
Steven Knight
2004-01-08
1
-2/+4
*
Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ...
Steven Knight
2003-12-31
1
-1/+1
*
Add support for a toolpath for Environments.
Steven Knight
2003-12-18
1
-3/+17
*
Have the Zip() Builder create compressed .zip files by default.
Steven Knight
2003-12-16
1
-7/+11
*
MSVC fix for pre-2.3 Python versions. (Charles Crain)
Steven Knight
2003-12-02
1
-1/+1
*
Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad...
Steven Knight
2003-12-02
1
-1/+1
*
Add Borland compiler support. (Vincent Risi)
Steven Knight
2003-11-22
4
-4/+175
*
Ensure that the ENV values are all strings. (Anthony Roach)
Steven Knight
2003-11-18
2
-18/+37
[next]