projects
/
scons.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
scons.git
2002-09-27
stevenknight
Support overriding construction variables in builder...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-26
stevenknight
Add customizable variable helper. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-09-25
stevenknight
Windows portability
commit
|
commitdiff
|
tree
|
snapshot
2002-09-17
stevenknight
Make sure we can find tools using the PATH specified...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-15
stevenknight
Provide a Scanner hook to allow file scans to be avoide...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-11
stevenknight
Correct interpretation of '#/../foo' on Win32. (Jeff...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-09
stevenknight
Warn when -c can't remove a file.
commit
|
commitdiff
|
tree
|
snapshot
2002-09-08
stevenknight
Eliminate an exception when using -U.
commit
|
commitdiff
|
tree
|
snapshot
2002-09-08
stevenknight
Fix test/ASFLAGS.py.
commit
|
commitdiff
|
tree
|
snapshot
2002-09-07
stevenknight
Fix ASPPCOM value for gas.
commit
|
commitdiff
|
tree
|
snapshot
2002-09-07
stevenknight
Win32 portability: Fix error status passing back when...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-07
stevenknight
Fix -j with multiple targets. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-09-05
stevenknight
Refactor SCons.Util.Detect() into an Environment method.
commit
|
commitdiff
|
tree
|
snapshot
2002-09-05
stevenknight
Fix the tests that broke from the tool auto-detect...
commit
|
commitdiff
|
tree
|
snapshot
2002-09-02
stevenknight
Add a script to rsync the Aegis repository to SourceForge
commit
|
commitdiff
|
tree
|
snapshot
2002-08-31
stevenknight
Provide a message if there are no command-line targets...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-30
stevenknight
Make SCons/Tool/ifl.py get included in the win32 packag...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
stevenknight
Account for systems not having every type of compiler.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
stevenknight
Support the Intel Fortran Compiler.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-29
stevenknight
Dynamically check for the existence of utilities. ...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-28
stevenknight
On Win32 systems, supply a default if PATHEXT isn't...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-28
stevenknight
Make sure auto-deducing target names works when a Node...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-28
stevenknight
Don't remove source files specified on the command...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
stevenknight
Fix the SConstruct to avoid zipit NameError if zip...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
stevenknight
Put auto-deduced target names in the same directory...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-26
stevenknight
Add a Prepend() method to Environments. (Chad Austin)
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
stevenknight
Implement spawn() using os.system() on Posix OSes....
commit
|
commitdiff
|
tree
|
snapshot
2002-08-23
stevenknight
Make case differences not effect #include order. ...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-22
stevenknight
Yet again redo the uppercasing of drives on win32 fix...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
stevenknight
Cache exists() and rexists() values all the time.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
stevenknight
Remove debug prints left in test/BuildDir.py.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-13
stevenknight
Add BuildDir() support to the Repository functionality.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-13
stevenknight
Fix implicit dependencies with duplicate=0.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-12
stevenknight
Redo the uppercasing of drives on win32 fix. (Anthony...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-09
stevenknight
Fix aliases as dependencies. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-08-08
stevenknight
Refactor the interface between Rsearch() and Rsearchall...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-08
stevenknight
Man page updates: Mention invoking scons
commit
|
commitdiff
|
tree
|
snapshot
2002-08-06
stevenknight
Add a test for Repository and the -c option.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-06
stevenknight
Add Install() + Local() functionality.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-06
stevenknight
Add Local() functionality to Repository support.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-06
stevenknight
Support Repository and Default().
commit
|
commitdiff
|
tree
|
snapshot
2002-08-05
stevenknight
Add Repository Install() and InstallAs() functionality.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-05
stevenknight
Add a decent error message for corrupted .sconsign...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-05
stevenknight
Make -U be case insensitive on Win32 (Bug 589292) ...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-05
stevenknight
Fix incorrect time stamp for linked files (Bug 589288...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
stevenknight
Fix commands with spaces in them (Bug: 589281 and 58928...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
stevenknight
Still more Repository tests: CPPPATH, StaticLibrary...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
stevenknight
Add more Repository tests (and clean up multi-dir.py).
commit
|
commitdiff
|
tree
|
snapshot
2002-07-29
stevenknight
Multiple directory .h includes in Repositories.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-25
stevenknight
Win32 portability in Repository tests.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-21
stevenknight
Refactor current() calculation so the Taskmaster passes...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-20
stevenknight
Add an Rsearchall() method, and refactor the repository...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-17
stevenknight
Repository support (first cut).
commit
|
commitdiff
|
tree
|
snapshot
2002-07-16
stevenknight
Add a separate options argument for running SCons via...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-15
stevenknight
Prep for release 0.08.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-15
stevenknight
Win32 portability fixes. (Charles Crain)
commit
|
commitdiff
|
tree
|
snapshot
2002-07-15
stevenknight
Win32 fixes for test/SH{CC,CXX}FLAGS.py.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-14
stevenknight
Add --implicit-deps-changed. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-07-14
stevenknight
Still more Win32 portability.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-12
stevenknight
Added --implicit-deps-unchanged option. Added GetLaunch...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-12
stevenknight
Fix scons -v on win32. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-07-12
stevenknight
Use the correct prefix for pdb.py. (Terrel Shumway)
commit
|
commitdiff
|
tree
|
snapshot
2002-07-12
stevenknight
Add prototype icc and ilink Tool specs for OS/2.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-10
stevenknight
Allow build directories outside the SConstruct tree...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-08
stevenknight
Add a prototype os2 Platform() module.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-08
stevenknight
Add a TAR Builder.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-06
stevenknight
Performance enhancements: use a more efficient splitex...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-05
stevenknight
runtest.py improvements
commit
|
commitdiff
|
tree
|
snapshot
2002-07-04
stevenknight
Add support for side effect targets. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-07-03
stevenknight
Fix SConstruct to use for build commands. (Terrel...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-03
stevenknight
Deduce the target if it's not supplied.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-30
stevenknight
Optimzation in the C Scanner: don't re-sort the list...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-28
stevenknight
Make sure we identify cygwin systems and set environmen...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-27
stevenknight
Add support for assembly language (.s and .S) Tools...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-26
stevenknight
Win32 portability fixes for various tests.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-21
stevenknight
Fix handling file names with multiple dots. (Charles...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-20
stevenknight
Fix the SCons packaging build on Win32.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-20
stevenknight
Change the way implicit deps are stored to make it...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-20
stevenknight
Check in the Tool() interface. (SK and Charles Crain)
commit
|
commitdiff
|
tree
|
snapshot
2002-06-18
stevenknight
Supply more specific version info, including build...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-15
stevenknight
Add LIBS and LIBPATH dependencies for shared libraries...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-14
stevenknight
Accomodate '-' (and other characters) in #include files...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-12
stevenknight
Add a native Fortran include scanner.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-11
stevenknight
Remove white-space split of file name lists.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-08
stevenknight
Differentiate help text for -D, -u and -U.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-06
stevenknight
Fix SConsignEntry.set_implicit() to handle null strings...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-05
stevenknight
Changes from Charles Crain.
commit
|
commitdiff
|
tree
|
snapshot
2002-06-05
stevenknight
Fix ListBuilder so it works with --implicit-cache....
commit
|
commitdiff
|
tree
|
snapshot
2002-06-05
stevenknight
Print an error message if a file can't be unlinked...
commit
|
commitdiff
|
tree
|
snapshot
2002-06-05
stevenknight
Fix --implicit-cache if the scanner returns an empty...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-31
stevenknight
Windows NT portability.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-23
stevenknight
Add --debug=time option. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-05-23
stevenknight
Fix .sconsign signature storing so that the output...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-18
stevenknight
Ctrl-C Improvements (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-05-17
stevenknight
Fallback to timestamp signatures when MD5 is not availa...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-16
stevenknight
Make the drive letters on Windows always be the same...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
stevenknight
Fix a --implicit-cache when a file has no implicit...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
stevenknight
Fix a couple obscure bugs. (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
stevenknight
Fix for relative CPPPATH when BuildDir() is in use...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-13
stevenknight
Fix some bad exceptions in Defaults.py (Anthony Roach)
commit
|
commitdiff
|
tree
|
snapshot
next