summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor Visual Studio testing logic into a separate TestSConsMSVSSteven Knight2008-09-2312-123/+151
* Python 1.5 compatibility: explicity import SCons.compat (again)Steven Knight2008-09-231-0/+5
* 1.5 compatibility: string methods in Tool/msvs.py.Steven Knight2008-09-231-13/+40
* 1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.Steven Knight2008-09-231-1/+1
* 1.5 / 2.[012] compatiblity: shutil.move() function.Steven Knight2008-09-231-0/+40
* 1.5 compatiblity: string method in Node/FSTests.py.Steven Knight2008-09-231-1/+1
* Issue 2215: add a file() builtin to the compatability layerSteven Knight2008-09-231-0/+6
* Python 2.2 portability (no .pop() method on dictionaries, ' in 'Steven Knight2008-09-222-2/+2
* Fix for Windows that doesn't break other systems: delete theSteven Knight2008-09-223-3/+3
* Fix the Latex scanner to search for graphics on the TEXINPUTS pathRobert Managan2008-09-222-5/+5
* Windows portability (path names in expected output).Steven Knight2008-09-221-2/+7
* Fix syntax and semantic errors preventing regression tests from running on 1.5.2Greg Noel2008-09-222-10/+14
* make references to subprocess.Popen synchronousGreg Noel2008-09-224-9/+8
* Fix doc for r3436 (new delete_existing flags for Append/Prepend)Gary Oberbrunner2008-09-201-6/+6
* Windows portability: different error message for the nonexistent file.Steven Knight2008-09-201-1/+9
* Windows portability: use os.sep instead of hard-coded /.Steven Knight2008-09-201-14/+18
* Windows test fix: enhance the TestSCons class so an explicitSteven Knight2008-09-204-7/+10
* Fix indentation issueWilliam Deegan2008-09-201-3/+3
* Fix broken swig tests when python being used to run tests is incompatible wit...William Deegan2008-09-205-0/+5
* Fix test/VariantDir/VariantDir.py on centos5, currently failing as TestSCons....William Deegan2008-09-201-0/+3
* Call str() on the string values of environment variables used by theSteven Knight2008-09-201-1/+3
* Windows portability: escape strings with file path names, whichSteven Knight2008-09-201-2/+2
* Windows portability: use os.path.join() for expected subdirectory paths.Steven Knight2008-09-201-1/+6
* Make the test/MSVC/{msvc,hierarchical}.py tests work even ifSteven Knight2008-09-192-4/+4
* Windows portability in the expected output.Steven Knight2008-09-191-4/+4
* Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...Gary Oberbrunner2008-09-185-35/+216
* Hefty update to the tex tool.Robert Managan2008-09-188-187/+702
* Make the test/TEX/LATEX*py scripts work even on systems that don't haveSteven Knight2008-09-171-0/+3
* Fix doc typo reported in the mailing list and another small glitchGreg Noel2008-09-171-7/+10
* Make the framework library path we return on Mac OS X match the frameworkSteven Knight2008-09-161-7/+8
* Fix error reported on IRCGreg Noel2008-09-162-2/+2
* Update project highlights and roadmap for 1.0.1.d20080915 checkpoint.Steven Knight2008-09-152-2/+9
* Revert 2102, pending additional discussion.Steven Knight2008-09-153-202/+3
* 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