summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for previous fix for 402 and 2082William Deegan2008-09-251-1/+2
* Make a naked except: block catch specific exceptions (and notSteven Knight2008-09-251-1/+1
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-253-3/+213
* Issue 2183, fix typosGreg Noel2008-09-252-2/+2
* Issue 2183: .sx assembler suffix uses C preprocessorGreg Noel2008-09-254-3/+5
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-254-4/+5
* 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 the Latex scanner to search for graphics on the TEXINPUTS pathRobert Managan2008-09-222-5/+5
* 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
* Windows portability: use os.sep instead of hard-coded /.Steven Knight2008-09-201-14/+18
* Call str() on the string values of environment variables used by theSteven Knight2008-09-201-1/+3
* Windows portability: use os.path.join() for expected subdirectory paths.Steven Knight2008-09-201-1/+6
* Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...Gary Oberbrunner2008-09-184-32/+163
* Hefty update to the tex tool.Robert Managan2008-09-184-182/+488
* Make the test/TEX/LATEX*py scripts work even on systems that don't haveSteven Knight2008-09-171-0/+3
* Revert 2102, pending additional discussion.Steven Knight2008-09-152-197/+3
* Issue 2102: Add support for Visual Studio 9 and newer PlatformSteven Knight2008-09-152-3/+197
* Issue 2106: Don't match a directory that matches the name of aSteven Knight2008-09-141-3/+4
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-144-2/+12
* 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-133-10/+2
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-133-2/+10
* Issue 2121: fix handling #includes of files in VariantDir subdirectories,Steven Knight2008-09-131-1/+4
* 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 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-112-2/+7
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-1/+28
* 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
* 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
* Issue 1307: Invalidate node caches after Execute()Ludwig Hähne2008-09-082-1/+54
* Fix entity references:Steven Knight2008-09-061-2/+2
* Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.Gary Oberbrunner2008-09-062-4/+12
* 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