summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Speed up Solaris packaging checks for C++ by caching results andSteven Knight2009-08-021-21/+49
* Document build fixes.Steven Knight2009-07-252-2/+2
* Turns out that in my revamped TeX builder I was listing the .dvi orRobert Managan2009-07-221-5/+5
* Fix formatting of a debug message that was preventing normal execution.Steven Knight2009-07-221-1/+1
* Update tex builder to use the -recorder option.Robert Managan2009-07-224-17/+50
* When setting up SDK, just return if there's no installed Visual StudioSteven Knight2009-07-211-0/+2
* Fix an import error for a reference in the Configure() method.Steven Knight2009-07-211-0/+1
* Fix execution of test/MSV[CS]/*.py tests on non-Windows systems bySteven Knight2009-07-212-2/+4
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-2126-227/+840
* fix minor unicode issue in UtilTestsLudwig Hähne2009-05-301-1/+3
* Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...Gary Oberbrunner2009-05-292-2/+10
* Fix for issue 2088: Java version 5 is same as 1.5 and 6 is same as 1.6.Gary Oberbrunner2009-05-292-2/+30
* Support Intel v11 compiler on Windows. Most of the code was alreadyGary Oberbrunner2009-05-221-1/+3
* Issue 2229, fix, tests, docGreg Noel2009-05-171-1/+2
* typoGreg Noel2009-05-171-1/+1
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-174-18/+39
* Issue 2410: Fix crash when using one-character identifiers in C and C++ macros.Greg Noel2009-05-142-2/+6
* Apply fix to Textfile/Substfile suggested by Gary OberbrunnerGreg Noel2009-05-131-1/+1
* Add ipkg.py to the MANIFEST.in list and fix 1.5 fixSteven Knight2009-05-132-4/+9
* Fix issue 2421 by not trying to use os.chown on Windows.Gary Oberbrunner2009-05-121-3/+6
* Fix issue 1382: chown .sconsign.dblite back to original user/group when done,...Gary Oberbrunner2009-05-121-0/+20
* Fix #1673, CheckLib should prepend rather than append.Gary Oberbrunner2009-05-072-4/+19
* Fix bug #2298, make Move factory work across filesystems.Gary Oberbrunner2009-05-071-1/+1
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-0327-122/+122
* Add __revision__ to new file, make __doc__ explicit.Steven Knight2009-05-011-1/+4
* Avoid swallowing KeyboardInterrupt in new try:-except: blocks.Steven Knight2009-04-301-0/+4
* Fix try:-except:-finally: block, only valid starting with Python 2.5.Steven Knight2009-04-301-21/+25
* fix for bug #2393. Instead of just 'import'ingGary Oberbrunner2009-04-291-8/+21
* Sigh. Checkin to fix previous regression test cause anotherGreg Noel2009-04-231-4/+4
* Fix regression failure (shadowed variable) in Python 2.1Greg Noel2009-04-221-8/+14
* Editing changes for textfile.xml and credit to Hartmut GoebelGreg Noel2009-04-221-10/+11
* Missed the documentation for Textfile and SubstfileGreg Noel2009-04-221-0/+204
* Add Textfile and Substfile buildersGreg Noel2009-04-223-16/+184
* use correct base class for filesystem factory functionsGreg Noel2009-04-221-1/+1
* Add .get_file_contents() to Value() nodesGreg Noel2009-04-221-1/+4
* Fix Python 2.2 idiom.Steven Knight2009-04-161-1/+3
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-151-1/+6
* Issue 2377: Check if isatty() exists before calling itLudwig Hähne2009-04-141-2/+2
* Patch submitted by Lukas Erlinghagen. Thanks, Lukas!Gary Oberbrunner2009-04-142-1/+113
* Issue 2349: doc-only change correcting description of text returned from scon...Greg Noel2009-04-101-2/+1
* Clean up Environment code as mentioned in issue 2371Greg Noel2009-04-101-6/+0
* Applying patch for bug #2387 - dmd includes gphobos multiple timesWilliam Deegan2009-04-091-1/+1
* Use SCons.Action._subproc rather than os.popen.Ben Webb2009-04-031-1/+8
* Set a SWIGVERSION construction variable, to contain the version number of theBen Webb2009-04-022-0/+15
* Minor fix to work with Python 1.5.2.Ben Webb2009-04-011-2/+2
* Document the SWIGDIRECTORSUFFIX construction variable.Ben Webb2009-03-311-0/+12
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-311-2/+12
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-111-1/+1
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-083-4/+3
* Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead.Steven Knight2009-03-071-1/+1