summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a better hierarchical build example from the scons-users mailing list.Steven Knight2002-04-092-0/+42
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-0910-37/+247
* Clean up how the Environment dictionary is passed to function Actions. (Charl...Steven Knight2002-04-053-3/+45
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-055-10/+38
* Fix various problems with --profile (Anthony Roach)Steven Knight2002-04-052-3/+29
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-053-3/+31
* Fix rescanning of files with no implicit deps (Anthony Roach)Steven Knight2002-04-043-13/+27
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-0423-1085/+855
* Make -c work with -n: don't remove the files!Steven Knight2002-03-314-1/+46
* Initialize the new branch.Steven Knight2002-03-307-67/+196
* Don't try to build the extremely incomplete User Guide.Steven Knight2002-03-281-3/+3
* Prepare for 0.06 release.Steven Knight2002-03-286-29/+29
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-284-5/+153
* Add Fortran support.Steven Knight2002-03-286-11/+474
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-277-11/+872
* Document the ARGUMENTS dictionary for command-line args.Steven Knight2002-03-271-2/+11
* Eliminate build/packaging dependency on jade, jadetex and pdfjadetex.Steven Knight2002-03-271-4/+7
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-272-3/+3
* Add WhereIs() functionality.Steven Knight2002-03-277-16/+258
* Add support for target Aliases.Steven Knight2002-03-2516-28/+446
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-249-117/+129
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-237-2/+555
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-223-0/+21
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-229-224/+193
* Make construction variables with a value of 0 work (Anthony Roach)Steven Knight2002-03-213-1/+14
* Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) by...Steven Knight2002-03-212-11/+12
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-2012-162/+277
* Enhance the Walker to call a third supplied function to actually work on a No...Steven Knight2002-03-193-36/+52
* Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...Steven Knight2002-03-162-35/+69
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-1615-48/+80
* Swap the global and local arguments in scons_subst*() to match the Python con...Steven Knight2002-03-142-5/+16
* Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)Steven Knight2002-03-125-42/+139
* Add a --profile=file option.Steven Knight2002-03-124-0/+75
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-126-69/+75
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-124-5/+104
* Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests not dependent on the sys...Steven Knight2002-03-106-115/+253
* Fix an exception caused by a null-string CPPPATH.Steven Knight2002-03-085-9/+41
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-084-10/+41
* Fix RANLIB tests for systems that don't have ranlib. (Charles Crain.)Steven Knight2002-03-072-0/+19
* Change the default lex command to use the POSIX-compliant -t option, not the ...Steven Knight2002-03-072-2/+5
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-075-9/+126
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-076-71/+195
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...Steven Knight2002-03-025-15/+241
* Add tests for AR and ARFLAGS.Steven Knight2002-03-022-0/+192
* Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...Steven Knight2002-03-013-17/+7
* Document LIBS, fix a typo.Steven Knight2002-02-272-1/+9
* Extend SConstruct et al. to build .zip files, and to build the scons-src pack...Steven Knight2002-02-267-196/+394
* Initialize the new branch.Steven Knight2002-02-258-40/+58
* Set up according to Python HOWTO.Steven Knight2002-02-221-4/+1
* Prepare for release 0.05.Steven Knight2002-02-226-15/+31