| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make FunctionAction arguments be Nodes, not strings. (Charles Crain) | Steven Knight | 2002-03-16 | 15 | -48/+80 |
|
|
| * | Swap the global and local arguments in scons_subst*() to match the Python con... | Steven Knight | 2002-03-14 | 2 | -5/+16 |
|
|
| * | Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc) | Steven Knight | 2002-03-12 | 5 | -42/+139 |
|
|
| * | Add a --profile=file option. | Steven Knight | 2002-03-12 | 4 | -0/+75 |
|
|
| * | Move find_file() and find_files() from SCons.Util to SCons.Node.FS. | Steven Knight | 2002-03-12 | 6 | -69/+75 |
|
|
| * | Implement the -U option. (Steve Leblanc) | Steven Knight | 2002-03-12 | 4 | -5/+104 |
|
|
| * | Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests not dependent on the sys... | Steven Knight | 2002-03-10 | 6 | -115/+253 |
|
|
| * | Fix an exception caused by a null-string CPPPATH. | Steven Knight | 2002-03-08 | 5 | -9/+41 |
|
|
| * | Changes to the CommandGenerator functionality. (Charles Crain) | Steven Knight | 2002-03-08 | 4 | -10/+41 |
|
|
| * | Fix RANLIB tests for systems that don't have ranlib. (Charles Crain.) | Steven Knight | 2002-03-07 | 2 | -0/+19 |
|
|
| * | Change the default lex command to use the POSIX-compliant -t option, not the ... | Steven Knight | 2002-03-07 | 2 | -2/+5 |
|
|
| * | Add a CXXFile builder to turn .ll and .yy files into .cc. | Steven Knight | 2002-03-07 | 5 | -9/+126 |
|
|
| * | Make the CFile Builder's SUFFIX configurable. | Steven Knight | 2002-03-07 | 6 | -71/+195 |
|
|
| * | Add RANLIB, and check for the existence of 'ranlib' before adding it to the d... | Steven Knight | 2002-03-02 | 5 | -15/+241 |
|
|
| * | Add tests for AR and ARFLAGS. | Steven Knight | 2002-03-02 | 2 | -0/+192 |
|
|
| * | Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K... | Steven Knight | 2002-03-01 | 3 | -17/+7 |
|
|
| * | Document LIBS, fix a typo. | Steven Knight | 2002-02-27 | 2 | -1/+9 |
|
|
| * | Extend SConstruct et al. to build .zip files, and to build the scons-src pack... | Steven Knight | 2002-02-26 | 7 | -196/+394 |
|
|
| * | Initialize the new branch. | Steven Knight | 2002-02-25 | 8 | -40/+58 |
|
|
| * | Set up according to Python HOWTO. | Steven Knight | 2002-02-22 | 1 | -4/+1 |
|
|
| * | Prepare for release 0.05. | Steven Knight | 2002-02-22 | 6 | -15/+31 |
|
|
| * | Add the -q option. | Steven Knight | 2002-02-21 | 5 | -15/+65 |
|
|
| * | Fix the --debug=pdb option on Windows. | Steven Knight | 2002-02-21 | 3 | -11/+15 |
|
|
| * | Remove all built targets even if some don't exist. | Steven Knight | 2002-02-21 | 3 | -5/+28 |
|
|
| * | Implement the -u option (Task 39028). (Steve Leblanc) | Steven Knight | 2002-02-21 | 6 | -50/+141 |
|
|
| * | Add command generator function support. (Anthony Roach) | Steven Knight | 2002-02-20 | 6 | -1/+204 |
|
|
| * | Remove left-over dir argument from get_contents() calls. (Anthony Roach) | Steven Knight | 2002-02-20 | 2 | -2/+2 |
|
|
| * | Fix runtest.py for new package-testing scheme baseline tests. | Steven Knight | 2002-02-20 | 3 | -3/+57 |
|
|
| * | Revamp package testing. | Steven Knight | 2002-02-19 | 5 | -168/+167 |
|
|
| * | Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an... | Steven Knight | 2002-02-18 | 3 | -0/+40 |
|
|
| * | Only substitute __FILE__, etc. in revision lines. | Steven Knight | 2002-02-18 | 2 | -14/+30 |
|
|
| * | SConstruct file clean ups. | Steven Knight | 2002-02-17 | 1 | -30/+28 |
|
|
| * | Add preliminary support for Unicode strings. | Steven Knight | 2002-02-17 | 6 | -19/+79 |
|
|
| * | Exit status portability on Windows NT. | Steven Knight | 2002-02-17 | 1 | -7/+29 |
|
|
| * | Run HTML files through tidy (if it's available) to clean them up. | Steven Knight | 2002-02-15 | 2 | -5/+17 |
|
|
| * | Document the minimum Python version required. | Steven Knight | 2002-02-14 | 3 | -0/+47 |
|
|
| * | Fix new .sconsign file write-logic portability to Windows NT. | Steven Knight | 2002-02-14 | 3 | -6/+9 |
|
|
| * | Install the man page in the Debian package. | Steven Knight | 2002-02-13 | 2 | -1/+3 |
|
|
| * | SConstruct fix to avoid unnecessary rebuilds. | Steven Knight | 2002-02-13 | 1 | -2/+2 |
|
|
| * | Ignore the version.sgml file when deciding whether to rebuild documentation. | Steven Knight | 2002-02-12 | 1 | -2/+18 |
|
|
| * | Filter out a file's ignore list from all of its dependencies, direct or indir... | Steven Knight | 2002-02-12 | 6 | -8/+53 |
|
|
| * | Document the LIBPATH construction variable. | Steven Knight | 2002-02-10 | 2 | -0/+28 |
|
|
| * | Allow the exported variables in an SConscript() call to be a UserList, too. | Steven Knight | 2002-02-10 | 3 | -5/+24 |
|
|
| * | WIN32 portability in tests. | Steven Knight | 2002-02-10 | 3 | -12/+12 |
|
|
| * | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 10 | -24/+75 |
|
|
| * | Fix variable interpolation with spaces, and problems with the WIN32 environme... | Steven Knight | 2002-02-09 | 5 | -32/+94 |
|
|
| * | Make writing a .sconsign more robust by writing to a temporary file first and... | Steven Knight | 2002-02-09 | 3 | -25/+65 |
|
|
| * | Lookup implicit dependencies relative to the directory of the node in which t... | Steven Knight | 2002-02-09 | 9 | -18/+87 |
|
|
| * | Add the Python 10 paper to the CVS repository now that it's been | Steven Knight | 2002-02-06 | 16 | -3/+2638 |
|
|
| * | Bring CVS in sync with Aegis: Add missing .aeignore files. | Steven Knight | 2002-02-06 | 2 | -0/+10 |
|
|