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 |
2002-05-09 |
stevenknight | Add some help to setup.py if distutils isn't installed... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
stevenknight | Add a Platform() method. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
stevenknight | Windows portability. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
stevenknight | Add a better PATH search to the tests. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
stevenknight | Raise an error if a builder is called multiple times... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
stevenknight | Follow-on to Append() functionality: generalize the... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
stevenknight | Add Append() and Replace() functions. (Zed Shaw) |
commit | commitdiff | tree | snapshot |
2002-05-04 |
stevenknight | Fix runtest.py so that it tests the correct SCons even... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
stevenknight | Fix for handling deleted files in packages when closing... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Really prepare for the 0.07 release. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Fix a bug that caused BuildDir(duplicate=1) along with... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Build: don't use an intermediate scons-doc.tar file. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Don't rebuild WIN32 libraries when there's no import... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Add a test (short-circuited for now) for file names... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Add a Split() function (like argmunge()) in anticipatio... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
stevenknight | Fix for long-line LINKCOM signatures on WIN32; add... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
stevenknight | Improve the scons.bat script. (Alex Jacques) |
commit | commitdiff | tree | snapshot |
2002-04-29 |
stevenknight | Fix for CPPPATH='#'. (Charles Crain) |
commit | commitdiff | tree | snapshot |
2002-04-29 |
stevenknight | Add 'dirs' and 'names' keyword arguments to SConscript... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
stevenknight | Doc and README/RELEASE updates in preparation for event... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
stevenknight | Don't create a directory Node when a file already exist... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
stevenknight | Fix for relative CPPPATH directories in subsidiary... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
stevenknight | Left DH_VERBOSE set on the Debian packaging rework. |
commit | commitdiff | tree | snapshot |
2002-04-24 |
stevenknight | Make Alias work with -U, -u, and -D (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-24 |
stevenknight | Rework Debian packaging ito incorporate changes from... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
stevenknight | Support building a PDF file directly from a TeX or... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
stevenknight | Fix attempts to unlink directories when unzipping an... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
stevenknight | Build patches for IRIX. (Chad Austin) |
commit | commitdiff | tree | snapshot |
2002-04-22 |
stevenknight | Small fix for yacc: only look for a .h file if they... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
stevenknight | Treat .c (lower case) and .C (upper case) files the... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
stevenknight | Propogate PYTHONPATH when building SCons. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
stevenknight | Several bug fixes from Charles Crain. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
stevenknight | Fix Fortran arguments on Win32. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
stevenknight | Fix win32LinkGenerator. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
stevenknight | Win32 portability fix for the --debug=dtree test. |
commit | commitdiff | tree | snapshot |
2002-04-16 |
stevenknight | Fix importing of modules from the SConscript directory... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
stevenknight | Handle long command lines for the MSVC linker. |
commit | commitdiff | tree | snapshot |
2002-04-16 |
stevenknight | Shared library test fixes. (Charles Crain) |
commit | commitdiff | tree | snapshot |
2002-04-15 |
stevenknight | Follow-on shared library fix for WIN32 systems. (Charl... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
stevenknight | Big change for shared libraries and a bunch of other... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
stevenknight | Change the meaning of -U, and made -D work like -U... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
stevenknight | Make .sconsign files get written even if the build... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
stevenknight | Change to SConscript directory when reading it. (Steve... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
stevenknight | Add abspath construction variable modifier and variabl... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
stevenknight | Implement implicit dependency caching. |
commit | commitdiff | tree | snapshot |
2002-04-09 |
stevenknight | Add a better hierarchical build example from the scons... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
stevenknight | Implement content signature caching and --max-drift... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Clean up how the Environment dictionary is passed to... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Various performance enhancements. (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Fix various problems with --profile (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Add --debug=dtree option (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-04 |
stevenknight | Fix rescanning of files with no implicit deps (Anthony... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
stevenknight | Fix --debug=tree for directory targets (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-03-31 |
stevenknight | Make -c work with -n: don't remove the files! |
commit | commitdiff | tree | snapshot |
2002-03-30 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Don't try to build the extremely incomplete User Guide. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Prepare for 0.06 release. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Support a CPPFLAGS variable (a la GNU Make). |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Add Fortran support. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Add more document Builders: PDF and PostScript. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Document the ARGUMENTS dictionary for command-line... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Eliminate build/packaging dependency on jade, jadetex... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Fix problems with two tests (one portability, one syntax). |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Add WhereIs() functionality. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
stevenknight | Add support for target Aliases. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
stevenknight | Move SCons.Util.scons_str2nodes() to SCons.Node/__init_... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
stevenknight | Support the build of TeX documents (Task 47116). ... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
stevenknight | Make env['FOO'] by shorthand for env.Dictionary()[... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
stevenknight | Move autogenerate() from SCons.Util.py to SCons.Environ... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
stevenknight | Make construction variables with a value of 0 work... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
stevenknight | Speed up SCons.Sig.Calculator.bsig() (second most time... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
stevenknight | Fix subtle problems in end cases with using multiple... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
stevenknight | Enhance the Walker to call a third supplied function... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
stevenknight | Turn the Prog Scanner into a prototype pattern that... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
stevenknight | Make FunctionAction arguments be Nodes, not strings... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
stevenknight | Swap the global and local arguments in scons_subst... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Support whitespace separated CPPPATH, etc. (Task 49057... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Add a --profile=file option. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Move find_file() and find_files() from SCons.Util to... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Implement the -U option. (Steve Leblanc) |
commit | commitdiff | tree | snapshot |
2002-03-10 |
stevenknight | Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
stevenknight | Fix an exception caused by a null-string CPPPATH. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
stevenknight | Changes to the CommandGenerator functionality. (Charle... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Fix RANLIB tests for systems that don't have ranlib... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Change the default lex command to use the POSIX-complia... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Add a CXXFile builder to turn .ll and .yy files into... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Make the CFile Builder's SUFFIX configurable. |
commit | commitdiff | tree | snapshot |
2002-03-02 |
stevenknight | Add RANLIB, and check for the existence of 'ranlib... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
stevenknight | Add tests for AR and ARFLAGS. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
stevenknight | Performance: Use a dictionary, not a list, for a Node... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
stevenknight | Document LIBS, fix a typo. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
stevenknight | Extend SConstruct et al. to build .zip files, and to... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
stevenknight | Set up according to Python HOWTO. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
stevenknight | Prepare for release 0.05. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Add the -q option. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Fix the --debug=pdb option on Windows. |
commit | commitdiff | tree | snapshot |
next |