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
/
Node
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix on-disk file matching on case-insensitive systems. Various fixes for win...
Steven Knight
2005-10-10
2
-2/+6
*
Remove old, same-named files from a build directory if the file in the source...
Steven Knight
2005-10-08
2
-3/+46
*
Fix a bug in the signature refactoring that caused some generated .h files to...
Steven Knight
2005-09-25
2
-11/+21
*
More efficient checking for on-disk file entries.
Steven Knight
2005-09-25
2
-17/+31
*
Give the subst logic its own SCons.Subst module. It's big enough.
Steven Knight
2005-09-19
1
-7/+8
*
Handle IOError exceptions when pushing files to CacheDir (and elsewhere).
Steven Knight
2005-08-20
1
-5/+13
*
Have Visual Studio echo that we're using SCons to build things, to work aroun...
Steven Knight
2005-08-20
1
-1/+2
*
Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov)
Steven Knight
2005-08-13
2
-0/+23
*
Win32 portability.
Steven Knight
2005-08-07
1
-1/+1
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-3/+13
*
Gary's bug.
Steven Knight
2005-06-11
2
-11/+16
*
Add a --diskcheck option to control looking on-disk for things.
Steven Knight
2005-06-10
1
-31/+85
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
6
-125/+377
*
Move BuildInfo translation of signature Nodes to rel_paths into the class its...
Steven Knight
2005-06-04
3
-30/+58
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
2
-4/+6
*
Fix lookups of same-named files.
Steven Knight
2005-05-29
2
-2/+15
*
Get rid of the requirement that a source directory must be under the SConstru...
Steven Knight
2005-05-15
2
-9/+4
*
Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...
Steven Knight
2005-05-14
4
-69/+23
*
Eliminate multiple calls to os.stat() to fetch file info.
Steven Knight
2005-05-13
2
-15/+116
*
Make SConsignFile() behavior the default.
Steven Knight
2005-05-07
1
-0/+14
*
More flexible (and Make-like) ignoring command exit status, and suppressing p...
Steven Knight
2005-04-26
1
-3/+5
*
Win32 portability for recent RootDir and rel_path() changes.
Steven Knight
2005-04-26
2
-1/+7
*
Cache the result from rel_path().
Steven Knight
2005-04-18
1
-1/+2
*
Avoid must_be_a_Dir() attribute errors when trying to look up path names abov...
Steven Knight
2005-04-15
2
-57/+45
*
Refactor the Rsearch*() methods out of existence in favor of simpler utility ...
Steven Knight
2005-04-13
2
-228/+153
*
Performance optimization in the last patch: eliminate implicit_factory() ent...
Steven Knight
2005-04-04
1
-11/+2
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
4
-27/+17
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
4
-62/+182
*
Make sure scans are added to all targets in a builder call, to prevent out-o...
Steven Knight
2005-03-30
2
-20/+39
*
Refactor _doLookup() to speed it up a little.
Steven Knight
2005-03-24
1
-27/+39
*
When searching paths for Files or Dirs, match Entries,too.
Steven Knight
2005-03-20
2
-29/+144
*
Fix re-scanning of built files for implicit dependencies when the -j option i...
Steven Knight
2005-03-20
2
-14/+13
*
Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta...
Steven Knight
2005-03-18
1
-1/+1
*
Windows portability in tests. Replace overlooked import
Steven Knight
2005-03-17
1
-54/+48
*
Speed up string expansion. Cache find_file() results in the Memoizer.
Steven Knight
2005-03-08
1
-0/+1
*
Reduce gen_binfo() time for very long source lists.
Steven Knight
2005-03-05
1
-4/+2
*
Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect...
Steven Knight
2005-03-05
2
-45/+95
*
Eliminate find_file() inefficiency.
Steven Knight
2005-03-05
2
-37/+283
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
2
-47/+42
*
Group --debug=count output by object modules.
Steven Knight
2005-03-01
2
-2/+2
*
Don't throw a 'Tried to lookup a File as a Dir' exception if there's a same-n...
Steven Knight
2005-03-01
2
-3/+21
*
Fix creating a build_dir from scratch when there's a subsidiary SConscript() ...
Steven Knight
2005-02-16
1
-27/+31
*
When searching for files, don't pick same-named directories in a search path.
Steven Knight
2005-02-15
2
-10/+14
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
4
-62/+103
*
Refactor Environment/Executor/Node scanner interaction a little. Put --debug...
Steven Knight
2005-02-13
2
-19/+35
*
Don't memoize the get_build_scanner_path() methods.
Steven Knight
2005-02-10
1
-2/+1
*
Don't create a Node for every file we try to find during scan.
Steven Knight
2005-02-10
2
-97/+176
*
Refactor internals in preparation for eliminating creating unnecessary Node.F...
Steven Knight
2005-02-01
2
-45/+63
*
Only call filter() to remove ignored dependencies if something has been Ignor...
Steven Knight
2005-01-23
1
-7/+10
*
Use WeakValueDicts in the Memoizer to cut down on memory use.
Steven Knight
2005-01-23
2
-50/+59
[next]