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
...
*
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
*
Use sys.stdout.write() instead of print so line feeds in -j output will stay ...
Steven Knight
2003-11-10
10
-26/+31
*
Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)
Steven Knight
2003-11-03
2
-4/+4
*
Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual...
Steven Knight
2003-11-03
1
-2/+3
*
Update the tool specifications for the SGI MIPSpro tools.
Steven Knight
2003-10-30
4
-9/+36
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-2/+2
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
7
-5/+17
*
Fix a bug in Qt detection. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-1/+1
*
Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)
Steven Knight
2003-10-06
1
-1/+1
*
Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm...
Steven Knight
2003-09-22
1
-2/+3
*
New tex.py.
Steven Knight
2003-09-21
1
-1/+65
*
Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...
Steven Knight
2003-09-17
6
-11/+56
*
Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...
Steven Knight
2003-09-15
6
-8/+73
*
Support for additional UNIX variants: (Christian Engel)
Steven Knight
2003-08-24
15
-113/+430
*
Fix tool problems with xilink and linkloc.
Steven Knight
2003-08-16
3
-5/+5
*
Fix a yacc regression.
Steven Knight
2003-08-16
1
-0/+1
*
Add SWIG support.
Steven Knight
2003-08-13
2
-2/+68
*
Initialize a LIB environment variable for the Intel compiler. (Gary Oberbrun...
Steven Knight
2003-08-04
1
-0/+1
*
Refactor extension splitting to make it more flexible (for SWIG).
Steven Knight
2003-08-03
5
-17/+20
*
Add support for a platform-independent CPPDEFINES variable.
Steven Knight
2003-08-02
10
-19/+28
*
Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.
Steven Knight
2003-08-01
1
-1/+1
*
Allow Builders to take a dictionary that maps source file suffixes to emitter...
Steven Knight
2003-07-29
11
-37/+135
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
1
-0/+214
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
3
-11/+36
*
CVS fixes.
Steven Knight
2003-07-07
1
-1/+1
[prev]
[next]