summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: refactor function to get msvc version.David Cournapeau2009-11-191-14/+22
* Fix name typo in 1.5.2 patch.Steven Knight2009-11-181-1/+1
* Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.Steven Knight2009-11-181-1/+1
* Python 1.5 fix: "mname += ..." => "mname = mname + ..."Steven Knight2009-11-151-1/+2
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...William Deegan2009-11-141-5/+11
* MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).Gary Oberbrunner2009-10-141-0/+1
* BUG: do not add -fPIC on non-posix platform for ifort tool.David Cournapeau2009-09-181-1/+2
* Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...William Deegan2009-09-161-2/+2
* Fix win64 detection.David Cournapeau2009-09-091-6/+13
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-214-46/+38
* Add test for glossaries package. and patch tex.pyRobert Managan2009-08-211-3/+42
* Move the definition of env['LATEXSUFFIXES'] from Defaults.py to theRobert Managan2009-08-064-0/+8
* Check that MSVC install dir returned by registry actually exists before using...Gary Oberbrunner2009-08-051-1/+9
* Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py.Gary Oberbrunner2009-08-041-2/+2
* Don't die if we can't execute the Solaris packaging utilities, so theSteven Knight2009-08-021-16/+24
* 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 execution of test/MSV[CS]/*.py tests on non-Windows systems bySteven Knight2009-07-211-0/+2
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-2117-208/+696
* 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
* typoGreg Noel2009-05-171-1/+1
* 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-131-4/+8
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-032-8/+8
* Add __revision__ to new file, make __doc__ explicit.Steven Knight2009-05-011-1/+4
* 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-221-0/+166
* 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 2369: Don't use the deprecated md5 module, use hashlib.md5 instead.Steven Knight2009-03-071-1/+1
* Fix a nested scope issue.Steven Knight2009-03-021-1/+1
* Remove left-over work-in-progress files from the vs_revamp branch.Steven Knight2009-02-222-95/+0
* Python 1.5 portability in last patch.Steven Knight2009-02-221-2/+5
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-2/+5
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-213-80/+82
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-2117-1088/+1468
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-1/+1
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-1/+1