summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-234-2/+45
* Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-221-3/+3
* Cache exists() and rexists() values all the time.Steven Knight2002-08-192-53/+74
* Remove debug prints left in test/BuildDir.py.Steven Knight2002-08-181-2/+0
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-135-43/+278
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-133-13/+45
* Redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-122-3/+8
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-093-9/+53
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-085-12/+29
* Man page updates: Mention invoking sconsSteven Knight2002-08-081-9/+32
* Add a test for Repository and the -c option.Steven Knight2002-08-061-0/+182
* Add Install() + Local() functionality.Steven Knight2002-08-062-0/+85
* Add Local() functionality to Repository support.Steven Knight2002-08-063-3/+101
* Support Repository and Default().Steven Knight2002-08-067-98/+111
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-058-4/+260
* Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...Steven Knight2002-08-055-4/+46
* Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)Steven Knight2002-08-053-6/+28
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-052-1/+17
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-045-49/+168
* Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and co...Steven Knight2002-07-305-14/+606
* Add more Repository tests (and clean up multi-dir.py).Steven Knight2002-07-305-35/+515
* Multiple directory .h includes in Repositories.Steven Knight2002-07-2913-35/+358
* Win32 portability in Repository tests.Steven Knight2002-07-252-2/+2
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-217-167/+86
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-204-39/+107
* Repository support (first cut).Steven Knight2002-07-1717-37/+918
* Add a separate options argument for running SCons via the test infrastructure.Steven Knight2002-07-161-3/+9
* Prep for release 0.08.Steven Knight2002-07-155-10/+17
* Win32 portability fixes. (Charles Crain)Steven Knight2002-07-152-16/+34
* Win32 fixes for test/SH{CC,CXX}FLAGS.py.Steven Knight2002-07-152-4/+4
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-145-2/+52
* Still more Win32 portability.Steven Knight2002-07-148-51/+70
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-129-4/+210
* Fix scons -v on win32. (Anthony Roach)Steven Knight2002-07-122-6/+17
* Use the correct prefix for pdb.py. (Terrel Shumway)Steven Knight2002-07-122-2/+4
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-128-3/+149
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-1010-59/+194
* Add a prototype os2 Platform() module.Steven Knight2002-07-089-2/+173
* Add a TAR Builder.Steven Knight2002-07-0812-4/+383
* Performance enhancements: use a more efficient splitext() method; cache sour...Steven Knight2002-07-064-48/+89
* runtest.py improvementsSteven Knight2002-07-051-6/+9
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-045-26/+200
* Fix SConstruct to use for build commands. (Terrel Shumway)Steven Knight2002-07-032-10/+17
* Deduce the target if it's not supplied.Steven Knight2002-07-036-88/+395
* Optimzation in the C Scanner: don't re-sort the list each time.Steven Knight2002-06-301-19/+18
* Make sure we identify cygwin systems and set environment defaults correctly.Steven Knight2002-06-281-6/+9
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-2715-13/+980
* Win32 portability fixes for various tests.Steven Knight2002-06-2610-130/+33
* Fix handling file names with multiple dots. (Charles Crain)Steven Knight2002-06-213-7/+9
* Fix the SCons packaging build on Win32.Steven Knight2002-06-201-1/+2