summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 2102: Add support for Visual Studio 9 and newer PlatformSteven Knight2008-09-153-3/+202
* Better layout for table elementsGreg Noel2008-09-152-22/+22
* W3C sez no lists inside paragraphsGreg Noel2008-09-141-0/+2
* Add blurb before schedule table and revise descriptions of release typesGreg Noel2008-09-141-16/+29
* use right entity name for table dataGreg Noel2008-09-142-75/+75
* New schedule, plus machinery to maintain itGreg Noel2008-09-143-82/+178
* Minor nits and typosGreg Noel2008-09-144-7/+7
* Issue 2106: Don't match a directory that matches the name of aSteven Knight2008-09-143-3/+101
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-149-114/+248
* Fix for Python versions before 2.2, where tuple() requires an argument.Steven Knight2008-09-131-1/+1
* Fix the "explicit stack size" warning message on earlier versions ofSteven Knight2008-09-131-2/+2
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-138-246/+114
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-138-114/+246
* Update src/CHANGES.txt for the checked-in 1.1 changes.Steven Knight2008-09-131-0/+43
* Issue 2121: fix handling #includes of files in VariantDir subdirectories,Steven Knight2008-09-133-1/+88
* Additional clean up of how we import some SCons.* module names, includingSteven Knight2008-09-133-8/+7
* Sigh, I keep doing it, another typoGreg Noel2008-09-121-2/+2
* Sigh, I made the last update from the wrong tree, which had a typoGreg Noel2008-09-121-2/+2
* Issue 2179: Null Executor memory reductionsLudwig Hähne2008-09-121-12/+47
* Add common subproc function and modify routines to use itGreg Noel2008-09-124-22/+67
* Fix errors that cropped up in revision 3382Greg Noel2008-09-122-1/+2
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-1118-35/+4
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-113-18/+27
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-114-6/+81
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-102-1/+106
* Issue 2149: Avoid reference cycles caused by frame objectsLudwig Hähne2008-09-103-3/+11
* Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version IDGreg Noel2008-09-102-6/+32
* Fix bugs in regression testsGreg Noel2008-09-102-1/+7
* Issue 1913: use cProfile instead of profile if availableGreg Noel2008-09-091-1/+4
* Fix typo for msvc.py.David Cournapeau2008-09-091-2/+2
* Merged revisions 3289,3291-3299,3301-3313,3315-3347,3349-3350,3352-3354,3356,...Steven Knight2008-09-095-24/+40
* Issue 1307: Invalidate node caches after Execute()Ludwig Hähne2008-09-083-1/+162
* formatting errorGreg Noel2008-09-081-1/+0
* Accommodate earlier change in the order of arguments on a WindowsSteven Knight2008-09-081-1/+1
* Fix date.Steven Knight2008-09-081-1/+1
* A test case for my last commit.Robert Managan2008-09-081-0/+82
* January 2008 => January 2009.Steven Knight2008-09-081-1/+1
* Update project highlights for 1.0.1.Steven Knight2008-09-082-25/+55
* typos and layout glitchesGreg Noel2008-09-071-6/+11
* Add a test for revision 3340, escaping variable names when usingSteven Knight2008-09-061-0/+2
* Issue 1978: put the FindFile section in the Miscellaneous chapter.Steven Knight2008-09-063-204/+349
* Fix entity references:Steven Knight2008-09-061-2/+2
* Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.Gary Oberbrunner2008-09-063-4/+17
* Issue 2176: BuilderWrapper __getattr__ should not raise KeyErrorLudwig Hähne2008-09-052-1/+22
* Issue 1689: short-term hack to make Ubuntu happyGreg Noel2008-09-051-2/+2
* Pass the results of the InternalLaTeXAuxAction back up the call chainRobert Managan2008-09-044-15/+30
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-0413-42/+150
* Issue 2177: Dir get_contents changed to return list of signaturesLudwig Hähne2008-09-032-3/+45
* Document CheckCC and co in the man.David Cournapeau2008-09-031-0/+44
* Use our CompileSharedObject builder in CheckSH* (fix tests failure).David Cournapeau2008-09-031-4/+7